- 19 Aug, 2014 25 commits
-
-
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
-
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
Conflicts: spring-boot-dependencies/pom.xml
-
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
-
Stephane Nicoll authored
* cleaning-up-maven-plugin-dependencies: Delete duplicate version numbers of Maven plugins
-
Mattias Severson authored
The Maven plugin version numbers are defined in the pluginManagement of the spring-boot-dependencies pom.xml. Consequently, they can be deleted in the spring-boot-starter-parent pom.xml to avoid version conflicts and duplicated version management.
-
Dave Syer authored
-
Phillip Webb authored
Fixes gh-1380
-
Phillip Webb authored
-
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 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update StarterDependenciesIntegrationTests to only consider starter folders that contain POM files. Fixes gh-1395
-
Phillip Webb authored
Conflicts: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaProperties.java
-
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
-
Dave Syer authored
Fixes gh-1393
-
Phillip Webb 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
-
Dave Syer authored
-
Andy Wilkinson authored
Closes #1388
-
Andy Wilkinson authored
Closes #1387
-
- 15 Aug, 2014 5 commits
-
-
Phillip Webb authored
Relax the generic signature on EntityManagerFactoryBuilder.properties so that any object type can be added. Fixed gh-1376
-
Phillip Webb authored
-
Phillip Webb authored
Update RelaxedDataBinder to support property aliases and change DataSourceBuilder to use them. Fixes gh-1384
-
Phillip Webb authored
Rename Banner.write to Banner.printBanner for consistency with the now deprecated SpringApplication.printBanner method.
-
Phillip Webb authored
* pull1363: Support programmatic banners via setter
-