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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org