Hi Colm, I reverted it back to 2.9.10, at least trying to update to jackson-databind to 2.9.10.1 [1], seem like pax-exam is not able to process 2.10.x artifacts. I will be looking for the ways to address that since mostly every project we depend upon (Spring, Swagger, ...) is updating to use Jackson 2.10.x releases. Sorry for breaking the tests.
[1] https://github.com/apache/cxf/pull/600 Best Regards, Andriy Redko COh> Hi Andrei, COh> This merge is causing the JAX-RS OSGi tests to fail: COh> https://builds.apache.org/job/CXF-Trunk-JDK18/4622/ COh> Colm. COh> On Wed, Nov 13, 2019 at 3:01 AM <r...@apache.org> wrote: COh> This is an automated email from the ASF dual-hosted git repository. COh> reta pushed a commit to branch master COh> in repository https://gitbox.apache.org/repos/asf/cxf.git COh> The following commit(s) were added to refs/heads/master by this push: COh> new a4fc3a04 CXF-8155: Update to Jackson 2.10.1 COh> a4fc3a04 is described below COh> commit a4fc3a0462f09dd6c6c920385b67e621d7e36399 COh> Author: reta <drr...@gmail.com> COh> AuthorDate: Tue Nov 12 22:00:39 2019 -0500 COh> CXF-8155: Update to Jackson 2.10.1 COh> --- COh> parent/pom.xml | 4 ++-- COh> 1 file changed, 2 insertions(+), 2 deletions(-) COh> diff --git a/parent/pom.xml b/parent/pom.xml COh> index 4eb88fb..bea0126 100644 COh> --- a/parent/pom.xml COh> +++ b/parent/pom.xml COh> @@ -130,8 +130,8 @@ COh> <cxf.httpcomponents.client.version>4.5.10</cxf.httpcomponents.client.version> COh> <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range> COh> <cxf.httpcomponents.core.version>4.4.12</cxf.httpcomponents.core.version> COh> - <cxf.jackson.version>2.9.10</cxf.jackson.version> COh> - <cxf.jackson.databind.version>2.9.10</cxf.jackson.databind.version> COh> + <cxf.jackson.version>2.10.1</cxf.jackson.version> COh> + <cxf.jackson.databind.version>2.10.1</cxf.jackson.databind.version> COh> <cxf.jaeger.version>1.0.0</cxf.jaeger.version> COh> <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version> COh> <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>