- 19 Aug, 2014 5 commits
-
-
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 16 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
-
Raphael von der Grün authored
Add AnsiOutputApplicationListener which configures AnsiOutput.enabled based on a `spring.output.ansi.enabled` property. Fixes gh-1243
-
Phillip Webb authored
Update MongoAutoConfiguration to be conditional on a missing MongoDbFactory bean. The assumption is that if the user has declared a MongoDbFactory they will either use it directly, or they will also register a Mongo bean. If the MongoDbFactory class cannot be found the existing Mongo auto-configuration still applies. This ensures that users that do not have Spring Data can still access a Mongo bean. Fixes gh-1341
-
Phillip Webb authored
Fixes gh-1381
-
Phillip Webb authored
* spring-cloud-autoconfig: Add auto-configuration for Spring Cloud
-
Ramnivas Laddad authored
Enable if all of the following are true: - spring-cloud is on the classpath - There is no Cloud bean present (usually done by extending AbstractCloudConfig) - The "cloud" profile is active Fixes gh-1302 Autoconfigure spring-cloud
-
Phillip Webb authored
-
- 13 Aug, 2014 6 commits
-
-
Dave Syer authored
Conflicts: spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
-
Dave Syer authored
Fixes gh-1358
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1371
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1369. Note that this is caused by the ErrorPageFilter, so only a problem when deployed as a WAR.
-
- 12 Aug, 2014 3 commits
-
-
Phillip Webb authored
Update the parent POM version in spring-boot-sample-web-secure-custom
-
Dave Syer authored
-
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
-