Hi Andrei, This merge is causing the JAX-RS OSGi tests to fail:
https://builds.apache.org/job/CXF-Trunk-JDK18/4622/ Colm. On Wed, Nov 13, 2019 at 3:01 AM <r...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > reta 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 a4fc3a04 CXF-8155: Update to Jackson 2.10.1 > a4fc3a04 is described below > > commit a4fc3a0462f09dd6c6c920385b67e621d7e36399 > Author: reta <drr...@gmail.com> > AuthorDate: Tue Nov 12 22:00:39 2019 -0500 > > CXF-8155: Update to Jackson 2.10.1 > --- > parent/pom.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/parent/pom.xml b/parent/pom.xml > index 4eb88fb..bea0126 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -130,8 +130,8 @@ > > <cxf.httpcomponents.client.version>4.5.10</cxf.httpcomponents.client.version> > > > <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range> > > <cxf.httpcomponents.core.version>4.4.12</cxf.httpcomponents.core.version> > - <cxf.jackson.version>2.9.10</cxf.jackson.version> > - > <cxf.jackson.databind.version>2.9.10</cxf.jackson.databind.version> > + <cxf.jackson.version>2.10.1</cxf.jackson.version> > + > <cxf.jackson.databind.version>2.10.1</cxf.jackson.databind.version> > <cxf.jaeger.version>1.0.0</cxf.jaeger.version> > <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version> > <cxf.javassist.version>3.25.0-GA</cxf.javassist.version> > >