Juergen Hoeller opened SPR-16779 and commented
Along with #21298, it turned out that target method resolution for event and caching resolution was not entirely consistent. Most importantly, they maintained a rather expensive separate ConcurrentHashMap cache for target methods which is easy enough to fold into ApplicationListenerMethodAdapter and CacheOperationContext themselves.
Affects: 5.0.5
Issue Links: