From 400bcec902064ca14831b26f4565ab53a4a63ba1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 28 May 2018 22:46:22 -0700 Subject: [PATCH] Add temporary GemfireBeanFactoryLocatorProxy class extending SDG's GemfireBeanFactoryLocator to clean up references to BeanFactories stored by integration tests. --- .../support/GemfireBeanFactoryLocatorProxy.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 geode-spring-boot-starter/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorProxy.java diff --git a/geode-spring-boot-starter/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorProxy.java b/geode-spring-boot-starter/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorProxy.java new file mode 100644 index 00000000..1bd188b8 --- /dev/null +++ b/geode-spring-boot-starter/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorProxy.java @@ -0,0 +1,11 @@ +package org.springframework.data.gemfire.support; + +/** + * The GemfireBeanFactoryLocatorProxy class... + * + * @author John Blum + * @since 1.0.0 + */ +public class GemfireBeanFactoryLocatorProxy { + +}