mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
1a3cc3df94
This commit moves WebFluxUriComponentsBuilder.fromServerRequest to the ServerRequest interface itself. Consequently, the WebFluxUriComponentsBuilder is removes itself, as it contained no other methods. Issue: SPR-15953