Skip to content

Commit

Permalink
refactor(install): remove workaround for FISH-7722
Browse files Browse the repository at this point in the history
No longer necessary as the required add-opens has been included in upstream
  • Loading branch information
poikilotherm committed Apr 15, 2024
1 parent 1fad24c commit 44d387b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/installer/as-setup.sh
Expand Up @@ -117,9 +117,6 @@ function preliminary_setup()

./asadmin $ASADMIN_OPTS create-jvm-options "-Ddataverse.timerServer=true"

# Workaround for FISH-7722: Failed to deploy war with @Stateless https://github.com/payara/Payara/issues/6337
./asadmin $ASADMIN_OPTS create-jvm-options --add-opens=java.base/java.io=ALL-UNNAMED

# enable comet support
./asadmin $ASADMIN_OPTS set server-config.network-config.protocols.protocol.http-listener-1.http.comet-support-enabled="true"

Expand Down

0 comments on commit 44d387b

Please sign in to comment.