Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Complete
-
1.9 M1 (Ingalls), 1.0.0.APACHE-GEODE-INCUBATING-RELEASE
-
Spring Data GemFire | Geode + Pivotal GemFire | Apache Geode
-
Kay M1
Description
The SDG ContinuousQueryListenerContainer explicitly and unnecessarily calls the SmartLifecycle.start() method in the InitializingBean.afterPropertiesSet() method when isAutoStartup() is true. This is unnecessary since the ContinuousQueryListenerContainer implements the Spring SmartLifecycle interface where the Spring container will invoke start() at the appropriate phase and moment after the Spring container starts up and initializes.