Skip to content

Commit 18bb687

Browse files
Ignore Zip64 extra field validation for tests too
* #1923 workaround
1 parent d3eac32 commit 18bb687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wegas-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<!-- want to debug ? add next line to cmdOptions and inpect the log to find
219219
the HTTP port to connect to -->
220220
<!-- -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n -->
221-
<payara.cmdOptions>-Dwegas.http.threads=9 -Dwegas.db.name=wegas_test -Djcr.repository.URI= -Dhazelcast.startport=16900 -Dwegas.db.host=localhost -Dwegas.db.port=5432 -Dwegas.db.user=user -Dwegas.db.password=1234 -Dwegas.nb_populators=3 -Declipselink.cache.coordination.protocol=fish.payara.persistence.eclipselink.cache.coordination.HazelcastPublishingTransportManager -Declipselink.cache.coordination.channel=WegasLocalTest </payara.cmdOptions>
221+
<payara.cmdOptions>-Djdk.util.zip.disableZip64ExtraFieldValidation=true -Dwegas.http.threads=9 -Dwegas.db.name=wegas_test -Djcr.repository.URI= -Dhazelcast.startport=16900 -Dwegas.db.host=localhost -Dwegas.db.port=5432 -Dwegas.db.user=user -Dwegas.db.password=1234 -Dwegas.nb_populators=3 -Declipselink.cache.coordination.protocol=fish.payara.persistence.eclipselink.cache.coordination.HazelcastPublishingTransportManager -Declipselink.cache.coordination.channel=WegasLocalTest </payara.cmdOptions>
222222
<payara.extraMicroOptions>--prebootcommandfile ${project.basedir}/as_prebootcmd --port 28080 --logproperties ${project.basedir}/../wegas-core/src/test/resources/logging.properties --interfaces 127.0.0.1 --clustermode tcpip:127.0.0.1:16900</payara.extraMicroOptions>
223223
</systemProperties>
224224
</configuration>

0 commit comments

Comments
 (0)