-
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
Fix issue with build time config in dev mode #9436
Conversation
...loyment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java
Outdated
Show resolved
Hide resolved
Tested this PR with #9415 and it works like a charm! Fixes seems reasonable to me, 👍 |
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.
👍
I looked at the generated bytecode for both prod mode and dev-mode and I understand the change.
Thanks a lot for looking into it!
We'll need to restart CI, the failures seems very weird and completely unrelated to the PR (I tried the Spring tests locally from this PR and they worked just fine). UPDATE : |
I pushed a commit with the test I added for Flyway (since CI needed a restart anyway) |
quay.io seems to still have problems :( |
53c48f7
to
dcdf69b
Compare
Fixes #9296
Fixes #9415