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

Using internals which may not be visible #738 #739

Closed dhuebner closed 12 months ago

dhuebner commented 1 year ago

Removes the gson.internal.Primitives import. Added some additional tests.

See #738.

jonahgraham commented 11 months ago

I have backported the fix to the 0.21 branch in case I do a 0.21.1 release. See #758