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
Caused by: java.lang.IllegalStateException: Need to invoke method 'cleanupExpiredSessions' declared on target class 'RedisOperationsSessionRepository', but not found in any interface(s) of the exposed proxy type. Either pull the method up to an interface or switch to CGLIB proxies by enforcing proxy-target-class mode in your configuration.
at org.springframework.core.MethodIntrospector.selectInvocableMethod(MethodIntrospector.java:135)
This is fixed by 4d944ab.
Now, methods having annotations Async and Scheduled are monitored only when adding the new net/bull/javamelody/monitoring-spring-scheduled.xml in the Spring context.
javamelody-core-1.69.0 error message:
Caused by: java.lang.IllegalStateException: Need to invoke method 'cleanupExpiredSessions' declared on target class 'RedisOperationsSessionRepository', but not found in any interface(s) of the exposed proxy type. Either pull the method up to an interface or switch to CGLIB proxies by enforcing proxy-target-class mode in your configuration.
at org.springframework.core.MethodIntrospector.selectInvocableMethod(MethodIntrospector.java:135)
spring session xml config:
The text was updated successfully, but these errors were encountered: