jakarta-xmlbind/src/moditect/module-info.java is invalid
See original GitHub issueThis jakarta-xmlbind/src/moditect/module-info.java
file refers to a non existing class com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindModule
which breaks service module loading for modular Java applications.
JakartaXmlBindModule
should probably be JakartaXmlBindAnnotationModule
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m busy updating the jdk11-compat-tests library with the module to catch these 😃 Never saw this come in sorry guys!
Ugh. First of all: THANK YOU for reporting this issue. I will fix it; just wish I had an easy way to test it (there is “jackson-integration-tests” and another repo that supposedly could have a test, but cannot quite test from within base repo unit tests, with Java 8 baseline).
… and this also makes me sad wrt community involvement, Release Candidates. No one noticed this at all during 2 month period during which RCs were published. 😦 Granted it is a new module but… also one that was requested by many who wanted to move to the new “Jakarta” stack of things.