- 01 Apr, 2014 6 commits
-
-
Alexander Grüneberg authored
The `spring.data.mongodb.uri` property should be `spring.data.mongodb.url`. Fixes gh-613
-
Dave Syer authored
Fixes gh-601
-
Dave Syer authored
-
Phillip Webb authored
Fixes gh-611
-
Phillip Webb authored
Fix SpringApplicationRunner to correctly locate files to watch for reload. Fixes gh-610
-
Phillip Webb authored
This reverts commit 1d0eea12. Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
-
- 31 Mar, 2014 1 commit
-
-
Dave Syer authored
-
- 28 Mar, 2014 2 commits
-
-
Spring Buildmaster authored
-
Dave Syer authored
-
- 27 Mar, 2014 11 commits
-
-
Phillip Webb authored
Upgrade Jackson and Reactor Fixes gh-597
-
Phillip Webb authored
Rename the RestTemplates to TestRestTemplate to help indicate that it's primarily intended for testing. Also now extend RestTemplate to allow direct use, rather than via factory methods. Fixes gh-599
-
Phillip Webb authored
-
Dave Syer authored
Machine clients are much more fussy than browsers and we should take care to preserve the HTTP status for them. Fixes gh-596
-
Dave Syer authored
Fixes gh-555
-
Andy Wilkinson authored
If a source URL is added to a CompilationUnit and that source URL does not contain any slashes, the resulting ClassNode in the AST will be incorrectly named. For example, a URL of 'file:foo.groovy' will produce a ClassNode named 'file:foo'. The expected name is 'foo'. This commit works around this problem by adding any URL sources with a file protocol to the compilation unit as File instances. Any URL sources that do not have a file protocol continue to be added as URL instances. Such URLs are still prone to this bug should we be dealing with one that contains no slashes. A fix for the underlying Groovy bug will address this possibility. Fixes #594
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
Full run SpringApplicationConfigurationDefaultConfigurationTests Fixes gh-562
-
Phillip Webb authored
Fixes gh-564
-
Phillip Webb authored
Reduce logging level to trace to remove the ugly output that appears above the banner. Fixes gh-591
-
- 26 Mar, 2014 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Replace travis build status image with Bamboo since it seems to fail less.
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
The problem was that the basic-logback.xml was valid configuration but not in a <configuration> tag, so it wasn't valid on its own. This change fixes that. Fixes gh-585
-
Dave Syer authored
The static convenience methods in RelaxedPropertyResolver were not really relaxed, so since they are public (and useful) it makes more sense to extract them to a utility class.
-
Dave Syer authored
-
Dave Syer authored
Users only have to add a normal `WebMvcConfigurer` to configure their own features. Sometimes that's not clear enough (and it's good to stress that `@EnableWebMvc` is the thing that switches off the Boot configurtation. Fixes gh-583
-
Phillip Webb authored
Upgrade to the snapshot version of spring for sanity testing.
-
Phillip Webb authored
-
- 25 Mar, 2014 10 commits
-
-
Phillip Webb authored
Update Gradle and Ant samples to consistently declare all repositories (local, central, release, snapshot, milestone). Fixes gh-426
-
Phillip Webb authored
Fixes gh-570
-
Phillip Webb authored
Fixed gh-567
-
Phillip Webb authored
Update `JarCommand` to check that the file extension of the output is `.jar`. Fixes gh-581
-
Phillip Webb authored
Remove accidentally committed SNAPSHOT dependency.
-
Phillip Webb authored
-
Phillip Webb authored
Update AutoConfigurationPackages to log warnings on the first access, rather than during setup. This works around the fact that the CLI currently add multiple @EnableAutoConfiguration annotations. Fixes gh-579
-
Andy Wilkinson authored
This commit updates the CLI so that it will decrypt any encrypted passwords in a user's Maven settings.xml file. The code that performs the decrytion has a transitive dependency on three types in Plexus' logging API. There are tens of different artifacts containing this API available in Maven Central. Rather than bloating the API with a dependency on a complete Plexus container, which could perhaps be considered the primary source, a dependency on a considerably smaller artifact has been introduced. Closes #574
-
Dave Syer authored
-
Tomas Lin authored
Removed this link "The websocket sample shows you how to do that in Maven." since the example no longer has properties that show how this is done. Dave Syer edited the section in a previous issue by adding the example to the POM ( https://github.com/spring-projects/spring-boot/issues/430 ) but it appears that the bad link was not removed.
-