mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 11:25:23 +01:00
9eb05ebb10
Create `spring-boot-resttestclient` and `spring-boot-webtestclient` modules to hold test client auto-configuration and `TestRestTemplate` code. Previous these classes were contained in `spring-boot-resetclient-test` and `spring-boot-webclient-test` which was incorrect since the `-test` modules should hold code need to test the given modules, not supporting test classes. See gh-46356 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>