- 04 Sep, 2014 7 commits
-
-
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 4 commits
-
-
Phillip Webb authored
Add the servlet and context path along with the exception message to the error logged in ErrorPageFilter. See gh-1427
-
Dave Syer authored
For some reason I thought that the DispatcherServlet default handler would log all exceptions, so if we did it in the ErrorPageFilter it would lead to duplicates. That appears not to be the case. Fixes gh-1427
-
Dave Syer authored
We can't easily solve the problem by not allowing Spring Security to eagerly instantiate everything, but we can be defensive about data.sql and make sure it is executed even if the listener isn't yet registered. Fixes gh-1386
-
Dave Syer authored
-
- 22 Aug, 2014 3 commits
-
-
Phillip Webb authored
This reverts commit bbdfcd4f.
-
Phillip Webb authored
Fixes gh-1423
-
Phillip Webb authored
Fix DataSourceProperties getUsername() and getPassword() methods to call getDriverClassName() rather than using `this.driverClassName` to ensure than deduced driver classes can be used. Fixes gh-1421
-
- 21 Aug, 2014 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update CONTRIBUTING.adoc with improved code formatter instructions. Fixes gh-1271
-
Phillip Webb authored
Update ExtendedPathMatchingResourcePatternResolver to use similar code as the fix for SPR-12095. Fixes gh-1378
-
Andy Wilkinson authored
Fixes #1411
-