spring-boot/spring-boot-project/spring-boot-test
Brian Clozel 2be0c46562 Remove TestRestTemplate constructors taking template args
As discussed in gh-11872, `TestRestTemplate` constructor variants taking
a `RestTemplate` argument are confusing since the main goal of that
class is to mutate `RestTemplate`.

This commit removes all those constructor variants and replaces them
with `RestTemplateBuilder` arguments when possible.

Closes gh-11872
2018-02-12 16:57:15 +01:00
..
src Remove TestRestTemplate constructors taking template args 2018-02-12 16:57:15 +01:00
pom.xml Polish "Introduce TestRestTemplate Kotlin extensions" 2017-11-24 09:56:47 +01:00