Skip to content

Commit

Permalink
Fixes #536: Restore the pre-Jakarta version of websocket bundle
Browse files Browse the repository at this point in the history
Changelog entry
  • Loading branch information
jonahgraham committed Apr 2, 2021
1 parent c5d332b commit 1f9b188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Fixed issues: <https://github.com/eclipse/lsp4j/milestone/19?closed=1>

* Restored `org.eclipse.lsp4j.websocket` which will be included along with `org.eclipse.lsp4j.websocket.jakarta`. This will allow use of LSP4J
over Jakarta websockets and pre-Jakarta websockets. See <https://github.com/eclipse/lsp4j/issues/536> for more details.

Breaking API changes:

* Type of `CodeLensOptions.resolveProvider` changed from `boolean` to `Boolean`
Expand Down

0 comments on commit 1f9b188

Please sign in to comment.