Skip to content
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

Suggestion of Edit to your spring-boot-remote-jmx Blog #2

Closed
thabach opened this issue Oct 29, 2020 · 1 comment · Fixed by #4
Closed

Suggestion of Edit to your spring-boot-remote-jmx Blog #2

thabach opened this issue Oct 29, 2020 · 1 comment · Fixed by #4

Comments

@thabach
Copy link

thabach commented Oct 29, 2020

Hey Gilad, great Blog post on Remote JMX with Spring Boot !

May I suggest to add a remark about how to make it all work with Spring Boot > 2.2.x ?

Recent versions disable JMX exposure by default and the whole org.springframework.boot MBeans subtree does not appear anymore. Spring Boot > 2.2.x needs:

spring.jmx.enabled=true

to be set.

Cheers, Christian.

see: spring-projects/spring-boot#16090

@pgilad
Copy link
Owner

pgilad commented Oct 30, 2020

Thanks for the suggestion, I'm glad you found the post useful. Will add the remark shortly 🙏

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

Successfully merging a pull request may close this issue.

2 participants