You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/09/05 15:38:23 UTC

[qpid-jms] branch 1.x updated (86d8766c -> 9670f7ba)

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

robbie pushed a change to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


    from 86d8766c QPIDJMS-578: update to maven-bundle-plugin 5.1.8
     new e39968a0 QPIDJMS-577: update to jacoco 0.8.8
     new 1ae96fa3 QPIDJMS-577: update to mockito 4.7.0
     new 6e3254d6 QPIDJMS-577: update to minikdc 3.3.4
     new f80705bc QPIDJMS-577: update to jetty 9.4.48.v20220622
     new a5940bf6 QPIDJMS-577: update to activemq 5.17.2
     new 9670f7ba QPIDJMS-579: update to proton-j 0.34.0

The 6 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 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 03/06: QPIDJMS-577: update to minikdc 3.3.4

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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 6e3254d67afc7a8ff21e94e90d6abaa28e2f159e
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:23:05 2022 +0100

    QPIDJMS-577: update to minikdc 3.3.4
    
    (cherry picked from commit add12a1469dfed3939d1f5ae37ef45996baf100c)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f0c62a6..8886c15e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <jetty-version>9.4.45.v20220203</jetty-version>
     <mockito-version>4.7.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
-    <hadoop-minikdc-version>3.3.2</hadoop-minikdc-version>
+    <hadoop-minikdc-version>3.3.4</hadoop-minikdc-version>
     <commons-io-version>2.11.0</commons-io-version>
 
     <!-- Maven Plugin Versions for this Project -->
@@ -241,7 +241,7 @@
         <exclusions>
           <exclusion>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
           </exclusion>
           <exclusion>
             <groupId>com.nimbusds</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 01/06: QPIDJMS-577: update to jacoco 0.8.8

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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit e39968a0cfc8731fafc3f35f61b4f6838e5382c3
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:04:11 2022 +0100

    QPIDJMS-577: update to jacoco 0.8.8
    
    (cherry picked from commit 3dde5be1d2ecb8a895ade4cb99bcd528e8ad4405)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e69e327e..2b521d92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <maven-idea-plugin-version>2.5</maven-idea-plugin-version>
     <maven-bundle-plugin-version>5.1.8</maven-bundle-plugin-version>
     <findbugs-maven-plugin-version>3.0.2</findbugs-maven-plugin-version>
-    <jacoco-plugin-version>0.8.6</jacoco-plugin-version>
+    <jacoco-plugin-version>0.8.8</jacoco-plugin-version>
 
     <maven.compiler.source>11</maven.compiler.source>
     <maven.compiler.target>11</maven.compiler.target>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 04/06: QPIDJMS-577: update to jetty 9.4.48.v20220622

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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit f80705bc3c6349b1d67ed24b968c4d72478d160b
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:23:20 2022 +0100

    QPIDJMS-577: update to jetty 9.4.48.v20220622
    
    (cherry picked from commit 991443053274f1ce97e763ff10edc9e7d1b0a65c) with fixups
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8886c15e..aa865715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <activemq-version>5.17.0</activemq-version>
     <junit-version>4.13.2</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
-    <jetty-version>9.4.45.v20220203</jetty-version>
+    <jetty-version>9.4.48.v20220622</jetty-version>
     <mockito-version>4.7.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hadoop-minikdc-version>3.3.4</hadoop-minikdc-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 05/06: QPIDJMS-577: update to activemq 5.17.2

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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit a5940bf6dd8036fa84a84449456d4cd2b2f04889
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Sep 2 12:14:51 2022 +0100

    QPIDJMS-577: update to activemq 5.17.2
    
    (cherry picked from commit 6fe69dee8382406073b1a57a253e362e9b6f6dd2)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa865715..6d4204e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
 
     <!-- Test Dependency Versions for this Project -->
     <netty-tcnative-version>2.0.53.Final</netty-tcnative-version>
-    <activemq-version>5.17.0</activemq-version>
+    <activemq-version>5.17.2</activemq-version>
     <junit-version>4.13.2</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
     <jetty-version>9.4.48.v20220622</jetty-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 06/06: QPIDJMS-579: update to proton-j 0.34.0

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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 9670f7ba1b987f81e5f475bbd21b21601daf7c01
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Sep 2 18:08:09 2022 +0100

    QPIDJMS-579: update to proton-j 0.34.0
    
    (cherry picked from commit 833bf54b82b9f9e514dc5e06ebf2684329891b1f)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6d4204e5..a7f20e56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <!-- Dependency Versions for this Project -->
-    <proton-version>0.33.10</proton-version>
+    <proton-version>0.34.0</proton-version>
     <netty-version>4.1.78.Final</netty-version>
     <slf4j-version>1.7.36</slf4j-version>
     <jakarta.jms-api-version>2.0.3</jakarta.jms-api-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 02/06: QPIDJMS-577: update to mockito 4.7.0

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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 1ae96fa3d2d62ee7a24968aea2787a808f23c4b7
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:09:42 2022 +0100

    QPIDJMS-577: update to mockito 4.7.0
    
    (cherry picked from commit 1ea92829d51e15a58b261a79087fc92dadec9d5f)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b521d92..8f0c62a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <junit-version>4.13.2</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
     <jetty-version>9.4.45.v20220203</jetty-version>
-    <mockito-version>4.4.0</mockito-version>
+    <mockito-version>4.7.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hadoop-minikdc-version>3.3.2</hadoop-minikdc-version>
     <commons-io-version>2.11.0</commons-io-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org