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
-
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.websocket
bundle has been deprecated in preparation for removal in the future.org.eclipse.lsp4j.websocket.jakarta
org.eclipse.lsp4j.websocket
bundle is no longer included in the SDK feature nor published to Eclipse SimRelBreaking API changes:
jsonHandler
, to enable thetoString
implementation to properly format messages when custom type adapters are used.Modifier.isTransient
@JsonRpcData
annotated classes generates a dependency on packageorg.eclipse.lsp4j.jsonrpc.util
in theorg.eclipse.lsp4j.jsonrpc
bundle.ToStringBuilder
andPreconditions
in a sub-package calledutil
;instead, the generator now uses classes
ToStringBuilder
andPreconditions
in packageorg.eclipse.lsp4j.jsonrpc.util
.ToStringBuilder
andPreconditions
have been removed fromorg.eclipse.lsp4j.util
andorg.eclipse.lsp4j.debug.util
packages.japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.22.0/japicmp-report/
What's Changed
textDocument/inlineValue
by @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