-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix missing model Prefix and api prefix/suffix handling, fix #414 #415
Conversation
I checked out the PR branch and did a "mvn install" to produce a snapshot version of the generator for local testing against my project. Unfortunately I am not able to run the snapshot version at all for some reason.
|
I now updated to Java 21 and the latest 7.8.0 of the Maven plugin. I can confirm that the code generation then works correctly and honors the configured model prefix. Thank you very much for the fast turnaround time. |
Java 17 is supported, but only the latest version of openapi codegen is supported (because of maintenance efforts). |
Do you have a rough estimate when a new release containing this fix will be available? |
see 4.3.1 |
No description provided.