spring-boot/spring-boot-tools
Andy Wilkinson 456327260b Fail fast when a Zip64 jar is encountered
Previously, jars (either top-level or nested) in Zip64 format were
treated as normal jar files. This would lead to a failure later on
when an attempt was made to read an entry from the file.

This commit updates the loader to fail fast when it encounters a
Zip64 jar file. Such files are identified by the number of entries
in the central directory end record being 0xFFFF.

Closes gh-8735
2017-04-04 11:31:18 +01:00
..
spring-boot-antlib Next Development Version 2017-03-03 14:39:21 +00:00
spring-boot-configuration-metadata Next Development Version 2017-03-03 14:39:21 +00:00
spring-boot-configuration-processor Next Development Version 2017-03-03 14:39:21 +00:00
spring-boot-gradle-plugin Next Development Version 2017-03-03 14:39:21 +00:00
spring-boot-loader Fail fast when a Zip64 jar is encountered 2017-04-04 11:31:18 +01:00
spring-boot-loader-tools Fix test assertions 2017-03-28 10:26:25 +02:00
spring-boot-maven-plugin Next Development Version 2017-03-03 14:39:21 +00:00
pom.xml Next Development Version 2017-03-03 14:39:21 +00:00