- 10 Nov, 2014 1 commit
-
-
Andy Wilkinson authored
Closes gh-1861
-
- 07 Nov, 2014 1 commit
-
-
Phillip Webb authored
Relocate tomcat-embed-websocket from spring-boot-starter-websocket to spring-boot-starter-tomcat. Fixes gh-1847
-
- 06 Nov, 2014 1 commit
-
-
Phillip Webb authored
Fixes gh-1834
-
- 05 Nov, 2014 2 commits
-
-
Phillip Webb authored
Fix an issue where debug logging never occurred because it was guarded incorrectly using isWarnEnabled(). Fixes gh-1780
-
Phillip Webb authored
Some were missing, some were named incorrectly. See gh-1827
-
- 02 Nov, 2014 2 commits
-
-
Phillip Webb authored
Update ManagementSecurityAutoConfiguration to return IgnoredPathsWebSecurityConfigurerAdapter rather than WebSecurityConfigurer<WebSecurity>.
-
Phillip Webb authored
-
- 01 Nov, 2014 1 commit
-
-
Dave Syer authored
Instead of just blindly creating the default authentication manager, after thic change we count the beans of type GlobalAuthenticationManagerConfigurer and assume that if we detect more than we expect (one from Boot and one from Spring Security) then the user is telling us they want to configure the AuthenticationManager themselves. Fixes gh-1801
-
- 30 Oct, 2014 1 commit
-
-
Andy Wilkinson authored
GroovyWebConfiguration creates a GroovyTemplateViewResolver which is a UrlBasedViewResolver sub-class. UrlBasedViewResolver is provided by spring-webmvc. Previously, if a user configured a web application but did not have spring-webmvc on the classpath, the application would fail to start with a NoClassDefFoundError for UrlBasedViewResolver. This commit makes GroovyWebConfiguration conditional on UrlBasedViewResolver being on the classpath so that it backs of in the absence of spring-webmvc. Fixes gh-1793
-
- 29 Oct, 2014 2 commits
-
-
Andy Wilkinson authored
Closes gh-1787
-
Andy Wilkinson authored
Closes gh-1774
-
- 28 Oct, 2014 2 commits
-
-
Andy Wilkinson authored
Closes gh-1782
-
Andy Wilkinson authored
Fixes gh-1753
-
- 22 Oct, 2014 2 commits
-
-
Andy Wilkinson authored
Closes gh-1708
-
Andy Wilkinson authored
Closes gh-1742
-
- 21 Oct, 2014 2 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-1740
-
- 20 Oct, 2014 1 commit
-
-
Andy Wilkinson authored
Previously, there was a timing window where the output file had been created but it was empty. This would cause the test to fail as the output was read from the empty file and didn’t match the expected “Hello World”. This commit updates the test to only process the resources in the output directory when all the resolved resources have a non-zero content length. An @Before method has also been added to delete the output produced by the test so that the outcome of the test isn’t affected by files generated by previous runs. Fixes gh-1735
-
- 15 Oct, 2014 4 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Maven is configured to run tests found in classes ending in Tests. This meant that the tests in BasicErrorControllerIntegrationTest (note the missing s) were not being run. This commit renames the test class so that it's picked up by Maven.
-
Dave Syer authored
-
Andy Wilkinson authored
Closes gh-1710
-
- 14 Oct, 2014 1 commit
-
-
Andy Wilkinson authored
This reverts commit 26a528ce. Fixes gh-1706
-
- 13 Oct, 2014 2 commits
-
-
Andy Wilkinson authored
Fixes gh-1693
-
Eric Dahl authored
-
- 10 Oct, 2014 3 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
Update `Launcher` and `JarFile` to correctly deal with Windows UNC paths. Fixes gh-1641
-
- 09 Oct, 2014 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
When logging.level.* is set in external configuration they can now contain placeholders. Fixes gh-1680
-
Dave Syer authored
-
Dave Syer authored
-
- 08 Oct, 2014 3 commits
-
-
Andy Wilkinson authored
-
matzschmanski authored
Closes gh-1671
-
Andy Wilkinson authored
Closes gh-1660
-
- 07 Oct, 2014 1 commit
-
- 06 Oct, 2014 1 commit
-
-
Phillip Webb authored
-