- 04 Jan, 2017 2 commits
-
-
Phillip Webb authored
Update configuration meta-data and appendix to include `management.cloudfoundry.*` meta-data. See gh-7108
-
Phillip Webb authored
-
- 03 Jan, 2017 38 commits
-
-
Phillip Webb authored
Closes gh-7810
-
Phillip Webb authored
* pr/7851: Reduce memory footprint of AsciiBytes.hashCode
-
dreis authored
Update `AsciiBytes.hashCode(int hash, String string)` so that it no longer copies the backing array of the string. Closes gh-7851
-
Phillip Webb authored
-
Phillip Webb authored
Update `ManagementContextConfigurationsImportSelector` to instantiate classes so that order annotations are respected. Fixes gh-7814
-
Phillip Webb authored
Update `TestRestTemplate` to handle `BasicAuthorizationInterceptor`s correctly. Prior to this commit the `BasicAuthorizationInterceptor` was added directly to the `ClientHttpRequestFactory` rather than to the `RestTemplate`. This meant that it could not easily be removed when `TestRestTemplate.withBasicAuth` was invoked. The `TestRestTemplate` now sets the interceptor on `RestTemplate` directly and relies on the logic in `InterceptingHttpAccessor` to add it to the `ClientHttpRequestFactory`. Fixes gh-7812
-
Phillip Webb authored
See gh-6579
-
Phillip Webb authored
Update JmxEndpoint support so that the `@ManagedResource` annotation is no longer required. This prevents both `EndpointMBeanExporter` and the regular `AnnotationMBeanExporter` from both registering the bean. Fixes gh-7813 See gh-6579
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-7849
-
Andy Wilkinson authored
Closes gh-7405
-
Andy Wilkinson authored
Closes gh-7847
-
Andy Wilkinson authored
Closes gh-7845
-
Andy Wilkinson authored
Closes gh-7844
-
Andy Wilkinson authored
Closes gh-7843
-
Andy Wilkinson authored
Closes gh-7842
-
Andy Wilkinson authored
Closes gh-7841
-
Andy Wilkinson authored
Closes gh-7840
-
Andy Wilkinson authored
Closes gh-7839
-
Andy Wilkinson authored
Closes gh-7838
-
Andy Wilkinson authored
Closes gh-7837
-
Andy Wilkinson authored
Closes gh-7836
-
Andy Wilkinson authored
Closes gh-7835
-
Andy Wilkinson authored
Closes gh-7834
-
Andy Wilkinson authored
Closes gh-7833
-
Andy Wilkinson authored
Closes gh-7832
-
Andy Wilkinson authored
Closes gh-7831
-
Andy Wilkinson authored
Closes gh-7830
-
Andy Wilkinson authored
Closes gh-7829
-
Andy Wilkinson authored
Closes gh-7828
-
Andy Wilkinson authored
Closes gh-7827
-
Andy Wilkinson authored
Closes gh-7826
-
Andy Wilkinson authored
Closes gh-7825
-
Andy Wilkinson authored
Closes gh-7823
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7734
-
Stephane Nicoll authored
* pr/7796: Polish contribution Autodetect spring.jpa.database from spring.datasource.url
-
Stephane Nicoll authored
Closes gh-7796
-