Skip to content

Commit f3afd8a

Browse files
committed
Fix location of Spring LDAP and Spring Session properties
Closes gh-23558
1 parent d96ff16 commit f3afd8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-docs/src/main/groovy/generateConfigurationPropertyTables.groovy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def generateConfigMetadataDocumentation() {
3333
.addSection("web")
3434
.withKeyPrefixes("spring.hateoas",
3535
"spring.http", "spring.servlet", "spring.jersey",
36-
"spring.mvc", "spring.resources", "spring.webflux")
36+
"spring.mvc", "spring.resources", "spring.session", "spring.webflux")
3737
.addSection("json")
3838
.withKeyPrefixes("spring.jackson", "spring.gson")
3939
.addSection("rsocket")
@@ -42,12 +42,12 @@ def generateConfigMetadataDocumentation() {
4242
.withKeyPrefixes("spring.freemarker", "spring.groovy", "spring.mustache", "spring.thymeleaf")
4343
.addOverride("spring.groovy.template.configuration", "See GroovyMarkupConfigurer")
4444
.addSection("security")
45-
.withKeyPrefixes("spring.security", "spring.ldap", "spring.session")
45+
.withKeyPrefixes("spring.security")
4646
.addSection("data-migration")
4747
.withKeyPrefixes("spring.flyway", "spring.liquibase")
4848
.addSection("data")
49-
.withKeyPrefixes("spring.couchbase", "spring.elasticsearch", "spring.h2",
50-
"spring.influx", "spring.mongodb", "spring.redis",
49+
.withKeyPrefixes("spring.couchbase", "spring.elasticsearch", "spring.h2",
50+
"spring.influx", "spring.ldap", "spring.mongodb", "spring.redis",
5151
"spring.dao", "spring.data", "spring.datasource", "spring.jooq",
5252
"spring.jdbc", "spring.jpa")
5353
.addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings bound to an instance of DBCP2's BasicDataSource")

0 commit comments

Comments
 (0)