You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "JiriOndrusek (via GitHub)" <gi...@apache.org> on 2023/03/27 15:18:21 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4703: [camel-main] Exclude http 4.x from http extension if possible.

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

   Camel 4.x upgraded http client to version 5.x. Quarkus apache-http-client brings 4.x.
   Package names are distinct, therefore there is no problem having both of them onclasspath.
   Unfortunately it is highly error prone. So I suggest to exclude client 4.x from the http extension.
   (I'm not sure if it is a simple task or not -> that's why I created this ticket)
   Idea if other extensions depend on `http`, we might need to create `http4` extension.


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