spring-boot/spring-boot-project/spring-boot-test
Andy Wilkinson b78e7b5ac7 Disable TestRestTemplateContextCustomizer after AOT processing
After AOT processing, a TestRestTemplate bean will be defined
directly so the context customizer that initiates its registration is
not needed. We'd already disabled the registrar but this is
insufficient in Graal 22.3 which fails fast when the customizer tries
to reference the registrar.

Fixes gh-32848
2022-10-24 10:18:08 +01:00
..
src Disable TestRestTemplateContextCustomizer after AOT processing 2022-10-24 10:18:08 +01:00
build.gradle Adapt build dependencies to httpclient5 2022-09-29 18:55:41 +02:00