You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "aldettinger (via GitHub)" <gi...@apache.org> on 2024/01/31 10:13:54 UTC

[I] extensions-support httpclient: The BasicAuthCache alias may not be needed anymore when adopting http client >= 5.4 [camel-quarkus]

aldettinger opened a new issue, #5704:
URL: https://github.com/apache/camel-quarkus/issues/5704

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] extensions-support httpclient: The BasicAuthCache alias may not be needed anymore when adopting http client >= 5.4 [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5704:
URL: https://github.com/apache/camel-quarkus/issues/5704#issuecomment-1918812001

   The problem is that `extensions-support-httpclient` is still supporting components where httpclient 4.x is on the classpath.
   
   Maybe we need a separate support extension for 4.x & 5.x as was hinted at in https://github.com/apache/camel-quarkus/issues/4703.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org