Moritz Halbritter
a350ead232
Add nullability annotations to tests in module/spring-boot-data-redis-test
...
See gh-47263
2 months ago
Phillip Webb
4b2d358384
Refine spring-boot-test-autoconfigure dependencies
...
Make `spring-boot-test-autoconfigure` optionally depend on
`spring-boot-autoconfigure` so that it can be an `api` dependency
for `*-test` modules. Also relocate it to core.
See gh-47322
3 months ago
Phillip Webb
08a641c1a2
Polish whitespace in gradle files
3 months ago
Andy Wilkinson
5348880b69
Modularize spring-boot-test-autoconfigure
...
This commit modularizes spring-boot-test-autoconfigure. It now
contains only the code that's central to test auto-configuration.
Feature-specific functionality has moved out into -test modules,
some existing and some newly created. For example, `@DataJpaTest` can
now be found in spring-boot-data-jpa-test.
Closes gh-47322
3 months ago
Stéphane Nicoll
3331046306
Add internal dependency management for gRPC
...
Closes gh-46444
5 months ago
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
5 months ago
Andy Wilkinson
93d3ead813
Move code from docker-compose-all into relevant modules
...
See gh-46071
6 months ago
Andy Wilkinson
ccb7cb3005
Move code out of testcontainers-all into relevant modules
...
See gh-46071
6 months ago
Phillip Webb
152ab97815
Create spring-boot-opentelemetry module
...
Renames `management.otlp.logging` properties to
`management.opentelemetry.logging`.
Closes gh-46149
6 months ago
Moritz Halbritter
855b6a6fac
Create spring-boot-freemarker module
...
Closes gh-46090
6 months ago
Phillip Webb
5659d2c8a2
Create spring-boot-groovy-templates module
...
Closes gh-46089
6 months ago
Stéphane Nicoll
74f6c75b00
Create spring-boot-validation module
...
Closes gh-46087
6 months ago
Brian Clozel
7471d01a72
Create spring-boot-jsonb module
...
Closes gh-46080
6 months ago
Brian Clozel
dcf0eb36d3
Create spring-boot-amqp module
...
See gh-46077
6 months ago
Andy Wilkinson
760b80818f
Create spring-boot-reactor-netty module
...
See gh-46076
6 months ago
Andy Wilkinson
04b0590162
Create spring-boot-undertow module
...
See gh-46074
6 months ago
Andy Wilkinson
a0b28610e5
Move Tomcat auto-configuration into spring-boot-tomcat
...
See gh-46073
6 months ago
Andy Wilkinson
83b26a7362
Move tests that use Tomcat out of spring-boot-test
...
See gh-46073
6 months ago
Andy Wilkinson
6384e3265c
Create beginnings of spring-boot-tomcat module
...
See gh-46073
6 months ago