Skip to content

Commit

Permalink
Use jdk.util.zip.disableZip64ExtraFieldValidation as runvm option
Browse files Browse the repository at this point in the history
The change in #1559 did not disable the validation when launching the demo app.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Aug 9, 2023
1 parent bb0bad4 commit 6212759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ feature.openhab-model-runtime-all: \
bnd.identity;id='org.glassfish.hk2.osgi-resource-locator'

-runproperties: \
jdk.util.zip.disableZip64ExtraFieldValidation=true,\
felix.cm.dir=${.}/runtime/userdata/config,\
org.osgi.framework.bootdelegation="sun.misc",\
org.osgi.service.http.port=8080,\
Expand All @@ -100,7 +99,8 @@ feature.openhab-model-runtime-all: \
bnd.identity;id='slf4j.api',\
bnd.identity;id='slf4j.simple'

-runvm.java9plus: \
-runvm: \
-Djdk.util.zip.disableZip64ExtraFieldValidation=true,\
--add-opens=java.base/java.io=ALL-UNNAMED,\
--add-opens=java.base/java.lang=ALL-UNNAMED,\
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED,\
Expand Down

0 comments on commit 6212759

Please sign in to comment.