spring-boot/spring-bootstrap
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
..
src [bs-239] Race condition in embedded container contexts 2013-07-18 11:29:00 +01:00
pom.xml Support color log output 2013-07-13 21:05:07 -07:00
README.md Start to breakup README.md documentation 2013-07-14 20:50:44 -07:00

Spring Bootstrap