You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/25 16:44:34 UTC

[tomee] branch tomee-8.0.0-ML2-rel created (now e76c5c2)

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

radcortez pushed a change to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git.


      at e76c5c2  Updated bval for patched version and added staging repo for build.

This branch includes the following new commits:

     new fd27d17  Downgrade Fault Tolerance to stable version for ML2 Release.
     new e76c5c2  Updated bval for patched version and added staging repo for build.

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.



[tomee] 02/02: Updated bval for patched version and added staging repo for build.

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

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit e76c5c240cc612a915794fc0bfa980ed546c4887
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Fri Jan 25 16:43:48 2019 +0000

    Updated bval for patched version and added staging repo for build.
---
 arquillian/arquillian-tomee-common/pom.xml        | 2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml | 2 +-
 container/openejb-core/pom.xml                    | 2 +-
 pom.xml                                           | 9 +++++++--
 tomee/pom.xml                                     | 2 +-
 utils/openejb-core-hibernate/pom.xml              | 2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/arquillian/arquillian-tomee-common/pom.xml b/arquillian/arquillian-tomee-common/pom.xml
index f503054..d4d96ee 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -180,7 +180,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>
diff --git a/arquillian/arquillian-tomee-webapp-remote/pom.xml b/arquillian/arquillian-tomee-webapp-remote/pom.xml
index 6a2b22c..8f49ef6 100644
--- a/arquillian/arquillian-tomee-webapp-remote/pom.xml
+++ b/arquillian/arquillian-tomee-webapp-remote/pom.xml
@@ -198,7 +198,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index dd08eba..44191f1 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -694,7 +694,7 @@
     </dependency>
     -->
     <dependency>
-      <groupId>org.apache.bval</groupId>
+      <groupId>org.apache.tomee.patch</groupId>
       <artifactId>bval-jsr</artifactId>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index b834a22..9dfdd14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
     <commons-io.version>2.4</commons-io.version>
     <commons-net.version>3.3</commons-net.version>
 
-    <bval.version>2.0.1-SNAPSHOT</bval.version>
+    <bval.version>2.0.1-83f28d8</bval.version>
     <org.apache.activemq.version>5.15.6</org.apache.activemq.version>
     <org.springframework.version>3.1.4.RELEASE</org.springframework.version>
     <junit.version>4.12</junit.version>
@@ -865,6 +865,11 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>bval2-staging</id>
+      <name>BVal 2 TomEE Patched Staging</name>
+      <url>https://repository.apache.org/content/repositories/orgapachetomee-1129</url>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
@@ -948,7 +953,7 @@
         <version>${jetty.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.bval</groupId>
+        <groupId>org.apache.tomee.patch</groupId>
         <artifactId>bval-jsr</artifactId>
         <version>${bval.version}</version>
       </dependency>
diff --git a/tomee/pom.xml b/tomee/pom.xml
index af3c28f..5dc739e 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -117,7 +117,7 @@
               <artifactId>openjpa</artifactId>
             </exclusion>
             <exclusion>
-              <groupId>org.apache.bval</groupId>
+              <groupId>org.apache.tomee.patch</groupId>
               <artifactId>bval-jsr</artifactId>
             </exclusion>
             <exclusion>
diff --git a/utils/openejb-core-hibernate/pom.xml b/utils/openejb-core-hibernate/pom.xml
index b6ff476..7a5a7ca 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -45,7 +45,7 @@
           <artifactId>openjpa</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
           <artifactId>bval-jsr</artifactId>
         </exclusion>
         <exclusion>


[tomee] 01/02: Downgrade Fault Tolerance to stable version for ML2 Release.

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

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit fd27d17fc04adaf615baef175bf70a95598acb61
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Fri Jan 25 11:39:53 2019 +0000

    Downgrade Fault Tolerance to stable version for ML2 Release.
---
 examples/pom.xml | 2 +-
 pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index c7195b4..2dfb83c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -102,7 +102,7 @@
     <module>movies-complete</module>
     <module>mp-config-example</module>
     <module>mp-faulttolerance-fallback</module>
-    <module>mp-faulttolerance-retry</module>
+    <!--<module>mp-faulttolerance-retry</module>-->
     <module>mp-metrics-counted</module>
     <module>mp-metrics-histogram</module>
     <module>mp-metrics-timed</module>
diff --git a/pom.xml b/pom.xml
index ccc5f7d..b834a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
     <microprofile.jwt.impl.version>${project.version}</microprofile.jwt.impl.version>
     <!-- 1.1 Implementation not started yet -->
     <microprofile.fault-tolerance.version>1.1.4</microprofile.fault-tolerance.version>
-    <microprofile.fault-tolerance.impl.version>1.2.1-SNAPSHOT</microprofile.fault-tolerance.impl.version>
+    <microprofile.fault-tolerance.impl.version>1.2.0</microprofile.fault-tolerance.impl.version>
     <microprofile.health.version>1.0</microprofile.health.version>
     <microprofile.health.impl.version>1.0.1</microprofile.health.impl.version>
     <microprofile.metrics.version>1.1</microprofile.metrics.version>