Skip to content

Drop support for Jolokia until it supports Servlet 5 #28704

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

Closed
wilkinsona opened this issue Nov 16, 2021 · 3 comments
Closed

Drop support for Jolokia until it supports Servlet 5 #28704

wilkinsona opened this issue Nov 16, 2021 · 3 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

jolokia/jolokia#451

@wilkinsona wilkinsona added the type: enhancement A general enhancement label Nov 16, 2021
@wilkinsona wilkinsona added this to the 3.0.0-M1 milestone Nov 16, 2021
@wilkinsona wilkinsona self-assigned this Nov 16, 2021
@AlexandruIovanCerqlar
Copy link

AlexandruIovanCerqlar commented Apr 27, 2023

@wilkinsona are there any alternatives to this? We used JMX endpoints to trigger management operations.

@wilkinsona
Copy link
Member Author

Spring Boot's JMX endpoints are unaffected by this change. Dropping support for Jolokia means that general MBeans are no longer accessible over HTTP.

@adrian-baker
Copy link

are there any alternatives to this?

As a temporary solution I was able to restore support by

  • Adding a dependency on
    implementation "org.jolokia:jolokia-service-jmx:2.0.0-M4"
    implementation "org.jolokia:jolokia-support-jmx:2.0.0-M4" 
    
  • Recreating the deleted JolokiaEndpointAutoConfiguration, JolokiaEndpoint and JolokiaProperties classes removed in 85f9949

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants