spring-boot/spring-boot-project
Andy Wilkinson f11ddb4bd7 Prevent eager creation of bootWar task
Previously, querying the artifact's extension in
SinglePublishedArtifact would result in eager creation of the task
that creates the artifact. Typically, this is the bootWar task.

Instead of querying the extension, this commit reworks
SinglePublishedArtifact and its callers to call separate methods for
jar and war artifacts so that the extension check is no longer
required.

Tests have been added to ensure that running help does not trigger
any unexpected task creation. The tests' assertions tolerate some
variation in behavior that depend on the version of Gradle and
whether the configuration cache is enabled.

Closes gh-30211
2022-03-15 15:28:59 +00:00
..
spring-boot Start building against Spring Framework 5.3.17 snapshots 2022-03-11 21:22:48 +01:00
spring-boot-actuator Start building against Spring Framework 5.3.17 snapshots 2022-03-11 21:22:48 +01:00
spring-boot-actuator-autoconfigure Register metrics for wrapped R2DBC ConnectionPools 2022-03-08 13:55:34 +00:00
spring-boot-autoconfigure Increase tests' Cassandra timeouts to 60s 2022-03-11 11:02:18 +00:00
spring-boot-cli
spring-boot-dependencies Upgrade to Reactor 2020.0.17 2022-03-15 16:07:59 +01:00
spring-boot-devtools Document Devtools' property defaults directly in reference docs 2022-03-11 08:15:40 +00:00
spring-boot-docs Document Devtools' property defaults directly in reference docs 2022-03-11 08:15:40 +00:00
spring-boot-parent Upgrade to Testcontainers 1.16.2 2022-01-12 13:52:43 -08:00
spring-boot-properties-migrator
spring-boot-starters
spring-boot-test Allow beans with circular dependencies to be spied 2022-02-19 11:35:58 +00:00
spring-boot-test-autoconfigure Increase tests' Cassandra timeouts to 60s 2022-03-11 11:02:18 +00:00
spring-boot-tools Prevent eager creation of bootWar task 2022-03-15 15:28:59 +00:00