- 13 Sep, 2014 2 commits
-
-
Dave Syer authored
Fixes gh-1534
-
Dave Syer authored
There was too much state really in the old implementation of AuthenticationManagerConfiguration, and it was leading occasionally to null pointers when method A assumed that method B had already been called and it hadn't. This change manages to concentrate all the references to an AuthenticationManagerBuilder into a single method call, removoing the need for storing it at all. Fixes gh-1556
-
- 12 Sep, 2014 1 commit
-
-
Dave Syer authored
-
- 07 Sep, 2014 4 commits
-
-
Andy Wilkinson authored
The applicationDefaultJvmArgs property was added in Gradle 1.7. This commit updates RunPluginFeatures to access the property defensively so that the plugin can be used with Gradle 1.6. Fixes gh-1511
-
Andy Wilkinson authored
Closes gh-1503 Closes gh-1505
-
John Tims authored
Closes gh-1524
-
Christoph Frick authored
Closes gh-1510
-
- 05 Sep, 2014 2 commits
- 04 Sep, 2014 8 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-1500
-
Dave Syer authored
-
Dave Syer authored
The loading is via a marker interface SpringBootAstTransformation to avoid clashing with other services registered as org.groovy.* Fixes gh-1392
-
Stephane Nicoll authored
Fixes gh-1488
-
Dave Syer authored
-
- 03 Sep, 2014 6 commits
-
-
Phillip Webb authored
Change SpringApplicationContextLoader to set active profiles using the `spring.profiles.active` environment property rather than calling `SpringApplication.setAdditionalProfiles`. This allows @ActiveProfiles to replace existing profiles rather than add to them which is consistent with the Spring TestContext Framework. Fixes gh-1469
-
Phillip Webb authored
Allow customization of the Apache HTTP Client used in TestRestTemplate via an options enum. Fixes gh-1497
-
Phillip Webb authored
Update LevelRemappingAppender to that any calls that aren't remapped are still logged. Fixes gh-1481
-
Stephane Nicoll authored
Prior to this commit, the repackage goal silently ignored the case of two libraries having the same name and version but a different group. As a result, the second library was overwriting the first one in the repackaged jar. This commit adds support for custom Library names and updates the Maven and Gradle plugins so that the name includes the group ID when there would otherwise be a duplicate. Fixes gh-1475
-
Phillip Webb authored
-
Stephane Nicoll authored
Fixes gh-1470
-
- 02 Sep, 2014 3 commits
-
-
Stephane Nicoll authored
This commit clarifies the role of the 'addResources' flag and makes it explicit that any duplicate found in the target directory are actually removed Fixes gh-1479
-
Stephane Nicoll authored
This commit is a workaround until git-commit-id-plugin 2.1.11 is released. See also issue 124 of that project Fixes gh-1484
-
Phillip Webb authored
Add additional constructor and a protected postProcessConverters method to make it easier to manipulate the final converter list that will be used. Fixes gh-1482
-
- 28 Aug, 2014 5 commits
-
-
Phillip Webb authored
Convert any session timeout values from seconds to minutes when configuring Tomcat. Fixes gh-1422
-
Phillip Webb authored
-
Mattias Severson authored
Fixes gh-1463
-
Phillip Webb authored
Extract the hairy logic from getServletContextInitializerBeans() to a new class and refactor things a little.
-
Dave Syer authored
Tomcat in particular sets an environment variable in it's shell scripts that people commonly use to start the container. So if people deploy a war file to a stock Tomcat server they can't override the logging config, even with the default location. With this change at least that should work (for logback and log4j anyway). Tested with logback. See gh-1432
-
- 27 Aug, 2014 5 commits
-
-
Dave Syer authored
Users could be surpised if they register a Filter with an @Order and it isn't apparently respected. This change accumulates all Filters and FilterRegistrations (for instance) before sorting them. Fixes gh-1455
-
Dave Syer authored
-
Andy Wilkinson authored
Closes #1419
-
Andy Wilkinson authored
See changes made in revision 1602507 [1] [1] https://svn.apache.org/viewvc?view=revision&revision=1602507
-
Andy Wilkinson authored
Fixes #1446
-
- 26 Aug, 2014 3 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
Fixes #1429
-
Dave Syer authored
Velocity and Freemarker share some common properties so the base class for configuring their properties makes some sense. Unfortunately the implementation pulls in Spring MVC at runtime because of the signature of one method (that would never be called). We can fix that in a number of ways, but the least disruptive is probably to change the signature of that method and only refer to the concrete template view resolver type if the method is called. Fixes gh-1437
-
- 25 Aug, 2014 1 commit
-
-
Phillip Webb authored
Add the servlet and context path along with the exception message to the error logged in ErrorPageFilter. See gh-1427
-