- 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 4 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
-
izeye authored
-
- 22 Feb, 2015 1 commit
-
-
Stephane Nicoll authored
-
- 20 Feb, 2015 3 commits
-
-
Stephane Nicoll authored
Closes gh-2413
-
Stephane Nicoll authored
* pull2524: Update documentation on resources filtering
-
StevenGeens authored
Add an explicit note about the spring-boot:run goal that prevents the use of resources filtering by default.
-
- 19 Feb, 2015 5 commits
-
-
Andy Wilkinson authored
Undertow’s WebSocket client sends an illegal Origin header – it does not include the scheme, e.g. it’ll send “localhost” rather than “http://localhost”. This commit works around the problem by allowing access to the SockJS endpoints from any origin, thereby disabling OriginHandlerInterceptor’s checking of the Origin header.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-2473
-
- 18 Feb, 2015 15 commits
-
-
Stephane Nicoll authored
This reverts commit 34ede2f3.
-
Andy Wilkinson authored
Fixes gh-2212
-
Andy Wilkinson authored
Closes gh-2429
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Update the `init` command to support the latest meta-data format. Recent Spring Initializr version also supports Spring Boot CLI now and generates a textual service capabilities when requested. The command no longer generates the capabilities of the service unless said service does not support it. Closes gh-2515
-
Andy Wilkinson authored
Closes gh-2512
-
Andy Wilkinson authored
Closes gh-2511
-
Andy Wilkinson authored
Closes gh-2510
-
Andy Wilkinson authored
Closes gh-2508
-
Andy Wilkinson authored
Closes gh-2507
-
Andy Wilkinson authored
Closes gh-2506
-
Dave Syer authored
Fixes gh-2493
-
Dave Syer authored
Fixes gh-2518
-
Rob Winch authored
Fixes gh-2473
-
Rob Winch authored
Fixes gh-2474
-