Hello,
I'm using both data-jpa and security. With ACL and a Custom-PermissionEvaluator, I have this message
when i try to call a method in the repository with @PreAuthorize("hasPermission(#param, 'WRITE')") annotation:

Code:
org.springframework.security.access.expression.method.MethodSecurityEvaluationContext
Unable to resolve method parameter names for method: InterfaceRepository.method().
Debug symbol information is required if you are using parameter names in expressions.
What kind of issue could be?

Thank you