- 15 Apr, 2014 5 commits
-
-
Andy Wilkinson authored
Prior to this commit, a dependency on a local file was not being packaged by the Gradle plugin. This was a regression from the behaviour in 0.5.0.M6 caused by the move to using a ResolvedConfiguration and ResolvedArtifacts (4f677bec) to gain access to an artifact's type so that non-jar artefacts could be filtered out. Since then, the approach to filtering has been changed (38585bf3) and access to an artifact's type is no longer needed. This commit updates ProjectLibraries to restore its use of a FileCollection rather than a ResolvedConfiguration when getting hold of the files in a configuration. This means that the resulting jar will now include dependencies that aren't resolved, such as those that are provided as local files. The filtering that is applied to the files is unaffected by this change and only files that are zip files will be included. Fixes #672
-
Dave Syer authored
Fixes gh-513
-
Dave Syer authored
User can specify the content type in external properties now, optionally ommitting the charset (since that is duplicated). If charset is not appended by user Spring will do it. Fixes gh-671
-
Dave Syer authored
Apparently yaml.org prefers .yaml, but the internet seems to be more aligned with .yml, so I guess we should support both out of the box. Fixes gh-675
-
Dave Syer authored
Fixes gh-673
-
- 11 Apr, 2014 9 commits
-
-
Jakub Kubrynski authored
-
Dave Syer authored
Avoids loading a class if not needed, but doesn't seem to solve any actual problems. I'll leave it in in case it helps later. Testing gh-648
-
Andy Wilkinson authored
-
Dave Syer authored
Fixes gh-646
-
Dave Syer authored
Fixes gh-656
-
Dave Syer authored
-
Verrol L. Adams authored
-
Lukasz Kryger authored
-
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 7 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
-