spring-boot/spring-boot-project/spring-boot-tools/spring-boot-jarmode-tools
Moritz Halbritter 558d811b0a Use JarFile instead of ZipInputStream
ZipInputStream can't cope with some non-deflated entries, see
https://bugs.openjdk.org/browse/JDK-8143613.

JarFile works better, but it doesn't support creation time / access
time.

See gh-38276
2024-03-20 12:11:56 +01:00
..
src Use JarFile instead of ZipInputStream 2024-03-20 12:11:56 +01:00
build.gradle Implement extract and list-layers command 2024-03-07 13:34:13 +01:00