- 26 Aug, 2014 11 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update JmsAutoConfiguration to inject any PlatformTransactionManager bean into the DefaultJmsListenerContainerFactory. Fixes gh-1444
-
Phillip Webb authored
Update JmsAutoConfiguration to inject any existing DestinationResolver bean into JmsTemplate and DefaultJmsListenerContainerFactory. Fixes gh-1443
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes #1429
-
Dave Syer authored
-
Dave Syer authored
-
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 9 commits
-
-
Phillip Webb authored
-
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
-
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
-
Dave Syer authored
-
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
-
Dave Syer authored
-
- 23 Aug, 2014 1 commit
-
-
Stephane Nicoll authored
This commit adds a 'skip' parameter to the 'repackage' goal that is false by default. When this parameter is enabled, the repackage goal does not run at all. This can be used when repackaging should occur conditionally or when a particular module in a hierarchy should not use this feature. Fixes gh-1424
-
- 22 Aug, 2014 9 commits
-
-
Phillip Webb authored
Conflicts: spring-boot-dependencies/pom.xml
-
Phillip Webb authored
This reverts commit bbdfcd4f.
-
Phillip Webb authored
Restore repositories section accidentally removed during the merge
-
Phillip Webb authored
Conflicts: spring-boot-dependencies/pom.xml
-
Phillip Webb authored
Fixes gh-1423
-
Phillip Webb authored
-
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
-
Phillip Webb authored
-
Phillip Webb authored
Relocate DataSourceAutoConfiguration.CONFIGURATION_PREFIX to DataSourceProperties.PREFIX.
-
- 21 Aug, 2014 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Switch driver class to the more conventionally named `org.hsqldb.jdbc.JDBCDriver`.
-
Phillip Webb authored
-
Phillip Webb authored
-
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
-
Andy Wilkinson authored
Fixes #1411
-
Andy Wilkinson authored
-