Open rfelgent opened 1 month ago
Hi,
the "jolokia-spring" integration uses the deprecated EndpointServlet class. Jolokia's Spring Boot integration will not be work after version 3.5 of Spring Boot (marked deprecated classes will be removed after 2 minor version upgrades)
EndpointServlet
More information about the deprecated stuff is available here https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.3-Release-Notes.
Shall I provide a merge request ?
Thanks for report - a PR would be great and I'd be happy to review it.
I'll give it a try
At first glance I don't like this change... It's not obvious how to expose a servlet as management endpoint...
Hi,
the "jolokia-spring" integration uses the deprecated
EndpointServlet
class. Jolokia's Spring Boot integration will not be work after version 3.5 of Spring Boot (marked deprecated classes will be removed after 2 minor version upgrades)More information about the deprecated stuff is available here https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.3-Release-Notes.
Shall I provide a merge request ?