Phillip Webb
fe1dc32b76
Reduce depth of starter dependencies
...
Rework a few of the starter POMs to reduce the import depth.
Closes gh-46548
8 months ago
Andy Wilkinson
4ca785470e
Add HTTP client dependency to Docker-based smoke tests
...
See gh-46518
8 months ago
Andy Wilkinson
33ecfd7c96
Revert "Create spring-boot-autoconfigure-classic module"
...
This reverts commit 5db3cacde8 .
See gh-46233
8 months ago
Andy Wilkinson
96ff9e59ad
Remove non-transitive dependencies from spring-boot-starter-test
...
transitive = false maps to a wildcard exclusion in the published pom.
Unfortunately, this causes problems with Maven as any dependency
on one of the transitive = false modules then has all of its
dependencies excluded, even when it appears elsewhere in the
dependency graph without any exclusions.
Gradle is not affected as it requires an exclusion to be declared
on every route to a dependency for it to be effective. Maven is
affected as it requires the exclusion to be present on only one
route.
8 months ago
Phillip Webb
2517527302
Align starters names and provide deprecated versions
...
Ensure starters are aligned with modules and introduce deprecated
versions for an easier upgrade experience.
See gh-46245
8 months ago
Phillip Webb
4babe2e59d
Drop Tomcat 11 samples
...
They are no longer necessary since Tomcat 11 is now the managed
version.
8 months ago
Phillip Webb
0b0e0193bb
Polish smoke test dependencies
8 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
8 months ago
Stéphane Nicoll
e1eead2bad
Upgrade to Liquibase 4.33.0
...
Closes gh-46500
8 months ago
Andy Wilkinson
4db83bd83e
Revert "Disable tests broken by removal of ObjectPostProcessor"
...
This reverts commit 4b2861fa14 .
8 months ago
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
8 months ago