Skip to content

Commit 1526351

Browse files
committed
Complete modules to be used for generating the changelog
See gh-47758
1 parent debbec8 commit 1526351

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,11 @@ def dependenciesOf(String version) {
161161
]
162162
modules += [
163163
"spring-boot-batch-jdbc",
164+
"spring-boot-jackson2",
164165
"spring-boot-transaction",
165-
"spring-boot-restdocs"
166+
"spring-boot-restdocs",
167+
"spring-boot-webmvc-test",
168+
"spring-boot-webservices-test"
166169
]
167170
}
168171
return modules

module/spring-boot-session-data-redis/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
{
2424
"name": "spring.session.redis.flush-mode",
25-
"description": "Sessions flush mode. Determines when session changes are written to the session store. Not supported with a reactive session repository.","deprecation": {
25+
"description": "Sessions flush mode. Determines when session changes are written to the session store. Not supported with a reactive session repository.",
26+
"deprecation": {
2627
"level": "error",
2728
"replacement": "spring.session.data.redis.flush-mode"
2829
}

module/spring-boot-webflux-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
plugins {
1818
id "java-library"
19+
id "org.springframework.boot.configuration-properties"
1920
id "org.springframework.boot.deployed"
2021
id "org.springframework.boot.optional-dependencies"
2122
id "org.springframework.boot.test-slice"

0 commit comments

Comments
 (0)