Commit Graph

5 Commits

Author SHA1 Message Date
Moritz Halbritter 6baf13962b Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-profile
See gh-47263
2025-10-16 11:24:46 +02:00
Phillip Webb 6c84674c33 Relocate `EnvironmentPostProcessor` and implementations out of `env`
Move the `EnvironmentPostProcessor` from `org.springframework.boot.env`
to `org.springframework.boot` so that we can make the `env` package
foundational.

Most `EnvironmentPostProcessor` implementation has also been relocated
to a new `org.springframework.boot.support` package.

See gh-47232
2025-09-17 14:57:10 -07:00
Moritz Halbritter 6a33b3987c Add nullability annotations to smoke-test/spring-boot-smoke-test-profile
See gh-46587
2025-08-13 11:50:52 +02:00
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
2025-07-22 18:27:27 +01:00
Phillip Webb decc32dde3 Restructure project directories to better fit Gradle
Closes gh-46358
2025-07-10 17:54:08 -07:00