Plexus Archiver 4.2.0
plamentotev
released this
04 Oct 20:58
·
247 commits
to master
since this release
π New features and improvements
- #121 - Add API to configure reproducible archives -
Archiver#configureReproducible
. - Add option to force the user and group for all archive entries.
- Add option to force the last modified date for all archive entries.
- #114 - Add option to provide
Comparator
forArchiver
. The archive entries will be added in the order specified by the provided comparator. - #117 - Add option to limit the output size for
AbstractZipUnArchiver
as a way of protection against ZIP bombs. Thanks to Sergey Patrikeev and Semyon Atamas. - Various code improvements. Thanks to Semyon Atamas and Sergey Patrikeev.
π Bug Fixes
- #94 - Fixed setting archiver destination to the working directory causes
NullPointerException
.
π¦ Dependency updates
- #119 - Updated dependencies:
commons-compress
to 1.18,plexus-io
to 3.2.0 andplexus-utils
to 3.3.0.