spring-boot/module/spring-boot-security-oauth2.../src
Andy Wilkinson 9eb05ebb10 Create spring-boot-resttestclient and spring-boot-webtestclient modules
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>
2025-10-09 22:12:39 -07:00
..
main Create spring-boot-resttestclient and spring-boot-webtestclient modules 2025-10-09 22:12:39 -07:00
test/java/org/springframework/boot/security/oauth2/server/resource/autoconfigure Modularize spring-boot-test-autoconfigure 2025-09-25 13:11:35 +01:00