When I have the Apache HttpClient 5 on classpath, then Spring Boot RestClient.Builder bean (from RestClientAutoConfiguration ) produces RestClient s which have retries enabled ( HttpRequestRetryExec from the apache client). How to disable enabling of retries? P.S.