Skip to content

Commit

Permalink
Remove deprecated org.eclipse.lsp4j.websocket
Browse files Browse the repository at this point in the history
Mitigation: either upgrade to Jakarta version or remain on older
version of LSP4J.

Fixes eclipse-lsp4j#647
  • Loading branch information
jonahgraham committed Jan 31, 2025
1 parent 35066db commit d943a8d
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 893 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Breaking API changes:
* Removed deprecated static methods in the Either class, instead use TypeUtils helper methods [#877](https://github.com/eclipse-lsp4j/lsp4j/issues/877)
* Removed deprecated factories [#878](https://github.com/eclipse-lsp4j/lsp4j/issues/878)
* Removed deprecated ResponseErrorCode.serverNotInitialized, use ResponseErrorCode.ServerNotInitialized instead [#879](https://github.com/eclipse-lsp4j/lsp4j/issues/879)
* Removed deprecated org.eclipse.lsp4j.websocket. Please upgrade to using Jakarta or remain with LSP4J version 0.x.x [#647](https://github.com/eclipse-lsp4j/lsp4j/issues/647)
japicmp report: <https://download.eclipse.org/lsp4j/builds/main/japicmp-report/>

### [v0.24.0 (Jan 2025)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.24.0)
Expand Down
1 change: 0 additions & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ext.versions = [
'gson': '[2.9.1,3.0)',

'websocket_jakarta': '2.0.0',
'websocket': '1.0',
'junit': '4.13.2',
'archunit': '1.2.1'
]

This file was deleted.

24 changes: 0 additions & 24 deletions org.eclipse.lsp4j.websocket/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d943a8d

Please sign in to comment.