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

java.lang.ClassNotFoundException: org.eclipse.jdt.ls.core.internal.javadoc.JavaElementLinks cannot be found by ... #1229

Closed
JavaHello opened this issue Apr 12, 2024 · 1 comment
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: internal-architecture type: bug

Comments

@JavaHello
Copy link

Describe the bug
An error occurred while editing the application.yml file

To Reproduce
Using the latest plug-in of VScode Spring Boot, an error occurred when editing the application.yml file.

spring:
  application:
    name: demo
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver

Sample

java.lang.ClassNotFoundException: org.eclipse.jdt.ls.core.internal.javadoc.JavaElementLinks cannot be found by org.springframework.tooling.jdt.ls.extension_1.0.0.202403062224

https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2986/files#diff-7461a672bafbfc5ad174d6ada61aaf8111bd8cbd7544156ef5679029854452ae
This commit removed JavaElementLinks

@BoykoAlex
Copy link
Contributor

Fixed with dbb8898

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: internal-architecture type: bug
Projects
None yet
Development

No branches or pull requests

3 participants