-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Using deprecated '-debug' fallback for parameter name resolution #2893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The warning itself is a valid one, or are you using |
Hi Thank you for the quick response. No, I don't use any Spring Boot or JVM arguments. |
If you are using Spring Boot you shouldn't need any special configuration. Without Spring Boot you need to use that flag. |
@schauder @sergey-morenets Getting similar warning after trying everything....any resolution?
I am currently using Spring 6.0.7 |
Unfortunately I have no solution. I see this warning even if run my application using Spring Boot plugin. |
If the problem persists I recommend creating a reproducer and filing an issue against Spring Framework or Spring Boot |
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.
The text was updated successfully, but these errors were encountered: