SGF-425 - Allow early initialization and re-initialization of LazyWiringDeclarableSupport instances.

Fixed test failures associated with changes to LazyWiringDeclarableSupport passing the ApplicationContext onApplicationEvents (ContextRefreshedEvent) directly rather than the ApplicationContext's ConfigurableListableBeanFactory required by BeanConfigurerSupport.
This commit is contained in:
John Blum
2015-08-10 19:13:12 -07:00
parent 93280bf204
commit be6a3aac3e
4 changed files with 70 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
<util:properties id="gemfireProperties">
<prop key="name">GemfirePersistenceExceptionTranslation</prop>
<prop key="mcast-port">0</prop>
<prop key="log-level">config</prop>
<prop key="log-level">warning</prop>
</util:properties>
<gfe:cache properties-ref="gemfireProperties"/>