-
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
Fix Bootstrap Config to use default Config Sources (System and Env) #24673
Conversation
radcortez
commented
Mar 31, 2022
•
edited
Loading
edited
- Fixes bootstrap config with Map field does not pick system properties if not defined in application.properties #24463
- Fixes bootstrap config with field does not pick up QUARKUS_CONFIG_LOCATIONS files #24465
Is this something that we should backport to 2.8? |
Failing Jobs - Building 21e3ace
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/smallrye-reactive-messaging-amqp/deployment
! Skipped: integration-tests/reactive-messaging-amqp 📦 extensions/smallrye-reactive-messaging-amqp/deployment✖
✖
✖
✖
✖
|
Yes, it should be safe to backport. The fix is only in the Bootstrap Config. |
Test failures are unrelated. Merging this. |
excellent @radcortez ! |