- 25 Sep, 2017 5 commits
-
-
Stephane Nicoll authored
* pr/10382: Add reference to Citrus simulator Spring Boot starter
-
Christoph Deppisch authored
Closes gh-10382
-
Stephane Nicoll authored
* pr/10412: Polish JacksonAutoConfiguration
-
Eddú Meléndez authored
This commit removes unused constructor parameters introduced in 0c2ecb7b. Closes gh-10412
-
Stephane Nicoll authored
Closes gh-10416
-
- 24 Sep, 2017 8 commits
-
-
Andy Wilkinson authored
See gh-10395
-
Stephane Nicoll authored
* pr/10411: Typo in external config documentation
-
dreis2211 authored
Closes gh-10411
-
Andy Wilkinson authored
Closes gh-10397
-
Andy Wilkinson authored
Closes gh-10396
-
Andy Wilkinson authored
Closes gh-10395
-
Andy Wilkinson authored
Closes gh-10394
-
Andy Wilkinson authored
Closes gh-10393
-
- 20 Sep, 2017 5 commits
-
-
Andy Wilkinson authored
* gh-10278: Polish "Align prefix match in BufferCounterService with DefaultCounterService" Align prefix match in BufferCounterService with DefaultCounterService
-
Andy Wilkinson authored
See gh-10278
-
Venil Noronha authored
Closes gh-10278
-
Andy Wilkinson authored
* gh-10355: Upgrade Git Maven plugin to 2.2.3
-
Kyle Anderson authored
Closes gh-10355
-
- 19 Sep, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10314: Polish "Fix a dead link" Fix a dead link
-
Stephane Nicoll authored
Closes gh-10314
-
Lachezar Balev authored
See gh-10314
-
- 16 Sep, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10134: Polish "Document default value change for proxy-target-class" Document default value change for proxy-target-class
-
Stephane Nicoll authored
Closes gh-10134
-
Kyle Anderson authored
This commit documents the change to the default value for spring.aop.proxy-target-class by clarifying when the default is true vs false. See gh-10134
-
- 15 Sep, 2017 2 commits
-
-
Stephane Nicoll authored
Closes gh-10290
-
Stephane Nicoll authored
-
- 14 Sep, 2017 1 commit
-
-
Andy Wilkinson authored
-
- 12 Sep, 2017 7 commits
-
-
Brian Clozel authored
-
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 6 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
-