swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 424 forks source link

[Java][Client] Fix Deprecated annotation of deprecated operations #1306

Open michael-mutin opened 3 months ago

michael-mutin commented 3 months ago

There was:

Then there was the migration that removed the isDeprecated property which lead to the annotations not being generated when needed. But the vendorExtension can be used instead, which I did.