Moritz Halbritter
a5c8e2b703
Add nullability annotations to tests in system-test/spring-boot-image-system-test
...
See gh-47263
2 months ago
Stéphane Nicoll
aab6375702
Revert "Ignore deprecation warning caused by Framework"
...
This reverts commit b23d7fe203 .
Closes gh-47364
2 months ago
Phillip Webb
8008076e04
Remove spring-boot-json-test module
...
Remove spring-boot-json-test module and spread code between
`spring-boot-test`, `spring-boot-test-autoconfigure` and JSON
technology modules.
See gh-46356
See gh-47322
3 months ago
Andy Wilkinson
922592938a
Polish
3 months ago
Andy Wilkinson
b23d7fe203
Ignore deprecation warning caused by Framework
...
See gh-45501
See spring-projects/spring-framework#35557
3 months ago
Andy Wilkinson
f9d4589259
Use Java 25 in native image system test
...
We need to use Java 25 when using buildpacks to create a native image
for a couple of reasons:
- Framework has raised its GraalVM baseline to 25
- Buildpacks have removed support for Java 24
See gh-45501
3 months ago
Andy Wilkinson
0b601118bd
Modularize spring-boot-test
...
Closes gh-46356
3 months ago
Andy Wilkinson
12312c75ef
Use Tomcat 11 in Paketo war deployment test
...
Closes gh-47030
4 months ago
Phillip Webb
5e90415880
Rationalize starters following modularization
...
Update dependencies and starters following modularization. New
starters have been added for each user-facing module.
Closes gh-46245
5 months ago
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
5 months ago