- 03 Apr, 2014 8 commits
-
-
Dave Syer authored
Lists all the basic autoconfig defaults and quick pointers on how to change or disable. Fixes gh-514
-
Dave Syer authored
Fixes gh-618
-
Andy Wilkinson authored
-
Dave Syer authored
Really fixes gh-595
-
Jean Detoeuf authored
Fixes gh-618
-
Dave Syer authored
... if you use management.security.* properties Fixes gh-595
-
Dave Syer authored
Fixes gh-625
-
Dave Syer authored
Spring Security doesn't know that Spring MVC maps /foo, /foo.json and /foo/ all to the same handler. This change explicitly adds suffixes to the actuator endpoint matchers so they are properly protected.
-
- 02 Apr, 2014 3 commits
-
-
Dave Syer authored
A more thorough check is needed to avoid the false assumption that the DataSource is embedded just because an embedded database is on the classpath. You really have to try and look in the connection metadata, so that's what we now do. Fixes gh-621, fixes gh-373
-
Dave Syer authored
-
Dave Syer authored
.. between Maven and Gradle plugins. Also fixed bug in recursive scanning logic. Really fixes gh-614
-
- 01 Apr, 2014 20 commits
-
-
Dave Syer authored
Fixes gh-617
-
Dave Syer authored
Before this change we were too aggressive in deleting duplicate resources since directories might not have identical contents, and yet they were being deleted anyway. Fixes gh-614
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
This reverts commit b67bb70e.
-
Spring Buildmaster authored
-
Josh Long authored
Update the reference documentation to use the newer 'go' based CLI tool. Fixes gh-615
-
Phillip Webb authored
-
Phillip Webb authored
The `management.contextpath` property should have been `management.context-path`. Fixes gh-612
-
Phillip Webb authored
* patch-1: Fix type in reference docs
-
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 6 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
-