Closed
Description
After upgrading the project to spring boot 3.0.0-M5 and running native tests it is failing with below error. Expectation that it should work without any configuration
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer$TestRestTemplateRegistrar': Runtime reflection is not supported for org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer$TestRestTemplateRegistrar()
For more info about error logs
Sample to reproduce the issue