You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Andy Wilkinson 45e6c12cb6 Consider transitives when identifying project dependencies
Previously, when building a layered jar, the Gradle plugin only
considered a configuration's direct dependencies when identifying
project dependencies. This resulted in transitive project dependencies
being missed when deciding which dependencies belong in the
application layer.

This commit updates ResolvedDependencies to consider all projects
from the root project when collecting the IDs of local projects. This
ensures that any project dependency, no matter where it appears in the
dependency graph, is successfully identified.

Fixes gh-25163
4 years ago
..
spring-boot Polish 4 years ago
spring-boot-actuator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-actuator-autoconfigure Polish "Clarify usage of BufferingApplicationStartup" 4 years ago
spring-boot-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-cli Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-dependencies Build against Spring Data 2020.0.4-SNAPSHOT 4 years ago
spring-boot-devtools Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-docs Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-parent Merge branch '2.3.x' 4 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-test Fix handling of UriTemplateRequestEntity in TestRestTemplate 4 years ago
spring-boot-test-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-tools Consider transitives when identifying project dependencies 4 years ago