eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
582 stars 141 forks source link

Build against 2023-09 Orbit #750

Closed akurtakov closed 12 months ago

akurtakov commented 12 months ago

Mainly to pick up Guava 32.x to get rid of https://nvd.nist.gov/vuln/detail/CVE-2023-2976

akurtakov commented 12 months ago

I see there is fuller patch at https://github.com/eclipse-lsp4j/lsp4j/pull/749 . Still this one was a good exercise figuring out how lsp4j is developed.

jonahgraham commented 12 months ago

Thanks @akurtakov - it is good to have more eyes on this.