Skip to content

Commit

Permalink
Integrate WaSP 3.1.0-M5 and update pages TCK runner
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed May 12, 2022
1 parent ef775ac commit 02d9443
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

<!-- Jakarta Pages -->
<jakarta.pages-api.version>3.1.0</jakarta.pages-api.version>
<wasp.version>3.1.0-M4</wasp.version>
<wasp.version>3.1.0-M5</wasp.version>

<!-- Used for Jakarta SOAP (XML Web Services) -->
<xmlsec.version>2.3.0</xmlsec.version>
Expand Down
6 changes: 6 additions & 0 deletions appserver/tests/tck/pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@
<exec executable="${glassfish.asadmin}" dir="${glassfish.home}/glassfish/bin">
<arg value="start-domain"/>
</exec>

<exec executable="${glassfish.asadmin}" dir="${glassfish.home}/glassfish/bin" if:set="glassfish.security.manager">
<arg value="create-jvm-options" />
<arg value="--port=${port.admin}" />
<arg value="&quot;-Djava.security.manager&quot;" />
</exec>

<if>
<isset property="jacoco.version" />
Expand Down

0 comments on commit 02d9443

Please sign in to comment.