SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).

First iteration of SDG's test suite ran with Apache Geode; Implemented Spring test framework, profile support to enable/disable tests based on the presence of either Apache Geode or Pivotal GemFire.
This commit is contained in:
John Blum
2015-05-04 13:24:05 -07:00
parent 9a1210bc84
commit b3943ebb46
8 changed files with 92 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ public abstract class GemfireUtils {
}
public static void main(final String... args) {
System.out.printf("GemFire Version %1$s%n", GEMFIRE_VERSION);
System.out.printf("GemFire Product Name (%1$s) Version (%2$s)%n", GEMFIRE_NAME, GEMFIRE_VERSION);
//System.out.printf("Is GemFire Version 6.5 of Above? %1$s%n", isGemfireVersion65OrAbove());
//System.out.printf("Is GemFire Version 7.0 of Above? %1$s%n", isGemfireVersion7OrAbove());
}