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

several live hovers are missing when running Spring Boot 3 applications #1019

Closed
martinlippert opened this issue Mar 28, 2023 · 2 comments
Closed
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: live-data type: bug

Comments

@martinlippert
Copy link
Member

While the overall live hovers feature seems to be working fine for Spring Boot 3 applications, looking at the hovers in detail reveal that several hovers are missing and not showing up. We need to investigate this in more detail and fix the ones that are not showing up correctly.

@martinlippert martinlippert added type: bug status: needs-investigation for: eclipse something that is specific for Eclipse theme: live-data for: vscode something that is specific for VSCode labels Mar 28, 2023
@martinlippert martinlippert added this to the 4.18.1.RELEASE milestone Mar 28, 2023
@BoykoAlex
Copy link
Contributor

I only remember seeing @SpringBootApplication not highlighted... I think others might be related to lazy bean initialization in Spring Boot...

@BoykoAlex
Copy link
Contributor

This is due to the new CGLib suffix in bean types coming from the actuator. Live beans in petclinic seem to be in order now. Should be fixed with 9ad7311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: live-data type: bug
Projects
None yet
Development

No branches or pull requests

2 participants