Skip to content

Plexus Archiver 4.2.0

Compare
Choose a tag to compare
@plamentotev 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 for Archiver. 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 and plexus-utils to 3.3.0.