spring-boot/spring-starters
Dave Syer ffa70f7c7e [bs-239] Race condition in embedded container contexts
I'll mark this as fixing the bug in tracker, but it might benefit
from some re-working at some point. The basic idea is to use
our old friend ContextRefreshedEvent to start the server listening
for connections. Delaying and making public the start() method from the
EmbeddedServletContainer doesn't help because you need the server to
start in order to get a ServletContext for Spring.

[Fixes #53538787]
2013-07-18 11:29:00 +01:00
..
spring-starter Add simple ANSI encoder and colorize the banner 2013-07-12 13:51:50 -07:00
spring-starter-actuator Further maven module restructure 2013-07-08 13:42:44 -07:00
spring-starter-batch Further maven module restructure 2013-07-08 13:42:44 -07:00
spring-starter-data-jpa Rework maven parent starter POM 2013-07-10 16:20:57 -07:00
spring-starter-integration Rework maven parent starter POM 2013-07-10 16:20:57 -07:00
spring-starter-jetty Thymeleaf dialects now handled as @Autowired collection 2013-07-17 12:00:58 +01:00
spring-starter-logging Support color log output 2013-07-13 21:05:07 -07:00
spring-starter-parent [bs-239] Race condition in embedded container contexts 2013-07-18 11:29:00 +01:00
spring-starter-security Tweak starter poms 2013-07-13 22:46:45 -07:00
spring-starter-tomcat Thymeleaf dialects now handled as @Autowired collection 2013-07-17 12:00:58 +01:00
spring-starter-web Thymeleaf dialects now handled as @Autowired collection 2013-07-17 12:00:58 +01:00
pom.xml Thymeleaf dialects now handled as @Autowired collection 2013-07-17 12:00:58 +01:00
README.md Start to breakup README.md documentation 2013-07-14 20:50:44 -07:00

Spring Starters