-
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
Use ConfigMapping to map duplicated properties and avoid unknown config warning #26967
Conversation
radcortez
commented
Jul 27, 2022
- Fixes [resteasy-reactive] unrecognized configuration key "quarkus.security.jaxrs.deny-unannotated-endpoints" #25591
...n/runtime/src/main/java/io/quarkus/resteasy/reactive/common/runtime/JaxRsSecurityConfig.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
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.
My guess is that is not taken into account when we generate the configuration reference. So I'm -1 until this is fixed (or at least that someone confirms me it's supported as I have my doubts).
I've added the support to the annotation processor as well: #19230. I did find a few bugs that this PR also fixes. Here is a screenshot of the configuration reference: |
Failing Jobs - Building fcc37aa
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 #- Failing: extensions/smallrye-reactive-messaging-kafka/deployment
! Skipped: integration-tests/kafka-oauth-keycloak integration-tests/kafka-sasl-elytron integration-tests/kubernetes/quarkus-standard-way-kafka and 3 more 📦 extensions/smallrye-reactive-messaging-kafka/deployment✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment
! Skipped: extensions/avro/deployment extensions/grpc/deployment extensions/hibernate-reactive/deployment and 106 more 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment✖
|
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.
Ah, perfect if it's already handled.