spring-projects / spring-boot

Spring Boot
https://spring.io/projects/spring-boot
Apache License 2.0
74.96k stars 40.65k forks source link

Move away from ZipCopyAction.CONSTANT_TIME_FOR_ZIP_ENTRIES #42814

Closed wilkinsona closed 6 hours ago

wilkinsona commented 6 hours ago

We use it in our tests but it's deprecated in Gradle 8.11. There's a replacement but it (like ZipCopyAction) is in an internal package. We should probably just define our own constant instead for testing purposes.

wilkinsona commented 6 hours ago

Scratch that. We already have our own constant and we're just testing that ours aligns with Gradle's own. We should switch to the replacement and can do that as part of a Gradle 8.11 upgrade.