Relative Content

Tag Archive for springspring-bootspring-cache

Null key returned for cache operation & Parameter name information not available via reflection. Ensure that the compiler uses the ‘-parameters’ flag

On updating our application to Spring Boot 3.2.5 and Spring framework 6.1.6. we are getting following Errors. ERROR c.a.s.t.c.e.ControllerExceptionHandler – java.lang.IllegalArgumentException: 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. java.lang.IllegalArgumentException: Name for argument of type [java.lang.String] not specified, and […]