Skip to content

Commit

Permalink
[105] Add a property to be prepared for a RESTEasy upgrade. This prop…
Browse files Browse the repository at this point in the history
…erty simply changes the default status code in certain cases.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Oct 18, 2023
1 parent 6db364c commit 5a89c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wf-core-tck-runner/rest-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<systemProperties>
<!-- This property propagates to the javaVmArguments in arquillian.xml -->
<additional.vm.args>
${failsafe.plugin.jdk17.args}
${failsafe.plugin.jdk17.args} -Ddev.resteasy.sse.closed.response.code=200
</additional.vm.args>
</systemProperties>
<dependenciesToScan>jakarta.ee.tck.coreprofile:rest-tck-suite,jakarta.ws.rs:jakarta-restful-ws-tck</dependenciesToScan>
Expand Down

0 comments on commit 5a89c0a

Please sign in to comment.