Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
db41e0d7
Commit
db41e0d7
authored
Jul 17, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate meta-data for server.session-timeout
Closes gh-3537
parent
61447a5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
ServerProperties.java
...ingframework/boot/autoconfigure/web/ServerProperties.java
+0
-10
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+1
-0
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java
View file @
db41e0d7
...
...
@@ -197,16 +197,6 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
this
.
address
=
address
;
}
/**
* Set the session timeout
* @return the session timeout
* @deprecated since 1.3.0 in favor of {@code session.timeout}.
*/
@Deprecated
public
Integer
getSessionTimeout
()
{
return
this
.
session
.
getTimeout
();
}
/**
* Get the session timeout
* @param sessionTimeout the session timeout
...
...
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
db41e0d7
...
...
@@ -166,6 +166,7 @@
"name"
:
"server.session-timeout"
,
"type"
:
"java.lang.Integer"
,
"description"
:
"Session timeout in seconds."
,
"sourceType"
:
"org.springframework.boot.autoconfigure.web.ServerProperties"
,
"deprecation"
:
{
"replacement"
:
"server.session.timeout"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment