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

merge of the actual 2.x into the 3.0 #5762

Merged
merged 11 commits into from
Oct 14, 2024
Merged

Conversation

senivam
Copy link
Contributor

@senivam senivam commented Oct 9, 2024

No description provided.

fredg02 and others added 9 commits October 3, 2024 08:45
Reduce disk usage by keeping only 2 builds with artifacts. Avoid build
queue issues by disabling concurrent builds.
Bumps commons-io:commons-io from 2.11.0 to 2.14.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: jansupol <[email protected]>
<optional>true</optional>
<scope>provided</scope>
<!-- <optional>true</optional>-->
<!-- <scope>provided</scope>-->
Copy link
Contributor Author

Choose a reason for hiding this comment

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

after updating to the Jackson 2.18.0 (or better saying fixing default constructor to the

protected ProviderBase(MAPPER_CONFIG mconfig,
            LookupCache<AnnotationBundleKey, EP_CONFIG> readerCache,
            LookupCache<AnnotationBundleKey, EP_CONFIG> writerCache)

), this module becomes required, otherwise, tests fail for

-pl :e2e-server -Dtest=BeanParamExceptionTest

with java.lang.NoClassDefFoundError: com/fasterxml/jackson/module/jaxb/JaxbAnnotationIntrospector at least the phase surefire:3.3.1:test (WithHK2) @ e2e-server

Signed-off-by: Maxim Nesen <[email protected]>
mavenBundle().groupId("javax.xml.bind").artifactId("jaxb-api").versionAsInProject(),
mavenBundle().groupId("com.fasterxml.jackson.module")
.artifactId("jackson-module-jaxb-annotations").versionAsInProject(),
//end of requirement from Jackson 2.18.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

related to 2.18.0 Jackson adaptation.

@senivam senivam merged commit 8f6636c into eclipse-ee4j:3.0 Oct 14, 2024
7 checks passed
@senivam senivam deleted the 30_merged branch October 14, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants