|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Oliver Gondža
Path:
pom.xml
src/main/java/org/jenkinsci/plugins/compress_artifacts/ZipStorage.java
http://jenkins-ci.org/commit/compress-artifacts-plugin/e4cf3284f14c919fb6bd95bfb147180569500623
Log:
[FIX JENKINS-27042] Use TrueZIP to access archive
Jenkins use org.apache.tools.zip to create the archive, we can not use java.util.zip
to extrace: http://commons.apache.org/proper/commons-compress/zip.html#Known_Interoperability_Problems.
For whatever reason org.apache.tools.zip implemntation is order of magnitude slower than TrueZIP or java.util.zip.