Skip to content

Commit

Permalink
Merge pull request #107 from jamezp/issue105
Browse files Browse the repository at this point in the history
[105] Add a property to be prepared for a RESTEasy upgrade. This prop…
  • Loading branch information
jamezp authored Oct 19, 2023
2 parents e1e2c74 + 5a89c0a commit 3d889d3
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 3d889d3

Please sign in to comment.