In a Spring Boot test, you typically use a MockServerRestTemplateCustomizer to configure the mock server for your RestTemplate using its customize method. That method creates the mock server for you, but currently does not allow you to enable the buffering. This PR adds the bufferContent functionality to MockServerRestTemplateCustomizer.
Fixes: #34501
Comment From: pivotal-cla
@chinmoy12c Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-cla
@chinmoy12c Thank you for signing the Contributor License Agreement!
Comment From: chinmoy12c
@philwebb could you please review this?
Comment From: wilkinsona
@chinmoy12c Thank you very much for making your first contribution to Spring Boot.