-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(jolokia): upgrade to Jolokia 1.7.1 #2665
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad we can remove that hack :)
@tadayosi it seems there is an exception thrown for some reasons during the Jolokia trait e2e test execution:
|
Yes, I'm looking into it. |
Does anyone have any ideas about the exception? Currently I find it hard to detect where it comes from.
This exception doesn't occur when you attach the jolokia agent to a Java app locally, and it doesn't even in a container image with |
And indeed if I copy the entire app & dependencies from a deployed pod on k8s and run it locally, it reproduces the exception. |
Would you be aware of any changes introduced between Jolokia 1.7.0 and 1.7.1 that could relate to that exception? |
@astefanutti The main changes in 1.7.1 is this simple commit: |
@tadayosi right, it's possible having the duplicated classes from the shading and the POM, causes the issue. |
Indeed Jolokia 1.7.1 pom brings |
a3f97be
to
07ce381
Compare
Created PR apache/camel-k-runtime#742 to include jolokia-jvm to camel-catalog so that the issue is fixed. We need to wait for a new camel-k-runtime release to merge this one. |
07ce381
to
b239206
Compare
Release Note