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 143d19754b Exclude starter jars when running and packaging with Gradle
This commit updates the Gradle Plugin to filter dependencies based on
the Spring-Boot-Jar-Type entry in their manifest. Jars with a
Spring-Boot-Jar-Type of dependencies-starter are excluded. Unlike the
Maven plugin, jars with a type of annotation-processor are not
excluded. It is not necessary with Gradle as use of the
annotationProcessor configuration for such dependencies already ensures
that they are not included.

See gh-22036
4 years ago
..
spring-boot Polish "Add SSL support to RSocketServer" 4 years ago
spring-boot-actuator Align WebClient uri metric tag with RestTemplate 4 years ago
spring-boot-actuator-autoconfigure Deprecate Cassandra health indicators that rely on Spring Data 4 years ago
spring-boot-autoconfigure Polish "Add SSL support to RSocketServer" 4 years ago
spring-boot-cli Removed some redundant 'else's using early return 4 years ago
spring-boot-dependencies Upgrade to Spring Security 5.4.0 4 years ago
spring-boot-devtools Make file detection more resilient across restarts 4 years ago
spring-boot-docs Exclude by jar type when running and packaging with Maven 4 years ago
spring-boot-parent Upgrade to Testcontainers 1.14.3 4 years ago
spring-boot-properties-migrator Removed some redundant 'else's using early return 4 years ago
spring-boot-starters Add reference to AOProfiling Spring Boot starter 4 years ago
spring-boot-test Add BootstrapRegisty support for config data 4 years ago
spring-boot-test-autoconfigure Polish "Simplify code" 4 years ago
spring-boot-tools Exclude starter jars when running and packaging with Gradle 4 years ago