mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3b84a7e84d
This commit introduces a dedicated build() method in MockMvcWebClientBuilder to replace createWebClient(). In addition, the configureWebClient() method has been renamed to withDelegate() and now returns the builder for further customization. This commit also overhauls the constructor and class-level Javadoc in MockMvcWebClientBuilder for greater clarity to end users. Issues SPR-13158