Plexus Archiver 3.7.0
·
331 commits
to master
since this release
Plexus Archiver 3.7.0 requires Java 7.
π New features and improvements
- #92 -
BaseFileSetnow accepts an array ofFileMapperinstances, allowing the name and/or the path of entries in the archive to be modified. Thanks to Thomas Collignon. - #100 -
UnArchivernow accepts an array ofFileMapperinstances, allowing the name and/or the path of the extracted entries to be modified. Thanks to Markus Karg. - #98 - Now
JarToolModularJarArchiverdoes not copy the module descriptors (module-info.class) to temporary location. It adds them directly to the JAR archive. - #101, #102 - Now
ModularJarArchiverimplementations will use the JAR file manifestMain-Classattribute as module main class if one is not excellently set.
π Bug Fixes
- #95 - Fixed ZIP entries last modification time rounded down on Java 8 or later
- #97 - Fixed
module-info.classnot being added to the modular JAR index file.