Skip to content

Commit

Permalink
TOMEE-4436: Skip default registration of CXF provider in JAX-RS TCK
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 10, 2024
1 parent 9df98dc commit 72fb287
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions tck/jax-rs/jax-rs-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@
ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT#dynamicFeatureIsRegisteredTest
-->
<exclude>**/jaxrs31/spec/extensions/JAXRSClientIT.java</exclude>
<!-- TODO: TOMEE-4436 -->
<exclude>**/spec/provider/standard/JAXRSClientIT.java</exclude>
<exclude>**/interceptor/clientwriter/interceptorcontext/JAXRSClientIT.java</exclude>
<exclude>**/interceptor/containerreader/interceptorcontext/JAXRSClientIT.java</exclude>
<exclude>**/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
<exclude>**/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
</excludes>

<dependenciesToScan>
Expand All @@ -175,7 +168,6 @@
<password>j2ee</password>
<authuser>javajoe</authuser>
<authpassword>javajoe</authpassword>
<openejb.jaxrs.skip.jakarta.json.providers.registration>false</openejb.jaxrs.skip.jakarta.json.providers.registration>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion tck/jax-rs/jax-rs-tests/src/test/conf/system.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ authpassword=javajoe
org.apache.cxf.transport.http.forceURLConnection=true
porting.ts.url.class.1=ee.jakarta.tck.ws.rs.lib.implementation.sun.common.SunRIURL
servlet_adaptor=org.apache.openejb.server.rest.OpenEJBRestServlet
openejb.jaxrs.skip.jakarta.json.providers.registration=false
openejb.jaxrs.skip.jakarta.json.providers.registration=true

0 comments on commit 72fb287

Please sign in to comment.