Spring @Cacheable with a SpEL key containing a parameter list breaks silently in Spring Framework 6.1 in libraries compiled without -parameters flag
DescriptionLet's assume we have a library compiled without -parameters flag, that uses @Cacheable annotation with a SpEL...