- 26 Feb, 2015 10 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-2539
-
Phillip Webb authored
Update SpringApplicationContextLoader to configure test property locations before the ApplicationContext is actually started. Fixes gh-2198
-
Andy Wilkinson authored
Previously, MongoProperties did not consider the configuration of a custom authentication database when creating a MongoClient. This commit updates MongoProperties to use the authentication database when it is configured, falling back to the normal database when it is not configured. Closes gh-2562
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* elasticsearch: Remove unnecessary if statement
-
izeye authored
-
Stephane Nicoll authored
* javadoc: Fix Javadoc
-
izeye authored
-
- 25 Feb, 2015 15 commits
-
-
Phillip Webb authored
Fixes gh-2443
-
Phillip Webb authored
Update SpringApplicationContextLoader to support @TestPropertySource location attributes. Fixes gh-2198
-
Phillip Webb authored
Add a `security.basic.authorize-mode` property that can be used to affect how basic security authorization is applied. Fixes gh-2462
-
Phillip Webb authored
Rename `spring.favicon.enabled` to `spring.mvc.favicon.enabled`. See gh-2377
-
Phillip Webb authored
* docs: Improve documentation
-
izeye authored
Closes gh-2553
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-2554
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-2242
-
Phillip Webb authored
Simplify the MustacheEnvironmentCollector so that it no longer binds the Spring Environment to a Map. See gh-2242
-
Phillip Webb authored
Provide details of how to configure Gradle, including the work-around require to parse any additional metadata files. Fixes gh-2316
-
Phillip Webb authored
Fix automatic '/' -> 'index.html' forwarding to also work when a `server.servlet-path` property is set. Fixes gh-2351
-
Phillip Webb authored
* pull2479: Supported relaxed binding on inner classes
-
Daniel Fullarton authored
Update RelaxedDataBinder to support relaxed binding to inner classes in the same way as normal configuration objects. e.g. `nested.foo_bar` => `nested.fooBar` Fixes gh-2463 Closes gh- 2479
-
- 24 Feb, 2015 12 commits
-
-
Phillip Webb authored
Update ElasticsearchAutoConfiguration to ensure that local nodes are closed when the context is closed. Prior to this commit the close() method of the Client would be called which had no effect for local Nodes. Fixes gh-2480
-
Phillip Webb authored
Update @AutoConfigureBefore and @AutoConfigureAfter annotations to support String classnames in addition direct Class references. Fixes gh-2529
-
Phillip Webb authored
Fixes gh-2547
-
Phillip Webb authored
Allow MultipartConfigElement bean to be created even if a MultipartResolver bean has been defined by the user. Fixes gh-2538
-
Phillip Webb authored
Update MetricFilterAutoConfiguration to ensure that it is only applied if Spring MVC is on the classpath. Fixes gh-2542
-
Phillip Webb authored
Fix some eclipse errors and warnings caused by XSD validation errors and classes in the wrong place.
-
Phillip Webb authored
See gh-2539
-
Phillip Webb authored
Rename RepositoryRestMvcBootConfiguration to SpringBootRepositoryRestMvcConfiguration so that it follows the same naming pattern as other custom Spring Boot configurations. See gh-2392
-
Phillip Webb authored
-
Phillip Webb authored
Update ConfigurationMetadataAnnotationProcessor so that `prefix` is only obtained when the annotation is not null. Also improve exception message by including the element.
-
Phillip Webb authored
-
Phillip Webb authored
Make spring-boot-integration-tests a top level project and move the existing gradle tests and security tests to be sub-modules.
-
- 23 Feb, 2015 3 commits
-
-
Phillip Webb authored
Update invoker configuration so that only folders with a pom.xml file are invoked. This helps when switching between the 1.1.x and master branches since empty folders left by git no longer fail the build.
-
Phillip Webb authored
-
Stephane Nicoll authored
* derby: Add dependency management for Apache Derby
-