-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for jakarta namespace #229
Comments
Is it possible to explain more which support you wish to have with a sample please. |
For example, updating the snippets that use the old "import jakarta.enterprise.context.ApplicationScoped;",
"import jakarta.ws.rs.GET;",
"import jakarta.ws.rs.Path;",
"import jakarta.ws.rs.PathParam;", |
Ok I see, thanks @kathrynkodama for your feedback. Any contribution are welcome :) |
Another part of this issue, which I've started to look at in #313, is making sure that the CodeLens for JAX-RS and RestClient appear in cases where |
If the jakarta versions of the javax classes referenced in the current snippets are on the classpath, hide the old snippet and display a new snippet that imports the jakarta classes instead. Closes eclipse-lsp4mp#229 Signed-off-by: David Thompson <[email protected]>
If the jakarta versions of the javax classes referenced in the current snippets are on the classpath, hide the old snippet and display a new snippet that imports the jakarta classes instead. Closes eclipse-lsp4mp#229, eclipse-lsp4mp#320 Signed-off-by: David Thompson <[email protected]>
If the jakarta versions of the javax classes referenced in the current snippets are on the classpath, hide the old snippet and display a new snippet that imports the jakarta classes instead. Closes eclipse-lsp4mp#229, closes eclipse-lsp4mp#320 Signed-off-by: David Thompson <[email protected]>
If the jakarta versions of the javax classes referenced in the current snippets are on the classpath, hide the old snippet and display a new snippet that imports the jakarta classes instead. Closes eclipse-lsp4mp#229, closes eclipse-lsp4mp#320 Signed-off-by: David Thompson <[email protected]>
- Use `${jakarta}` to point to either `javax` or `jakarta`, depending on which is available, and prefering `jakarta` - Rename `jaxrc` to `rest_class` and `jaxrm` to `rest_get` Closes eclipse-lsp4mp#320, closes eclipse-lsp4mp#229 Signed-off-by: David Thompson <[email protected]>
- Use `${jakarta}` to point to either `javax` or `jakarta`, depending on which is available, and prefering `jakarta` - Rename `jaxrc` to `rest_class` and `jaxrm` to `rest_get` Closes eclipse-lsp4mp#320, closes eclipse-lsp4mp#229 Signed-off-by: David Thompson <[email protected]>
- Use `${jakarta}` to point to either `javax` or `jakarta`, depending on which is available, and prefering `jakarta` - Rename `jaxrc` to `rest_class` and `jaxrm` to `rest_get` Closes eclipse-lsp4mp#320, closes eclipse-lsp4mp#229 Signed-off-by: David Thompson <[email protected]>
- Use `${jakarta}` to point to either `javax` or `jakarta`, depending on which is available, and prefering `jakarta` - Rename `jaxrc` to `rest_class` and `jaxrm` to `rest_get` Closes eclipse-lsp4mp#320, closes eclipse-lsp4mp#229 Signed-off-by: David Thompson <[email protected]>
- Use `${jakarta}` to point to either `javax` or `jakarta`, depending on which is available, and prefering `jakarta` - Rename `jaxrc` to `rest_class` and `jaxrm` to `rest_get` Closes #320, closes #229 Signed-off-by: David Thompson <[email protected]>
MP 5 supports jakarta namespace aligning with Jakarta EE 9/9.1. The LS should support the use of packages with the jakarta namespace.
Cc @kathrynkodama
The text was updated successfully, but these errors were encountered: