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
SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
As mentioned in spring-projects/spring-framework#29215 (comment), please consider introducing a custom, defensive variant of AopTestUtils.getUltimateTargetObject() in SpringBootMockResolver to avoid attempting to unwrap proxies backed by a non-static TargetSource.