Move ReactorResourceFactory
to org.springframework.http.client
package
#31399
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Due to #31280,
ReactorResourceFactory
is now used fromorg.springframework.http.client.ReactorNettyClientRequestFactory
in addition toorg.springframework.http.client.reactive.ReactorClientHttpConnector
, soorg.springframework.http.client.reactive
is likely not the right package anymore for this class. After a discussion on the various options possible, the Spring Framework teams agreed on movingReactorResourceFactory
toorg.springframework.http.client
package, which is a breaking chance but one worth doing to have a sane arrangement.I will communicate with the Spring Boot team upfront about that change.
The text was updated successfully, but these errors were encountered: