Skip to content

Commit

Permalink
Remove -Djava.locale.providers=COMPAT
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Mar 10, 2022
1 parent 9511694 commit a46dd8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/jstltck.sh 100644 → 100755
Expand Up @@ -96,10 +96,6 @@ cd $TCK_HOME/$GF_TOPLEVEL_DIR/glassfish/bin
./asadmin create-jvm-options -Djavax.xml.accessExternalStylesheet=all
./asadmin create-jvm-options -Djavax.xml.accessExternalSchema=all
./asadmin create-jvm-options -Djavax.xml.accessExternalDTD=file,http
#https://github.com/eclipse-ee4j/jakartaee-tck/issues/631
if [[ "$JDK" == "JDK11" || "$JDK" == "jdk11" ]]; then
./asadmin create-jvm-options -Djava.locale.providers=COMPAT
fi

./asadmin stop-domain
./asadmin start-domain
Expand Down

0 comments on commit a46dd8a

Please sign in to comment.