redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
43 stars 15 forks source link

Quarkus 3 support #779

Closed datho7561 closed 1 year ago

datho7561 commented 1 year ago

I'm making this issue to keep track of changes that will need to be made related to Quarkus 3.

Among other things, Quarkus 3 migrates the EE classes from the javax namespace to the jakarta namespace.

datho7561 commented 1 year ago

Between Jessica and I, we've made sure that all the lsp4mp features work with both the javax and the jakarta namespace. I will investigate to see if anything more needs to be done in quarkus-ls

datho7561 commented 1 year ago

Here are some things we'll need to migrate (just doing a ripgrep through the directory):