-
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.12.2 #46359
Conversation
This comment has been minimized.
This comment has been minimized.
I assume we do want to backport this, correct? |
Status for workflow
|
Actually, we don't want to backport it for now as there is still a problem in 3.12 that @radcortez wasn't able to pinpoint. |
👌 |
I've also released a |
Quarkus:
io.quarkus.it.vertx.RandomTestPortTestCase#testLegacyProperties
test, because it mutates the System config source. SmallRye Config 3.12.0 added an optimization to skip profile lookups (Skip profile lookup if System, Env, Properties and Default sources do not contain a profile property name smallrye/smallrye-config#1303) if they don't exist, but it doesn't work if the source can be mutated. Reverted in Revert skip profile optimization because Quarkus mutates the source smallrye/smallrye-config#1324.