mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
The methods to build a request in RestClientAdapter and WebClientAdapter are now public to make it easier to create a custom adapter that wraps the built-in ones and delegates for methods that can be the same. Closes gh-36374