-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
quarkus.uuid is missing in 2.12.0 #27630
Comments
@radcortez I don't think we have removed it so I suspect a config issue. Feel free to redirect to someone else if it's not. |
And we should probably have a test for that too. |
I was not able to reproduce the issue. I've tried with a sample project with @Eng-Fouad can you please provide us with a reproducer? Thank you. |
Even this simple resource class does not let the server to start normally:
changing Quarkus version back to |
Caused by #26967. |
I also had this bug on some of my apps, let me know if you need another reproducer |
No worries. I was already able to reproduce it. It only happens with RESTEasy Reactive, and I was using RESTEasy Classic. Thanks! |
Very interesting... Why the difference? |
We had an issue with This was caused when we added the mapping for RESTEasy Reactive Security: It was because #26967. The issue was already there, just not very visible because you needed a combination of using extension mappings and |
Gotcha, thanks for the explanation! |
I have the same issue with the latest version of quarkus 2.12.0 + RESTEasy Reactive so, we need to wait for the next release, is it correct? |
We have a 2.12.1.Final planned for tomorrow. I will check if I can backport the SmallRye Config upgrade. |
Describe the bug
This works well in Quarkus 2.11.3. However, it throws an exception in Quarkus 2.12.0:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: