- 25 Aug, 2014 1 commit
-
-
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
- 12 Aug, 2014 1 commit
-
-
Dave Syer authored
if user also adds @EnableWebMvcSecurity. The problem is that the ordering of the init() and configure() methods in the Spring Security configurers can force things to happen too early unless we are careful. It's still a bit twitchy I would say, but this relatively small change seems to fix the GS guide and not break any existing tests. I added a sample which mimic ths GS guide so we get an integration test that executes the new code paths. Fixes gh-1364
-
- 11 Aug, 2014 1 commit
-
-
Phillip Webb authored
Update ConfigurationPropertiesBindingPostProcessor to use `getBeansOfType` with `allowEagerInit=false` rather than `getBean`. This prevents FactoryBeans from being instantiated early when their type is not known. Fixed gh-1365
-
- 07 Aug, 2014 2 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-