We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since https://issues.apache.org/jira/browse/HTTPCLIENT-2070, the BasicAuthCache is not using reflection anymore. So we should probably be able to remove this native alias: https://github.com/apache/camel-quarkus/blob/main/extensions-support/httpclient/runtime/src/main/java/org/apache/camel/quarkus/support/httpclient/graalvm/BasicAuthCacheAlias.java
Some context could be found in #3079
The text was updated successfully, but these errors were encountered:
The problem is that extensions-support-httpclient is still supporting components where httpclient 4.x is on the classpath.
extensions-support-httpclient
Maybe we need a separate support extension for 4.x & 5.x as was hinted at in #4703.
Sorry, something went wrong.
Add httpclient5 support extension
ef31e31
Fixes apache#4703 Fixes apache#5704
b06d449
b09522c
d0cea09
4a39b1c
jamesnetherton
Successfully merging a pull request may close this issue.
Describe the feature here
Since https://issues.apache.org/jira/browse/HTTPCLIENT-2070, the BasicAuthCache is not using reflection anymore.
So we should probably be able to remove this native alias: https://github.com/apache/camel-quarkus/blob/main/extensions-support/httpclient/runtime/src/main/java/org/apache/camel/quarkus/support/httpclient/graalvm/BasicAuthCacheAlias.java
Some context could be found in #3079
The text was updated successfully, but these errors were encountered: