File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 116
116
<thymeleaf .version>2.1.3.RELEASE</thymeleaf .version>
117
117
<thymeleaf-extras-springsecurity3 .version>2.1.1.RELEASE</thymeleaf-extras-springsecurity3 .version>
118
118
<thymeleaf-layout-dialect .version>1.2.5</thymeleaf-layout-dialect .version>
119
- <tomcat .version>7.0.54 </tomcat .version>
119
+ <tomcat .version>7.0.55 </tomcat .version>
120
120
<velocity .version>1.7</velocity .version>
121
121
<velocity-tools .version>2.0</velocity-tools .version>
122
122
<wsdl4j .version>1.6.3</wsdl4j .version>
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ class TomcatEmbeddedContext extends StandardContext {
34
34
private ServletContextInitializerLifecycleListener starter ;
35
35
36
36
@ Override
37
- public void loadOnStartup (Container [] children ) {
37
+ public boolean loadOnStartup (Container [] children ) {
38
+ return true ;
38
39
}
39
40
40
41
public void deferredLoadOnStartup () {
You can’t perform that action at this time.
0 commit comments