andrebrait opened a new pull request, #345:
URL: https://github.com/apache/commons-compress/pull/345

   This adds support for extra time data (InfoZip and NTFS Extra fields) to Zip 
archives.
   This supports both reading and writing to these fields automatically, 
including when creating a ZipArchiveEntry from an existing file on the disk, 
with proper fall backs.
   
   Additionally:
   
   1. Works around a bug involving Integer Overflow in Java 8 and Zip archives: 
https://bugs.openjdk.org/browse/JDK-8130914
   2. Consolidates a few more time conversions into TimeUtils
   3. Works around an oversight in Java 8 where the NTFS fields on Zip archives 
are only read to the precision of microseconds instead of their maximum of 
100ns.
   
   Currently, it's missing a few test cases for reading/writing, though I have 
tested them myself. Submitting for this review because the code itself is 
likely final (and there are enough tests to cover most of them, and I'll submit 
the rest of the test cases in the coming days).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to