You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2022/05/24 11:17:49 UTC

[openwebbeans] branch master updated (7549493fb -> 0a7bb495d)

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

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


    from 7549493fb [OWB-1404] drop jboss http repository from the build to enable mvn 3.8 build
     new d8395f56c OWB-1407 Apache Commons Validator 1.4.1 in sample reservation
     new d295aa205 OWB-1408 Gradle 3.5.1 and OWB-1409 Groovy 3.0.10
     new 372ee484f OWB-1410 SLF4J 1.7.36
     new 902c5e83c OWB-1411 Apache Tomcat 10.0.21
     new ca6bd3826 Update Test NG
     new 43548f3a8 OWB-1412 Geronimo interceptor_1.2_spec 1.2
     new 0a7bb495d OWB-1405 OWB-1406 Apache Tomcat 7.0.109 and XBean 4.21

The 7 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:
 pom.xml                                          | 6 +++---
 samples/reservation/pom.xml                      | 4 ++--
 webbeans-gradle/pom.xml                          | 7 ++++---
 webbeans-jetty9/pom.xml                          | 4 ++--
 webbeans-jetty9/src/it/fatwar/pom.xml            | 2 +-
 webbeans-jetty9/src/it/servletinjection/pom.xml  | 2 +-
 webbeans-slf4j/pom.xml                           | 2 +-
 webbeans-tck-jakarta/pom.xml                     | 6 +++---
 webbeans-tck/pom.xml                             | 2 +-
 webbeans-tomcat7/src/it/fatwar/pom.xml           | 2 +-
 webbeans-tomcat7/src/it/servletinjection/pom.xml | 2 +-
 11 files changed, 20 insertions(+), 19 deletions(-)


[openwebbeans] 02/07: OWB-1408 Gradle 3.5.1 and OWB-1409 Groovy 3.0.10

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit d295aa205b6a3638bc4d4bcdd442aa56b28c5fba
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:11:46 2022 +0200

    OWB-1408 Gradle 3.5.1 and OWB-1409 Groovy 3.0.10
---
 webbeans-gradle/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml
index 4e8858996..bcd362498 100644
--- a/webbeans-gradle/pom.xml
+++ b/webbeans-gradle/pom.xml
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>org.gradle</groupId>
       <artifactId>gradle-core</artifactId>
-      <version>3.0</version>
+      <version>3.5.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -50,14 +50,15 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>2.4.19</version>
+      <version>3.0.10</version>
       <scope>provided</scope>
+      <type>pom</type>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.17.1</version>
+      <version>2.17.2</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>


[openwebbeans] 07/07: OWB-1405 OWB-1406 Apache Tomcat 7.0.109 and XBean 4.21

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 0a7bb495d2fd43445ca301dd803c1312ed571351
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:17:43 2022 +0200

    OWB-1405 OWB-1406 Apache Tomcat 7.0.109 and XBean 4.21
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7cc5bf74b..7e5929e2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,12 +87,12 @@
         <geronimo_atinject.version>1.2</geronimo_atinject.version>
         <geronimo_interceptor.version>1.2</geronimo_interceptor.version>
         <geronimo_validation.version>1.1</geronimo_validation.version>
-        <tomcat7.version>7.0.99</tomcat7.version>
+        <tomcat7.version>7.0.109</tomcat7.version>
         <!-- jetty 9.4.13+ broke session persistence: https://github.com/eclipse/jetty.project/issues/3597 -->
         <jetty.version>9.4.12.v20180830</jetty.version>
         <myfaces.version>2.3.6</myfaces.version>
-        <xbean.version>4.18</xbean.version>
-        <arquillian.version>1.1.13.Final</arquillian.version>
+        <xbean.version>4.21</xbean.version>
+        <arquillian.version>1.7.0.Alpha10</arquillian.version>
         <cdi.tck.version>2.0.5.Final</cdi.tck.version>
         <httpclient.version>4.5.13</httpclient.version>
 


[openwebbeans] 01/07: OWB-1407 Apache Commons Validator 1.4.1 in sample reservation

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit d8395f56cb30474e0b0d3736eb6790779803fa84
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:10:20 2022 +0200

    OWB-1407 Apache Commons Validator 1.4.1 in sample reservation
---
 samples/reservation/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/reservation/pom.xml b/samples/reservation/pom.xml
index 85b6e9b72..baab93581 100644
--- a/samples/reservation/pom.xml
+++ b/samples/reservation/pom.xml
@@ -149,7 +149,7 @@ under the License.
         <dependency>
             <groupId>commons-validator</groupId>
             <artifactId>commons-validator</artifactId>
-            <version>1.3.1</version>
+            <version>1.4.1</version>
         </dependency>
 
         <dependency>
@@ -186,7 +186,7 @@ under the License.
                     <dependency>
                         <groupId>log4j</groupId>
                         <artifactId>log4j</artifactId>
-                        <version>1.2.14</version>
+                        <version>1.2.17</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.openjpa</groupId>


[openwebbeans] 06/07: OWB-1412 Geronimo interceptor_1.2_spec 1.2

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 43548f3a800031504e007d099cb83b557fa668de
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:14:47 2022 +0200

    OWB-1412 Geronimo interceptor_1.2_spec 1.2
