- 06 Jan, 2018 3 commits
-
-
Stephane Nicoll authored
* pr/11486: Update copyright header Remove unnecessary condition in ConfigurationPropertyName
-
Stephane Nicoll authored
-
Johnny Lim authored
Closes gh-11486
-
- 05 Jan, 2018 23 commits
-
-
Madhura Bhave authored
-
Brian Clozel authored
This commit fixes the `responseCommitted` test in `DefaultErrorWebExceptionHandlerIntegrationTests` and reworks the whole test class to use the `ContextRunner` infrastructure. Fixes gh-11519
-
Brian Clozel authored
This commit removes `RestTemplateBuilder.requestFactory(ClientHttpRequestFactory factory)` because it can be misleading. This builder class is meant to be immutable, but calling that method and then timeout related ones will affect the `ClientHttpRequestFactory` instance. Instead, this method is replaced with a `Supplier<ClientHttpRequestFactory>` that is called every time a `RestTemplate` is being built. That approach may reduce the reusability of request factories, but it is much more consistent. Closes gh-11255
-
Stephane Nicoll authored
* pr/11502: Polish "Add support for additional Kafka listener properties" Add support for additional Kafka listener properties
-
Stephane Nicoll authored
Closes gh-11502
-
Gary Russell authored
See gh-11502
-
Stephane Nicoll authored
* pr/11492: Polish "Deduplicate tag values in metrics actuator endpoint" Deduplicate tag values in metrics actuator endpoint
-
Stephane Nicoll authored
Closes gh-11492
-
Jon Schneider authored
See gh-11492
-
Stephane Nicoll authored
This is no longer necessary as of micrometer 1.0 rc5
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-11520
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
As HibernateJpaConfiguration is package private, it is no longer possible to extend the default Spring Boot configuration to apply advanced settings. The most notable use case for this is the customization of Hibernate properties using instance value vs. string value that can be set using the "spring.jpa.properties" namespace. This commit adds a HibernatePropertiesCustomizer callback interface that can be implemented to tune Hibernate properties at will. Closes gh-11211
-
Andy Wilkinson authored
Closes gh-11508
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-11510
-
Stephane Nicoll authored
* pr/11510: Polish
-
Johnny Lim authored
Closes gh-11510
-
Madhura Bhave authored
Fixes gh-11383
-
- 04 Jan, 2018 14 commits
-
-
Madhura Bhave authored
See gh-10516
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-10516
-
Andy Wilkinson authored
See gh-11503
-
Andy Wilkinson authored
See gh-11501
-
Brian Clozel authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit f91f8f7e. See gh-11475
-
Brian Clozel authored
* pr/11489: Polish Full editing pass plus linking
-
Brian Clozel authored
-
Jay Bryant authored
I made a complete editing pass plus another pass to see where I could add more links, both within the document and to other parts of Spring. The result was a thorough edit (though I'm sure I missed things, purely due to the size of the thing).
-
Andy Wilkinson authored
Closes gh-10133
-
Andy Wilkinson authored
Closes gh-11490
-