Closed
Description
This is no longer enabled automatically by spring boot itself:
See: spring-projects/spring-boot#16090
This interferes with some features of the spring boot tooling that relies on it (i.e. live hovers). While users can work around this by enabling it themselves, it can be confusing and annoying.
See: spring-projects/spring-tools#395
So perhaps it is a good idea if, when boot dashboard creates a new Java launch configuration, then it can automatically add a vmArg setting system property -Dspring.jmx.enabled=true
to enable it.