aldettinger opened a new issue, #5801:
URL: https://github.com/apache/camel-quarkus/issues/5801
### Bug description
While releasing Camel Quarkus 3.8.0, test below was failing:
*
org.apache.camel.quarkus.component.kubernetes.it.KubernetesTest.testKubernetesComponent
```
java.lang.RuntimeException: java.lang.NoSuchMethodError: 'void
okhttp3.internal.Internal.initializeInstanceForTests()'
at
io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:638)
at
io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:722)
at java.base/java.util.Optional.orElseGet(Optional.java:364)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NoSuchMethodError: 'void
okhttp3.internal.Internal.initializeInstanceForTests()'
at okhttp3.mockwebserver.MockWebServer.<clinit>(MockWebServer.java:103)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]