You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/10 07:29:16 UTC

[tomee] branch tomee-8.x updated (dfc75f1c4e -> 8db1aa49f7)

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from dfc75f1c4e TOMEE-3892 - Don't add "-ea" if "-da" is present
     new eebd744f9d Check if we need to include the outer class in the archive to resolve NoClassDefFoundError in CI env (TOMEE-3889)
     new 8db1aa49f7 TOMEE-3893 - Upgrade to jackson 2.13.2.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/openejb/arquillian/tests/jms/MDBWithWildcardTest.java  | 4 +++-
 boms/tomee-microprofile/pom.xml                                       | 2 +-
 boms/tomee-plume/pom.xml                                              | 2 +-
 boms/tomee-plus/pom.xml                                               | 2 +-
 pom.xml                                                               | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)


[tomee] 02/02: TOMEE-3893 - Upgrade to jackson 2.13.2.2

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 8db1aa49f7b8818a60ed130dc7e790a36cadaf58
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Sun Apr 10 09:29:05 2022 +0200

    TOMEE-3893 - Upgrade to jackson 2.13.2.2
---
 boms/tomee-microprofile/pom.xml | 2 +-
 boms/tomee-plume/pom.xml        | 2 +-
 boms/tomee-plus/pom.xml         | 2 +-
 pom.xml                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index dffb7a34d1..d24b3ddf96 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.13.2</version>
+      <version>2.13.2.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index d6215fcbd0..89b3c7060c 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.13.2</version>
+      <version>2.13.2.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index aec4c3b3ff..f0b808e0df 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.13.2</version>
+      <version>2.13.2.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index bf75240d4d..fa6bff1b39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
     <opentracing.api>0.31.0</opentracing.api>
 
     <!-- Jackson required by OpenAPI Impl -->
-    <jackson.version>2.13.2</jackson.version>
+    <jackson.version>2.13.2.2</jackson.version>
     <jackson.dataformat.version>2.13.2</jackson.dataformat.version>
 
     <!-- Javadoc & Asciidoclet -->


[tomee] 01/02: Check if we need to include the outer class in the archive to resolve NoClassDefFoundError in CI env (TOMEE-3889)

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit eebd744f9d16902f625565a6ffa0cbfc365377f0
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Sun Apr 10 09:13:12 2022 +0200

    Check if we need to include the outer class in the archive to resolve NoClassDefFoundError in CI env (TOMEE-3889)
---
 .../org/apache/openejb/arquillian/tests/jms/MDBWithWildcardTest.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MDBWithWildcardTest.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MDBWithWildcardTest.java
index d5617500e0..5e69f99df1 100755
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MDBWithWildcardTest.java
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MDBWithWildcardTest.java
@@ -58,7 +58,9 @@ public class MDBWithWildcardTest {
     public static WebArchive getArchive() {
 
         return ShrinkWrap.create(WebArchive.class, "jsf-jms-test.war")
-                .addClasses(WildcardMdb.class)
+                .addClasses(WildcardMdb.class,
+                        /* For some reason, we need to include the test here otherwise deployment fails with NoClassDefFoundError */
+                        MDBWithWildcardTest.class)
                 .setWebXML(new StringAsset(Descriptors.create(WebAppDescriptor.class)
                         .version("3.0")
                         .createServlet()