Polish "Rename 'spring-boot-tx' module to 'spring-boot-transaction'"

See gh-47603
This commit is contained in:
Stéphane Nicoll
2025-10-16 09:46:19 +02:00
parent 3e41416af6
commit 99e356de19
@@ -125,7 +125,7 @@ def dependenciesOf(String version) {
"spring-boot-testcontainers",
"spring-boot-thymeleaf",
"spring-boot-tomcat",
"spring-boot-transaction",
"spring-boot-tx",
"spring-boot-validation",
"spring-boot-web-server",
"spring-boot-webclient",
@@ -154,8 +154,12 @@ def dependenciesOf(String version) {
]
}
if (version.equals("4.0.0-RC1")) {
modules -= [
"spring-boot-tx"
]
modules += [
"spring-boot-batch-jdbc",
"spring-boot-transaction",
"spring-boot-restdocs"
]
}