-
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
Rewrite BuildTimeRunTime and RunTime Defaults ConfigSource #26802
Conversation
65c2a0f
to
4879858
Compare
This comment has been minimized.
This comment has been minimized.
af80dc9
to
6d135ab
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building 56160c0
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/smallrye-reactive-messaging-amqp/deployment
! Skipped: integration-tests/reactive-messaging-amqp 📦 extensions/smallrye-reactive-messaging-amqp/deployment✖
|
👍🏼 Seems reasonable to me. |
@yrodiere given you had a look at the config code lately, I wonder if you could have a quick look at this one? Feel free to say no if you're not familiar at all with this code :). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yrodiere given you had a look at the config code lately, I wonder if you could have a quick look at this one? Feel free to say no if you're not familiar at all with this code :).
I'm afraid my experience with that code is quite limited, but from that (limited) perspective, the changes look good.
In any case, replacing bytecode generation with a simple text resource will get a +1 from me anytime 😁 It's much easier to debug.
ConfigSourceFactory
differ in continuous testing #25857Currently, there are a few issues with the BuildTimeRunTime values and the RunTime Default values:
quarkus.tls.trust-all
which is marked build-time, but it can be changed during runtime.Changes in the PR:
A few extra considerations: