-
Notifications
You must be signed in to change notification settings - Fork 91
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
Constant names for Enums have changed with 2.2.12 #537
Comments
@mcruzdev can you please take a look? |
The same issue is mentioned already here #421 (comment) |
Hi @ricardozanini, of course! |
Sorry for the delay, I was out, I am getting this issue now. |
7 tasks
7 tasks
@hbelmiro can you release a new patch version? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've updated quarkus-openapi-generator from
2.2.11
to2.2.12
. With that release it seems likeconstant names
forenums
will be determined in a different way.Related PR: https://github.com/quarkiverse/quarkus-openapi-generator/pull/510/files#diff-72cbb66ba35c7356ee16cd4b1dc1ba37c30f4ad9af3d1ca8685a825f631b83be
Before version
2.2.12
a value ofM123
led to a constant calledM123
. Now with that PR the enum constant has changed toM_M123
.I've extended
QuarkusJavaClientCodegenTest
with two scenarios to showcase the behavior:techspace-de@caac29d
The last two test parameters will fail:
and
The text was updated successfully, but these errors were encountered: