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.
(cherry picked from commit be6a3aac3e5281fdb2c77ad8b88200c92c0b7883)

Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
John Blum
2015-08-10 19:13:12 -07:00
parent 0bf13f7e0b
commit 0c813862e1
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"/>