You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name for argument of type [java.lang.String] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.
The text was updated successfully, but these errors were encountered:
xiaobaogeit
changed the title
When I use Spring Framework 6. x, I can mix up packaging normally, but the controller reports an error after running it
When I use Spring Framework 6.x, I can mix up packaging normally, but the controller reports an error after running it
Apr 10, 2024
I had a similar problem after upgrading SpringBoot (to 3.3). For me I needed to add -keepattributes MethodParameters to my proguard config in combination with the compiler '-parameters' flag seems to get it working
use:
error:
Spring prompts for use:
https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes
The text was updated successfully, but these errors were encountered: