- 21 Jul, 2017 9 commits
-
-
Andy Wilkinson authored
Closes gh-9730
-
dbego authored
Previously, if a name contained part of a regex but wasn't actually a regex, a PatternSyntaxException would be thrown and the request would fail. This commit updates NamePatternFilter to catch PatternSyntaxException and treat the regex-like input as a name insteead. See gh-9730
-
Andy Wilkinson authored
See gh-9827
-
Andy Wilkinson authored
See gh-9675
-
Andy Wilkinson authored
* gh-9675: Polish "Fix JsonContentAssert type safety warnings" Fix JsonContentAssert type safety warnings
-
Andy Wilkinson authored
- Format code - Update an existing test to use the contains method that would previously have triggered a type safety warning Closes gh-9675
-
Mihhail Lapushkin authored
Previously, JsonContentAssert returns AbstractMapAssert from extractingJsonPathMapValue. This could lead to type safety warnings when calling one of the assert's methods with a generic varargs parameter such as contains(Entry<? extends Object, ? extends Object>...). This commit replaces the use of both AbstractMapAssert and AbstractListAssert with MapAssert and ListAssert respectively. These classes use final methods and @SafeVargs args to prevent the above-described problem from occurring. See gh-9675
-
Andy Wilkinson authored
5198fe88. The underlying Framework problem that prevents @Lazy from working properly is still there in some form or another. See gh-9416
-
Andy Wilkinson authored
Previously, if a user's configuration class provided a custom Validator bean, that configuration class would be initialized very early so that the Validator could be used to create the auto-configured MethodValidationPostProcessor. This early initialization could problems as it may prevent any of the configuration class's dependencies from being post-processed. This commit updates the injection of the Validator bean to be lazy, thereby preventing the creation of the auto-configured MethodValidationPostProcessor from triggering early initialization. Closes gh-9416
-
- 20 Jul, 2017 7 commits
-
-
Andy Wilkinson authored
Closes gh-9812
-
Andy Wilkinson authored
Closes gh-9811
-
Andy Wilkinson authored
Closes gh-9810
-
Andy Wilkinson authored
Closes gh-9809
-
Andy Wilkinson authored
Closes gh-9808
-
Stephane Nicoll authored
Closes gh-9806
-
Andy Wilkinson authored
Closes gh-9802
-
- 19 Jul, 2017 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update HealthIndicatorAutoConfiguration to ensure that it is configured after ActiveMQAutoConfiguration. Fixes gh-9793
-
Stephane Nicoll authored
Closes gh-9740
-
Stephane Nicoll authored
* pr/9497: Fix metric check in case of duplicate metric
-
孙健 authored
Closes gh-9497
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-4062
-
Stephane Nicoll authored
* pr/9672: Fix JOOQ sample's compiler configuration
-
Raja Kolli authored
Closes gh-9672
-
Stephane Nicoll authored
Closes gh-9726
-
- 17 Jul, 2017 4 commits
-
-
Madhura Bhave authored
Closes gh-9777
-
Madhura Bhave authored
Fixes gh-9548
-
Stephane Nicoll authored
* pr/9772: Remove duplicate entry in .gitignore
-
Raja Kolli authored
Closes gh-9772
-
- 13 Jul, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/9740: Polish "Improve ExitCodeGenerator doc" Improve ExitCodeGenerator doc
-
Stephane Nicoll authored
Closes gh-9740
-
Tom Hombergs authored
See gh-9740
-
- 10 Jul, 2017 1 commit
-
-
Andy Wilkinson authored
-
- 09 Jul, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-9671
-
- 08 Jul, 2017 5 commits
-
-
Andy Wilkinson authored
Closes gh-9705
-
Andy Wilkinson authored
Closes gh-9704
-
Andy Wilkinson authored
Closes gh-9703
-
Andy Wilkinson authored
Closes gh-9702
-
Andy Wilkinson authored
Closes gh-9701
-