- 11 Apr, 2014 1 commit
-
-
Dave Syer authored
Also tidied a few other things up (like not needing SmartApplicationListener). Fixes gh-550
-
- 10 Apr, 2014 5 commits
-
-
Jakub Kubrynski authored
Fixes gh-550
-
Dave Syer authored
Default to true but allow user to switch off a @Bean of type Filter (for example) by wrapping it in a disabled registration. Fixes gh-655
-
Lukasz Kryger authored
Fixes gh-654
-
Lukasz Kryger authored
* your -> you're * ask a questions -> ask a question Fixes gh-653
-
Dave Syer authored
Fixes gh-652 some more
-
- 09 Apr, 2014 4 commits
-
-
Dave Syer authored
I preferred /etc/bash_completion.d (since it mirrors the actual preferred deployment of the scripts on my OS). Maybe the MacBoys have a different point of view? Anyway the docs now point to the actual script location. Fixes gh-651
-
Dave Syer authored
Fixes gh-652
-
Dave Syer authored
Apparently springloaded 1.1.5 was released to Maven Central with a different groupId than to repo.spring.io. It would have worked in milestones because the repository was declared. See gh-648
-
Dave Syer authored
-
- 08 Apr, 2014 1 commit
-
-
Dave Syer authored
When the user sets management.contextPath=/admin the Jolokia endpoint gets mapped to /admin/jolokia, but that the path stripper it uses internally makes a false assumption about the form of the request path. The fix is simple (just use a smarter search for the endpoint path in the request path). Fixes gh-642
-
- 07 Apr, 2014 4 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
This reverts commit 5ded496d. Fixes gh-628
-
Phillip Webb authored
-
- 06 Apr, 2014 1 commit
-
-
Dave Syer authored
There was already a reflection hack in place for logging the local port in Jetty 8/9. It wasn't being used for the getPort() method for some reason, so that needed to be fixed. Fixes gh-635
-
- 05 Apr, 2014 1 commit
-
-
Dave Syer authored
-
- 04 Apr, 2014 3 commits
-
-
Dave Syer authored
-
Abhijit Sarkar authored
Since it is not parsing XML it makes no sense to be validating and it would cause exceptions when importing "namespace" features. This brings the Boot usage of the bean builder inline with that in Spring Core. Fixes gh-630
-
Dave Syer authored
Fixes gh-629
-
- 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 9 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.
-