Replace all references to 'Pivotal GemFire' with 'VMware GemFire'.

This commit is contained in:
John Blum
2020-07-26 22:30:20 -07:00
parent f87fbb3fcb
commit d2bd431e43
21 changed files with 38 additions and 38 deletions

View File

@@ -37,7 +37,7 @@ import org.springframework.data.gemfire.tests.process.ProcessWrapper;
/**
* The {@link ForkingClientServerIntegrationTestsSupport} class is an abstract base class used to configure
* and bootstrap Apache Geode or Pivotal GemFire Server {@link Cache} and {@link ClientCache} applications.
* and bootstrap Apache Geode or VMware GemFire Server {@link Cache} and {@link ClientCache} applications.
*
* @author John Blum
* @see org.apache.geode.cache.Cache

View File

@@ -52,7 +52,7 @@ import org.springframework.util.ReflectionUtils;
/**
* The {@link IntegrationTestsSupport} class is an abstract base class supporting integration tests
* with either Apache Geode or Pivotal GemFire in a Spring context.
* with either Apache Geode or VMware GemFire in a Spring context.
*
* @author John Blum
* @see java.io.File
@@ -114,7 +114,7 @@ public abstract class IntegrationTestsSupport {
}
// TODO: Remove once GEODE-7157 (https://issues.apache.org/jira/browse/GEODE-7157) is fixed!
// Do the job of Apache Geode & Pivotal GemFire since it cannot do its own damn job!
// Do the job of Apache Geode & VMware GemFire since it cannot do its own damn job!
@BeforeClass
public static void closeAnySslConfigurationBeforeTestExecution() {

View File

@@ -22,7 +22,7 @@ import org.springframework.context.ConfigurableApplicationContext;
/**
* The {@link SpringBootApplicationIntegrationTestsSupport} class is an extension of Spring Test
* for Apache Geode/Pivotal GemFire's {@link SpringApplicationContextIntegrationTestsSupport} class
* for Apache Geode/VMware GemFire's {@link SpringApplicationContextIntegrationTestsSupport} class
* used to construct a new Spring {@link ConfigurableApplicationContext} using Spring Boot's
* {@link SpringApplicationBuilder} class.
*

View File

@@ -47,7 +47,7 @@ import org.slf4j.LoggerFactory;
/**
* The {@link ClientServerIntegrationTestsConfiguration} class is a Spring {@link Configuration} class that registers
* a {@link ClientCacheConfigurer} used to configure the {@link ClientCache} {@literal DEFAULT} {@link Pool} port
* to connect to the launched Apache Geode/Pivotal GemFire Server during integration testing.
* to connect to the launched Apache Geode/VMware GemFire Server during integration testing.
*
* Additionally, this class registers a {@link CacheServerConfigurer} to configure the {@link CacheServer} port.
*

View File

@@ -61,7 +61,7 @@ import org.springframework.util.StringUtils;
/**
* The {@link SubscriptionEnabledClientServerIntegrationTestsConfiguration} class is a base Spring {@link Configuration}
* class supporting Apache Geode or Pivotal GemFire client/server integration tests when subscriptions are enabled.
* class supporting Apache Geode or VMware GemFire client/server integration tests when subscriptions are enabled.
*
* Subscriptions must be enabled when {@literal Registering Interests} or {@literal Continuous Queries (CQ)}.
*

View File

@@ -25,7 +25,7 @@ import org.apache.geode.cache.wan.GatewaySender;
/**
* The {@link AsyncEventQueueMockObjects} class is a mock objects class allowing users to manually mock Apache Geode
* or Pivotal GemFire {@link AsyncEventQueue} objects and related objects in the
* or VMware GemFire {@link AsyncEventQueue} objects and related objects in the
* {@literal org.apache.geode.cache.asyncqueue} package.
*
* @author John Blum

View File

@@ -37,7 +37,7 @@ import org.apache.geode.distributed.DistributedSystem;
import org.springframework.data.gemfire.util.RegionUtils;
/**
* The {@link CacheMockObjects} class is a mock objects class allowing users to mock Apache Geode or Pivotal GemFire
* The {@link CacheMockObjects} class is a mock objects class allowing users to mock Apache Geode or VMware GemFire
* {@link GemFireCache} objects and related objects (e.g. {@link DistributedSystem}, {@link ResourceManager},
* {@link Region}, etc).
*

View File

@@ -32,7 +32,7 @@ import org.apache.geode.cache.server.ServerMetrics;
/**
* The {@link CacheServerMockObjects} class is a mock objects class allowing users to manually mock Apache Geode
* or Pivotal GemFire {@link CacheServer} objects and related objects in the {@literal org.apache.geode.cache.server}
* or VMware GemFire {@link CacheServer} objects and related objects in the {@literal org.apache.geode.cache.server}
* package.
*
* @author John Blum

View File

@@ -27,7 +27,7 @@ import org.apache.geode.cache.DiskStore;
/**
* The {@link DiskStoreMockObjects} class is a mock objects class allowing users to manually mock Apache Geode
* or Pivotal GemFire {@link DiskStore} objects and related objects in the {@literal org.apache.geode.cache} package.
* or VMware GemFire {@link DiskStore} objects and related objects in the {@literal org.apache.geode.cache} package.
*
* @author John Blum
* @see org.apache.geode.cache.DiskStore

View File

@@ -30,7 +30,7 @@ import org.apache.geode.cache.wan.GatewaySender;
/**
* The {@link GatewayMockObjects} class is a mock objects class allowing users to manually mock Apache Geode
* or Pivotal GemFire {@link GatewayReceiver} and {@link GatewaySender} objects and related objects in
* or VMware GemFire {@link GatewayReceiver} and {@link GatewaySender} objects and related objects in
* the {@literal org.apache.geode.cache.wan} package.
*
* @author John Blum

View File

@@ -160,7 +160,7 @@ import org.springframework.util.StringUtils;
/**
* The {@link GemFireMockObjectsSupport} class is an abstract base class encapsulating factory methods for creating
* Apache Geode or Pivotal GemFire Mock Objects (e.g. {@link Cache}, {@link ClientCache}, {@link Region}, etc).
* Apache Geode or VMware GemFire Mock Objects (e.g. {@link Cache}, {@link ClientCache}, {@link Region}, etc).
*
* @author John Blum
* @see java.io.File
@@ -341,7 +341,7 @@ public abstract class GemFireMockObjectsSupport extends MockObjectsSupport {
}
/**
* Instantiates all Apache Geode/Pivotal GemFire objects which have been declared
* Instantiates all Apache Geode/VMware GemFire objects which have been declared
* via {@link System#getProperties() System properties}.
*
* @param <T> {@link Class type} of the {@link GemFireCache}.
@@ -470,11 +470,11 @@ public abstract class GemFireMockObjectsSupport extends MockObjectsSupport {
}
/**
* Normalizes the {@link String name} of the Apache Geode/Pivotal GemFire System property by stripping off
* Normalizes the {@link String name} of the Apache Geode/VMware GemFire System property by stripping off
* the {@literal gemfire.} prefix.
*
* @param propertyName {@link String name} of the property to normalize.
* @return the {@link String normalized form} of the Apache Geode/Pivotal GemFire System property.
* @return the {@link String normalized form} of the Apache Geode/VMware GemFire System property.
* @see <a href="https://geode.apache.org/docs/guide/16/reference/topics/gemfire_properties.html">GemFire Properties</a>
*/
private static String normalizeGemFirePropertyName(String propertyName) {

View File

@@ -27,7 +27,7 @@ import org.apache.geode.cache.query.IndexType;
/**
* The {@link IndexMockObjects} class is a mock objects class allowing users to manually mock Apache Geode
* or Pivotal GemFire {@link Index} objects and related objects in the {@literal org.apache.geode.cache.query} package.
* or VMware GemFire {@link Index} objects and related objects in the {@literal org.apache.geode.cache.query} package.
*
* @author John Blum
* @see org.apache.geode.cache.query.Index

View File

@@ -31,7 +31,7 @@ import org.apache.geode.cache.query.QueryService;
/**
* The {@link PoolMockObjects} class is a mock objects class allowing users to manually mock Apache Geode
* or Pivotal GemFire client {@link Pool} objects and related objects in the {@literal org.apache.geode.cache.client}
* or VMware GemFire client {@link Pool} objects and related objects in the {@literal org.apache.geode.cache.client}
* package.
*
* @author John Blum

View File

@@ -34,7 +34,7 @@ import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringRunner;
/**
* Integration Tests for Apache Geode & Pivotal GemFire {@link Object} creation when the {@link Object} configuration
* Integration Tests for Apache Geode & VMware GemFire {@link Object} creation when the {@link Object} configuration
* and {@link Class} type is expressed in {@link Properties}.
*
* @author John Blum

View File

@@ -96,7 +96,7 @@ public class MockClientCacheDefaultPoolRegisteredWithPoolManagerUnitTests {
@Test
@DirtiesContext
//@Ignore("Apache Geode/Pivotal GemFire does not support Mock Pools")
//@Ignore("Apache Geode/VMware GemFire does not support Mock Pools")
public void defaultPoolRegisteredWithPoolManager() {
Pool defaultPool = PoolManager.find("DEFAULT");