- 03 Nov, 2017 5 commits
-
-
Andy Wilkinson authored
Closes gh-10910
-
Andy Wilkinson authored
Closes gh-10909
-
Andy Wilkinson authored
Closes gh-10908
-
Andy Wilkinson authored
Closes gh-10905
-
Andy Wilkinson authored
On WebSphere Liberty, the javax.validation package may be visible but other javax.validation packages upon which it depends may not be visible. This can lead to an incorrect assumption that the Bean Validation API is available when, in fact, it is only partially available. Add an additional check for the availability of a class in the javax.validation.bootstrap package to ensure that it's not just the javax.validation package that's available. Closes gh-10877
-
- 30 Oct, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10811: Fix typos in ApplicationArguments and Library
-
dreis2211 authored
Closes gh-10811
-
Stephane Nicoll authored
Closes gh-10826
-
- 29 Oct, 2017 6 commits
-
-
Stephane Nicoll authored
* pr/10805: Remove unnecessary assignments
-
Johnny Lim authored
Closes gh-10805
-
Stephane Nicoll authored
* pr/10806: Handle null early in Sanitizer.sanitize()
-
Johnny Lim authored
Closes gh-10806
-
Stephane Nicoll authored
* pr/10810: Fix typos in AutoConfigureRestDocs
-
dreis2211 authored
Closes gh-10810
-
- 28 Oct, 2017 4 commits
-
-
Stephane Nicoll authored
* pr/10612: Polish JobLauncherCommandLineRunner
-
Marten Deinum authored
The JobLauncherCommandLineRunner reassigned method arguments inside the merge method. Instead of reassigning the method argument just return the new instance directly. Also some minor cleanup (unnesseccary null check and continue keyword). Closes gh-10612
-
Stephane Nicoll authored
* pr/10774: Remove static Boot version from documentation
-
Roland Weisleder authored
Closes gh-10774
-
- 25 Oct, 2017 2 commits
-
-
Stephane Nicoll authored
Closes gh-10626
-
Stephane Nicoll authored
Closes gh-10727
-
- 21 Oct, 2017 3 commits
-
-
Andy Wilkinson authored
Closes gh-10730
-
Andy Wilkinson authored
Closes gh-10729
-
Andy Wilkinson authored
Closes gh-10728
-
- 20 Oct, 2017 4 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-8899
-
Stephane Nicoll authored
Closes gh-7999
-
Stephane Nicoll authored
Closes gh-10709
-
- 18 Oct, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-10687
-
- 16 Oct, 2017 3 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-10651
-
- 13 Oct, 2017 9 commits
-
-
Andy Wilkinson authored
* gh-10635: Fix typo in documentation
-
Janne Valkealahti authored
- As error handling sample is using `CustomErrorType`, fix description which mentions `CustomerErrorType`.
-
Andy Wilkinson authored
Closes gh-10632
-
Andy Wilkinson authored
Closes gh-10631
-
Andy Wilkinson authored
Closes gh-10630
-
Andy Wilkinson authored
Closes gh-10629
-
Andy Wilkinson authored
* gh-10588: Polish "Provide informative reason when rejecting request with invalid level" Provide informative reason when rejecting request with invalid level
-
Andy Wilkinson authored
See gh-10588
-
Eddú Meléndez authored
Previously, bad request with no reason was included in the response. This commit introduces the reason when invalid log level is sent in the request. Fixes gh-10588
-