Changing branding from Geode to Apache Geode.

Change branding from GemFire to Pivotal GemFire.

Change branding from Spring Data Geode to Spring Data for Apache Geode.

Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.

Change branding from Sppring Session Data GemFire/Geode to Spring Session for Pivotal GemFire and Apache Geode, respectively.
This commit is contained in:
John Blum
2018-05-09 13:58:44 -07:00
parent f44ae0c586
commit 10e7f532b2
27 changed files with 157 additions and 156 deletions

View File

@@ -134,8 +134,8 @@ public class ClientServerReadyBeanPostProcessor implements BeanPostProcessor {
}
Assert.state(cacheClientSubscriptionQueueConnectionEstablished,
String.format("Cache client subscription queue connection not established; Geode Pool was [%s];"
+ " Geode Pool configuration was [locators = %s, servers = %s]",
String.format("Cache client subscription queue connection not established; Apache Geode Pool was [%s];"
+ " Apache Geode Pool configuration was [locators = %s, servers = %s]",
pool, pool.getLocators(), pool.getServers()));
}