You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/06/20 16:55:30 UTC

[activemq] branch activemq-5.16.x updated (16ee3cd -> 51fa539)

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

jbonofre pushed a change to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git.


    from 16ee3cd  [AMQ-8285] Add 'slow' metrics to PersistenceAdapterStatistics (#664)
     new 4f3e8b0  [AMQ-8302] Extend Camel import version range to avoid refresh on Karaf
     new 51fa539  [AMQ-8301] Upgrade to Jetty 9.4.42.v20210604

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[activemq] 02/02: [AMQ-8301] Upgrade to Jetty 9.4.42.v20210604

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

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 51fa53977bdccaf902202c0597f4e6ca84969b69
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Wed Jun 16 15:34:37 2021 -0500

    [AMQ-8301] Upgrade to Jetty 9.4.42.v20210604
    
    (cherry picked from commit c8e7ef3e001f94cb744e0512a152274d4c0b13ef)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d632442..843bf63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <jackson-version>2.12.3</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
-    <jetty9-version>9.4.41.v20210516</jetty9-version>
+    <jetty9-version>9.4.42.v20210604</jetty9-version>
     <jetty-version>${jetty9-version}</jetty-version>
     <jmdns-version>3.4.1</jmdns-version>
     <tomcat-api-version>9.0.41</tomcat-api-version>

[activemq] 01/02: [AMQ-8302] Extend Camel import version range to avoid refresh on Karaf

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

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 4f3e8b0a4951f60d9d1232d96cf20eb68e4cfd01
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Jun 17 06:01:10 2021 +0200

    [AMQ-8302] Extend Camel import version range to avoid refresh on Karaf
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5765291..d632442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <aries-version>1.1.0</aries-version>
     <axion-version>1.0-M3-dev</axion-version>
     <camel-version>2.25.2</camel-version>
-    <camel-version-range>[2.20,3)</camel-version-range>
+    <camel-version-range>[2.20,4)</camel-version-range>
     <commons-beanutils-version>1.9.4</commons-beanutils-version>
     <commons-collections-version>3.2.2</commons-collections-version>
     <commons-daemon-version>1.2.4</commons-daemon-version>