Skip to content

Commit 1f0d5f1

Browse files
Kalpesh-18wilkinsona
authored andcommitted
Allow config prop annotation processor to find reactive cookie props
See gh-31912
1 parent 532285b commit 1f0d5f1

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ public static class Session {
323323
@DurationUnit(ChronoUnit.SECONDS)
324324
private Duration timeout = Duration.ofMinutes(30);
325325

326+
@NestedConfigurationProperty
326327
private final Cookie cookie = new Cookie();
327328

328329
public Duration getTimeout() {

0 commit comments

Comments
 (0)