-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor AbstractJavaCodegen and inheriting generators to allow use of modern Swagger annotations #7112
Comments
The work I am doing will be track in this branch: Design Goals:
|
To start, I think that adding a non-functional (for now) option in This would allow the default to continue using the existing templates/functionality and have no impact on backward compatibility. As the community goes through and adds support to the inheriting codegen implementations we could use that option as it becomes available. |
@InfoSec812 Sounds good |
@IncPlusPlus I would suspect that to be the case. I'm finally going to put some time into this. |
Hello, was wandering if this has got some progress |
Not yet... My day job keeps getting in the way. |
First of all, thank you, guys, for doing this great stuff. Is there any chance this feature will be added soon, @InfoSec812? Thank you once again and stay safe from Covid! |
I wish I had the time. There's so much which needs work and so few hours in the day. |
Oh how I understand... Thanks, anyway, for quick response! |
Is there a branch where these updates are being worked on? I might be able to help some. @InfoSec812 |
I have made a few starts on this, but nothing worth mentioning. I just haven't had enough time to dedicate to making any significant progress. |
Description
In #2972, #6108, #5478, and many others there are complaints about old libraries/annotations being used in various Java generators. As a user of OpenAPI Generator who works in a number of Java toolkits/frameworks, I would like to see the AbstractJavaCodegen and all child generators updated to allow the use of the latest annotations and features of OpenAPI.
openapi-generator version
v5.0.0 Beta
Related issues/PRs
#2972, #6108, #5478
Suggest a fix/enhancement
I will be preparing a fork/branch which I will link in the comments below.
The text was updated successfully, but these errors were encountered: