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 jackson-module-jaxb-annotations to tolerate 2.2 #234

Closed
wants to merge 1 commit into from

Conversation

JDUNNIN
Copy link

@JDUNNIN JDUNNIN commented Jan 11, 2024

Resolves #233

Screenshot showing old MANIFEST.MF (left) and updated (right).
image

I ran mvnw compile and mvnw package successfully.

@cowtowncoder
Copy link
Member

As per discussion, PR against 2.16 would be preferable.

@@ -54,6 +54,14 @@ for configuring data-binding.
<artifactId>jackson-databind</artifactId>
</dependency>

<!-- Tolerate [2.2,3) for javax.xml.bind Import-Package in the generated MANIFEST.MF -->
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmh. Would this not cause problems wrt dependency that follows, for jakarta.xml.bind-api:2.3.3, including essentially duplicate version?

@JDUNNIN
Copy link
Author

JDUNNIN commented Jan 12, 2024

Raising a new PR at 2.16 - will address comment there.

@JDUNNIN JDUNNIN closed this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants