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

Consider adding -Dspring.jmx.enabled=true JVM arg automatically #93

Closed
kdvolder opened this issue Dec 18, 2019 · 2 comments
Closed

Consider adding -Dspring.jmx.enabled=true JVM arg automatically #93

kdvolder opened this issue Dec 18, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kdvolder
Copy link
Collaborator

kdvolder commented Dec 18, 2019

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/sts4#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.

@Eskibear
Copy link
Member

It makes sense.

@Eskibear Eskibear added the enhancement New feature or request label Dec 19, 2019
@Eskibear Eskibear self-assigned this Dec 19, 2019
@Eskibear
Copy link
Member

shipped with v0.1.7

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

No branches or pull requests

2 participants