spring-boot/spring-boot-test
Phillip Webb bcfa2e6676 Make TestRestTemplate not extend RestTemplate
Update TestRestTemplate so that it no longer directly extends
RestTemplate. Prior to this commit it was possible that TestRestTemplate
could interfere with user defined RestTemplate beans.

TestRestTemplate offers the same methods as RestTemplate so should be
a drop-in replacement. If access is needed to the actual underlying
template the `getRestTemplate()` method should be used.

Fixes gh-5915
2016-05-16 12:35:31 -07:00
..
src Make TestRestTemplate not extend RestTemplate 2016-05-16 12:35:31 -07:00
pom.xml Make json-path and selenium-api optional 2016-05-02 17:17:29 -07:00