-
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
Rest client config - turn the config module into a proper extension #21788
Rest client config - turn the config module into a proper extension #21788
Conversation
Needs a dependencies update - see the error message in the logs |
This is needed for the automatic docs generation to work properly.
acf9748
to
9bba11d
Compare
Hmmm I haven't followed all this but I find it weird we have to introduce an extension just for some config classes. Could you summarize to me why we ended up with a separate module for the config? Thanks! |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 9bba11d
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ Maven Tests - JDK 11 Windows #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
|
Hello @gsmet, so one aspect is that we want to share configuration classes between classic and reactive rest clients - that's why it's in a separate module. Then we found that the "quarkus.rest-client.*" configuration properties that we define in our config roots are missing from auto-generated docs (https://quarkus.io/guides/all-config). The reason is that the generator class ( |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 9bba11d
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
|
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.
Looks good to me. Let's merge it to have it for CR1. Thanks for the follow-up!
This is needed for the automatic docs generation to work properly.
Fixes #21488