rewrite-spring icon indicating copy to clipboard operation
rewrite-spring copied to clipboard

`HttpComponentsClientHttpRequestFactory.setReadTimeout` was removed in Spring 6.1.0

Open timtebeek opened this issue 1 year ago • 0 comments

What problem are you trying to solve?

HttpComponentsClientHttpRequestFactory.setReadTimeout is removed in Spring 6.1.0 (spring boot 3.2.0).

What precondition(s) should be checked before applying this recipe?

Uses method.

Describe the situation before applying the recipe

TODO

Describe the situation after applying the recipe

TODO

Any additional context

  • https://docs.spring.io/spring-framework/docs/6.0.0/javadoc-api/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.html#setReadTimeout(int)
  • https://github.com/spring-projects/spring-boot/issues/32857
  • https://github.com/spring-projects/spring-boot/commit/e6c37d698f4cece58ca3eb0ae5442a2df32af8a9

timtebeek avatar Jun 18 '24 13:06 timtebeek