eclipse-glsp / glsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.dev/glsp
Other
200 stars 32 forks source link

Migrate javas server and eclipse integration to jarkata #1397

Open tortmayr opened 2 months ago

tortmayr commented 2 months ago

https://jakarta.ee/blogs/javax-jakartaee-namespace-ecosystem-progress/

Currently the java base component still rely on outdated javax dependencies. This is an issue because it forces us to use old and potentially outdated versions of third-party dependencies and blocks easy integration of GLSP into current Eclipse releases.

Therefore we should properly migrate to the new jarkata namespace and update all related plugins and packages. Unfortunately this is inevitably a breaking change.

martin-fleck-at commented 1 week ago

This should also include the Jetty upgrade, see https://github.com/eclipse-glsp/glsp/discussions/1418