-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Rename jmx start/stop bean #3124
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
Comments
|
While the initial goal of this was to expose a way to shutdown the app it has moved to something more "admin-related": know if the app is ready, get the http port, etc. Maybe we should move that back to Some keys should migrate as well then. And We have |
The JMX name looks weird to me and there is still a |
This broke the maven plugin (start/stop). Looking at it |
Yesterday's changes fixed the issue, thank you! |
@mbert Thanks for checking. |
The current name (
org.springframework.boot:type=Lifecycle,name=springApplicationLifecycle
) could be renamed toorg.springframework.boot:type=Lifecycle,name=SpringApplication
The text was updated successfully, but these errors were encountered: