Skip to content

Commit

Permalink
TOMEE-4436: JAX-RS 3.1 mandates a default JSON provider, which is add…
Browse files Browse the repository at this point in the history
…ed 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.
  • Loading branch information
rzo1 committed Dec 10, 2024
1 parent 72fb287 commit 8983112
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tck/jax-rs/jax-rs-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,15 @@
ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT#dynamicFeatureIsRegisteredTest
-->
<exclude>**/jaxrs31/spec/extensions/JAXRSClientIT.java</exclude>
</excludes>

<!-- TODO: 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.
-->
<exclude>**/api/client/invocationcallback/JAXRSClientIT.java</exclude>
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
</excludes>

<dependenciesToScan>
<dependency>jakarta.ws.rs:jakarta-restful-ws-tck</dependency>
Expand Down

0 comments on commit 8983112

Please sign in to comment.