You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/08/10 09:16:53 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #5160: [camel-main] Box (native & JVM )fails because of okhttp 3.x vs 4.x problem

ppalaga commented on issue #5160:
URL: https://github.com/apache/camel-quarkus/issues/5160#issuecomment-1672859438

   For this particular error, we could try to suggest a fix to Box: `OkHttpClient.Builder(httpClient)` is not public in 3.x but `httpClient.newBuilder()` would do the same. `httpClient.newBuilder()` is available in 3.x and I hope it is there also in 4.x.
   
   We should try to propose reverting the upgrade in Camel for now.


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