- 07 Sep, 2019 2 commits
-
-
Andy Wilkinson authored
Closes gh-17903
-
Andy Wilkinson authored
Closes gh-17899
-
- 06 Sep, 2019 25 commits
-
-
Andy Wilkinson authored
Closes gh-17902
-
Andy Wilkinson authored
Closes gh-17898
-
Andy Wilkinson authored
Closes gh-17901
-
Andy Wilkinson authored
Closes gh-17897
-
Andy Wilkinson authored
Previously, a number of usages of @ConditionalOnMissingBean prevented a bean that implements an auto-configured bean's "main" interface from causing the auto-configuration of the bean to back off. This would happen when @ConditionalOnMissingBean did not specify a type, the @Bean method returned the bean's concrete type, and that concreate type implements a "main" interface. This commit updates such usages of @ConditionalOnMissingBean to specify the "main" interface as the type of the bean that must be missing. This will allow, for example, the auto-configured MongoTemplate bean to back off when a MongoOperations bean is defined.
-
Andy Wilkinson authored
Closes gh-18168
-
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
Closes gh-18167
-
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
Closes gh-18165
-
Andy Wilkinson authored
Fixes gh-18153
-
Andy Wilkinson authored
See gh-18162
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-18163
-
Andy Wilkinson authored
Closes gh-17900
-
Andy Wilkinson authored
Closes gh-18162
-
Andy Wilkinson authored
Closes gh-18161
-
Andy Wilkinson authored
Closes gh-18160
-
Andy Wilkinson authored
Closes gh-18159
-
Andy Wilkinson authored
Closes gh-18158
-
Andy Wilkinson authored
Closes gh-18157
-
Andy Wilkinson authored
Closes gh-18156
-
Andy Wilkinson authored
Closes gh-18155
-
Andy Wilkinson authored
Closes gh-18154
-
- 05 Sep, 2019 13 commits
-
-
Andy Wilkinson authored
* gh-17332: Polish "Add a config property for JMS listener container's receive timeout" Add a config property for JMS listener container's receive timeout Closes gh-17332
-
Andy Wilkinson authored
See gh-17332
-
ibmmqmet authored
See gh-17332
-
Andy Wilkinson authored
* gh-17863: Polish "Make logError() in AbstractErrorWebExceptionHandler overrideable" Make logError() in AbstractErrorWebExceptionHandler overrideable Closes gh-17863
-
Andy Wilkinson authored
See gh-17863
-
Peter Jurkovic authored
See gh-17863
-
Andy Wilkinson authored
Closes gh-18150
-
Andy Wilkinson authored
* gh-17998: Improve handling of non-standard status codes in WebMvcTags Closes gh-17998
-
dreis2211 authored
See gh-17998
-
Stephane Nicoll authored
Closes gh-18149
-
Stephane Nicoll authored
* pr/18122: Detect JDK 13 updates Closes gh-18122
-
dreis2211 authored
See gh-18122
-
Andy Wilkinson authored
Closes gh-17904
-