Skip to content
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

Allow Jakarta Namespace Referencing #129

Closed
GedMarc opened this issue Nov 12, 2020 · 1 comment
Closed

Allow Jakarta Namespace Referencing #129

GedMarc opened this issue Nov 12, 2020 · 1 comment

Comments

@GedMarc
Copy link
Contributor

GedMarc commented Nov 12, 2020

When using Jakarta artifacts the below error is encountered in Module mode and in old classpath mode when used

Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Module com.fasterxml.jackson.jaxrs.json does not read a module that exports javax.ws.rs.ext

The javax.ws.rs.ext package no longer exists,

Refers to #125 and the recommended fix of shading a classified deployable artifact for Jakarta

FasterXML/jackson-modules-base#116

GedMarc added a commit to GedMarc/jackson-jdk11-compat-test that referenced this issue Nov 12, 2020
* Tests the library for JLink, Jakarta JAXB and JaxRS
* Recreates issue FasterXML/jackson-jaxrs-providers#129
* Recreates issue FasterXML/jackson-modules-base#116
@cowtowncoder
Copy link
Member

Is this still active, or possibly covered by other issues/PRs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants