- 26 Aug, 2014 1 commit
-
-
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 6 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
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, ProjectLibraries only considered a configuration's direct file dependencies. This meant that a transitive file dependency that should have been pulled in via a project dependency was not included in the repackaged jar's lib directory. ProjectLibraries has been updated to walk down the tree of project dependencies and create libraries for any file dependencies that are found. Fixes gh-1368
-
- 19 Aug, 2014 19 commits
-
-
Phillip Webb authored
Update `spring-boot-starter-data-rest` to remove duplicate jackson dependencies.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, the CLI relied on Aether using the session's mirror selector and authentication selector to customize the configured repositories. These selectors are only used to configure what Aether calls recessive repositories (repositories discovered when resolving an artifact), rather than the explicitly configured repositories that are typically used. This commit updates AetherGrapeEngine to apply mirror and authentication configuration to every added repository, bringing its behaviour for these two settings into line with what it already does for proxy configuration. Fixes #1354
-
Dave Syer authored
The ExplodedArchive would erroneously always attempt to filter its contents (and thereby shield them from a classloader that wrapped it) even if they haven't been explicitly provided. See gh-1352
-
Andy Wilkinson authored
Closes #1409
-
Andy Wilkinson authored
Closes #1408
-
Andy Wilkinson authored
Closes #1407
-
Andy Wilkinson authored
Closes #1406
-
Andy Wilkinson authored
Closes #1405
-
Andy Wilkinson authored
Closes #1404
-
Andy Wilkinson authored
Closes #1402 Closes #1403
-
Andy Wilkinson authored
Closes #1401
-
Andy Wilkinson authored
Closes #1400
-
Andy Wilkinson authored
Closes #1399
-
Andy Wilkinson authored
Closes #1398
-
Andy Wilkinson authored
Closes #1389
-
Phillip Webb authored
Use ant-run to clean spring-boot-samples when `clean` is invoked on the main project.
-
Phillip Webb authored
Fix DefaultCounterService.reset to call the reset method of the underlying MetricWriter. Fixes gh-1391
-
- 18 Aug, 2014 4 commits
-
-
Phillip Webb authored
Update StarterDependenciesIntegrationTests to only consider starter folders that contain POM files. Fixes gh-1395
-
Phillip Webb authored
Update the the PathMatchingResourcePatternResolver used in the MessageSourceAutoConfiguration condition to deal with the fact that `classpath*:` patterns do not work with URLClassLoaders when the pattern doesn't include a folder. The ExtendedPathMatchingResourcePatternResolver works by searching all classpath URLs when the `findAllClassPathResources` method is called with an empty location. Fixes gh-1378
-
Phillip Webb authored
-
Dave Syer authored
-
- 13 Aug, 2014 3 commits