- 20 Aug, 2014 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Add a repositories section to the spring-boot-dependencies POM but strip it out during a CI build. This allows snapshot and milestone BOM imports to be used but doesn't pollute published POMs and doesn't prevent a fresh checkout from building. Fixes gh-1413
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
-
- 19 Aug, 2014 30 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update `spring-boot-starter-data-rest` to remove duplicate jackson dependencies.
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
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 3 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
-