Hi Dennis, I'm seeing failures due to the ActiveMQ upgrade in the CXF OSGI itests:
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve activemq-broker-noweb/5.15.5: missing requirement [activemq-broker-noweb/5.15.5] osgi.identity; osgi.identity=activemq; type=karaf.feature; version="[5.15.5,5.15.5]" [caused by: Unable to resolve activemq/5.15.5: missing requirement [activemq/5.15.5] osgi.identity; osgi.identity=connector; type=karaf.feature] Colm. On Fri, Aug 17, 2018 at 9:51 AM, <[email protected]> wrote: > This is an automated email from the ASF dual-hosted git repository. > > deki pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/cxf.git > > > The following commit(s) were added to refs/heads/master by this push: > new c9c209c update some dependencies > c9c209c is described below > > commit c9c209c4506c88c13af1f01861eb80c8e9fcb27e > Author: Dennis Kieselhorst <[email protected]> > AuthorDate: Fri Aug 17 10:49:51 2018 +0200 > > update some dependencies > --- > parent/pom.xml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/parent/pom.xml b/parent/pom.xml > index 7e2e8bc..39fcbca 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -70,7 +70,7 @@ > <!-- please maintain alphabetical order here --> > <cxf.abdera.version>1.1.3</cxf.abdera.version> > <cxf.abdera.osgi.version>1.1.3_2</cxf.abdera.osgi.version> > - <cxf.activemq.version>5.14.5</cxf.activemq.version> > + <cxf.activemq.version>5.15.5</cxf.activemq.version> > <cxf.artemis.version>2.4.0</cxf.artemis.version> > <cxf.ahc.version>1.9.40</cxf.ahc.version> > <cxf.apacheds.version>2.0.0-M24</cxf.apacheds.version> > @@ -96,7 +96,7 @@ > <cxf.httpcomponents.asyncclient.version>4.1.4</ > cxf.httpcomponents.asyncclient.version> > <cxf.httpcomponents.asyncclient.version.range>[4. > 0,4.2)</cxf.httpcomponents.asyncclient.version.range> > <cxf.httpcomponents.client.version>4.5.6</cxf. > httpcomponents.client.version> > - <cxf.httpcomponents.core.version>4.4.9</cxf. > httpcomponents.core.version> > + <cxf.httpcomponents.core.version>4.4.10</cxf. > httpcomponents.core.version> > <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</ > cxf.httpcomponents.core.version.range> > <cxf.hsqldb.version>2.4.1</cxf.hsqldb.version> > <cxf.jackson.version>2.9.6</cxf.jackson.version> > @@ -232,7 +232,7 @@ > <cxf.brave.zipkin.version>2.10.4</cxf.brave.zipkin.version> > <cxf.brave.reporter.version>2.7.7</cxf.brave.reporter.version> > <cxf.opentracing.version>0.31.0</cxf.opentracing.version> > - <cxf.jaeger.version>0.30.3</cxf.jaeger.version> > + <cxf.jaeger.version>0.30.4</cxf.jaeger.version> > <cxf.findbugs.version>3.0.2</cxf.findbugs.version> > <cxf.checkstyle.extension /> > <cxf.jaxb.context.class /> > @@ -1365,7 +1365,7 @@ > <dependency> > <groupId>org.awaitility</groupId> > <artifactId>awaitility</artifactId> > - <version>3.0.0</version> > + <version>3.1.2</version> > <scope>test</scope> > </dependency> > <dependency> > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
