- 31 Jul, 2013 5 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 30 Jul, 2013 9 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
Add gradle example builds to spring-boot-sample-tomcat and spring-boot-sample-traditional. Issue: #53129653
-
Phillip Webb authored
Develop gradle plugin that can repackage JAR/WAR archives so that they can be launched using 'java -jar' Issue: #53129653
-
Phillip Webb authored
Issue: #53129653
-
Phillip Webb authored
Issue: #53129653
-
Phillip Webb authored
Fix compression of existing jars to detect nested zip entries and use the STORED method. Also fixed various test errors. Issue: #53129653
-
Phillip Webb authored
-
Phillip Webb authored
-
- 29 Jul, 2013 9 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Issue: #54228642
-
Phillip Webb authored
-
Phillip Webb authored
Revert welcome file default that break existing tests. Issue: #54228642
-
Phillip Webb authored
Issue: Issue: #53129653
-
Dave Syer authored
-
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
-