RFR: 8297875: jar should not compress the manifest directory entry [v2]
Liam Miller-Cushon
cushon at openjdk.org
Wed Nov 30 22:09:22 UTC 2022
> This causes jar to not compress the `META-INF/` directory entry, for consistency with the handling of other directory entries and compliance with `APPNOTE.TXT`, and for compatibility with other zip implementations.
Liam Miller-Cushon has updated the pull request incrementally with one additional commit since the last revision:
Use TestNG, and assert on the compression method
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11441/files
- new: https://git.openjdk.org/jdk/pull/11441/files/f634b82b..eaab9b03
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11441&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11441&range=00-01
Stats: 18 lines in 1 file changed: 9 ins; 7 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/11441.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11441/head:pull/11441
PR: https://git.openjdk.org/jdk/pull/11441
More information about the compiler-dev
mailing list