-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(management): avoid self-referencing JMX operations #280
feat(management): avoid self-referencing JMX operations #280
Conversation
e9986d0
to
35809e1
Compare
35809e1
to
5b352dc
Compare
Hmm. I'm not seeing that. Which target did you have selected? Did this only happen after you tried to expand the automated analysis? |
5b352dc
to
7668f11
Compare
Oh I think I was using an out of date -core. I updated everything and reran and it is working as expected now :) |
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.
lgtm
… JFRConnectionToolkit and JMX calls
…ed with mutations
830e7ca
to
09ee607
Compare
Rebased just to drop some accidentally included unrelated changes to the |
(cherry picked from commit 5a13941)
(cherry picked from commit 5a13941) Co-authored-by: Andrew Azores <[email protected]>
Fixes #278
Depends on cryostatio/cryostat-core#309
Depends on cryostatio/cryostat-core#313
Depends on #289
Depends on #293
TODO before merge: correct-core
version inpom.xml
to point to a newly-released upstream version, not the-SNAPSHOT
as it is for testing purposes in this PR