We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
jolokia/jolokia#451
The text was updated successfully, but these errors were encountered:
85f9949
@wilkinsona are there any alternatives to this? We used JMX endpoints to trigger management operations.
Sorry, something went wrong.
Spring Boot's JMX endpoints are unaffected by this change. Dropping support for Jolokia means that general MBeans are no longer accessible over HTTP.
are there any alternatives to this?
As a temporary solution I was able to restore support by
implementation "org.jolokia:jolokia-service-jmx:2.0.0-M4" implementation "org.jolokia:jolokia-support-jmx:2.0.0-M4"
JolokiaEndpointAutoConfiguration
JolokiaEndpoint
JolokiaProperties
wilkinsona
No branches or pull requests
jolokia/jolokia#451
The text was updated successfully, but these errors were encountered: