You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11d4426b4d
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 |
7 years ago | |
---|---|---|
.. | ||
spring-boot | 7 years ago | |
spring-boot-actuator | 7 years ago | |
spring-boot-actuator-autoconfigure | 7 years ago | |
spring-boot-autoconfigure | 7 years ago | |
spring-boot-cli | 7 years ago | |
spring-boot-dependencies | 7 years ago | |
spring-boot-devtools | 7 years ago | |
spring-boot-docs | 7 years ago | |
spring-boot-parent | 7 years ago | |
spring-boot-starters | 7 years ago | |
spring-boot-test | 7 years ago | |
spring-boot-test-autoconfigure | 7 years ago | |
spring-boot-tools | 7 years ago | |
pom.xml | 7 years ago |