SGF-476 - Implement ServerLauncherCacheProvider to launch Geode with Spring.

Geode has removed the direct dependency on spring data gemfire in favor
of using a ServiceLoader to allow overriding the behavior of geode's server
launcher start behavior. Implementing the ServerLauncherCacheProvider
interface to allow SDG to override the server launcher behavior to parse
a spring xml file, if present.

(cherry picked from commit 4272216552d3404922a50c8cba7492b9893d1f8d)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
Dan Smith
2016-02-29 18:08:19 -08:00
committed by John Blum
parent fe4527a45a
commit b02abf2c1e
5 changed files with 292 additions and 0 deletions

View File

@@ -0,0 +1 @@
org.springframework.data.gemfire.support.SpringServerLauncherCacheProvider