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 2021/06/26 17:54:02 UTC

[tomee] branch master updated (f1270dd -> 0ca8a96)

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

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


    from f1270dd  Revert this one - my bad
     new 13b9e92  Dont use EL for the realmName -> go for a constant as it is just for the test (as the comment says)
     new 473fd29  TOMEE-3764 - Updates commons-dbcp2 to 2.3.0 Updates commons-pool to 2.10.0
     new 0ca8a96  TOMEE-3764 - Regenerate BOMs

The 3 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-microprofile/pom.xml                                   | 4 ++--
 boms/tomee-plume/pom.xml                                          | 4 ++--
 boms/tomee-plus/pom.xml                                           | 4 ++--
 boms/tomee-webprofile/pom.xml                                     | 4 ++--
 .../src/main/java/org/apache/openejb/core/timer/TimerData.java    | 1 +
 pom.xml                                                           | 8 ++++++--
 .../org/apache/tomee/security/servlet/BasicAuthServletTest.java   | 2 +-
 7 files changed, 16 insertions(+), 11 deletions(-)

[tomee] 03/03: TOMEE-3764 - Regenerate BOMs

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

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

commit 0ca8a96abc944a6b75c41421787fe9d4fb0ba041
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Sat Jun 26 18:25:58 2021 +0200

    TOMEE-3764 - Regenerate BOMs
---
 boms/tomee-microprofile/pom.xml | 4 ++--
 boms/tomee-plume/pom.xml        | 4 ++--
 boms/tomee-plus/pom.xml         | 4 ++--
 boms/tomee-webprofile/pom.xml   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index f8d2ce7..6b1ab61 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -279,7 +279,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.1</version>
+      <version>2.3.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -301,7 +301,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.3</version>
+      <version>2.10.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index e0fa194..d5d4ac9 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -345,7 +345,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.1</version>
+      <version>2.3.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -367,7 +367,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.3</version>
+      <version>2.10.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index cb65c60..6e2c2a4 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -367,7 +367,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.1</version>
+      <version>2.3.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -411,7 +411,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.3</version>
+      <version>2.10.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 5b4c7d5..102ef95 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -213,7 +213,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.1</version>
+      <version>2.3.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -235,7 +235,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.3</version>
+      <version>2.10.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>

[tomee] 01/03: Dont use EL for the realmName -> go for a constant as it is just for the test (as the comment says)

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

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

commit 13b9e9248139a99446201a65d6bc1ebe54a6501a
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Sat Jun 26 18:06:04 2021 +0200

    Dont use EL for the realmName -> go for a constant as it is just for the test (as the comment says)
---
 .../java/org/apache/tomee/security/servlet/BasicAuthServletTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomee/tomee-security/src/test/java/org/apache/tomee/security/servlet/BasicAuthServletTest.java b/tomee/tomee-security/src/test/java/org/apache/tomee/security/servlet/BasicAuthServletTest.java
index 34520c4..71caf50 100644
--- a/tomee/tomee-security/src/test/java/org/apache/tomee/security/servlet/BasicAuthServletTest.java
+++ b/tomee/tomee-security/src/test/java/org/apache/tomee/security/servlet/BasicAuthServletTest.java
@@ -93,7 +93,7 @@ public class BasicAuthServletTest extends AbstractTomEESecurityTest {
     @WebServlet(urlPatterns = "/basic")
     @ServletSecurity(@HttpConstraint(rolesAllowed = "tomcat"))
     @BasicAuthenticationMechanismDefinition(
-        realmName = "${'fun EL realm'}" // constant so we could avoid EL but it's just for the test
+        realmName = "fun EL realm" // constant so we could avoid EL but it's just for the test
     )
     public static class TestServlet extends HttpServlet {
         @Override

[tomee] 02/03: TOMEE-3764 - Updates commons-dbcp2 to 2.3.0 Updates commons-pool to 2.10.0

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

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

commit 473fd297ba9f0c9a93c3fc53875df5ebc8b2e7c2
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Sat Jun 26 18:15:44 2021 +0200

    TOMEE-3764 - Updates commons-dbcp2 to 2.3.0
    Updates commons-pool to 2.10.0
    
    Adds warn log output to TimerData
---
 .../src/main/java/org/apache/openejb/core/timer/TimerData.java    | 1 +
 pom.xml                                                           | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/container/openejb-core/src/main/java/org/apache/openejb/core/timer/TimerData.java b/container/openejb-core/src/main/java/org/apache/openejb/core/timer/TimerData.java
index 6dfc1ff..2a2c722 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/core/timer/TimerData.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/core/timer/TimerData.java
@@ -350,6 +350,7 @@ public abstract class TimerData implements Serializable {
                     return scheduler.getTrigger(key);
                 }
             } catch (final SchedulerException e) {
+                log.warning(e.getLocalizedMessage(), e);
                 return null;
             }
         }
diff --git a/pom.xml b/pom.xml
index 4510a74..84b41f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,8 +176,12 @@
     <commons-cli.version>1.4</commons-cli.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-logging-api.version>1.1</commons-logging-api.version>
-    <commons-dbcp.version>2.1</commons-dbcp.version>
-    <commons-pool.version>2.3</commons-pool.version>
+    <!--
+      'QuartzPersistenceForEJBTimersTest' is unable to obtain DB connection with
+      commons-dbcp.version > 2.3.0
+    -->
+    <commons-dbcp.version>2.3.0</commons-dbcp.version>
+    <commons-pool.version>2.10.0</commons-pool.version>
     <commons-collections.version>3.2.2</commons-collections.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-fileupload.version>1.4</commons-fileupload.version>