- 12 Sep, 2017 6 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-10267
-
Andy Wilkinson authored
Closes gh-10266
-
Andy Wilkinson authored
Closes gh-10265
-
Stephane Nicoll authored
Closes gh-10262
-
Stephane Nicoll authored
Closes gh-10034
-
- 11 Sep, 2017 7 commits
-
-
Stephane Nicoll authored
* pr/10256: Use underline instead of dash in tomcat properties
-
Alexander Constantin authored
Closes gh-10256
-
Andy Wilkinson authored
Closes gh-10248
-
Andy Wilkinson authored
Closes gh-10165
-
Andy Wilkinson authored
Closes gh-10200
-
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
-
Stephane Nicoll authored
Closes gh-9956
-
- 07 Sep, 2017 16 commits
-
-
Andy Wilkinson authored
Previously, when DevTools encountered a jar with a Class-Path manifest attribute that referenced non-existent files, it would log one message per entry in the attribute that did not exist. While useful information, this has proven to be too verbose. This commit aims to strike a better balances by logging a single message for an entire jar. The message is a single line that includes the path to the jar with the faulty Class-Path manifest attribute and the paths of all of the files that do not exist that are referenced by the attribute. Closes gh-10111
-
Andy Wilkinson authored
Closes gh-10197
-
Andy Wilkinson authored
Closes gh-10196
-
Andy Wilkinson authored
Closes gh-10195
-
Andy Wilkinson authored
Closes gh-10194
-
Andy Wilkinson authored
Closes gh-10193
-
Andy Wilkinson authored
Closes gh-10192
-
Andy Wilkinson authored
Closes gh-10191
-
Andy Wilkinson authored
Closes gh-10190
-
Andy Wilkinson authored
Closes gh-10189
-
Andy Wilkinson authored
Closes gh-10188
-
Stephane Nicoll authored
This commit makes sure to backoff if a Client bean is not available. Closes gh-10143
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10130: Polish "Improve exception message for invalid source" Improve exception message for invalid source
-
Stephane Nicoll authored
Closes gh-10130
-
Aurélien Pupier authored
See gh-10130
-
- 06 Sep, 2017 2 commits
-
-
Madhura Bhave authored
Fixes gh-10105
-
Andy Wilkinson authored
Closes gh-10175
-
- 05 Sep, 2017 2 commits
-
-
Andy Wilkinson authored
Closes gh-10114
-
Andy Wilkinson authored
See gh-10165
-
- 29 Aug, 2017 5 commits
-
-
Madhura Bhave authored
Closes gh-10022
-
Stephane Nicoll authored
* pr/10084: Identify and fix incomplete assertions
-
Paul Vorbach authored
Several calls to assertThat lacked a following assertion most often due to wrong use of parenthesis. See gh-10084
-
Stephane Nicoll authored
Closes gh-10102
-
Stephane Nicoll authored
See gh-10088
-
- 28 Aug, 2017 1 commit
-
-
Madhura Bhave authored
Fixes gh-10013
-
- 23 Aug, 2017 1 commit
-
-
Stephane Nicoll authored
* pr/10058: Add Stripes Spring Boot starter reference
-