-
Notifications
You must be signed in to change notification settings - Fork 355
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
Conversation
Reduce disk usage by keeping only 2 builds with artifacts. Avoid build queue issues by disabling concurrent builds.
…iting data eclipse-ee4j#5753 (eclipse-ee4j#5755) Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: jansupol <[email protected]>
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]>
Signed-off-by: jansupol <[email protected]>
Signed-off-by: Maxim Nesen <[email protected]>
media/json-jackson/pom.xml
Outdated
<optional>true</optional> | ||
<scope>provided</scope> | ||
<!-- <optional>true</optional>--> | ||
<!-- <scope>provided</scope>--> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
Signed-off-by: Maxim Nesen <[email protected]>
No description provided.