Remove all source code (Javadoc) references to 'Pivotal GemFire' or 'GemFire' in general.

This commit is contained in:
John Blum
2020-09-17 21:24:16 -07:00
parent 75dc534564
commit cb34cd2201
92 changed files with 225 additions and 269 deletions

View File

@@ -21,6 +21,12 @@ import java.io.IOException;
import javax.annotation.Resource;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.apache.geode.cache.DataPolicy;
import org.apache.geode.cache.GemFireCache;
import org.apache.geode.cache.Region;
@@ -28,12 +34,6 @@ import org.apache.geode.cache.client.ClientCache;
import org.apache.geode.cache.client.ClientRegionShortcut;
import org.apache.geode.cache.server.CacheServer;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
@@ -54,7 +54,7 @@ import example.app.crm.service.CustomerService;
/**
* Integration Tests asserting the functionality and behavior of {@link EnableClusterAware}
* and {@link ClusterAvailableConfiguration} when the Apache Geode (or Pivotal GemFire) cluster of servers is available.
* and {@link ClusterAvailableConfiguration} when the Apache Geode cluster of servers is available.
*
* @author John Blum
* @see org.junit.Test

View File

@@ -19,16 +19,16 @@ import static org.assertj.core.api.Assertions.assertThat;
import javax.annotation.Resource;
import org.apache.geode.cache.DataPolicy;
import org.apache.geode.cache.GemFireCache;
import org.apache.geode.cache.Region;
import org.apache.geode.cache.client.ClientRegionShortcut;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.apache.geode.cache.DataPolicy;
import org.apache.geode.cache.GemFireCache;
import org.apache.geode.cache.Region;
import org.apache.geode.cache.client.ClientRegionShortcut;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean;
import org.springframework.data.gemfire.client.ClientRegionFactoryBean;
@@ -43,7 +43,7 @@ import example.app.crm.service.CustomerService;
/**
* Integration Tests asserting the functionality and behavior of {@link EnableClusterAware}
* and {@link ClusterNotAvailableConfiguration} when the Apache Geode (or Pivotal GemFire) cluster of servers
* and {@link ClusterNotAvailableConfiguration} when the Apache Geode cluster of servers
* is not available.
*
* @author John Blum

View File

@@ -162,7 +162,7 @@ public class LocatorsConfigurationIntegrationTests extends SpringApplicationCont
}
// TODO: replace with STDG when STDG is rebased on SD[G] Moore/2.2 and STDG includes dedicated mocking support
// for Apache Geode/Pivotal GemFire Locator creation using SDG's o.s.d.g.LocatorFactoryBean
// for Apache Geode Locator creation using SDG's o.s.d.g.LocatorFactoryBean
@EnableGemFireMockObjects
@PeerCacheApplication(logLevel = "error")
@UseLocators(locators = "mailbox[11235],skullbox[12480]", remoteLocators = "remotehost[10334]")

View File

@@ -57,7 +57,7 @@ import org.springframework.util.FileCopyUtils;
import example.app.crm.model.Customer;
/**
* Integration Tests for {@link JsonCacheDataImporterExporter} using a GemFire/Geode {@link ClientCache}.
* Integration Tests for {@link JsonCacheDataImporterExporter} using an Apache Geode {@link ClientCache}.
*
* @author John Blum
* @see java.util.Properties