spring-boot/spring-boot-project/spring-boot-tools
Scott Frederick e4fa39df01 Fail fast when finalName is misconfigured
When the `finalName` parameter is incorrectly set in the Spring Boot
Maven plugin configuration instead of in the `build` configuration, the
repackaged and original archive files are not named as expected. Prior
to this commit, the image building goal would detect this error
condition and throw an exception late in the process of creating the
build container, leaving the container in an unstable state. This
commit changes the image building goal to detect this condition early,
before attempting to create the container.

Fixes gh-25590
2021-03-17 15:19:21 -05:00
..
spring-boot-antlib Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-autoconfigure-processor Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-buildpack-platform Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-configuration-metadata Polish "Include properties in source merge algorithm" 2021-03-05 15:47:09 +01:00
spring-boot-configuration-processor Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-gradle-plugin Enable stricter validation for Gradle plugin 2021-02-25 17:28:51 +00:00
spring-boot-jarmode-layertools Polish "Prevent extracting zip entries outside of destination path" 2021-03-05 10:13:32 +00:00
spring-boot-loader Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-loader-tools Fail fast when finalName is misconfigured 2021-03-17 15:19:21 -05:00
spring-boot-maven-plugin Fail fast when finalName is misconfigured 2021-03-17 15:19:21 -05:00
spring-boot-test-support Update Testcontainers image versions 2021-02-25 14:27:41 +00:00