v0.23.0 #833
jonahgraham
announced in
Announcements
v0.23.0
#833
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.23.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.
Changelog entry
Fixed issues: https://github.com/eclipse-lsp4j/lsp4j/milestone/34?closed=1
ResponseErrorException
has been improved to ensure that it is unwrapped to the expectedResponseError
on the receiving side.In addition,
@JsonDelegate
s that throw exceptions have their checked exceptions wrapped in the more narrowIllegalStateException
instead of aRuntimeException
.Breaking API changes:
ModulesViewDescriptor
japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.23.0/japicmp-report/
What's Changed
New Contributors
Full Changelog: v0.22.0...v0.23.0
This discussion was created from the release v0.23.0.
Beta Was this translation helpful? Give feedback.
All reactions