Skip to content

Commit

Permalink
ZipException workarounds (#3747)
Browse files Browse the repository at this point in the history
* Use Karaf 4.4.3 compile dependency
* Disable this feature in itests

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Aug 11, 2023
1 parent 386c9cc commit 5026c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion itests/itest-include.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<bnd.version>6.4.0</bnd.version>
<commons.net.version>3.7.2</commons.net.version>
<eea.version>2.3.0</eea.version>
<karaf.compile.version>4.4.0</karaf.compile.version>
<karaf.compile.version>4.4.3</karaf.compile.version>
<karaf.tooling.version>4.4.3</karaf.tooling.version>
<sat.version>0.15.0</sat.version>
<slf4j.version>1.7.32</slf4j.version>
Expand Down

0 comments on commit 5026c83

Please sign in to comment.