We have been using an internally modified version of Apache Commons Compress v. 1.5 for a very long time, and it is overdue for an upgrade. While we do want to migrate to a modern version of Commons Compress, we also do not want to lose the changes we had to make to v. 1.5, if they are still relevant. Hence this fork, going forward.
For details regarding the original project, please refer to README-orig.
The Commons Compress version chosen for the immediate future within our code base is the
latest one as of this writing, 1.26.2. While the master
branch is the default
branch, all changes so far have been made to the commons-compress-1.26.2
branch.
The latter is the branch you should use (and modify) going forward, until we decide to
move to another branch:
git clone [email protected]:/pepperdata/commons-compress.git -b commons-compress-1.26.2
To view these, please browse the ./v.1.5-diffs
directory.
This code is licensed under the Apache License v2.
See the NOTICE.txt
file for required notices and attributions.