- 16 Sep, 2019 2 commits
-
-
Stephane Nicoll authored
See gh-18214
-
Leonard Brünings authored
See gh-18214
-
- 13 Sep, 2019 3 commits
-
-
Andy Wilkinson authored
Closes gh-18225
-
Stephane Nicoll authored
* pr/18216: Fix minor typo Closes gh-18216
-
Peter Sauer authored
The phrase `We have you covered.` is a sentence and so it should start with a capital `W`. See gh-18216
-
- 12 Sep, 2019 1 commit
-
-
Phillip Webb authored
Update `Bindable` builder methods so that existing annotations are retained. Closes gh-18218
-
- 09 Sep, 2019 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-18185
-
- 06 Sep, 2019 5 commits
-
-
Andy Wilkinson authored
Previously, calling getComment() on a nested jar file would result in the outer jar file's comment being returned. This commit updates the loader's JarFile to read the file's comment from the central directory end record and return it from getComment(). Fixes gh-18128
-
Andy Wilkinson authored
* gh-18164: Test the Gradle Plugin against Gradle 5.6.2 Closes gh-18164
-
dreis2211 authored
See gh-18164
-
Andy Wilkinson authored
Fixes gh-18153
-
Andy Wilkinson authored
Fixes gh-18163
-
- 05 Sep, 2019 8 commits
-
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-18144
-
Stephane Nicoll authored
Closes gh-18143
-
Stephane Nicoll authored
Closes gh-18142
-
Stephane Nicoll authored
Closes gh-18141
-
Stephane Nicoll authored
Closes gh-18133
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-17775
-
- 04 Sep, 2019 10 commits
-
-
Phillip Webb authored
Update our CI script to no longer attempt to stop docker. We don't call it anyway and it will be one less moving part trying to diagnose why `dockerd` sometimes terminates early. See gh-18127
-
Phillip Webb authored
See gh-16718
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-17856
-
Phillip Webb authored
* pr/16718: Polish "Document the pros and cons of MockMvc" Document the pros and cons of MockMvc Closes gh-16718
-
Phillip Webb authored
See gh-16718
-
Tetsuya Hasegawa authored
Update the MockMvc documentation to provide more details about the pros and cons of such an approach, specifically calling out the difference with error page handling. See gh-16718
-
Phillip Webb authored
* pr/16901: Extend documentation on logback include files Clarify documentation on logback include files Closes gh-16901
-
Phillip Webb authored
Expand the Logback "How To" to provide further clarifications on the different include files available. See gh-16901
-
michal authored
Update documentation and comments on Logback to show the correct use of `default.xml` rather than `base.xml`. See gh-16901
-
- 03 Sep, 2019 9 commits
-
-
Phillip Webb authored
Update the javadoc to note that `scanBasePackages` only affects the `@ComponentScan` annotation and isn't a replacement for `@EntityScan` or `@Enable...Repositories`. Closes gh-18109
-
Phillip Webb authored
Closes gh-18115
-
Phillip Webb authored
Closes gh-18113
-
Phillip Webb authored
Closes gh-18111
-
Phillip Webb authored
* pr/16477: Polish "Fallback to ping if Solr URL references core" Fallback to ping if Solr URL references core Closes gh-16477
-
Phillip Webb authored
See gh-16477
-
Markus Schuch authored
Update `SolrHealthIndicator` to fallback to a basic ping operation if the `baseUrl` references a particular core rather than the root context. Prior to this commit, if the Solr `baseUrl` pointed to a particular core then the health indicator would incorrectly report `DOWN`. See gh-16477
-
Andy Wilkinson authored
* gh-18100: Fix typo in deprecation reason for liquibase.check-change-log-location Closes gh-18100
-
Johnny Lim authored
See gh-18100
-