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 authored Dec 11, 2024
1 parent 8983112 commit 4213f44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tck/jax-rs/jax-rs-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
-->
<exclude>**/api/client/invocationcallback/JAXRSClientIT.java</exclude>
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
<exclude>**/ext/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
</excludes>

<dependenciesToScan>
Expand Down Expand Up @@ -185,4 +186,4 @@
</profiles>


</project>
</project>

0 comments on commit 4213f44

Please sign in to comment.