Disable "Improved ZIP64 Extra Field Validation" in itests ()

This prevents ZipException stacktraces when running the itests on JDK 17.0.8 or newer.

Related to:

* 
* 

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2023-08-13 18:41:31 +02:00 committed by GitHub
parent c71a24f8a1
commit 7c4e70f993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,9 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
# An unused random HTTP port is used during tests to prevent resource conflicts
# This property is set by the build-helper-maven-plugin in the itests pom.xml
-runvm: -Dorg.osgi.service.http.port=${org.osgi.service.http.port}
-runvm: \
-Djdk.util.zip.disableZip64ExtraFieldValidation=true,\
-Dorg.osgi.service.http.port=${org.osgi.service.http.port}
# The integration test itself does not export anything.
Export-Package: