- 19 Aug, 2014 20 commits
-
-
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 10 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
-
Michael Stummvoll authored
Introduce an easy way for the user to provide an custom programmatic banner to the Application as alternative to the static banner.txt file, without the need to override SpringApplication class. Fixes gh-1363
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
* feature-configurable-ansioutput: Allow ANSI output to be configured by properties
-