spring-boot/spring-boot-project
Andy Wilkinson d2f74426f7 Work around bug in Gradle's Eclipse model
The model incorrectly marks the Gradle API and all of its
dependencies as test dependencies, making them unavailable in Eclipse
to code in src/main/java. We work around this by modifying the
classpath container to remove the test attribute from the
dependencies that should be available to main code.

See gh-41228
2024-06-27 12:58:36 +01:00
..
spring-boot Don't report already migrated properties 2024-06-26 16:24:32 -07:00
spring-boot-actuator Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-actuator-autoconfigure Polish BaggagePropagationIntegrationTests 2024-06-27 11:30:04 +02:00
spring-boot-autoconfigure Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-dependencies
spring-boot-devtools
spring-boot-docker-compose Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-docs
spring-boot-parent
spring-boot-starters
spring-boot-test
spring-boot-test-autoconfigure Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-testcontainers Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-tools Work around bug in Gradle's Eclipse model 2024-06-27 12:58:36 +01:00