eclipse-lsp4j/lsp4j

Add module-info to the modules

Thihup opened this issue · 2 comments

Adding a module-info to the modules will make the life easier for whom wants to create a JLinked runtime including only the necessary modules. Most LSP servers are standalone programs, so it makes sense to create a LSP server using a JLinked runtime.

Totally agree. BSL Language Server is packaged via jpackage and runtime image is quite huge.

I will be happy to review a PR that provides the needed info. Please tag me in such a PR.