spring-boot/spring-boot-project
Scott Frederick cd441130bd Warn when image building workspace directories cannot be deleted
When the `buildWorkspace` location in the
`spring-boot:build-image` Maven goal or `bootBuildImage` Gradle
task is configured to use a local bind source, the location
is passed to the CNB lifecycle without further processing by
Spring Boot. The lifecycle is in control of creating any files
in the specified location. Spring Boot tries to remove the
directories at the specified location after an image is
successfully created, but should not fail the image build
if the lifecycle has created files or directories with
permissions that keep them from being deleted successfully.

Fixes gh-40760
2024-05-16 17:37:44 -05:00
..
spring-boot Rework Jetty graceful shutdown to address race condition with 12.0.9 2024-05-13 20:29:28 +01:00
spring-boot-actuator Merge branch '3.1.x' into 3.2.x 2024-04-18 12:52:54 -07:00
spring-boot-actuator-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-05-13 11:30:42 +02:00
spring-boot-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-05-13 11:30:42 +02:00
spring-boot-dependencies Upgrade to Spring Retry 2.0.6 2024-05-16 15:05:15 +01:00
spring-boot-devtools Merge branch '3.1.x' into 3.2.x 2024-04-19 10:57:47 +01:00
spring-boot-docker-compose Merge branch '3.1.x' into 3.2.x 2024-03-27 09:35:44 +01:00
spring-boot-docs Fully-qualify KafkaContainer to make it clear which one we support 2024-05-13 17:13:37 +01:00
spring-boot-parent Minimize scope of version management for commons-compress 2024-02-06 15:08:15 +00:00
spring-boot-starters Upgrade to Tomcat 10.1.24 2024-05-16 15:05:48 +01:00
spring-boot-test Merge branch '3.1.x' into 3.2.x 2024-05-02 11:53:21 +02:00
spring-boot-test-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-04-25 11:07:25 +02:00
spring-boot-testcontainers Merge branch '3.1.x' into 3.2.x 2024-04-24 15:08:50 -05:00
spring-boot-tools Warn when image building workspace directories cannot be deleted 2024-05-16 17:37:44 -05:00