• Scott Frederick's avatar
    Fail fast when finalName is misconfigured · 263b7c20
    Scott Frederick authored
    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
    263b7c20
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...