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
Environment: Spring v5.2.9.RELEASE
Class: DefaultSingletonBeanRegistry.java
Method: getSingleton(String beanName, boolean allowEarlyReference)
why did synchronized(this.singletonObjects) change from before to after get bean from earlySingletonObjects, in the case of concurrency and exist circle dependency, wouldn't it be possible to get incomplete bean?