Closed as not planned
Description
Hi
We've migrated from Spring Boot 2.7.x to Spring Boot 3.0.5 and observed a lot of warning messages in the console:
22:38:33.661 WARN - Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: demo.UserRepository
This warning is printed for some Spring Data repository interfaces (but not for all). It seems this issue was already fixed in Spring 6.0.4 - spring-projects/spring-framework#29612
We're using Spring 6.0.7 now but issue still reproduces.