GitHub user plamentotev opened a pull request:
https://github.com/apache/commons-compress/pull/12
COMPRESS-375 Allow the differed creation of `ZipArchiveEntry` for parallel
zips
This is my attempt to implement the changes suggested in
[COMPRESS-375](https://issues.apache.org/jira/browse/COMPRESS-375).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/plamentotev/commons-compress
COMPRESS-375-ZipArchiveEntryRequestSupplier
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/12.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 #12
----
commit 60fe42d6fc19e9e4dd4e43aafeedcfdc33915049
Author: Plamen Totev <[email protected]>
Date: 2016-12-03T17:17:09Z
COMPRESS-375 Allow the differed creation of `ZipArchiveEntry` for parallel
zips
In some cases when creating parallel zip archive the `ZipArchiveEntry`
to be added could not be created before the `InputStream` is read.
In those cases there is no point in passing `ZipArchiveEntry` and
`InputStreamSupplier` as you can't actually differ the creation
of the `InputStream` as it's needed for the `ZipArchiveEntry`.
Add `ZipArchiveEntryRequestSupplier` to allow the differed
creation of both `ZipArchiveEntry` and `InputStream`.
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]