You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/04/26 04:52:56 UTC

[GitHub] [camel-quarkus] zhfeng commented on pull request #4831: Bump quarkiverse-minio.version from 3.0.0.Alpha3 to 3.0.0

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

   Minio tests are failing
   ```
   Caused by: java.lang.RuntimeException: Unsupported OkHttp library found. Must use okhttp >= 4.8.1
   	at io.minio.S3Base.<clinit>(S3Base.java:106)
   	... 78 more
   Caused by: java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(byte[], okhttp3.MediaType)'
   	at io.minio.S3Base.<clinit>(S3Base.java:104)
   	... 78 more
   ```
   
   It needs more investigation.


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