You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/03/19 17:31:33 UTC

[camel] branch master updated: Updating ActiveMQ to 5.15.12

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 535aa00  Updating ActiveMQ to 5.15.12
535aa00 is described below

commit 535aa005e06caba054110f76d7574d0d31d49132
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 19 17:31:00 2020 +0000

    Updating ActiveMQ to 5.15.12
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 64fb1ce..17a10eb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -42,7 +42,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
-        <activemq-version>5.15.11</activemq-version>
+        <activemq-version>5.15.12</activemq-version>
         <activemq-artemis-version>2.11.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.11.0</ahc-version>


Re: [camel] branch master updated: Updating ActiveMQ to 5.15.12

Posted by Andrea Cosentino <an...@gmail.com>.
Hello Colm,

Probably yesterday I should have had something on my master branch: on the
CI job it looks fine, so my fault :-)

Thanks!

Il giorno ven 20 mar 2020 alle ore 08:27 Colm O hEigeartaigh <
coheigea@apache.org> ha scritto:

> Hi Andrea,
>
> How can I reproduce the issue? I see the Karaf itests are gone on master.
>
> Colm.
>
> On Thu, Mar 19, 2020 at 5:49 PM Andrea Cosentino <an...@gmail.com>
> wrote:
>
> > This breaks the Kara feature for camel-activemq.. please have a look or
> > eventually revert
> >
> > Il gio 19 mar 2020, 18:31 <co...@apache.org> ha scritto:
> >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > coheigea pushed a commit to branch master
> > > in repository https://gitbox.apache.org/repos/asf/camel.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/master by this push:
> > >      new 535aa00  Updating ActiveMQ to 5.15.12
> > > 535aa00 is described below
> > >
> > > commit 535aa005e06caba054110f76d7574d0d31d49132
> > > Author: Colm O hEigeartaigh <co...@apache.org>
> > > AuthorDate: Thu Mar 19 17:31:00 2020 +0000
> > >
> > >     Updating ActiveMQ to 5.15.12
> > > ---
> > >  parent/pom.xml | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/parent/pom.xml b/parent/pom.xml
> > > index 64fb1ce..17a10eb 100644
> > > --- a/parent/pom.xml
> > > +++ b/parent/pom.xml
> > > @@ -42,7 +42,7 @@
> > >          <!-- dependency versions -->
> > >          <abdera-version>1.1.3</abdera-version>
> > >          <!-- Note that activemq dependency is only used for testing!
> -->
> > > -        <activemq-version>5.15.11</activemq-version>
> > > +        <activemq-version>5.15.12</activemq-version>
> > >          <activemq-artemis-version>2.11.0</activemq-artemis-version>
> > >          <aether-version>1.0.2.v20150114</aether-version>
> > >          <ahc-version>2.11.0</ahc-version>
> > >
> > >
> >
>

Re: [camel] branch master updated: Updating ActiveMQ to 5.15.12

Posted by Colm O hEigeartaigh <co...@apache.org>.
Hi Andrea,

How can I reproduce the issue? I see the Karaf itests are gone on master.

Colm.

On Thu, Mar 19, 2020 at 5:49 PM Andrea Cosentino <an...@gmail.com> wrote:

> This breaks the Kara feature for camel-activemq.. please have a look or
> eventually revert
>
> Il gio 19 mar 2020, 18:31 <co...@apache.org> ha scritto:
>
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > coheigea pushed a commit to branch master
> > in repository https://gitbox.apache.org/repos/asf/camel.git
> >
> >
> > The following commit(s) were added to refs/heads/master by this push:
> >      new 535aa00  Updating ActiveMQ to 5.15.12
> > 535aa00 is described below
> >
> > commit 535aa005e06caba054110f76d7574d0d31d49132
> > Author: Colm O hEigeartaigh <co...@apache.org>
> > AuthorDate: Thu Mar 19 17:31:00 2020 +0000
> >
> >     Updating ActiveMQ to 5.15.12
> > ---
> >  parent/pom.xml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/parent/pom.xml b/parent/pom.xml
> > index 64fb1ce..17a10eb 100644
> > --- a/parent/pom.xml
> > +++ b/parent/pom.xml
> > @@ -42,7 +42,7 @@
> >          <!-- dependency versions -->
> >          <abdera-version>1.1.3</abdera-version>
> >          <!-- Note that activemq dependency is only used for testing! -->
> > -        <activemq-version>5.15.11</activemq-version>
> > +        <activemq-version>5.15.12</activemq-version>
> >          <activemq-artemis-version>2.11.0</activemq-artemis-version>
> >          <aether-version>1.0.2.v20150114</aether-version>
> >          <ahc-version>2.11.0</ahc-version>
> >
> >
>

Re: [camel] branch master updated: Updating ActiveMQ to 5.15.12

Posted by Andrea Cosentino <an...@gmail.com>.
This breaks the Kara feature for camel-activemq.. please have a look or
eventually revert

Il gio 19 mar 2020, 18:31 <co...@apache.org> ha scritto:

> This is an automated email from the ASF dual-hosted git repository.
>
> coheigea pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/camel.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 535aa00  Updating ActiveMQ to 5.15.12
> 535aa00 is described below
>
> commit 535aa005e06caba054110f76d7574d0d31d49132
> Author: Colm O hEigeartaigh <co...@apache.org>
> AuthorDate: Thu Mar 19 17:31:00 2020 +0000
>
>     Updating ActiveMQ to 5.15.12
> ---
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 64fb1ce..17a10eb 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -42,7 +42,7 @@
>          <!-- dependency versions -->
>          <abdera-version>1.1.3</abdera-version>
>          <!-- Note that activemq dependency is only used for testing! -->
> -        <activemq-version>5.15.11</activemq-version>
> +        <activemq-version>5.15.12</activemq-version>
>          <activemq-artemis-version>2.11.0</activemq-artemis-version>
>          <aether-version>1.0.2.v20150114</aether-version>
>          <ahc-version>2.11.0</ahc-version>
>
>