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
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.