Replace references to 'Pivotal GemFire' with 'VMware Tanzu GemFire'.
Fix compiler syntax errors in code snippets. Introduce documentation variables where applicable. Format source code. Optimize imports.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user