You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Through this issue I'm forced to use different Swagger versions in my project, which leads to more dependencies and more knowledge, that developers at my company have to acquire about the different Swagger versions.
I considered manually changing my templates, but that doesn't seem to work, because the old imports are written using the {{#imports}}...{{/imports}} variable.
If the pain of using two different Swagger versions in parallel in my project becomes too high, I will reluctantly consider turning off the automatic code generation and "manually" update.
Additional context
There is already #4245, #5388 and #4779 for the spring generator and #27 for the jaxrs-* generators.
The text was updated successfully, but these errors were encountered:
This is also related to the work being done for #5803 and #6108 ... We should all coordinate efforts to make this work for all Java implementations properly. I guess that my question becomes "Do we need to maintain support for the older Swagger 2 annotations or should we move completely to Swagger3/OAS?"
Any news on that?
This prevents me from using openPai plugins requiring the right annotation, there is no reason to use the old atm.
A property to allow to use old one might be good, but the default implementation should be the right annotations
Is your feature request related to a problem? Please describe.
Through this issue I'm forced to use different Swagger versions in my project, which leads to more dependencies and more knowledge, that developers at my company have to acquire about the different Swagger versions.
Describe the solution you'd like
In my
pom.xml
I want to have this:Describe alternatives you've considered
I considered manually changing my templates, but that doesn't seem to work, because the old imports are written using the
{{#imports}}...{{/imports}}
variable.If the pain of using two different Swagger versions in parallel in my project becomes too high, I will reluctantly consider turning off the automatic code generation and "manually" update.
Additional context
There is already #4245, #5388 and #4779 for the
spring
generator and #27 for thejaxrs-*
generators.The text was updated successfully, but these errors were encountered: