- 18 Apr, 2017 13 commits
-
-
Phillip Webb authored
Update SpringBootTestContextBootstrapper to detect `@ContextHierarchy` annotations so that only the last child creates a `WebApplicationContext`. Prior to this commit a context hierarchy would start two embedded web servers which is inconsistent with the `SpringApplicationBuilder` behavior. Fixes gh-8311
-
Andy Wilkinson authored
Allow `PathExtensionContentNegotiationStrategy` to be bypassed by actuator endpoints. Prior to this commit calling `/loggers/com.aaa.cab` would return a HTTP 406 response due to `.cab` being a known extension. Fixes gh-8765
-
Phillip Webb authored
* pull8924: Fail fast on getKeyFromServer() failure
-
Walter Seymore authored
Update `ResourceServerTokenServicesConfiguration` to fail fast if the `getKeyFromServer()` call fails. Since the key is part of the singleton `JwtAccessTokenConverter` bean there is not real way to refresh without restarting the application. A hard failure seems preferable to an inconsistent state. Closes gh-8924
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8497
-
Stephane Nicoll authored
* pr/8906: Polish "Fix statsd metrics collection for names with ":"" Fix statsd metrics collection for names with ":"
-
Stephane Nicoll authored
Closes gh-8906
-
Odín del Río authored
Statsd server is ignoring malformed metrics. This change introduces a basic sanitizing to metric names for avoid losing those metrics. See gh-8906
-
Phillip Webb authored
-
Phillip Webb authored
Rename `AbstractTemplateAvailabilityProvider` to `PathBasedTemplateAvailabilityProvider`. Closes gh-8913
-
Phillip Webb authored
-
- 17 Apr, 2017 2 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-8672
-
- 14 Apr, 2017 5 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8903
-
Stephane Nicoll authored
Closes gh-8592
-
Stephane Nicoll authored
* pr/8889: Upgrade to Apache Maven 3.5.0
-
Raja Kolli authored
Closes gh-8889
-
- 13 Apr, 2017 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8895
-
- 12 Apr, 2017 13 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8892
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8232
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6911
-
Stephane Nicoll authored
This commit makes sure to honour the `spring.aop.proxy-target-class` property if set by the user. Previously, the `PersistenceExceptionTranslationPostProcessor` was always configured to use cglib, regardless of the value of that property. Closes gh-8887
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8497
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 11 Apr, 2017 5 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-8883
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure to honour the `spring.aop.proxy-target-class` property if set by the user. Previously, the `MethodValidationPostProcessor` was always configured to use cglib, regardless of the value of that property. Closes gh-8869
-
Stephane Nicoll authored
-