-
Notifications
You must be signed in to change notification settings - Fork 191
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
Exclude http 4.x from http extension if possible. #4703
Milestone
Comments
jamesnetherton
changed the title
[camel-main] Exclude http 4.x from http extension if possible.
Exclude http 4.x from http extension if possible.
May 19, 2023
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jun 14, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jun 14, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jun 14, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jun 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 createhttp4
extension.The text was updated successfully, but these errors were encountered: