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
Copy file name to clipboardExpand all lines: org.springframework.beans/src/main/java/org/springframework/beans/factory/support/DefaultListableBeanFactory.java
+27-28Lines changed: 27 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -576,35 +576,36 @@ public void preInstantiateSingletons() throws BeansException {
576
576
if (this.logger.isInfoEnabled()) {
577
577
this.logger.info("Pre-instantiating singletons in " + this);
578
578
}
579
+
List<String> beanNames;
579
580
synchronized (this.beanDefinitionMap) {
580
581
// Iterate over a copy to allow for init methods which in turn register new bean definitions.
581
582
// While this may not be part of the regular factory bootstrap, it does otherwise work fine.
Copy file name to clipboardExpand all lines: org.springframework.beans/src/main/java/org/springframework/beans/factory/support/DefaultSingletonBeanRegistry.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public class DefaultSingletonBeanRegistry extends SimpleAliasRegistry implements
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/context/event/AbstractApplicationEventMulticaster.java
+23-17Lines changed: 23 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2010 the original author or authors.
2
+
* Copyright 2002-2012 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments