Allow WebClientBuilder.Builder to be cloned [SPR-15690] #20249
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Brian Clozel opened SPR-15690 and commented
Spring Boot needs to expose a
WebClient
helper class to easily create instances of that client that are auto-configured by Boot and can be further locally customized by developers.For that, we would need a clone-like method on the
WebClient.Builder
in order to completely clone its state; we would then use that builder instance in the Boot support.Affects: 5.0 RC2
Reference URL: spring-projects/spring-boot#9522
Referenced from: commits 8ac29c8
The text was updated successfully, but these errors were encountered: