spring-boot/spring-boot-project
Scott Frederick 263b7c20e4 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-16 17:22:48 -05:00
..
spring-boot Create exception reporters when needed so they pick up current state 2021-03-16 16:13:40 +00:00
spring-boot-actuator Properly subscribe to CloseableConnectionFactory#close 2021-03-10 15:03:27 +01:00
spring-boot-actuator-autoconfigure Use ResourceConfig customization to register endpoints with Jersey 2021-02-26 14:25:24 +00:00
spring-boot-autoconfigure Polish "Improve error message when no resources exist at a script location" 2021-03-16 16:20:11 +00:00
spring-boot-cli Select specific CLI distribution in CLI's integration tests 2021-02-11 10:20:30 +00:00
spring-boot-dependencies Upgrade to Jetty 9.4.38.v20210224 2021-03-01 09:20:33 +01:00
spring-boot-devtools Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-docs Polish "Improve documentaion of Mockito test execution listeners" 2021-03-05 14:14:36 +00:00
spring-boot-parent Upgrade to Spring Asciidoctor Extensions 0.5.1 2021-03-16 20:24:45 +00:00
spring-boot-properties-migrator Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-starters Deprecate Spring Data Solr support 2021-01-20 13:56:50 +01:00
spring-boot-test Polish "Improve documentaion of Mockito test execution listeners" 2021-03-05 14:14:36 +00:00
spring-boot-test-autoconfigure Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-tools Fail fast when finalName is misconfigured 2021-03-16 17:22:48 -05:00