Skip to content

live hover auto-connect on launch should check for actuators #842

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
martinlippert opened this issue Sep 13, 2022 · 0 comments
Closed

live hover auto-connect on launch should check for actuators #842

martinlippert opened this issue Sep 13, 2022 · 0 comments
Assignees

Comments

@martinlippert
Copy link
Member

The automatic connect of the live hovers when a spring boot app is launched should check whether the project has actuators on the classpath or not - and should not try to auto-connect if there are no actuators on the classpath.

We do a similar check when the boot dashboard deploys an app to a docker target and we need to do the same check if we launch an app. Otherwise, annoying error messages will pop up every time you launch a spring boot app that doesn't have actuators on the classpath. The language server will notify the client after 10 attempts that it wasn't able to connect.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants