From 4213f448023b68babcd9cb6ef50e13c44b4aeb9d Mon Sep 17 00:00:00 2001 From: Richard Zowalla <13417392+rzo1@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:47:12 +0100 Subject: [PATCH] TOMEE-4436: JAX-RS 3.1 mandates a default JSON provider, which is added by CXF by default. We skip that registration via 'openejb.jaxrs.skip.jakarta.json.providers.registration'. However, the TCK tests expect the provider to be registered in some (!) cases, so we exclude them f or now. --- tck/jax-rs/jax-rs-tests/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tck/jax-rs/jax-rs-tests/pom.xml b/tck/jax-rs/jax-rs-tests/pom.xml index 90df26b9fff..14e32fd0360 100644 --- a/tck/jax-rs/jax-rs-tests/pom.xml +++ b/tck/jax-rs/jax-rs-tests/pom.xml @@ -156,7 +156,8 @@ --> **/api/client/invocationcallback/JAXRSClientIT.java **/spec/client/invocations/JAXRSClientIT.java - **/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java + **/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java + **/ext/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java @@ -185,4 +186,4 @@ - \ No newline at end of file +