From c1651b7b7db650b7b879def5fabceb4c1d2dd2e8 Mon Sep 17 00:00:00 2001 From: Mercy Ma Date: Wed, 8 Jan 2025 18:59:55 +0800 Subject: [PATCH] Remove ParallelPreInstantiationSingletonsBeanFactoryListener --- .../src/test/resources/META-INF/spring.factories | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsphere-core-spring-boot-starter/src/test/resources/META-INF/spring.factories b/microsphere-core-spring-boot-starter/src/test/resources/META-INF/spring.factories index c4d0955..a60dc2e 100644 --- a/microsphere-core-spring-boot-starter/src/test/resources/META-INF/spring.factories +++ b/microsphere-core-spring-boot-starter/src/test/resources/META-INF/spring.factories @@ -9,5 +9,5 @@ io.microsphere.spring.context.event.BeanTimeStatistics # BeanFactoryListener io.microsphere.spring.context.event.BeanFactoryListener=\ -io.microsphere.spring.context.event.LoggingBeanFactoryListener,\ -io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener \ No newline at end of file +io.microsphere.spring.context.event.LoggingBeanFactoryListener +# io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener \ No newline at end of file