Skip to content

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

Closed
@kdvolder

Description

@kdvolder

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions