Open credmp opened 3 years ago
Spring boot integration is lagging behind. We have to update the server(it is like 2 years old) and retest if everything works fine.
Yes, I was looking at that. The vscode extension has the unpacked language server in it, it can not be repackaged because the other jars are compressed (and nested compression is not allowed). I am looking at starting the language server from the unpacked extension.
Do you think a new (running) version would be a drop in replacement?
Do you think a new (running) version would be a drop in replacement?
I would say that it is 50/50. It has been a long time since the last integration and also the whole flow between jdtls -> bootls is very complex. They have several new features, we have to expose them as well. They don't have docs, so I we have to reverse engineer the code.
Describe the bug When fetching documentation (lsp-describe-thing-at-point) the boot-ls server throws an exception. When only using jdtls the functionality works.
To Reproduce Enable boot server using
(require 'lsp-java-boot)
and calllsp-describe-thing-at-point
Expected behavior Documentation is shows as with
jdtls
Logs