Open jcordes73 opened 2 years ago
This is odd, the base image we use in Eclipse JKube 1.7.0 no longer has this problem.
Are you sure you're using Eclipse JKube 1.7.0 and that the base image for your container is quay.io/jkube/jkube-java:0.0.13
?
I'm not sure if you're reporting the issue for this repo https://github.com/jcordes73/camel-quarkus-openapi
The following line is the culprit: https://github.com/jcordes73/camel-quarkus-openapi/blob/47a384e8fee26cd4c604d3c94b01dbf37393224e/pom.xml#L18
That base image is providing the older version of Jolokia. You could try our Java 11 base image (which uses an up-to-date version of Jolokia):
quay.io/jkube/jkube-java-11:0.0.13
Description
Info
mvn -v
) : 3.6.3This should have been fixed in Jolokia 1.7.0
If it's a feature request, what is your use case :
Sample Reproducer Project : [GitHub Clone URL]