question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jakarta-xmlbind/src/moditect/module-info.java is invalid

See original GitHub issue

This 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
GedMarccommented, Dec 21, 2021

I’m busy updating the jdk11-compat-tests library with the module to catch these 😃 Never saw this come in sorry guys!

1reaction
cowtowncodercommented, Dec 21, 2021

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found