You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools
Andy Wilkinson a50646b7cc Fix repackaging of jars with non-default compression configuration
Previously, if a jar that used custom compression configuration was
repackaged, a failure may occur if an entry in the repackaged jar had
a different compressed size to the entry in the source jar.

This commit updates JarWriter to clear the input entry's compressed
size (by setting it to -1) so that the repackaged entry's compressed
size does not have to match that of the input entry.

Closes gh-13720
6 years ago
..
spring-boot-antlib Next Development Version 7 years ago
spring-boot-autoconfigure-processor Next Development Version 7 years ago
spring-boot-configuration-metadata Next Development Version 7 years ago
spring-boot-configuration-processor Polish 7 years ago
spring-boot-gradle-plugin Next Development Version 7 years ago
spring-boot-loader Next Development Version 7 years ago
spring-boot-loader-tools Fix repackaging of jars with non-default compression configuration 6 years ago
spring-boot-maven-plugin Next Development Version 7 years ago
spring-boot-test-support Next Development Version 7 years ago
pom.xml Next Development Version 7 years ago