-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Update SmallRye Config to 3.11.1 #44924
Conversation
002ae3c
to
d66f421
Compare
d66f421
to
1f347ad
Compare
1f347ad
to
470a266
Compare
470a266
to
9ef3577
Compare
🎊 PR Preview 4b0ff98 has been successfully built and deployed to https://quarkus-pr-main-44924-preview.surge.sh/version/main/guides/
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9ef3577
to
65673d7
Compare
Status for workflow
|
Status for workflow
|
Any reason why these tests are removed? |
The validation is now executed during config creation and not when the mapping is first accessed, meaning that Quarkus will fail to start if the validation fails. I couldn't find a way to run a |
Awesome! Thanks |
Quarkus:
Related:
Breaking Changes:
@ConfigMapping
validation withhibernate-validator
now executes when the mapping is populated and not when the mapping is first accessed. This means that if there is a validation error in the configuration, Quarkus fails to start.