- 29 Jul, 2013 3 commits
-
-
Dave Syer authored
* For a jar deployment add classpath:static/index.html (works via Spring MVC mapping) * For a war the same thing works, but so does adding index.html to src/main/webapp (works via container default servlet) [Fixes #54092261] [bs-252]
-
Dave Syer authored
-
Phillip Webb authored
Create spring-loader-tools containing utilities that can be used with both Maven and Gradle plugings. Refactored existing Maven plugin to use the new project. Issue: #53129653
-
- 27 Jul, 2013 1 commit
-
-
Dave Syer authored
-
- 26 Jul, 2013 8 commits
-
-
Phillip Webb authored
Issue: #54095231
-
Phillip Webb authored
Issue: #54095231
-
Phillip Webb authored
Issue: #54095231
-
Dave Syer authored
-
Dave Syer authored
* actuator -> boot-ops * cli -> boot-cli * launcher -> boot-load * autoconfig -> boot-config * bootstrap -> boot-strap * starters -> boot-up [#54095231] [bs-253] Refactor Zero->Boot
-
Dave Syer authored
[Fixes #53027833]
-
Dave Syer authored
-
Dave Syer authored
* Leverages existing behaviour of BeanWrapperImpl where possible to autogrow collections and lists * Logic for scanning and converting bean paths encapsulated in BeanPath inner class [Fixes #53947797] [bs-249] @ConfigurationProperties cannot bind to Map<String,List<Thing>>
-
- 25 Jul, 2013 4 commits
-
-
Dave Syer authored
-
Phillip Webb authored
Use a ImportBeanDefinitionRegistrar to register BeanPostProcessors rather than using @Bean definitions. Prevents warnings about beans not having all BeanPostProcessors applied.
-
Phillip Webb authored
-
Phillip Webb authored
Rework TomcatEmbeddedWebappClassLoader to deal with the fact that the 'system' field is final in Tomcat 8. Issue: #53945989
-
- 24 Jul, 2013 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
* Make Rector @Autowirable * Create a ConsumerBeanPostProcessor so users can add @On and @Reply to bean methods * Added groovy auto compiler and script sample [#53955419] [bs-250]
-
Dave Syer authored
[#53947797] [bs-249] @ConfigurationProperties cannot bind to Map<String,List<Thing>> or Map<String,Thing>
-
Dave Syer authored
-
- 23 Jul, 2013 10 commits
-
-
Dave Syer authored
Tomcat starts up with server.loader System property set so we need to accept that. [Fixes #50806851] [bs-141] First class escape hatch from jar to war for web applications
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Now accepts CSV list and later values override in the implied map that is generated. [Fixes #53785419] [bs-245]
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
- 22 Jul, 2013 6 commits
- 21 Jul, 2013 1 commit
-
-
Dave Syer authored
-
- 19 Jul, 2013 3 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
Add unit tests for session timeouts and also added a convenience method to set the time with a TimeUnit. Issue: #53667353
-