---
 webbeans-jetty9/pom.xml                          | 4 ++--
 webbeans-jetty9/src/it/fatwar/pom.xml            | 2 +-
 webbeans-jetty9/src/it/servletinjection/pom.xml  | 2 +-
 webbeans-tomcat7/src/it/fatwar/pom.xml           | 2 +-
 webbeans-tomcat7/src/it/servletinjection/pom.xml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/webbeans-jetty9/pom.xml b/webbeans-jetty9/pom.xml
index d1b4cb9a9..75745998f 100644
--- a/webbeans-jetty9/pom.xml
+++ b/webbeans-jetty9/pom.xml
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-            <version>1.0</version>
+            <version>${geronimo_interceptor.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -128,7 +128,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.11.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/webbeans-jetty9/src/it/fatwar/pom.xml b/webbeans-jetty9/src/it/fatwar/pom.xml
index 77f8015fb..ab6f02547 100644
--- a/webbeans-jetty9/src/it/fatwar/pom.xml
+++ b/webbeans-jetty9/src/it/fatwar/pom.xml
@@ -82,7 +82,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-            <version>1.0</version>
+            <version>${geronimo_interceptor.version}</version>
         </dependency>
 
         <dependency>
diff --git a/webbeans-jetty9/src/it/servletinjection/pom.xml b/webbeans-jetty9/src/it/servletinjection/pom.xml
index eb0f3bb71..c1b2b184b 100644
--- a/webbeans-jetty9/src/it/servletinjection/pom.xml
+++ b/webbeans-jetty9/src/it/servletinjection/pom.xml
@@ -126,7 +126,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.specs</groupId>
                             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-                            <version>1.0</version>
+                            <version>${geronimo_interceptor.version}</version>
                         </dependency>
                     </dependencies>
                 </plugin>
diff --git a/webbeans-tomcat7/src/it/fatwar/pom.xml b/webbeans-tomcat7/src/it/fatwar/pom.xml
index f5cefe832..89081deb4 100644
--- a/webbeans-tomcat7/src/it/fatwar/pom.xml
+++ b/webbeans-tomcat7/src/it/fatwar/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-            <version>1.0</version>
+            <version>${geronimo_interceptor.version}</version>
             <scope>runtime</scope>
         </dependency>
 
diff --git a/webbeans-tomcat7/src/it/servletinjection/pom.xml b/webbeans-tomcat7/src/it/servletinjection/pom.xml
index 3f7aa9c34..d1414ad74 100644
--- a/webbeans-tomcat7/src/it/servletinjection/pom.xml
+++ b/webbeans-tomcat7/src/it/servletinjection/pom.xml
@@ -244,7 +244,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.specs</groupId>
                             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-                            <version>1.0</version>
+                            <version>${geronimo_interceptor.version}</version>
                         </dependency>
                     </dependencies>
                 </plugin>


[openwebbeans] 03/07: OWB-1410 SLF4J 1.7.36

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 372ee484fca3f6b9429dca54fe783f5e552a2035
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:12:42 2022 +0200

    OWB-1410 SLF4J 1.7.36
---
 webbeans-slf4j/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webbeans-slf4j/pom.xml b/webbeans-slf4j/pom.xml
index 173adb0b6..42a13d701 100644
--- a/webbeans-slf4j/pom.xml
+++ b/webbeans-slf4j/pom.xml
@@ -29,7 +29,7 @@
     <name>Slf4j Integration</name>
 
     <properties>
-        <slf4j.version>1.7.30</slf4j.version>
+        <slf4j.version>1.7.36</slf4j.version>
     </properties>
 
     <dependencies>


[openwebbeans] 04/07: OWB-1411 Apache Tomcat 10.0.21

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 902c5e83cf33404de50eee4618a5a92fa8ea9cc7
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:13:34 2022 +0200

    OWB-1411 Apache Tomcat 10.0.21
---
 webbeans-tck-jakarta/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webbeans-tck-jakarta/pom.xml b/webbeans-tck-jakarta/pom.xml
index c61ede132..f1e526751 100644
--- a/webbeans-tck-jakarta/pom.xml
+++ b/webbeans-tck-jakarta/pom.xml
@@ -33,7 +33,7 @@
   <description>All TCK tests for the Apache OpenWebBeans Implementation for Jakarta flavor</description>
 
   <properties>
-    <tomcat-jakarta.version>10.0.0-M5</tomcat-jakarta.version>
+    <tomcat-jakarta.version>10.0.21</tomcat-jakarta.version>
     <testng-suite>standalone</testng-suite> <!-- -Dtestng-suite=dev while working on TCK -->
   </properties>
 
@@ -121,7 +121,7 @@
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.8.8</version>
+      <version>7.6.0</version>
       <scope>test</scope>
     </dependency>
 
@@ -165,7 +165,7 @@
     <dependency>
       <groupId>jakarta.enterprise</groupId>
       <artifactId>cdi-tck-impl</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.3</version>
       <exclusions>
         <exclusion>
           <groupId>jakarta.enterprise</groupId>


[openwebbeans] 05/07: Update Test NG

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit ca6bd38263eff8eecefbe4f148fa40b3f7c54490
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 24 13:13:47 2022 +0200

    Update Test NG
---
 webbeans-tck/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webbeans-tck/pom.xml b/webbeans-tck/pom.xml
index 5774ec080..5a52cf86f 100644
--- a/webbeans-tck/pom.xml
+++ b/webbeans-tck/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>6.8.8</version>
+            <version>6.14.3</version>
             <scope>test</scope>
         </dependency>