Skip to content

Commit

Permalink
Configure system.properties to skip JAX-RS 3.1 default provider regis…
Browse files Browse the repository at this point in the history
…tration
  • Loading branch information
rzo1 committed Nov 26, 2024
1 parent 480a813 commit 69bab65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 @@ -22,4 +22,5 @@ authuser=javajoe
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
servlet_adaptor=org.apache.openejb.server.rest.OpenEJBRestServlet
openejb.jaxrs.skip.jakarta.json.providers.registration=false

0 comments on commit 69bab65

Please sign in to comment.