spring-boot/spring-boot-project
Andy Wilkinson da8dafe138 Make afterResolve hook used by bootJar and bootWar more robust
Previously, ResolvedDependencies used hasError on
ResolvedConfiguration to check that it was safe to work with all
of the resolved configuration's artifacts and their files. This
check is not sufficient as errors can still occur later on.

This commit updates ResolvedDependencies to use a lenient
configuration, thereby avoiding any problems that may be caused by
errors that occur after the hasError check.

Closes gh-30586
2022-05-30 18:19:47 +01:00
..
spring-boot Add application/wasm to MIME mappings 2022-05-27 11:14:04 +01:00
spring-boot-actuator Polish 2022-05-26 17:30:39 +01:00
spring-boot-actuator-autoconfigure Polish 2022-05-26 17:30:39 +01:00
spring-boot-autoconfigure Upgrade copyright year of changed files 2022-05-30 15:13:12 +02:00
spring-boot-cli Remove redundant throws declarations from internal APIs 2022-05-26 15:47:35 +01:00
spring-boot-dependencies Upgrade to Spring Security 5.6.5 2022-05-18 19:19:47 +01:00
spring-boot-devtools Remove redundant throws declarations from internal APIs 2022-05-26 15:47:35 +01:00
spring-boot-docs Use conventions for source and encoding of aggregatedJavadoc 2022-05-30 17:15:45 +01:00
spring-boot-parent Merge branch '2.5.x' into 2.6.x 2022-05-17 18:36:54 +01:00
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-starters Merge branch '2.5.x' 2021-11-16 08:34:39 +01:00
spring-boot-test Polish 2022-05-26 17:30:39 +01:00
spring-boot-test-autoconfigure Remove redundant throws declarations from internal APIs 2022-05-26 15:47:35 +01:00
spring-boot-tools Make afterResolve hook used by bootJar and bootWar more robust 2022-05-30 18:19:47 +01:00