- 09 Aug, 2013 9 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Merge OnMissingBeanCondition into OnBeanCondition and simplify code. Polish on bean conditions
-
Phillip Webb authored
Merge OnNotWebApplicationCondition into OnWebApplicationCondition and simplify code.
-
Phillip Webb authored
Merge OnMissingClassCondition into OnClassCondition and simplify code.
-
Phillip Webb authored
-
Dave Syer authored
* Use *Tests as classname * Fixed broken test in suite where ID is not always "1"
-
Biju Kunjummen authored
-
Dave Syer authored
-
- 08 Aug, 2013 11 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
Limit Servlet Listener registration to the specific supported types. Issue: #54112999
-
Phillip Webb authored
-
Dave Syer authored
* User can add @Bean of type EventListener (e.g. ServletContextListener) [Fixes #54112999] [bs-254]
-
Dave Syer authored
* Added src/main/content/bash_completion.d/spring * Also made all commands alias to "--<self>" so "--help" is a synonym for "help" (for instance). This helps with the completion generation. [Fixes #54827292]
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 07 Aug, 2013 6 commits
-
-
Phillip Webb authored
-
Dave Syer authored
-
Rob Winch authored
Previously the link text for the download of 0.5.0.M1 was labeled as a SNAPSHOT. This commit updates the link text to be the correct version.
-
Dave Syer authored
* Add integration tests for /error view * Add "error" @Bean as default view for HTML Users may see side effects because now there will be a ContentNegotiatingViewResolver by default for the first time in a vanilla Actuator app. Should be interesting. [Fixes #54597932] [bs-273] Circular view reference for /error
-
Dave Syer authored
-
Dave Syer authored
[#54597932] [bs-273] Circular view reference for /error
-
- 06 Aug, 2013 14 commits
-
-
Phillip Webb authored
# By Johannes Mockenhaupt # Via Johannes Mockenhaupt * patch-1: Fix broken links to samples.
-
Johannes Mockenhaupt authored
-
Phillip Webb authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
[#54676948] Filter registered twice
-
Dave Syer authored
-
Dave Syer authored
A stupid typo lurking in EmbeddedWebApplicationContext meant that a FilterRegistrationBean would register a Filter, and then it would be registered again without the initializer. [Fixes #54676948] Filter registered twice
-
Dave Syer authored
-
Dave Syer authored
Also introduced new strategy for customizing Tomcat Context (TomcatContextCustomizer) - any that are added to the factory will be applied before any other customizations in postProcessContext() [Fixes #54670052] [bs-275] Make Tomcat access valve logs more accessible
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
Update SampleIntegrationTests to only use local maven repo when running integration tests.
-
Phillip Webb authored
-