squakez commented on issue #5855:
URL: https://github.com/apache/camel-k/issues/5855#issuecomment-2362894130
Thanks @tadayosi I think it does as it happened last time. However it's kind
of weird, in the sense that we should be using the previous dependency released
which is 2.0.2. The container spec is in fact:
```
spec:
containers:
- args:
-
-javaagent:dependencies/lib/main/org.jolokia.jolokia-agent-jvm-2.0.2-javaagent.jar=discoveryEnabled=false,host=*,port=8778,protocol=http,useSslClientAuthentication=false
- -cp
-
dependencies/lib/main/org.jolokia.jolokia-agent-jvm-2.0.2-javaagent.jar
- -Xmx268M
- -cp
-
./resources:/etc/camel/application.properties:/etc/camel/resources:/etc/camel/resources.d/_configmaps:/etc/camel/resources.d/_secrets:/etc/camel/sources/Java.java:dependencies/*:dependencies/app/*:dependencies/lib/boot/*:dependencies/lib/main/*:dependencies/lib/main/org.jolokia.jolokia-agent-jvm-2.0.2-javaagent.jar:dependencies/quarkus/*
- io.quarkus.bootstrap.runner.QuarkusEntryPoint
command:
- java
```
so, I'd expect this to work. Or is there any reason why an older dependency
won't work when a new version is over?
--
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]