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-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
4 years ago
..
spring-boot-antlib
spring-boot-autoconfigure-processor
spring-boot-buildpack-platform
spring-boot-configuration-metadata Polish "Include properties in source merge algorithm" 4 years ago
spring-boot-configuration-processor
spring-boot-gradle-plugin Enable stricter validation for Gradle plugin 4 years ago
spring-boot-jarmode-layertools Polish "Prevent extracting zip entries outside of destination path" 4 years ago
spring-boot-loader
spring-boot-loader-tools Fail fast when finalName is misconfigured 4 years ago
spring-boot-maven-plugin Fail fast when finalName is misconfigured 4 years ago
spring-boot-test-support