Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 3.14 KB

CHANGES.md

File metadata and controls

80 lines (68 loc) · 3.14 KB

Release 0.7 (2018/06/03)

Features

  • #17: Add user-configurable list of additional manifest attributes to remove.
  • #23: Remove OpenIDE-Module-Build-Version attribute in manifest.

Release 0.6 (2018/04/30)

Features

  • #20: Add new parameters for strip-jar goal: zipDateTime and zipDateTimeFormatPattern - @aksian.

Release 0.5.2 (2018/03/13)

Bug Fixes

  • #15: Fix another bug during sorting of MANIFEST.MF files - @unicolet.

Release 0.5.1 (2018/03/08)

Bug Fixes

  • #15: Take into account multi-line attributes and sections when sorting MANIFEST.MF files.
  • #16: Some tools require META-INF/MANIFEST.MF to be the first file in the archive.

Release 0.5 (2018/02/17)

Features

  • Sorts entries in MANIFEST.MF file (workaround for maven-archiver bug MSHARED-511).
  • #4: Strips also tar/tar.gz/tar.bz archives - @unicolet, @tglman.

Release 0.4 (2017/10/27)

Bug Fixes

  • #12: Change default ZIP timestamp to 2000/01/01 at 00:00:00 to work around Java 9 compiler bug JDK-8184940 - @io7m.

Non-functional changes

  • #10: Declare the plugin's goals as thread-safe.
  • Add "Automatic-Module-Name" in Manifest.
  • The plugin can now be built with Java 9.

Release 0.3 (2017/08/10)

Bug Fixes

  • #6: Fix wrong detection of ZIP files.

Features

  • Add M2Eclipse lifecycle mapping metadata for Eclipse IDE.
  • Strips plugin.xml and plugin-help.xml files generated by maven-plugin-tools.
  • #3: Allow standalone usage of strip-jar - @jumapico.

Non-functional changes

  • Upgrade commons-compress to avoid reflection hack.

Release 0.2 (2015/10/06)

Bug Fixes

  • Fix NPE if target folder does not exist.

Features

  • New strip-jaxb goal to normalize ObjectFactory.java files produced by JAXB/xjc.

Release 0.1 (2015/10/01)

First release for tests. Features

  • Sorts ZIP entries by name.
  • Sets file timestamps in ZIP entries to 0.
  • Removes timestamps, user name and tool versions in MANIFEST.MF.
  • Removes timestamp in pom.properties.