-
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
Support @ConfigMapping in Extensions #19230
Conversation
4934c1d
to
91562ba
Compare
91562ba
to
fca338b
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building fca338b
Failures⚙️ Initial JDK 11 Build #- Failing: extensions/elytron-security-properties-file/runtime extensions/kubernetes/vanilla/deployment extensions/micrometer/runtime and 1 more
! Skipped: devtools/bom-descriptor-json docs extensions/agroal/deployment and 200 more 📦 extensions/elytron-security-properties-file/runtime✖ 📦 extensions/kubernetes/vanilla/deployment✖ 📦 extensions/micrometer/runtime✖ 📦 extensions/oidc-common/runtime✖ |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building fca338b
Failures⚙️ Initial JDK 11 Build #- Failing: extensions/elytron-security-properties-file/runtime extensions/kubernetes/vanilla/deployment extensions/micrometer/runtime and 1 more
! Skipped: devtools/bom-descriptor-json docs extensions/agroal/deployment and 200 more 📦 extensions/elytron-security-properties-file/runtime✖ 📦 extensions/kubernetes/vanilla/deployment✖ 📦 extensions/micrometer/runtime✖ 📦 extensions/oidc-common/runtime✖ |
fca338b
to
30c6fe1
Compare
48c30ab
to
0b179b8
Compare
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 48c30ab
|
0b179b8
to
35ca89b
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 35ca89b
Full information is available in the Build summary check run. Failures⚙️ MicroProfile TCKs Tests #- Failing: tcks/microprofile-fault-tolerance
📦 tcks/microprofile-fault-tolerance✖
⚙️ Native Tests - Windows - hibernate-validator #- Failing: integration-tests/hibernate-validator
📦 integration-tests/hibernate-validator✖ |
35ca89b
to
0c2b434
Compare
@radcortez this one fell through the cracks. Is it still needed? If so it needs a big rebase. |
Yes, it will give us the ability to use SR |
0c2b434
to
81f4578
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 81f4578
Failures⚙️ Initial JDK 11 Build #- Failing: core/deployment
! Skipped: core/test-extension/deployment core/test-extension/runtime devtools/bom-descriptor-json and 613 more 📦 core/deployment✖ |
81f4578
to
be5a242
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building be5a242
Failures⚙️ Initial JDK 11 Build #- Failing: devtools/gradle/gradle-model
! Skipped: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin integration-tests/gradle 📦 devtools/gradle/gradle-model✖ |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building be5a242
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
✖
✖
✖
⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
✖
✖
✖
✖
⚙️ JVM Tests - JDK 11 #- Failing: devtools/gradle/gradle-model
! Skipped: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin 📦 devtools/gradle/gradle-model✖ |
be5a242
to
4375a01
Compare
c454faf
to
ce8de3f
Compare
...ocessor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocItemScanner.java
Outdated
Show resolved
Hide resolved
ce8de3f
to
590f5ea
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 590f5ea
Failures⚙️ Initial JDK 11 Build #- Failing: extensions/elytron-security-properties-file/runtime extensions/oidc-common/runtime extensions/resteasy-classic/rest-client-config/runtime
! Skipped: devtools/bom-descriptor-json docs extensions/agroal/deployment and 242 more 📦 extensions/elytron-security-properties-file/runtime✖ 📦 extensions/oidc-common/runtime✖ 📦 extensions/resteasy-classic/rest-client-config/runtime✖ |
590f5ea
to
3e49b08
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 3e49b08
Failures⚙️ Initial JDK 11 Build #- Failing: docs
📦 docs✖ |
3e49b08
to
663c170
Compare
663c170
to
3e5fd1f
Compare
Milestone is already set for some of the items: We haven't automatically updated the milestones for these items.
|
Uh oh! |
Fixes the following
@ConfigRoot
issues by allowing to use@ConfigMapping
instead:Does not support constructor injection in Recorders. This can be added later.