Missing hints for SpringBootMockMvcBuilderCustomizer
#35601
Labels
status: duplicate
A duplicate of another issue
SpringBootMockMvcBuilderCustomizer
#35601
I reproduced this with Spring Boot 3.0.x and Maven as well as with 3.1 and Gradle.
Test fails in native image with:
Annotating the test class with
@ImportRuntimeHints(SpringBootMockMvcBuilderCustomizerHints.class)
(implementation below) fixes the problem.The text was updated successfully, but these errors were encountered: