spring-boot/spring-boot-project
Andy Wilkinson 43ca2d2cb0 Access classpath lazily to allow later changes to be picked up
Previously, the classpath of bootJar, bootWar, and bootRun was
configured directly as a FileCollection derived from the main source
set's runtime classpath. This direct configuration meant that
subsequent changes to the main source set's runtime classpath may not
have been picked up.

This commit changes the configuration of the classpath to use a
Callable. This indirection allows subsequent changes to the main
source set's runtime classpath to be picked up as long as they
occur before Gradle calls the callable.

Closes gh-29672
2022-02-08 19:21:37 +00:00
..
spring-boot Update copyright year of changed files 2022-02-02 10:35:40 -08:00
spring-boot-actuator Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-actuator-autoconfigure Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-autoconfigure Fix schema file name for Batch auto-configuration tests 2022-02-04 09:49:15 +01:00
spring-boot-cli Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-dependencies Upgrade to MariaDB 2.7.5 2022-01-20 10:29:26 +01:00
spring-boot-devtools Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-docs Polish formatting 2022-02-05 10:15:43 -08: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 Update URL for GraphQL Spring Boot starter 2021-11-16 08:33:56 +01:00
spring-boot-test Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-test-autoconfigure Polish "Enforce use of BDDMockito" 2022-02-01 10:03:18 +01:00
spring-boot-tools Access classpath lazily to allow later changes to be picked up 2022-02-08 19:21:37 +00:00