Skip to content

Commit 35b67a5

Browse files
committed
Upgrade to Tomcat 8.5.11
1 parent 78a23be commit 35b67a5

File tree

930 files changed

+32832
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

930 files changed

+32832
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.9"
78+
ext.tomcatVersion = "8.5.11"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.25.Final"
8181
ext.xmlunitVersion = "1.6"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http\://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
http\://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop.xsd
2+
http\://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop.xsd
3+
http\://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop.xsd
4+
http\://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop.xsd
5+
http\://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop.xsd
6+
http\://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop.xsd
7+
http\://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop.xsd
8+
http\://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop.xsd
9+
http\://www.springframework.org/schema/aop/spring-aop-4.3.xsd=org/springframework/aop/config/spring-aop.xsd
10+
http\://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop.xsd
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Tooling related information for the aop namespace
2+
http\://www.springframework.org/schema/aop@name=aop Namespace
3+
http\://www.springframework.org/schema/aop@prefix=aop
4+
http\://www.springframework.org/schema/aop@icon=org/springframework/aop/config/spring-aop.gif
Loading

0 commit comments

Comments
 (0)