GitHub user sesuncedu opened a pull request:
https://github.com/apache/commons-compress/pull/48
COMPRESS-416 Extended times for Zip should be signed values
This has fixed code, and almost fixed tests (fixed for jdk9; haven't
removed all the invalid checks for jdk8).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sesuncedu/commons-compress COMPRESS-416
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/48.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #48
----
commit e39151c1db4784e517fc139c0ee37ab9f035aa0b
Author: Simon Spero <[email protected]>
Date: 2017-07-03T22:24:55Z
COMPRESS-416 Add signed 32bit int constructor and accessor to ZipLong
Signed-off-by: Simon Spero <[email protected]>
commit da5fa04a69d6c039376f26d0d5896995cecddc65
Author: Simon Spero <[email protected]>
Date: 2017-07-03T23:10:10Z
COMPRESS-416 Use signed integers for extended timestamps, per spec
Signed-off-by: Simon Spero <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---