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
perf(context): Remove the metrics code in the default construction method of AnnotationConfigApplicationContext
AbstractApplicationContext.applicationStartup can only be injected after the instance construction. This metrics point has no practical effect at present. I think it can be removed.
Signed-off-by: Wars <[email protected]>
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/context/annotation/AnnotationConfigApplicationContext.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,7 @@ public class AnnotationConfigApplicationContext extends GenericApplicationContex
66
66
* through {@link #register} calls and then manually {@linkplain #refresh refreshed}.
0 commit comments