-
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
Fixed config locations to be URIs #22703
Conversation
Can this be tagged to main and 2.6.2? |
Thanks for the PR :)
It will be added automatically once merged. |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 8446636
Failures⚙️ Initial JDK 11 Build #- Failing: core/deployment
! Skipped: core/test-extension/deployment core/test-extension/runtime devtools/bom-descriptor-json and 607 more 📦 core/deployment✖ |
Ops, seems that the CI is not happy with the code style. Please do a maven build so the correct style is applied. Thank you! |
8446636
to
0ee58de
Compare
I'll fix the formatting issue but... I might be missing something. We have in
which is supposed to be a relocation for Also the code has not been tested because it didn't compile (missing import and missing |
Actually, we only have
I was writing the exact same fix and I did test it in my Windows box. |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 0ee58de
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: core/test-extension/deployment integration-tests/smallrye-config
! Skipped: integration-tests/test-extension 📦 core/test-extension/deployment✖
📦 integration-tests/smallrye-config✖
✖
✖
✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: core/test-extension/deployment integration-tests/smallrye-config
! Skipped: integration-tests/test-extension 📦 core/test-extension/deployment✖
📦 integration-tests/smallrye-config✖
✖
✖
✖
⚙️ JVM Tests - JDK 17 #- Failing: core/test-extension/deployment integration-tests/smallrye-config
! Skipped: integration-tests/test-extension 📦 core/test-extension/deployment✖
📦 integration-tests/smallrye-config✖
✖
✖
✖
⚙️ Native Tests - Misc3 #- Failing: integration-tests/smallrye-config
📦 integration-tests/smallrye-config✖ |
CI doesn't look happy. @radcortez I'll let you have a look and check if this is fixable or not. |
Ok, let me have a look. |
0ee58de
to
5cea6c3
Compare
@radcortez Thanks for fixing it. |
@radcortez I would prefer if we adjusted |
Sure. |
5cea6c3
to
52cb1cd
Compare
The quarkus.config.locations configuration is specified as a
java.net.URI
in the documentation, butConfigGenerationBuildStep
was treating it as a file pathFixes: #22699
@radcortez @glefloch @gsmet