Skip to content

4.0.1

Compare
Choose a tag to compare
@johnrengelman johnrengelman released this 21 Nov 23:00
  • Breaking Change! Transform.modifyOutputStream(ZipOutputStream os) to Transform.modifyOutputStream(ZipOutputStream jos, boolean preserveFileTimestamps).
    Typically breaking changes are reserved for major version releases, but this change was necessary for preserverFileTimestamps (introduced in v4.0.0) to work correctly
    in the presence of transformers, #404
  • Fix regression in support Java 10+ during relocation, #403