OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

Investigate why the LSPJakarta JDT Core jar is included in the LTI plugin. #836

Open mrglavas opened 1 week ago

mrglavas commented 1 week ago

We are not explicitly including org.eclipse.lsp4jakarta.jdt.core as a dependency but somehow it's being included in the build and is being packaged in the LTI plugin. It seems org.eclipse.lsp4jakarta.ls might depend on org.eclipse.lsp4jakarta.jdt.core, perhaps to make use of common code. Ideally we should not need the JDT jar in LTI.

From LTI 24.0.6: image