Commit Graph

5407 Commits (1d31d23e29424ebd8501197c63fb168d1cc942a8)
 

Author SHA1 Message Date
Dave Syer 214b3a28db [bs-71] "spring run app.groovy" stalls at end (non-daemon thread)
* Change default so that file is not watched (add --watch to watch it)
* The runner thread is set to daemon mode

[Fixes #48716955]
12 years ago
Dave Syer a91b482849 Improve readability of SpringBootstrapCompilerAutoConfiguration 12 years ago
Dave Syer 38f0cf1ed2 [bs-62] Add integration tests for CLI samples
[Fixes #48658503]
12 years ago
Dave Syer c91e83c7d2 [bs-59] Add zip packaging for cli module
* Also added "spring" shell script (in zip), so you can
unzip it and run out of the box
* To run in developer mode use SPRING_HOME, e.g.

        $ cd spring-bootstrap-cli
        $ SPRING_HOME=target src/main/scripts/spring run samples/web.groovy
* Also added "clean" command to remove spring bootstrap grapes
(useful to force a refresh of snapshot jars)

[#48644271]
12 years ago
Dave Syer 8a4b50e289 [bs-14] Ensure all servlet context initializers are called
Misuse of TreeSet in EmbeddedWebApplicationContext corrected
(use List and Comparator instead of TreeSet).

[Fixes #48055339]
12 years ago
Dave Syer fb6b224470 Fast forward existing prototype work 12 years ago
Phillip Webb 80b151e2b3 first commit 12 years ago