LSP4J 0.19.0
LSP4J 0.19.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.
Changelog entry
v0.19.0 (November 2022)
Fixed issues: https://github.com/eclipse/lsp4j/milestone/26?closed=1
Breaking API changes:
- Removed
WorkspaceDocumentDiagnosticReportTypeAdapter
, which was
effectively replaced withWorkspaceDocumentDiagnosticReportListAdapter
as part of fixing issue #682.
japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.19.0/japicmp-report/
What's Changed (auto-generated)
- Update version qualifier for guava by @pisv in #684
- Fix type adapter for
workspace/diagnostic
response by @pisv in #683
Full Changelog: v0.18.0...v0.19.0