You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/05/23 08:36:52 UTC

[tomee] branch tomee-8.x updated (394cda6dd4 -> 3fe75c52ca)

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

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


    from 394cda6dd4 TOMEE-3971 Update javaee-api to 8.0-6-SNAPSHOT to see how it looks before releasing
     new b875a5f401 Add JCache API after removing it from javaee-api Uber jar
     new 3fe75c52ca Re-gerenate BOMs

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:
 boms/tomee-plume-api/pom.xml     | 11 +++++++++++
 boms/tomee-plume/pom.xml         | 11 +++++++++++
 boms/tomee-plus-api/pom.xml      | 11 +++++++++++
 boms/tomee-plus/pom.xml          | 11 +++++++++++
 pom.xml                          |  3 +++
 tck/cdi-tomee/pom.xml            |  6 ++++++
 tomee/tomee-plume-webapp/pom.xml |  6 ++++++
 tomee/tomee-plus-webapp/pom.xml  |  6 ++++++
 8 files changed, 65 insertions(+)


[tomee] 01/02: Add JCache API after removing it from javaee-api Uber jar

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

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

commit b875a5f401526c3108c090a25f7a87ceb62d0146
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon May 23 10:36:13 2022 +0200

    Add JCache API after removing it from javaee-api Uber jar
---
 pom.xml                          | 3 +++
 tck/cdi-tomee/pom.xml            | 6 ++++++
 tomee/tomee-plume-webapp/pom.xml | 6 ++++++
 tomee/tomee-plus-webapp/pom.xml  | 6 ++++++
 4 files changed, 21 insertions(+)

diff --git a/pom.xml b/pom.xml
index 518b293ae4..dc91c2d558 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,9 @@
     <geronimo-javamail_1.6_spec.version>1.0.1</geronimo-javamail_1.6_spec.version>
     <geronimo-javamail_1.6_mail.version>1.0.1</geronimo-javamail_1.6_mail.version>
 
+    <!-- not part of EE APIs so we have to add it manually -->
+    <geronimo-jcache_1.0_spec.version>1.0-alpha-1</geronimo-jcache_1.0_spec.version>
+
     <openjpa.version>3.2.2</openjpa.version>
     <openwebbeans.version>2.0.26</openwebbeans.version>
     <jcs.version>2.1</jcs.version>
diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml
index 33b18326ef..8d61daf924 100644
--- a/tck/cdi-tomee/pom.xml
+++ b/tck/cdi-tomee/pom.xml
@@ -144,6 +144,12 @@
     </dependency>
 
     <!-- debugging: said otherwise you can remove them, kept to ease future debugging if needed -->
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>${geronimo-jcache_1.0_spec.version}</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache</artifactId>
diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 7e6c156b17..8a7eea1f0f 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -347,6 +347,12 @@
       <version>${batchee.version}</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>${geronimo-jcache_1.0_spec.version}</version>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache</artifactId>
diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml
index 87fe859c8c..064c18c309 100644
--- a/tomee/tomee-plus-webapp/pom.xml
+++ b/tomee/tomee-plus-webapp/pom.xml
@@ -356,6 +356,12 @@
       <version>${batchee.version}</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>${geronimo-jcache_1.0_spec.version}</version>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jcs-jcache</artifactId>


[tomee] 02/02: Re-gerenate BOMs

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

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

commit 3fe75c52ca946f0ca07316ce58e331031a118ffe
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon May 23 10:36:42 2022 +0200

    Re-gerenate BOMs
---
 boms/tomee-plume-api/pom.xml | 11 +++++++++++
 boms/tomee-plume/pom.xml     | 11 +++++++++++
 boms/tomee-plus-api/pom.xml  | 11 +++++++++++
 boms/tomee-plus/pom.xml      | 11 +++++++++++
 4 files changed, 44 insertions(+)

diff --git a/boms/tomee-plume-api/pom.xml b/boms/tomee-plume-api/pom.xml
index e596bd4253..b2ca384ae1 100644
--- a/boms/tomee-plume-api/pom.xml
+++ b/boms/tomee-plume-api/pom.xml
@@ -84,6 +84,17 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>1.0-alpha-1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-api</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 37d36aba75..e403fce97d 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -694,6 +694,17 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>1.0-alpha-1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-health</artifactId>
diff --git a/boms/tomee-plus-api/pom.xml b/boms/tomee-plus-api/pom.xml
index 4ebced1f1b..7d182fcbf9 100644
--- a/boms/tomee-plus-api/pom.xml
+++ b/boms/tomee-plus-api/pom.xml
@@ -84,6 +84,17 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>1.0-alpha-1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index b027f34330..6bed278b53 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -705,6 +705,17 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcache_1.0_spec</artifactId>
+      <version>1.0-alpha-1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-health</artifactId>