JiriOndrusek commented on PR #4831:
URL: https://github.com/apache/camel-quarkus/pull/4831#issuecomment-1523298236

   There is a problem:
   
   quarkiverse.minio brings io.minio:8.5.2, which requires okhttp >= 4.8.1
   
   - okhttp version comes from quarkus and has to be synced with `okio`
   - According to mino 
[comment](https://github.com/quarkiverse/quarkus-minio/blob/main/pom.xml#L67-L68),
   - The proper okio version was earlier blocked on Quarkus by version of 
`quarkus-kubernetes-client`.
   
   So the result is, that to make the quarkiverse.minio upgrade work 
successfully, we have to use quarkus with following commit: 
https://github.com/quarkusio/quarkus/commit/f1a50bfe683ea075f67e29321d84508433ed7c63
   
   Which means to upgrade quarkus to 3.0.1. From my POV we can base this PR on 
`quarkus-main` and it should work.
   
   WDYT? @zhfeng  @zbendhiba 
   


-- 
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-unsubscr...@camel.apache.org

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

Reply via email to