v0.22.0 #806
jonahgraham
announced in
Announcements
v0.22.0
#806
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LSP4J 0.22.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.
Changelog entry
v0.22.0 (February 2024)
Fixed issues: https://github.com/eclipse-lsp4j/lsp4j/milestone/29?closed=1
org.eclipse.lsp4j.websocketbundle has been deprecated in preparation for removal in the future.org.eclipse.lsp4j.websocket.jakartaorg.eclipse.lsp4j.websocketbundle is no longer included in the SDK feature nor published to Eclipse SimRelBreaking API changes:
jsonHandler, to enable thetoStringimplementation to properly format messages when custom type adapters are used.Modifier.isTransient@JsonRpcDataannotated classes generates a dependency on packageorg.eclipse.lsp4j.jsonrpc.utilin theorg.eclipse.lsp4j.jsonrpcbundle.ToStringBuilderandPreconditionsin a sub-package calledutil;instead, the generator now uses classes
ToStringBuilderandPreconditionsin packageorg.eclipse.lsp4j.jsonrpc.util.ToStringBuilderandPreconditionshave been removed fromorg.eclipse.lsp4j.utilandorg.eclipse.lsp4j.debug.utilpackages.japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.22.0/japicmp-report/
What's Changed
textDocument/inlineValueby @pisv in Add response JSON adapter fortextDocument/inlineValue#754New Contributors
Full Changelog: v0.21.0...v0.22.0
This discussion was created from the release v0.22.0.
Beta Was this translation helpful? Give feedback.
All reactions