• 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
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...