Skip to content

Commit 2596d61

Browse files
committed
Merge pull request #31912 from Kalpesh-18
* gh-31912: Polish "Allow config prop annotation processor to find reactive cookie props" Allow config prop annotation processor to find reactive cookie props Closes gh-31912
2 parents 532285b + d39e146 commit 2596d61

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)