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
b6e3eb0d
Commit
b6e3eb0d
authored
Sep 19, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Tomcat 8.0.37
Closes gh-6930
parent
4d84c4a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TomcatDataSourceConfigurationTests.java
...utoconfigure/jdbc/TomcatDataSourceConfigurationTests.java
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/TomcatDataSourceConfigurationTests.java
View file @
b6e3eb0d
...
...
@@ -123,7 +123,7 @@ public class TomcatDataSourceConfigurationTests {
assertEquals
(
5000
,
ds
.
getTimeBetweenEvictionRunsMillis
());
assertEquals
(
60000
,
ds
.
getMinEvictableIdleTimeMillis
());
assertEquals
(
30000
,
ds
.
getMaxWait
());
assertEquals
(
3000
0
L
,
ds
.
getValidationInterval
());
assertEquals
(
3000L
,
ds
.
getValidationInterval
());
}
@SuppressWarnings
(
"unchecked"
)
...
...
spring-boot-dependencies/pom.xml
View file @
b6e3eb0d
...
...
@@ -156,7 +156,7 @@
<thymeleaf-extras-conditionalcomments.version>
2.1.2.RELEASE
</thymeleaf-extras-conditionalcomments.version>
<thymeleaf-layout-dialect.version>
1.3.3
</thymeleaf-layout-dialect.version>
<thymeleaf-extras-data-attribute.version>
1.3
</thymeleaf-extras-data-attribute.version>
<tomcat.version>
8.0.3
6
</tomcat.version>
<tomcat.version>
8.0.3
7
</tomcat.version>
<undertow.version>
1.3.23.Final
</undertow.version>
<velocity.version>
1.7
</velocity.version>
<velocity-tools.version>
2.0
</velocity-tools.version>
...
...
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