You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2015/11/02 22:52:27 UTC

[01/50] [abbrv] incubator-geode git commit: Previous commit message should be GEODE-449 instead of GEODE-409

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-328 d3ff85b2c -> a0271d203


Previous commit message should be GEODE-449 instead of GEODE-409


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/937134b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/937134b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/937134b6

Branch: refs/heads/feature/GEODE-328
Commit: 937134b6b2e4b1c7b0a5bcb4a05630409aa970d8
Parents: e792e29
Author: William Markito <wm...@pivotal.io>
Authored: Wed Oct 21 13:40:03 2015 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Wed Oct 21 13:40:03 2015 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



[03/50] [abbrv] incubator-geode git commit: GEODE-465 changed 2 occurrences of PartionedResolver to PartitionResolver in Javadocs

Posted by kl...@apache.org.
GEODE-465 changed 2 occurrences of PartionedResolver to PartitionResolver in Javadocs


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ff652987
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ff652987
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ff652987

Branch: refs/heads/feature/GEODE-328
Commit: ff6529870b6d2802a91dba40d2162a418238c544
Parents: ea8aabb
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Oct 21 15:58:48 2015 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Oct 21 15:58:48 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/com/gemstone/gemfire/cache/EntryOperation.java   | 2 +-
 .../com/gemstone/gemfire/internal/cache/EntryOperationImpl.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ff652987/gemfire-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java
index f3c9b13..10680f1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java
@@ -18,7 +18,7 @@
 package com.gemstone.gemfire.cache;
 
 /**
- * Gemfire Context passed to <code>PartitionedResolver</code> to compute the
+ * Gemfire Context passed to <code>PartitionResolver</code> to compute the
  * data location
  * 
  * @author Yogesh Mahajan

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ff652987/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/EntryOperationImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/EntryOperationImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/EntryOperationImpl.java
index 98262bf..e1b31df 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/EntryOperationImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/EntryOperationImpl.java
@@ -22,7 +22,7 @@ import com.gemstone.gemfire.cache.Region;
 
 /**
  * 
- * Gemfire Context passed to <code>PartitionedResolver</code> to compute the
+ * Gemfire Context passed to <code>PartitionResolver</code> to compute the
  * data location
  * 
  * @author Yogesh Mahajan


[27/50] [abbrv] incubator-geode git commit: [fixes GEODE-414] Add a retry so that PRMetaData will be updated with correct data.

Posted by kl...@apache.org.
[fixes GEODE-414] Add a retry so that PRMetaData will be updated with
correct data.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a73dc1b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a73dc1b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a73dc1b7

Branch: refs/heads/feature/GEODE-328
Commit: a73dc1b7dc1b17429e73c7e97b5dceff203eed82
Parents: 1e6cc66
Author: eshu <es...@pivotal.io>
Authored: Thu Oct 22 17:08:47 2015 -0700
Committer: eshu <es...@pivotal.io>
Committed: Thu Oct 22 17:08:47 2015 -0700

----------------------------------------------------------------------
 .../PartitionedRegionSingleHopDUnitTest.java     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a73dc1b7/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
index 278c477..0e2ec72 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
@@ -830,6 +830,25 @@ public class PartitionedRegionSingleHopDUnitTest extends CacheTestCase {
     assertTrue(regionMetaData.containsKey(region.getFullPath()));
     
     final ClientPartitionAdvisor prMetaData = regionMetaData.get(region.getFullPath()); 
+    
+    //Fixes a race condition in GEODE-414 by retrying as 
+    //region.clientMetaDataLock.tryLock() may prevent fetching the 
+    //metadata through functional calls as only limited functions are executed in the test.
+    long start = System.currentTimeMillis();
+    do {
+      if ((prMetaData.getBucketServerLocationsMap_TEST_ONLY().size() !=4)) {
+        //waiting if there is another thread holding the lock
+        try {
+          Thread.sleep(1000);
+        } catch (InterruptedException e) {
+          //ignored.
+        }
+        cms.getClientPRMetadata((LocalRegion)region);
+      } else {
+        break;
+      }
+    } while (System.currentTimeMillis() - start < 60000);
+    
     wc = new WaitCriterion() {
       public boolean done() {
         return (prMetaData.getBucketServerLocationsMap_TEST_ONLY().size() == 4);


[42/50] [abbrv] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-409

Posted by kl...@apache.org.
Merge remote-tracking branch 'origin/develop' into feature/GEODE-409

All the conflicts had to do with the HDFS files being removed
and those same files being modified on develop because of copyright work.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f0b81325
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f0b81325
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f0b81325

Branch: refs/heads/feature/GEODE-328
Commit: f0b81325fc2595ec61f562a9f774fd9991a1cbfc
Parents: daa0725 a224504
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Mon Oct 26 11:04:54 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Mon Oct 26 11:04:54 2015 -0700

----------------------------------------------------------------------
 README.md                                       |   9 +++
 build.gradle                                    |   2 +-
 dev-tools/docker/base/Dockerfile                |  54 ++++++++++++++++
 dev-tools/docker/base/build-base-docker.sh      |  30 +++++++++
 dev-tools/docker/compile/Dockerfile             |  21 +++++++
 .../docker/compile/start-compile-docker.sh      |  62 +++++++++++++++++++
 docker/Dockerfile                               |  56 +++++++----------
 docker/README.md                                |   6 +-
 docker/build-runtime-docker.sh                  |  32 ++++++++++
 .../internal/ra/GFConnectionFactoryImpl.java    |  21 +++++--
 .../gemfire/internal/ra/GFConnectionImpl.java   |  21 +++++--
 .../internal/ra/spi/JCALocalTransaction.java    |  21 +++++--
 .../internal/ra/spi/JCAManagedConnection.java   |  21 +++++--
 .../ra/spi/JCAManagedConnectionFactory.java     |  21 +++++--
 .../ra/spi/JCAManagedConnectionMetaData.java    |  21 +++++--
 gemfire-core/src/jca/ra.xml                     |   2 +-
 .../com/gemstone/gemfire/CancelCriterion.java   |  21 +++++--
 .../com/gemstone/gemfire/CancelException.java   |  21 +++++--
 .../gemstone/gemfire/CanonicalInstantiator.java |  21 +++++--
 .../com/gemstone/gemfire/CopyException.java     |  21 +++++--
 .../java/com/gemstone/gemfire/CopyHelper.java   |  21 +++++--
 .../com/gemstone/gemfire/DataSerializable.java  |  21 +++++--
 .../com/gemstone/gemfire/DataSerializer.java    |  21 +++++--
 .../main/java/com/gemstone/gemfire/Delta.java   |  21 +++++--
 .../gemfire/DeltaSerializationException.java    |  21 +++++--
 .../gemfire/ForcedDisconnectException.java      |  21 +++++--
 .../gemstone/gemfire/GemFireCacheException.java |  21 +++++--
 .../gemfire/GemFireCheckedException.java        |  21 +++++--
 .../gemfire/GemFireConfigException.java         |  21 +++++--
 .../com/gemstone/gemfire/GemFireException.java  |  21 +++++--
 .../gemstone/gemfire/GemFireIOException.java    |  21 +++++--
 .../gemstone/gemfire/GemFireRethrowable.java    |  21 +++++--
 .../gemfire/IncompatibleSystemException.java    |  21 +++++--
 .../java/com/gemstone/gemfire/Instantiator.java |  21 +++++--
 .../gemstone/gemfire/InternalGemFireError.java  |  21 +++++--
 .../gemfire/InternalGemFireException.java       |  21 +++++--
 .../gemstone/gemfire/InvalidDeltaException.java |  21 +++++--
 .../gemstone/gemfire/InvalidValueException.java |  21 +++++--
 .../gemfire/InvalidVersionException.java        |  16 +++++
 .../com/gemstone/gemfire/LicenseException.java  |  21 +++++--
 .../java/com/gemstone/gemfire/LogWriter.java    |  21 +++++--
 .../com/gemstone/gemfire/NoSystemException.java |  21 +++++--
 .../gemfire/OutOfOffHeapMemoryException.java    |  21 +++++--
 .../gemfire/SerializationException.java         |  21 +++++--
 .../gemstone/gemfire/StatisticDescriptor.java   |  21 +++++--
 .../java/com/gemstone/gemfire/Statistics.java   |  21 +++++--
 .../com/gemstone/gemfire/StatisticsFactory.java |  21 +++++--
 .../com/gemstone/gemfire/StatisticsType.java    |  21 +++++--
 .../gemstone/gemfire/StatisticsTypeFactory.java |  21 +++++--
 .../gemfire/SystemConnectException.java         |  21 +++++--
 .../com/gemstone/gemfire/SystemFailure.java     |  21 +++++--
 .../gemfire/SystemIsRunningException.java       |  21 +++++--
 .../gemfire/ThreadInterruptedException.java     |  18 +++++-
 .../com/gemstone/gemfire/ToDataException.java   |  21 +++++--
 .../gemfire/UncreatedSystemException.java       |  21 +++++--
 .../gemstone/gemfire/UnmodifiableException.java |  21 +++++--
 .../gemfire/UnstartedSystemException.java       |  21 +++++--
 .../com/gemstone/gemfire/admin/AdminConfig.java |  21 +++++--
 .../gemfire/admin/AdminDistributedSystem.java   |  21 +++++--
 .../admin/AdminDistributedSystemFactory.java    |  21 +++++--
 .../gemstone/gemfire/admin/AdminException.java  |  21 +++++--
 .../gemfire/admin/AdminXmlException.java        |  21 +++++--
 .../java/com/gemstone/gemfire/admin/Alert.java  |  21 +++++--
 .../com/gemstone/gemfire/admin/AlertLevel.java  |  21 +++++--
 .../gemstone/gemfire/admin/AlertListener.java   |  21 +++++--
 .../gemstone/gemfire/admin/BackupStatus.java    |  21 +++++--
 .../admin/CacheDoesNotExistException.java       |  21 +++++--
 .../gemfire/admin/CacheHealthConfig.java        |  21 +++++--
 .../com/gemstone/gemfire/admin/CacheServer.java |  21 +++++--
 .../gemfire/admin/CacheServerConfig.java        |  21 +++++--
 .../com/gemstone/gemfire/admin/CacheVm.java     |  21 +++++--
 .../gemstone/gemfire/admin/CacheVmConfig.java   |  21 +++++--
 .../gemfire/admin/ConfigurationParameter.java   |  21 +++++--
 .../gemfire/admin/DistributedSystemConfig.java  |  21 +++++--
 .../admin/DistributedSystemHealthConfig.java    |  21 +++++--
 .../gemfire/admin/DistributionLocator.java      |  21 +++++--
 .../admin/DistributionLocatorConfig.java        |  21 +++++--
 .../gemstone/gemfire/admin/GemFireHealth.java   |  21 +++++--
 .../gemfire/admin/GemFireHealthConfig.java      |  21 +++++--
 .../gemfire/admin/GemFireMemberStatus.java      |  21 +++++--
 .../gemstone/gemfire/admin/ManagedEntity.java   |  21 +++++--
 .../gemfire/admin/ManagedEntityConfig.java      |  21 +++++--
 .../gemfire/admin/MemberHealthConfig.java       |  21 +++++--
 .../admin/OperationCancelledException.java      |  21 +++++--
 .../gemfire/admin/RegionNotFoundException.java  |  21 +++++--
 .../gemfire/admin/RegionSubRegionSnapshot.java  |  21 +++++--
 .../gemfire/admin/RuntimeAdminException.java    |  21 +++++--
 .../com/gemstone/gemfire/admin/Statistic.java   |  21 +++++--
 .../gemfire/admin/StatisticResource.java        |  21 +++++--
 .../gemstone/gemfire/admin/SystemMember.java    |  21 +++++--
 .../gemfire/admin/SystemMemberBridgeServer.java |  21 +++++--
 .../gemfire/admin/SystemMemberCache.java        |  21 +++++--
 .../gemfire/admin/SystemMemberCacheEvent.java   |  16 +++++
 .../admin/SystemMemberCacheListener.java        |  21 +++++--
 .../gemfire/admin/SystemMemberCacheServer.java  |  21 +++++--
 .../gemfire/admin/SystemMemberRegion.java       |  21 +++++--
 .../gemfire/admin/SystemMemberRegionEvent.java  |  16 +++++
 .../gemfire/admin/SystemMemberType.java         |  21 +++++--
 .../gemfire/admin/SystemMembershipEvent.java    |  21 +++++--
 .../gemfire/admin/SystemMembershipListener.java |  21 +++++--
 .../UnmodifiableConfigurationException.java     |  21 +++++--
 .../admin/internal/AbstractHealthEvaluator.java |  21 +++++--
 .../internal/AdminDistributedSystemImpl.java    |  21 +++++--
 .../admin/internal/BackupStatusImpl.java        |  21 +++++--
 .../admin/internal/CacheHealthConfigImpl.java   |  21 +++++--
 .../admin/internal/CacheHealthEvaluator.java    |  21 +++++--
 .../admin/internal/CacheServerConfigImpl.java   |  21 +++++--
 .../gemfire/admin/internal/CacheServerImpl.java |  21 +++++--
 .../internal/ConfigurationParameterImpl.java    |  21 +++++--
 .../ConfigurationParameterListener.java         |  21 +++++--
 .../DisabledManagedEntityController.java        |  21 +++++--
 .../internal/DistributedSystemConfigImpl.java   |  21 +++++--
 .../DistributedSystemHealthConfigImpl.java      |  21 +++++--
 .../DistributedSystemHealthEvaluator.java       |  21 +++++--
 .../DistributedSystemHealthMonitor.java         |  21 +++++--
 .../internal/DistributionLocatorConfigImpl.java |  21 +++++--
 .../admin/internal/DistributionLocatorImpl.java |  21 +++++--
 .../EnabledManagedEntityController.java         |  21 +++++--
 .../admin/internal/FinishBackupRequest.java     |  21 +++++--
 .../admin/internal/FinishBackupResponse.java    |  21 +++++--
 .../admin/internal/FlushToDiskRequest.java      |  21 +++++--
 .../admin/internal/FlushToDiskResponse.java     |  21 +++++--
 .../admin/internal/GemFireHealthConfigImpl.java |  21 +++++--
 .../admin/internal/GemFireHealthEvaluator.java  |  21 +++++--
 .../admin/internal/GemFireHealthImpl.java       |  21 +++++--
 .../gemfire/admin/internal/InetAddressUtil.java |  21 +++++--
 .../admin/internal/InternalManagedEntity.java   |  21 +++++--
 .../gemfire/admin/internal/LogCollator.java     |  21 +++++--
 .../admin/internal/ManagedEntityConfigImpl.java |  21 +++++--
 .../admin/internal/ManagedEntityConfigXml.java  |  21 +++++--
 .../ManagedEntityConfigXmlGenerator.java        |  21 +++++--
 .../internal/ManagedEntityConfigXmlParser.java  |  21 +++++--
 .../admin/internal/ManagedEntityController.java |  21 +++++--
 .../ManagedEntityControllerFactory.java         |  21 +++++--
 .../admin/internal/ManagedSystemMemberImpl.java |  21 +++++--
 .../admin/internal/MemberHealthConfigImpl.java  |  21 +++++--
 .../admin/internal/MemberHealthEvaluator.java   |  21 +++++--
 .../admin/internal/PrepareBackupRequest.java    |  21 +++++--
 .../admin/internal/PrepareBackupResponse.java   |  21 +++++--
 .../gemfire/admin/internal/StatisticImpl.java   |  21 +++++--
 .../admin/internal/StatisticResourceImpl.java   |  20 ++++--
 .../internal/SystemMemberBridgeServerImpl.java  |  21 +++++--
 .../internal/SystemMemberCacheEventImpl.java    |  21 +++++--
 .../SystemMemberCacheEventProcessor.java        |  21 +++++--
 .../admin/internal/SystemMemberCacheImpl.java   |  21 +++++--
 .../admin/internal/SystemMemberImpl.java        |  21 +++++--
 .../internal/SystemMemberRegionEventImpl.java   |  21 +++++--
 .../admin/internal/SystemMemberRegionImpl.java  |  21 +++++--
 .../internal/SystemMembershipEventImpl.java     |  21 +++++--
 .../com/gemstone/gemfire/admin/jmx/Agent.java   |  21 +++++--
 .../gemstone/gemfire/admin/jmx/AgentConfig.java |  21 +++++--
 .../gemfire/admin/jmx/AgentFactory.java         |  21 +++++--
 .../internal/AdminDistributedSystemJmxImpl.java |  21 +++++--
 .../admin/jmx/internal/AgentConfigImpl.java     |  21 +++++--
 .../gemfire/admin/jmx/internal/AgentImpl.java   |  20 ++++--
 .../admin/jmx/internal/AgentLauncher.java       |  21 +++++--
 .../admin/jmx/internal/CacheServerJmxImpl.java  |  21 +++++--
 .../admin/jmx/internal/ConfigAttributeInfo.java |  20 ++++--
 .../internal/ConfigurationParameterJmxImpl.java |  21 +++++--
 .../DistributedSystemHealthConfigJmxImpl.java   |  21 +++++--
 .../internal/DistributionLocatorJmxImpl.java    |  22 ++++---
 .../admin/jmx/internal/DynamicManagedBean.java  |  20 ++++--
 .../internal/GemFireHealthConfigJmxImpl.java    |  21 +++++--
 .../jmx/internal/GemFireHealthJmxImpl.java      |  21 +++++--
 .../admin/jmx/internal/GenerateMBeanHTML.java   |  21 +++++--
 .../gemfire/admin/jmx/internal/MBeanUtil.java   |  20 ++++--
 .../admin/jmx/internal/MX4JModelMBean.java      |  21 +++++--
 .../jmx/internal/MX4JServerSocketFactory.java   |  22 ++++---
 .../gemfire/admin/jmx/internal/MailManager.java |  21 +++++--
 .../admin/jmx/internal/ManagedResource.java     |  21 +++++--
 .../admin/jmx/internal/ManagedResourceType.java |  21 +++++--
 .../jmx/internal/MemberInfoWithStatsMBean.java  |  21 +++++--
 .../admin/jmx/internal/RMIRegistryService.java  |  20 ++++--
 .../jmx/internal/RMIRegistryServiceMBean.java   |  20 ++++--
 .../jmx/internal/RefreshNotificationType.java   |  21 +++++--
 .../jmx/internal/StatAlertNotification.java     |  21 +++++--
 .../jmx/internal/StatAlertsAggregator.java      |  21 +++++--
 .../jmx/internal/StatisticAttributeInfo.java    |  20 ++++--
 .../jmx/internal/StatisticResourceJmxImpl.java  |  21 +++++--
 .../SystemMemberBridgeServerJmxImpl.java        |  21 +++++--
 .../jmx/internal/SystemMemberCacheJmxImpl.java  |  21 +++++--
 .../admin/jmx/internal/SystemMemberJmx.java     |  21 +++++--
 .../admin/jmx/internal/SystemMemberJmxImpl.java |  21 +++++--
 .../jmx/internal/SystemMemberRegionJmxImpl.java |  21 +++++--
 .../gemfire/cache/AttributesFactory.java        |  21 +++++--
 .../gemfire/cache/AttributesMutator.java        |  21 +++++--
 .../java/com/gemstone/gemfire/cache/Cache.java  |  21 +++++--
 .../gemstone/gemfire/cache/CacheCallback.java   |  21 +++++--
 .../gemfire/cache/CacheClosedException.java     |  21 +++++--
 .../com/gemstone/gemfire/cache/CacheEvent.java  |  21 +++++--
 .../gemstone/gemfire/cache/CacheException.java  |  21 +++++--
 .../gemfire/cache/CacheExistsException.java     |  21 +++++--
 .../gemstone/gemfire/cache/CacheFactory.java    |  21 +++++--
 .../gemstone/gemfire/cache/CacheListener.java   |  21 +++++--
 .../com/gemstone/gemfire/cache/CacheLoader.java |  21 +++++--
 .../gemfire/cache/CacheLoaderException.java     |  21 +++++--
 .../gemfire/cache/CacheRuntimeException.java    |  21 +++++--
 .../gemstone/gemfire/cache/CacheStatistics.java |  21 +++++--
 .../gemfire/cache/CacheTransactionManager.java  |  21 +++++--
 .../com/gemstone/gemfire/cache/CacheWriter.java |  21 +++++--
 .../gemfire/cache/CacheWriterException.java     |  21 +++++--
 .../gemfire/cache/CacheXmlException.java        |  21 +++++--
 .../gemstone/gemfire/cache/ClientSession.java   |  21 +++++--
 .../gemfire/cache/CommitConflictException.java  |  21 +++++--
 .../cache/CommitDistributionException.java      |  21 +++++--
 .../cache/CommitIncompleteException.java        |  16 +++++
 .../gemfire/cache/CustomEvictionAttributes.java |  22 ++++---
 .../gemstone/gemfire/cache/CustomExpiry.java    |  21 +++++--
 .../com/gemstone/gemfire/cache/DataPolicy.java  |  21 +++++--
 .../com/gemstone/gemfire/cache/Declarable.java  |  21 +++++--
 .../gemfire/cache/DiskAccessException.java      |  21 +++++--
 .../com/gemstone/gemfire/cache/DiskStore.java   |  21 +++++--
 .../gemfire/cache/DiskStoreFactory.java         |  21 +++++--
 .../gemfire/cache/DiskWriteAttributes.java      |  21 +++++--
 .../cache/DiskWriteAttributesFactory.java       |  21 +++++--
 .../DuplicatePrimaryPartitionException.java     |  21 +++++--
 .../gemfire/cache/DynamicRegionFactory.java     |  21 +++++--
 .../gemfire/cache/DynamicRegionListener.java    |  21 +++++--
 .../gemfire/cache/EntryDestroyedException.java  |  21 +++++--
 .../com/gemstone/gemfire/cache/EntryEvent.java  |  21 +++++--
 .../gemfire/cache/EntryExistsException.java     |  21 +++++--
 .../gemfire/cache/EntryNotFoundException.java   |  21 +++++--
 .../gemfire/cache/EntryNotFoundInRegion.java    |  21 +++++--
 .../gemstone/gemfire/cache/EntryOperation.java  |  21 +++++--
 .../gemstone/gemfire/cache/EvictionAction.java  |  23 ++++---
 .../gemfire/cache/EvictionAlgorithm.java        |  23 ++++---
 .../gemfire/cache/EvictionAttributes.java       |  20 ++++--
 .../cache/EvictionAttributesMutator.java        |  23 ++++---
 .../gemfire/cache/EvictionCriteria.java         |  22 ++++---
 .../gemfire/cache/ExpirationAction.java         |  21 +++++--
 .../gemfire/cache/ExpirationAttributes.java     |  21 +++++--
 .../cache/FailedSynchronizationException.java   |  21 +++++--
 .../gemfire/cache/FixedPartitionAttributes.java |  21 +++++--
 .../gemfire/cache/FixedPartitionResolver.java   |  20 ++++--
 .../cache/GatewayConfigurationException.java    |  21 +++++--
 .../gemfire/cache/GatewayException.java         |  21 +++++--
 .../gemstone/gemfire/cache/GemFireCache.java    |  21 +++++--
 .../cache/IncompatibleVersionException.java     |  21 +++++--
 .../gemstone/gemfire/cache/InterestPolicy.java  |  21 +++++--
 .../cache/InterestRegistrationEvent.java        |  21 +++++--
 .../cache/InterestRegistrationListener.java     |  21 +++++--
 .../gemfire/cache/InterestResultPolicy.java     |  21 +++++--
 .../gemstone/gemfire/cache/LoaderHelper.java    |  21 +++++--
 .../com/gemstone/gemfire/cache/LossAction.java  |  21 +++++--
 .../gemfire/cache/LowMemoryException.java       |  21 +++++--
 .../gemfire/cache/MembershipAttributes.java     |  21 +++++--
 .../com/gemstone/gemfire/cache/MirrorType.java  |  21 +++++--
 .../cache/NoQueueServersAvailableException.java |  21 +++++--
 ...NoSubscriptionServersAvailableException.java |  21 +++++--
 .../com/gemstone/gemfire/cache/Operation.java   |  21 +++++--
 .../cache/OperationAbortedException.java        |  21 +++++--
 .../gemfire/cache/PartitionAttributes.java      |  21 +++++--
 .../cache/PartitionAttributesFactory.java       |  20 ++++--
 .../gemfire/cache/PartitionResolver.java        |  20 ++++--
 .../PartitionedRegionDistributionException.java |  21 +++++--
 .../PartitionedRegionStorageException.java      |  21 +++++--
 .../java/com/gemstone/gemfire/cache/Region.java |  21 +++++--
 .../gemfire/cache/RegionAccessException.java    |  21 +++++--
 .../gemfire/cache/RegionAttributes.java         |  21 +++++--
 .../gemfire/cache/RegionDestroyedException.java |  21 +++++--
 .../cache/RegionDistributionException.java      |  21 +++++--
 .../com/gemstone/gemfire/cache/RegionEvent.java |  21 +++++--
 .../gemfire/cache/RegionExistsException.java    |  21 +++++--
 .../gemstone/gemfire/cache/RegionFactory.java   |  21 +++++--
 .../gemfire/cache/RegionMembershipListener.java |  21 +++++--
 .../cache/RegionReinitializedException.java     |  21 +++++--
 .../gemfire/cache/RegionRoleException.java      |  21 +++++--
 .../gemfire/cache/RegionRoleListener.java       |  21 +++++--
 .../gemstone/gemfire/cache/RegionService.java   |  23 ++++---
 .../gemstone/gemfire/cache/RegionShortcut.java  |  21 +++++--
 .../cache/RemoteTransactionException.java       |  21 +++++--
 .../gemstone/gemfire/cache/RequiredRoles.java   |  21 +++++--
 .../gemfire/cache/ResourceException.java        |  21 +++++--
 .../gemfire/cache/ResumptionAction.java         |  21 +++++--
 .../com/gemstone/gemfire/cache/RoleEvent.java   |  21 +++++--
 .../gemstone/gemfire/cache/RoleException.java   |  21 +++++--
 .../java/com/gemstone/gemfire/cache/Scope.java  |  21 +++++--
 .../gemfire/cache/SerializedCacheValue.java     |  21 +++++--
 .../cache/StatisticsDisabledException.java      |  21 +++++--
 .../gemfire/cache/SubscriptionAttributes.java   |  21 +++++--
 .../SynchronizationCommitConflictException.java |  21 +++++--
 .../gemfire/cache/TimeoutException.java         |  21 +++++--
 ...TransactionDataNodeHasDepartedException.java |  21 +++++--
 .../TransactionDataNotColocatedException.java   |  21 +++++--
 .../TransactionDataRebalancedException.java     |  21 +++++--
 .../gemfire/cache/TransactionEvent.java         |  21 +++++--
 .../gemfire/cache/TransactionException.java     |  21 +++++--
 .../gemstone/gemfire/cache/TransactionId.java   |  21 +++++--
 .../cache/TransactionInDoubtException.java      |  21 +++++--
 .../gemfire/cache/TransactionListener.java      |  21 +++++--
 .../gemfire/cache/TransactionWriter.java        |  21 +++++--
 .../cache/TransactionWriterException.java       |  21 +++++--
 ...upportedOperationInTransactionException.java |  21 +++++--
 .../cache/UnsupportedVersionException.java      |  21 +++++--
 .../gemfire/cache/VersionException.java         |  21 +++++--
 .../gemfire/cache/asyncqueue/AsyncEvent.java    |  21 +++++--
 .../cache/asyncqueue/AsyncEventListener.java    |  21 +++++--
 .../cache/asyncqueue/AsyncEventQueue.java       |  21 +++++--
 .../asyncqueue/AsyncEventQueueFactory.java      |  21 +++++--
 .../internal/AsyncEventQueueFactoryImpl.java    |  21 +++++--
 .../internal/AsyncEventQueueImpl.java           |  21 +++++--
 .../internal/AsyncEventQueueStats.java          |  21 +++++--
 .../internal/ParallelAsyncEventQueueImpl.java   |  16 +++++
 .../internal/SerialAsyncEventQueueImpl.java     |  16 +++++
 .../client/AllConnectionsInUseException.java    |  21 +++++--
 .../gemfire/cache/client/ClientCache.java       |  21 +++++--
 .../cache/client/ClientCacheFactory.java        |  21 +++++--
 .../cache/client/ClientNotReadyException.java   |  21 +++++--
 .../cache/client/ClientRegionFactory.java       |  21 +++++--
 .../cache/client/ClientRegionShortcut.java      |  23 ++++---
 .../client/NoAvailableLocatorsException.java    |  21 +++++--
 .../client/NoAvailableServersException.java     |  21 +++++--
 .../com/gemstone/gemfire/cache/client/Pool.java |  21 +++++--
 .../gemfire/cache/client/PoolFactory.java       |  21 +++++--
 .../gemfire/cache/client/PoolManager.java       |  21 +++++--
 .../client/ServerConnectivityException.java     |  21 +++++--
 .../cache/client/ServerOperationException.java  |  21 +++++--
 .../ServerRefusedConnectionException.java       |  21 +++++--
 .../client/SubscriptionNotEnabledException.java |  21 +++++--
 .../cache/client/internal/AbstractOp.java       |  21 +++++--
 .../cache/client/internal/AddPDXEnumOp.java     |  21 +++++--
 .../cache/client/internal/AddPDXTypeOp.java     |  21 +++++--
 .../client/internal/AuthenticateUserOp.java     |  21 +++++--
 .../internal/AutoConnectionSourceImpl.java      |  21 +++++--
 .../client/internal/CacheServerLoadMessage.java |  21 +++++--
 .../gemfire/cache/client/internal/ClearOp.java  |  21 +++++--
 .../client/internal/ClientMetadataService.java  |  20 ++++--
 .../client/internal/ClientPartitionAdvisor.java |  21 +++++--
 .../internal/ClientRegionFactoryImpl.java       |  21 +++++--
 .../cache/client/internal/ClientUpdater.java    |  21 +++++--
 .../client/internal/CloseConnectionOp.java      |  21 +++++--
 .../gemfire/cache/client/internal/CommitOp.java |  21 +++++--
 .../cache/client/internal/Connection.java       |  21 +++++--
 .../client/internal/ConnectionFactory.java      |  21 +++++--
 .../client/internal/ConnectionFactoryImpl.java  |  21 +++++--
 .../cache/client/internal/ConnectionImpl.java   |  21 +++++--
 .../cache/client/internal/ConnectionSource.java |  21 +++++--
 .../cache/client/internal/ConnectionStats.java  |  21 +++++--
 .../cache/client/internal/ContainsKeyOp.java    |  21 +++++--
 .../DataSerializerRecoveryListener.java         |  21 +++++--
 .../cache/client/internal/DestroyOp.java        |  21 +++++--
 .../cache/client/internal/DestroyRegionOp.java  |  21 +++++--
 .../gemfire/cache/client/internal/Endpoint.java |  21 +++++--
 .../cache/client/internal/EndpointManager.java  |  21 +++++--
 .../client/internal/EndpointManagerImpl.java    |  21 +++++--
 .../cache/client/internal/ExecutablePool.java   |  21 +++++--
 .../client/internal/ExecuteFunctionHelper.java  |  21 +++++--
 .../client/internal/ExecuteFunctionNoAckOp.java |  21 +++++--
 .../client/internal/ExecuteFunctionOp.java      |  21 +++++--
 .../internal/ExecuteRegionFunctionNoAckOp.java  |  21 +++++--
 .../internal/ExecuteRegionFunctionOp.java       |  21 +++++--
 .../ExecuteRegionFunctionSingleHopOp.java       |  21 +++++--
 .../internal/ExplicitConnectionSourceImpl.java  |  21 +++++--
 .../gemfire/cache/client/internal/GetAllOp.java |  21 +++++--
 .../client/internal/GetClientPRMetaDataOp.java  |  20 ++++--
 .../GetClientPartitionAttributesOp.java         |  20 ++++--
 .../cache/client/internal/GetEntryOp.java       |  21 +++++--
 .../cache/client/internal/GetEventValueOp.java  |  20 ++++--
 .../client/internal/GetFunctionAttributeOp.java |  21 +++++--
 .../gemfire/cache/client/internal/GetOp.java    |  21 +++++--
 .../cache/client/internal/GetPDXEnumByIdOp.java |  21 +++++--
 .../cache/client/internal/GetPDXEnumsOp.java    |  21 +++++--
 .../client/internal/GetPDXIdForEnumOp.java      |  21 +++++--
 .../client/internal/GetPDXIdForTypeOp.java      |  21 +++++--
 .../cache/client/internal/GetPDXTypeByIdOp.java |  21 +++++--
 .../cache/client/internal/GetPDXTypesOp.java    |  21 +++++--
 .../internal/InstantiatorRecoveryListener.java  |  21 +++++--
 .../cache/client/internal/InternalPool.java     |  21 +++++--
 .../cache/client/internal/InvalidateOp.java     |  21 +++++--
 .../gemfire/cache/client/internal/KeySetOp.java |  21 +++++--
 .../cache/client/internal/LiveServerPinger.java |  21 +++++--
 .../internal/LocatorDiscoveryCallback.java      |  21 +++++--
 .../LocatorDiscoveryCallbackAdapter.java        |  21 +++++--
 .../cache/client/internal/MakePrimaryOp.java    |  21 +++++--
 .../gemfire/cache/client/internal/Op.java       |  23 ++++---
 .../cache/client/internal/OpExecutorImpl.java   |  21 +++++--
 .../internal/PdxRegistryRecoveryListener.java   |  21 +++++--
 .../gemfire/cache/client/internal/PingOp.java   |  21 +++++--
 .../gemfire/cache/client/internal/PoolImpl.java |  21 +++++--
 .../cache/client/internal/PrimaryAckOp.java     |  21 +++++--
 .../cache/client/internal/ProxyCache.java       |  21 +++++--
 .../client/internal/ProxyCacheCloseOp.java      |  21 +++++--
 .../cache/client/internal/ProxyRegion.java      |  21 +++++--
 .../gemfire/cache/client/internal/PutAllOp.java |  21 +++++--
 .../gemfire/cache/client/internal/PutOp.java    |  21 +++++--
 .../gemfire/cache/client/internal/QueryOp.java  |  21 +++++--
 .../client/internal/QueueConnectionImpl.java    |  21 +++++--
 .../cache/client/internal/QueueManager.java     |  21 +++++--
 .../cache/client/internal/QueueManagerImpl.java |  21 +++++--
 .../cache/client/internal/QueueState.java       |  16 +++++
 .../cache/client/internal/QueueStateImpl.java   |  21 +++++--
 .../cache/client/internal/ReadyForEventsOp.java |  21 +++++--
 .../internal/RegisterDataSerializersOp.java     |  21 +++++--
 .../internal/RegisterInstantiatorsOp.java       |  21 +++++--
 .../client/internal/RegisterInterestListOp.java |  21 +++++--
 .../client/internal/RegisterInterestOp.java     |  21 +++++--
 .../internal/RegisterInterestTracker.java       |  21 +++++--
 .../cache/client/internal/RemoveAllOp.java      |  21 +++++--
 .../cache/client/internal/RollbackOp.java       |  21 +++++--
 .../cache/client/internal/ServerBlackList.java  |  21 +++++--
 .../cache/client/internal/ServerProxy.java      |  21 +++++--
 .../client/internal/ServerRegionDataAccess.java |  23 ++++---
 .../client/internal/ServerRegionProxy.java      |  21 +++++--
 .../internal/SingleHopClientExecutor.java       |  21 +++++--
 .../internal/SingleHopOperationCallable.java    |  21 +++++--
 .../gemfire/cache/client/internal/SizeOp.java   |  21 +++++--
 .../cache/client/internal/TXFailoverOp.java     |  21 +++++--
 .../client/internal/TXSynchronizationOp.java    |  21 +++++--
 .../internal/UnregisterInterestListOp.java      |  21 +++++--
 .../client/internal/UnregisterInterestOp.java   |  21 +++++--
 .../cache/client/internal/UserAttributes.java   |  21 +++++--
 .../locator/ClientConnectionRequest.java        |  21 +++++--
 .../locator/ClientConnectionResponse.java       |  21 +++++--
 .../locator/ClientReplacementRequest.java       |  21 +++++--
 .../internal/locator/GetAllServersRequest.java  |  20 ++++--
 .../internal/locator/GetAllServersResponse.java |  20 ++++--
 .../internal/locator/LocatorListRequest.java    |  21 +++++--
 .../internal/locator/LocatorListResponse.java   |  21 +++++--
 .../internal/locator/LocatorStatusRequest.java  |  20 ++++--
 .../internal/locator/LocatorStatusResponse.java |  20 ++++--
 .../locator/QueueConnectionRequest.java         |  21 +++++--
 .../locator/QueueConnectionResponse.java        |  21 +++++--
 .../internal/locator/SerializationHelper.java   |  21 +++++--
 .../internal/locator/ServerLocationRequest.java |  23 ++++---
 .../locator/ServerLocationResponse.java         |  23 ++++---
 .../locator/wan/LocatorMembershipListener.java  |  21 +++++--
 .../pooling/ConnectionDestroyedException.java   |  21 +++++--
 .../internal/pooling/ConnectionManager.java     |  21 +++++--
 .../internal/pooling/ConnectionManagerImpl.java |  21 +++++--
 .../internal/pooling/PooledConnection.java      |  21 +++++--
 .../gemfire/cache/control/RebalanceFactory.java |  21 +++++--
 .../cache/control/RebalanceOperation.java       |  21 +++++--
 .../gemfire/cache/control/RebalanceResults.java |  21 +++++--
 .../gemfire/cache/control/ResourceManager.java  |  21 +++++--
 .../execute/EmtpyRegionFunctionException.java   |  21 +++++--
 .../gemfire/cache/execute/Execution.java        |  20 ++++--
 .../gemfire/cache/execute/Function.java         |  20 ++++--
 .../gemfire/cache/execute/FunctionAdapter.java  |  20 ++++--
 .../gemfire/cache/execute/FunctionContext.java  |  20 ++++--
 .../cache/execute/FunctionException.java        |  20 ++++--
 .../FunctionInvocationTargetException.java      |  20 ++++--
 .../gemfire/cache/execute/FunctionService.java  |  20 ++++--
 .../cache/execute/RegionFunctionContext.java    |  21 +++++--
 .../gemfire/cache/execute/ResultCollector.java  |  20 ++++--
 .../gemfire/cache/execute/ResultSender.java     |  20 ++++--
 .../internal/FunctionServiceManager.java        |  24 ++++---
 .../gemfire/cache/hdfs/HDFSIOException.java     |  21 +++++--
 .../gemstone/gemfire/cache/hdfs/HDFSStore.java  |  21 +++++--
 .../gemfire/cache/hdfs/HDFSStoreFactory.java    |  21 +++++--
 .../gemfire/cache/hdfs/HDFSStoreMutator.java    |  21 +++++--
 .../cache/hdfs/StoreExistsException.java        |  21 +++++--
 .../cache/hdfs/internal/FailureTracker.java     |  21 +++++--
 .../cache/hdfs/internal/FlushObserver.java      |  16 +++++
 .../hdfs/internal/HDFSBucketRegionQueue.java    |  21 +++++--
 .../cache/hdfs/internal/HDFSEntriesSet.java     |  21 +++++--
 .../cache/hdfs/internal/HDFSEventListener.java  |  21 +++++--
 .../hdfs/internal/HDFSEventQueueFilter.java     |  21 +++++--
 .../hdfs/internal/HDFSGatewayEventImpl.java     |  22 ++++---
 .../hdfs/internal/HDFSIntegrationUtil.java      |  21 +++++--
 .../HDFSParallelGatewaySenderQueue.java         |  21 +++++--
 .../hdfs/internal/HDFSStoreConfigHolder.java    |  23 ++++---
 .../cache/hdfs/internal/HDFSStoreCreation.java  |  23 ++++---
 .../hdfs/internal/HDFSStoreFactoryImpl.java     |  21 +++++--
 .../cache/hdfs/internal/HDFSStoreImpl.java      |  21 +++++--
 .../hdfs/internal/HDFSStoreMutatorImpl.java     |  23 ++++---
 .../HDFSWriteOnlyStoreEventListener.java        |  21 +++++--
 .../hdfs/internal/HoplogListenerForRegion.java  |  21 +++++--
 .../cache/hdfs/internal/PersistedEventImpl.java |  21 +++++--
 .../hdfs/internal/QueuedPersistentEvent.java    |  16 +++++
 .../hdfs/internal/SignalledFlushObserver.java   |  16 +++++
 .../internal/SortedHDFSQueuePersistedEvent.java |  21 +++++--
 .../internal/SortedHoplogPersistedEvent.java    |  21 +++++--
 .../UnsortedHDFSQueuePersistedEvent.java        |  21 +++++--
 .../internal/UnsortedHoplogPersistedEvent.java  |  21 +++++--
 .../cache/hdfs/internal/cardinality/Bits.java   |  21 +++++--
 .../cardinality/CardinalityMergeException.java  |  21 +++++--
 .../hdfs/internal/cardinality/HyperLogLog.java  |  21 +++++--
 .../hdfs/internal/cardinality/IBuilder.java     |  21 +++++--
 .../hdfs/internal/cardinality/ICardinality.java |  21 +++++--
 .../hdfs/internal/cardinality/MurmurHash.java   |  21 +++++--
 .../hdfs/internal/cardinality/RegisterSet.java  |  21 +++++--
 .../hdfs/internal/hoplog/AbstractHoplog.java    |  21 +++++--
 .../hoplog/AbstractHoplogOrganizer.java         |  21 +++++--
 .../cache/hdfs/internal/hoplog/BloomFilter.java |  21 +++++--
 .../hoplog/CloseTmpHoplogsTimerTask.java        |  21 +++++--
 .../hdfs/internal/hoplog/CompactionStatus.java  |  21 +++++--
 .../cache/hdfs/internal/hoplog/FlushStatus.java |  16 +++++
 .../internal/hoplog/HDFSCompactionManager.java  |  21 +++++--
 .../internal/hoplog/HDFSFlushQueueArgs.java     |  16 +++++
 .../internal/hoplog/HDFSFlushQueueFunction.java |  16 +++++
 .../hoplog/HDFSForceCompactionArgs.java         |  21 +++++--
 .../hoplog/HDFSForceCompactionFunction.java     |  21 +++++--
 .../HDFSForceCompactionResultCollector.java     |  21 +++++--
 .../hoplog/HDFSLastCompactionTimeFunction.java  |  21 +++++--
 .../internal/hoplog/HDFSRegionDirector.java     |  21 +++++--
 .../hdfs/internal/hoplog/HDFSStoreDirector.java |  21 +++++--
 .../hoplog/HDFSUnsortedHoplogOrganizer.java     |  21 +++++--
 .../hdfs/internal/hoplog/HFileSortedOplog.java  |  21 +++++--
 .../hoplog/HdfsSortedOplogOrganizer.java        |  21 +++++--
 .../cache/hdfs/internal/hoplog/Hoplog.java      |  21 +++++--
 .../hdfs/internal/hoplog/HoplogConfig.java      |  21 +++++--
 .../hdfs/internal/hoplog/HoplogListener.java    |  21 +++++--
 .../hdfs/internal/hoplog/HoplogOrganizer.java   |  21 +++++--
 .../hdfs/internal/hoplog/HoplogSetIterator.java |  21 +++++--
 .../hdfs/internal/hoplog/HoplogSetReader.java   |  21 +++++--
 .../internal/hoplog/SequenceFileHoplog.java     |  21 +++++--
 .../hoplog/mapred/AbstractGFRecordReader.java   |  21 +++++--
 .../internal/hoplog/mapred/GFInputFormat.java   |  21 +++++--
 .../internal/hoplog/mapred/GFOutputFormat.java  |  21 +++++--
 .../mapreduce/AbstractGFRecordReader.java       |  21 +++++--
 .../hoplog/mapreduce/GFInputFormat.java         |  21 +++++--
 .../hdfs/internal/hoplog/mapreduce/GFKey.java   |  21 +++++--
 .../hoplog/mapreduce/GFOutputFormat.java        |  21 +++++--
 .../hoplog/mapreduce/HDFSSplitIterator.java     |  21 +++++--
 .../internal/hoplog/mapreduce/HoplogUtil.java   |  21 +++++--
 .../hoplog/mapreduce/RWSplitIterator.java       |  21 +++++--
 .../hoplog/mapreduce/StreamSplitIterator.java   |  21 +++++--
 .../org/apache/hadoop/io/SequenceFile.java      |  21 +++++--
 .../gemfire/cache/lucene/LuceneIndex.java       |  21 +++++--
 .../gemfire/cache/lucene/LuceneQuery.java       |  16 +++++
 .../cache/lucene/LuceneQueryFactory.java        |  16 +++++
 .../cache/lucene/LuceneQueryResults.java        |  16 +++++
 .../cache/lucene/LuceneResultStruct.java        |  16 +++++
 .../gemfire/cache/lucene/LuceneService.java     |  16 +++++
 .../cache/lucene/LuceneServiceFactory.java      |  16 +++++
 .../cache/lucene/LuceneServiceProvider.java     |  16 +++++
 .../cache/lucene/internal/LuceneIndexImpl.java  |  16 +++++
 .../lucene/internal/LuceneQueryFactoryImpl.java |  16 +++++
 .../cache/lucene/internal/LuceneQueryImpl.java  |  16 +++++
 .../lucene/internal/LuceneQueryResultsImpl.java |  16 +++++
 .../lucene/internal/LuceneResultStructImpl.java |  16 +++++
 .../internal/LuceneServiceFactoryImpl.java      |  16 +++++
 .../lucene/internal/LuceneServiceImpl.java      |  16 +++++
 .../operations/CloseCQOperationContext.java     |  21 +++++--
 .../operations/DestroyOperationContext.java     |  21 +++++--
 .../operations/ExecuteCQOperationContext.java   |  21 +++++--
 .../ExecuteFunctionOperationContext.java        |  21 +++++--
 .../GetDurableCQsOperationContext.java          |  21 +++++--
 .../cache/operations/GetOperationContext.java   |  21 +++++--
 .../operations/InterestOperationContext.java    |  21 +++++--
 .../gemfire/cache/operations/InterestType.java  |  21 +++++--
 .../operations/InvalidateOperationContext.java  |  21 +++++--
 .../cache/operations/KeyOperationContext.java   |  21 +++++--
 .../operations/KeySetOperationContext.java      |  21 +++++--
 .../operations/KeyValueOperationContext.java    |  21 +++++--
 .../cache/operations/OperationContext.java      |  21 +++++--
 .../operations/PutAllOperationContext.java      |  21 +++++--
 .../cache/operations/PutOperationContext.java   |  21 +++++--
 .../cache/operations/QueryOperationContext.java |  21 +++++--
 .../operations/RegionClearOperationContext.java |  21 +++++--
 .../RegionCreateOperationContext.java           |  21 +++++--
 .../RegionDestroyOperationContext.java          |  21 +++++--
 .../operations/RegionOperationContext.java      |  21 +++++--
 .../RegisterInterestOperationContext.java       |  21 +++++--
 .../operations/RemoveAllOperationContext.java   |  21 +++++--
 .../operations/StopCQOperationContext.java      |  21 +++++--
 .../UnregisterInterestOperationContext.java     |  21 +++++--
 .../internal/GetOperationContextImpl.java       |  16 +++++
 .../cache/partition/PartitionListener.java      |  20 ++++--
 .../partition/PartitionListenerAdapter.java     |  23 ++++---
 .../cache/partition/PartitionManager.java       |  20 ++++--
 .../cache/partition/PartitionMemberInfo.java    |  21 +++++--
 .../PartitionNotAvailableException.java         |  21 +++++--
 .../cache/partition/PartitionRebalanceInfo.java |  21 +++++--
 .../cache/partition/PartitionRegionHelper.java  |  20 ++++--
 .../cache/partition/PartitionRegionInfo.java    |  21 +++++--
 .../ConflictingPersistentDataException.java     |  21 +++++--
 .../persistence/PartitionOfflineException.java  |  21 +++++--
 .../gemfire/cache/persistence/PersistentID.java |  23 ++++---
 .../PersistentReplicatesOfflineException.java   |  21 +++++--
 .../persistence/RevokeFailedException.java      |  21 +++++--
 .../RevokedPersistentDataException.java         |  21 +++++--
 .../gemfire/cache/query/Aggregator.java         |  16 +++++
 .../cache/query/AmbiguousNameException.java     |  21 +++++--
 .../gemfire/cache/query/CqAttributes.java       |  21 +++++--
 .../cache/query/CqAttributesFactory.java        |  21 +++++--
 .../cache/query/CqAttributesMutator.java        |  21 +++++--
 .../gemfire/cache/query/CqClosedException.java  |  21 +++++--
 .../gemstone/gemfire/cache/query/CqEvent.java   |  21 +++++--
 .../gemfire/cache/query/CqException.java        |  21 +++++--
 .../gemfire/cache/query/CqExistsException.java  |  21 +++++--
 .../gemfire/cache/query/CqListener.java         |  21 +++++--
 .../gemstone/gemfire/cache/query/CqQuery.java   |  21 +++++--
 .../gemstone/gemfire/cache/query/CqResults.java |  21 +++++--
 .../cache/query/CqServiceStatistics.java        |  21 +++++--
 .../gemstone/gemfire/cache/query/CqState.java   |  21 +++++--
 .../gemfire/cache/query/CqStatistics.java       |  21 +++++--
 .../gemfire/cache/query/CqStatusListener.java   |  21 +++++--
 .../cache/query/FunctionDomainException.java    |  21 +++++--
 .../com/gemstone/gemfire/cache/query/Index.java |  21 +++++--
 .../cache/query/IndexCreationException.java     |  21 +++++--
 .../cache/query/IndexExistsException.java       |  21 +++++--
 .../cache/query/IndexInvalidException.java      |  21 +++++--
 .../cache/query/IndexMaintenanceException.java  |  21 +++++--
 .../cache/query/IndexNameConflictException.java |  21 +++++--
 .../gemfire/cache/query/IndexStatistics.java    |  21 +++++--
 .../gemstone/gemfire/cache/query/IndexType.java |  21 +++++--
 .../query/MultiIndexCreationException.java      |  16 +++++
 .../cache/query/NameNotFoundException.java      |  21 +++++--
 .../cache/query/NameResolutionException.java    |  21 +++++--
 .../query/ParameterCountInvalidException.java   |  21 +++++--
 .../com/gemstone/gemfire/cache/query/Query.java |  21 +++++--
 .../gemfire/cache/query/QueryException.java     |  21 +++++--
 .../query/QueryExecutionLowMemoryException.java |  21 +++++--
 .../query/QueryExecutionTimeoutException.java   |  21 +++++--
 .../cache/query/QueryInvalidException.java      |  21 +++++--
 .../query/QueryInvocationTargetException.java   |  21 +++++--
 .../gemfire/cache/query/QueryService.java       |  21 +++++--
 .../gemfire/cache/query/QueryStatistics.java    |  21 +++++--
 .../cache/query/RegionNotFoundException.java    |  21 +++++--
 .../gemfire/cache/query/SelectResults.java      |  21 +++++--
 .../gemstone/gemfire/cache/query/Struct.java    |  21 +++++--
 .../cache/query/TypeMismatchException.java      |  21 +++++--
 .../query/internal/AbstractCompiledValue.java   |  22 ++++---
 .../internal/AbstractGroupOrRangeJunction.java  |  21 +++++--
 .../cache/query/internal/AllGroupJunction.java  |  21 +++++--
 .../query/internal/AttributeDescriptor.java     |  22 ++++---
 .../gemfire/cache/query/internal/Bag.java       |  21 +++++--
 .../internal/CompiledAggregateFunction.java     |  16 +++++
 .../query/internal/CompiledBindArgument.java    |  22 ++++---
 .../query/internal/CompiledComparison.java      |  22 ++++---
 .../query/internal/CompiledConstruction.java    |  22 ++++---
 .../cache/query/internal/CompiledFunction.java  |  22 ++++---
 .../query/internal/CompiledGroupBySelect.java   |  16 +++++
 .../cache/query/internal/CompiledID.java        |  22 ++++---
 .../cache/query/internal/CompiledIn.java        |  22 ++++---
 .../query/internal/CompiledIndexOperation.java  |  22 ++++---
 .../query/internal/CompiledIteratorDef.java     |  21 +++++--
 .../cache/query/internal/CompiledJunction.java  |  22 ++++---
 .../cache/query/internal/CompiledLike.java      |  21 +++++--
 .../cache/query/internal/CompiledLiteral.java   |  22 ++++---
 .../cache/query/internal/CompiledNegation.java  |  22 ++++---
 .../cache/query/internal/CompiledOperation.java |  22 ++++---
 .../cache/query/internal/CompiledPath.java      |  22 ++++---
 .../cache/query/internal/CompiledRegion.java    |  22 ++++---
 .../cache/query/internal/CompiledSelect.java    |  22 ++++---
 .../query/internal/CompiledSortCriterion.java   |  21 +++++--
 .../query/internal/CompiledUnaryMinus.java      |  21 +++++--
 .../cache/query/internal/CompiledUndefined.java |  22 ++++---
 .../cache/query/internal/CompiledValue.java     |  22 ++++---
 .../query/internal/CompositeGroupJunction.java  |  21 +++++--
 .../gemfire/cache/query/internal/CqEntry.java   |  21 +++++--
 .../cache/query/internal/CqQueryVsdStats.java   |  21 +++++--
 .../cache/query/internal/CqStateImpl.java       |  22 ++++---
 .../internal/CumulativeNonDistinctResults.java  |  16 +++++
 .../cache/query/internal/DefaultQuery.java      |  22 ++++---
 .../query/internal/DefaultQueryService.java     |  22 ++++---
 .../cache/query/internal/ExecutionContext.java  |  22 ++++---
 .../gemfire/cache/query/internal/Filter.java    |  22 ++++---
 .../gemfire/cache/query/internal/Functions.java |  22 ++++---
 .../cache/query/internal/GroupJunction.java     |  21 +++++--
 .../cache/query/internal/HashingStrategy.java   |  21 +++++--
 .../gemfire/cache/query/internal/IndexInfo.java |  21 ++++---
 .../internal/IndexTrackingQueryObserver.java    |  28 +++++----
 .../cache/query/internal/IndexUpdater.java      |  21 +++++--
 .../gemfire/cache/query/internal/Indexable.java |  21 +++++--
 .../cache/query/internal/LinkedResultSet.java   |  21 +++++--
 .../cache/query/internal/LinkedStructSet.java   |  21 +++++--
 .../cache/query/internal/MapIndexable.java      |  16 +++++
 .../cache/query/internal/MethodDispatch.java    |  22 ++++---
 .../cache/query/internal/NWayMergeResults.java  |  16 +++++
 .../gemfire/cache/query/internal/Negatable.java |  22 ++++---
 .../gemfire/cache/query/internal/NullToken.java |  23 ++++---
 .../cache/query/internal/ObjectIntHashMap.java  |  21 +++++--
 .../cache/query/internal/OrderByComparator.java |  18 +++++-
 .../internal/OrderByComparatorUnmapped.java     |  16 +++++
 .../gemfire/cache/query/internal/Ordered.java   |  16 +++++
 .../cache/query/internal/OrganizedOperands.java |  21 +++++--
 .../cache/query/internal/PRQueryTraceInfo.java  |  22 ++++---
 .../gemfire/cache/query/internal/PathUtils.java |  22 ++++---
 .../gemfire/cache/query/internal/PlanInfo.java  |  22 ++++---
 .../cache/query/internal/ProxyQueryService.java |  21 +++++--
 .../gemfire/cache/query/internal/QCompiler.java |  22 ++++---
 .../gemfire/cache/query/internal/QRegion.java   |  21 +++++--
 .../gemfire/cache/query/internal/QScope.java    |  22 ++++---
 .../QueryExecutionCanceledException.java        |  21 +++++--
 .../query/internal/QueryExecutionContext.java   |  24 ++++---
 .../cache/query/internal/QueryExecutor.java     |  21 +++++--
 .../cache/query/internal/QueryMonitor.java      |  21 +++++--
 .../cache/query/internal/QueryObserver.java     |  22 ++++---
 .../query/internal/QueryObserverAdapter.java    |  22 ++++---
 .../query/internal/QueryObserverHolder.java     |  22 ++++---
 .../cache/query/internal/QueryUtils.java        |  21 +++++--
 .../cache/query/internal/RangeJunction.java     |  21 +++++--
 .../cache/query/internal/ResultsBag.java        |  16 +++++
 .../ResultsCollectionCopyOnReadWrapper.java     |  21 +++++--
 ...ResultsCollectionPdxDeserializerWrapper.java |  21 +++++--
 .../internal/ResultsCollectionWrapper.java      |  21 +++++--
 .../cache/query/internal/ResultsSet.java        |  21 +++++--
 .../cache/query/internal/RuntimeIterator.java   |  22 ++++---
 .../query/internal/SelectResultsComparator.java |  21 +++++--
 .../cache/query/internal/SortedResultSet.java   |  21 +++++--
 .../cache/query/internal/SortedResultsBag.java  |  16 +++++
 .../cache/query/internal/SortedStructBag.java   |  16 +++++
 .../cache/query/internal/SortedStructSet.java   |  21 +++++--
 .../gemfire/cache/query/internal/StructBag.java |  21 +++++--
 .../cache/query/internal/StructFields.java      |  16 +++++
 .../cache/query/internal/StructImpl.java        |  21 +++++--
 .../gemfire/cache/query/internal/StructSet.java |  21 +++++--
 .../gemfire/cache/query/internal/Support.java   |  22 ++++---
 .../gemfire/cache/query/internal/Undefined.java |  22 ++++---
 .../internal/aggregate/AbstractAggregator.java  |  16 +++++
 .../cache/query/internal/aggregate/Avg.java     |  16 +++++
 .../query/internal/aggregate/AvgBucketNode.java |  16 +++++
 .../query/internal/aggregate/AvgDistinct.java   |  16 +++++
 .../aggregate/AvgDistinctPRQueryNode.java       |  16 +++++
 .../internal/aggregate/AvgPRQueryNode.java      |  16 +++++
 .../cache/query/internal/aggregate/Count.java   |  16 +++++
 .../query/internal/aggregate/CountDistinct.java |  16 +++++
 .../aggregate/CountDistinctPRQueryNode.java     |  16 +++++
 .../internal/aggregate/CountPRQueryNode.java    |  16 +++++
 .../internal/aggregate/DistinctAggregator.java  |  16 +++++
 .../cache/query/internal/aggregate/MaxMin.java  |  16 +++++
 .../cache/query/internal/aggregate/Sum.java     |  16 +++++
 .../query/internal/aggregate/SumDistinct.java   |  16 +++++
 .../aggregate/SumDistinctPRQueryNode.java       |  16 +++++
 .../cache/query/internal/cq/ClientCQ.java       |  16 +++++
 .../cache/query/internal/cq/CqService.java      |  16 +++++
 .../query/internal/cq/CqServiceProvider.java    |  16 +++++
 .../query/internal/cq/InternalCqQuery.java      |  16 +++++
 .../query/internal/cq/MissingCqService.java     |  16 +++++
 .../internal/cq/MissingCqServiceStatistics.java |  16 +++++
 .../cache/query/internal/cq/ServerCQ.java       |  16 +++++
 .../query/internal/cq/spi/CqServiceFactory.java |  16 +++++
 .../query/internal/index/AbstractIndex.java     |  21 ++++---
 .../query/internal/index/AbstractMapIndex.java  |  21 +++++--
 .../internal/index/CompactMapRangeIndex.java    |  21 +++++--
 .../query/internal/index/CompactRangeIndex.java |  21 +++++--
 .../query/internal/index/DummyQRegion.java      |  21 +++++--
 .../index/FunctionalIndexCreationHelper.java    |  21 +++++--
 .../cache/query/internal/index/HashIndex.java   |  21 +++++--
 .../query/internal/index/HashIndexSet.java      |  21 +++++--
 .../query/internal/index/HashIndexStrategy.java |  21 +++++--
 .../query/internal/index/IMQException.java      |  21 +++++--
 .../internal/index/IndexConcurrentHashSet.java  |  21 +++++--
 .../query/internal/index/IndexCreationData.java |  21 +++++--
 .../internal/index/IndexCreationHelper.java     |  21 +++++--
 .../cache/query/internal/index/IndexData.java   |  21 +++++--
 .../query/internal/index/IndexElemArray.java    |  21 +++++--
 .../query/internal/index/IndexManager.java      |  21 +++++--
 .../query/internal/index/IndexProtocol.java     |  20 ++++--
 .../cache/query/internal/index/IndexStats.java  |  21 +++++--
 .../cache/query/internal/index/IndexStore.java  |  23 ++++---
 .../cache/query/internal/index/IndexUtils.java  |  21 +++++--
 .../index/IndexedExpressionEvaluator.java       |  21 +++++--
 .../query/internal/index/MapIndexStore.java     |  21 +++++--
 .../query/internal/index/MapRangeIndex.java     |  21 +++++--
 .../query/internal/index/MemoryIndexStore.java  |  21 +++++--
 .../query/internal/index/PartitionedIndex.java  |  21 +++++--
 .../query/internal/index/PrimaryKeyIndex.java   |  21 +++++--
 .../index/PrimaryKeyIndexCreationHelper.java    |  21 +++++--
 .../cache/query/internal/index/RangeIndex.java  |  21 +++++--
 .../query/internal/parse/ASTAggregateFunc.java  |  16 +++++
 .../cache/query/internal/parse/ASTAnd.java      |  21 +++++--
 .../query/internal/parse/ASTCombination.java    |  21 +++++--
 .../query/internal/parse/ASTCompareOp.java      |  21 +++++--
 .../query/internal/parse/ASTConstruction.java   |  21 +++++--
 .../query/internal/parse/ASTConversionExpr.java |  21 +++++--
 .../cache/query/internal/parse/ASTDummy.java    |  16 +++++
 .../cache/query/internal/parse/ASTGroupBy.java  |  21 +++++--
 .../cache/query/internal/parse/ASTHint.java     |  21 +++++--
 .../query/internal/parse/ASTHintIdentifier.java |  21 +++++--
 .../query/internal/parse/ASTIdentifier.java     |  21 +++++--
 .../cache/query/internal/parse/ASTImport.java   |  21 +++++--
 .../cache/query/internal/parse/ASTIn.java       |  21 +++++--
 .../query/internal/parse/ASTIteratorDef.java    |  21 +++++--
 .../cache/query/internal/parse/ASTLike.java     |  21 +++++--
 .../cache/query/internal/parse/ASTLimit.java    |  23 ++++---
 .../cache/query/internal/parse/ASTLiteral.java  |  21 +++++--
 .../internal/parse/ASTMethodInvocation.java     |  21 +++++--
 .../cache/query/internal/parse/ASTOr.java       |  21 +++++--
 .../cache/query/internal/parse/ASTOrderBy.java  |  21 +++++--
 .../query/internal/parse/ASTParameter.java      |  21 +++++--
 .../cache/query/internal/parse/ASTPostfix.java  |  21 +++++--
 .../query/internal/parse/ASTProjection.java     |  21 +++++--
 .../query/internal/parse/ASTRegionPath.java     |  21 +++++--
 .../cache/query/internal/parse/ASTSelect.java   |  21 +++++--
 .../query/internal/parse/ASTSortCriterion.java  |  21 +++++--
 .../cache/query/internal/parse/ASTTrace.java    |  21 +++++--
 .../cache/query/internal/parse/ASTType.java     |  21 +++++--
 .../cache/query/internal/parse/ASTTypeCast.java |  21 +++++--
 .../cache/query/internal/parse/ASTUnary.java    |  21 +++++--
 .../query/internal/parse/ASTUndefinedExpr.java  |  21 +++++--
 .../query/internal/parse/ASTUnsupported.java    |  21 +++++--
 .../cache/query/internal/parse/GemFireAST.java  |  21 +++++--
 .../cache/query/internal/parse/UtilParser.java  |  21 +++++--
 .../internal/types/CollectionTypeImpl.java      |  21 +++++--
 .../types/ExtendedNumericComparator.java        |  22 ++++---
 .../cache/query/internal/types/MapTypeImpl.java |  21 +++++--
 .../query/internal/types/NumericComparator.java |  22 ++++---
 .../query/internal/types/ObjectTypeImpl.java    |  21 +++++--
 .../query/internal/types/StructTypeImpl.java    |  21 +++++--
 .../internal/types/TemporalComparator.java      |  22 ++++---
 .../cache/query/internal/types/TypeUtils.java   |  22 ++++---
 .../query/internal/utils/LimitIterator.java     |  16 +++++
 .../cache/query/internal/utils/PDXUtils.java    |  16 +++++
 .../cache/query/types/CollectionType.java       |  21 +++++--
 .../gemfire/cache/query/types/MapType.java      |  21 +++++--
 .../gemfire/cache/query/types/ObjectType.java   |  21 +++++--
 .../gemfire/cache/query/types/StructType.java   |  21 +++++--
 .../gemfire/cache/server/CacheServer.java       |  21 +++++--
 .../cache/server/ClientSubscriptionConfig.java  |  21 +++++--
 .../gemfire/cache/server/ServerLoad.java        |  21 +++++--
 .../gemfire/cache/server/ServerLoadProbe.java   |  21 +++++--
 .../cache/server/ServerLoadProbeAdapter.java    |  21 +++++--
 .../gemfire/cache/server/ServerMetrics.java     |  21 +++++--
 .../server/internal/ConnectionCountProbe.java   |  21 +++++--
 .../cache/server/internal/LoadMonitor.java      |  21 +++++--
 .../server/internal/ServerMetricsImpl.java      |  21 +++++--
 .../cache/snapshot/CacheSnapshotService.java    |  21 +++++--
 .../cache/snapshot/RegionSnapshotService.java   |  21 +++++--
 .../gemfire/cache/snapshot/SnapshotFilter.java  |  21 +++++--
 .../cache/snapshot/SnapshotIterator.java        |  21 +++++--
 .../gemfire/cache/snapshot/SnapshotOptions.java |  21 +++++--
 .../gemfire/cache/snapshot/SnapshotReader.java  |  21 +++++--
 .../cache/util/BoundedLinkedHashMap.java        |  21 +++++--
 .../cache/util/CacheListenerAdapter.java        |  21 +++++--
 .../gemfire/cache/util/CacheWriterAdapter.java  |  21 +++++--
 .../gemfire/cache/util/CqListenerAdapter.java   |  21 +++++--
 .../gemstone/gemfire/cache/util/Gateway.java    |  16 +++++
 .../cache/util/GatewayConflictHelper.java       |  21 +++++--
 .../cache/util/GatewayConflictResolver.java     |  21 +++++--
 .../gemfire/cache/util/GatewayEvent.java        |  21 +++++--
 .../gemfire/cache/util/ObjectSizer.java         |  21 +++++--
 .../gemfire/cache/util/ObjectSizerImpl.java     |  16 +++++
 .../util/RegionMembershipListenerAdapter.java   |  21 +++++--
 .../cache/util/RegionRoleListenerAdapter.java   |  21 +++++--
 .../cache/util/TimestampedEntryEvent.java       |  21 +++++--
 .../cache/util/TransactionListenerAdapter.java  |  21 +++++--
 .../gemfire/cache/wan/EventSequenceID.java      |  21 +++++--
 .../gemfire/cache/wan/GatewayEventFilter.java   |  20 ++++--
 .../wan/GatewayEventSubstitutionFilter.java     |  21 +++++--
 .../gemfire/cache/wan/GatewayQueueEvent.java    |  21 +++++--
 .../gemfire/cache/wan/GatewayReceiver.java      |  20 ++++--
 .../cache/wan/GatewayReceiverFactory.java       |  20 ++++--
 .../gemfire/cache/wan/GatewaySender.java        |  20 ++++--
 .../gemfire/cache/wan/GatewaySenderFactory.java |  20 ++++--
 .../cache/wan/GatewayTransportFilter.java       |  20 ++++--
 .../compression/CompressionException.java       |  23 ++++---
 .../gemfire/compression/Compressor.java         |  23 ++++---
 .../gemfire/compression/SnappyCompressor.java   |  21 +++++--
 .../gemfire/distributed/AbstractLauncher.java   |  20 ++++--
 .../distributed/ClientSocketFactory.java        |  21 +++++--
 .../distributed/DistributedLockService.java     |  21 +++++--
 .../gemfire/distributed/DistributedMember.java  |  21 +++++--
 .../gemfire/distributed/DistributedSystem.java  |  21 +++++--
 .../DistributedSystemDisconnectedException.java |  23 ++++---
 .../distributed/DurableClientAttributes.java    |  21 +++++--
 .../distributed/FutureCancelledException.java   |  21 +++++--
 .../distributed/GatewayCancelledException.java  |  23 ++++---
 .../distributed/LeaseExpiredException.java      |  21 +++++--
 .../gemstone/gemfire/distributed/Locator.java   |  21 +++++--
 .../gemfire/distributed/LocatorLauncher.java    |  20 ++++--
 .../distributed/LockNotHeldException.java       |  21 +++++--
 .../LockServiceDestroyedException.java          |  21 +++++--
 .../distributed/OplogCancelledException.java    |  23 ++++---
 .../distributed/PoolCancelledException.java     |  23 ++++---
 .../com/gemstone/gemfire/distributed/Role.java  |  21 +++++--
 .../gemfire/distributed/ServerLauncher.java     |  20 ++++--
 .../TXManagerCancelledException.java            |  23 ++++---
 .../internal/AbstractDistributionConfig.java    |  21 +++++--
 .../distributed/internal/AdminMessageType.java  |  16 +++++
 .../internal/AtomicLongWithTerminalState.java   |  21 +++++--
 .../internal/CollectingReplyProcessor.java      |  21 +++++--
 .../distributed/internal/ConflationKey.java     |  21 +++++--
 .../gemfire/distributed/internal/DM.java        |  21 +++++--
 .../gemfire/distributed/internal/DMStats.java   |  21 +++++--
 .../gemfire/distributed/internal/DSClock.java   |  16 +++++
 .../internal/DirectReplyProcessor.java          |  21 +++++--
 .../distributed/internal/DistributedState.java  |  21 +++++--
 .../internal/DistributionAdvisee.java           |  21 +++++--
 .../internal/DistributionAdvisor.java           |  21 +++++--
 .../internal/DistributionChannel.java           |  21 +++++--
 .../internal/DistributionConfig.java            |  21 +++++--
 .../internal/DistributionConfigImpl.java        |  21 +++++--
 .../internal/DistributionConfigSnapshot.java    |  21 +++++--
 .../internal/DistributionException.java         |  21 +++++--
 .../internal/DistributionManager.java           |  21 +++++--
 .../internal/DistributionManagerConfig.java     |  21 +++++--
 .../internal/DistributionMessage.java           |  21 +++++--
 .../internal/DistributionMessageObserver.java   |  23 ++++---
 .../distributed/internal/DistributionStats.java |  21 +++++--
 .../distributed/internal/FlowControlParams.java |  21 +++++--
 .../internal/ForceDisconnectOperation.java      |  21 +++++--
 .../FunctionExecutionPooledExecutor.java        |  21 +++++--
 .../distributed/internal/HealthMonitor.java     |  21 +++++--
 .../distributed/internal/HealthMonitorImpl.java |  21 +++++--
 .../internal/HighPriorityAckedMessage.java      |  21 +++++--
 .../HighPriorityDistributionMessage.java        |  21 +++++--
 .../distributed/internal/IgnoredByManager.java  |  16 +++++
 .../internal/InternalDistributedSystem.java     |  19 ++++--
 .../distributed/internal/InternalLocator.java   |  21 +++++--
 .../internal/LocatorLoadSnapshot.java           |  20 ++++--
 .../distributed/internal/LocatorStats.java      |  21 +++++--
 .../internal/LonerDistributionManager.java      |  21 +++++--
 .../gemfire/distributed/internal/MQueue.java    |  16 +++++
 .../internal/MembershipListener.java            |  21 +++++--
 .../distributed/internal/MessageFactory.java    |  21 +++++--
 .../distributed/internal/MessageWithReply.java  |  21 +++++--
 .../internal/OverflowQueueWithDMStats.java      |  21 +++++--
 .../distributed/internal/PoolStatHelper.java    |  21 +++++--
 .../internal/PooledDistributionMessage.java     |  21 +++++--
 .../internal/PooledExecutorWithDMStats.java     |  21 +++++--
 .../distributed/internal/ProcessorKeeper21.java |  21 +++++--
 .../distributed/internal/ProductUseLog.java     |  21 +++++--
 .../distributed/internal/ProfileListener.java   |  21 +++++--
 .../distributed/internal/QueueStatHelper.java   |  21 +++++--
 .../internal/ReliableReplyException.java        |  21 +++++--
 .../internal/ReliableReplyProcessor21.java      |  21 +++++--
 .../distributed/internal/ReplyException.java    |  21 +++++--
 .../distributed/internal/ReplyMessage.java      |  21 +++++--
 .../distributed/internal/ReplyProcessor21.java  |  21 +++++--
 .../distributed/internal/ReplySender.java       |  21 +++++--
 .../distributed/internal/ResourceEvent.java     |  20 ++++--
 .../internal/ResourceEventsListener.java        |  20 ++++--
 .../internal/RuntimeDistributionConfigImpl.java |  21 +++++--
 .../internal/SerialAckedMessage.java            |  21 +++++--
 .../internal/SerialDistributionMessage.java     |  21 +++++--
 .../SerialQueuedExecutorWithDMStats.java        |  21 +++++--
 .../distributed/internal/ServerLocation.java    |  21 +++++--
 .../distributed/internal/ServerLocator.java     |  21 +++++--
 .../internal/SharedConfiguration.java           |  21 +++++--
 .../distributed/internal/ShutdownMessage.java   |  21 +++++--
 .../gemfire/distributed/internal/Sizeable.java  |  16 +++++
 .../distributed/internal/SizeableRunnable.java  |  21 +++++--
 .../distributed/internal/StartupMessage.java    |  21 +++++--
 .../internal/StartupMessageData.java            |  21 +++++--
 .../internal/StartupMessageReplyProcessor.java  |  21 +++++--
 .../distributed/internal/StartupOperation.java  |  21 +++++--
 .../internal/StartupResponseMessage.java        |  21 +++++--
 .../StartupResponseWithVersionMessage.java      |  23 ++++---
 .../internal/ThrottledMemQueueStatHelper.java   |  21 +++++--
 .../internal/ThrottledQueueStatHelper.java      |  21 +++++--
 .../ThrottlingMemLinkedQueueWithDMStats.java    |  21 +++++--
 .../internal/WaitForViewInstallation.java       |  21 +++++--
 .../internal/WanLocatorDiscoverer.java          |  16 +++++
 .../deadlock/DLockDependencyMonitor.java        |  21 +++++--
 .../internal/deadlock/DeadlockDetector.java     |  21 +++++--
 .../internal/deadlock/Dependency.java           |  21 +++++--
 .../internal/deadlock/DependencyGraph.java      |  21 +++++--
 .../internal/deadlock/DependencyMonitor.java    |  21 +++++--
 .../deadlock/DependencyMonitorManager.java      |  21 +++++--
 .../deadlock/GemFireDeadlockDetector.java       |  21 +++++--
 .../internal/deadlock/LocalLockInfo.java        |  23 ++++---
 .../internal/deadlock/LocalThread.java          |  23 ++++---
 .../deadlock/MessageDependencyMonitor.java      |  21 +++++--
 .../internal/deadlock/ThreadReference.java      |  21 +++++--
 .../internal/deadlock/UnsafeThreadLocal.java    |  21 +++++--
 .../internal/direct/DirectChannel.java          |  21 +++++--
 .../internal/direct/MissingStubException.java   |  21 +++++--
 .../internal/locks/Collaboration.java           |  21 +++++--
 .../distributed/internal/locks/DLockBatch.java  |  21 +++++--
 .../internal/locks/DLockBatchId.java            |  21 +++++--
 .../internal/locks/DLockGrantor.java            |  21 +++++--
 .../locks/DLockLessorDepartureHandler.java      |  21 +++++--
 .../internal/locks/DLockQueryProcessor.java     |  21 +++++--
 .../locks/DLockRecoverGrantorProcessor.java     |  21 +++++--
 .../internal/locks/DLockReleaseProcessor.java   |  21 +++++--
 .../internal/locks/DLockRemoteToken.java        |  21 +++++--
 .../internal/locks/DLockRequestProcessor.java   |  21 +++++--
 .../internal/locks/DLockService.java            |  21 +++++--
 .../distributed/internal/locks/DLockStats.java  |  21 +++++--
 .../distributed/internal/locks/DLockToken.java  |  21 +++++--
 .../internal/locks/DeposeGrantorProcessor.java  |  21 +++++--
 .../internal/locks/DistributedLockStats.java    |  21 +++++--
 .../internal/locks/DistributedMemberLock.java   |  21 +++++--
 .../internal/locks/DummyDLockStats.java         |  21 +++++--
 .../internal/locks/ElderInitProcessor.java      |  21 +++++--
 .../distributed/internal/locks/ElderState.java  |  21 +++++--
 .../distributed/internal/locks/GrantorInfo.java |  21 +++++--
 .../internal/locks/GrantorRequestProcessor.java |  21 +++++--
 .../locks/LockGrantorDestroyedException.java    |  21 +++++--
 .../internal/locks/LockGrantorId.java           |  21 +++++--
 .../locks/NonGrantorDestroyedProcessor.java     |  21 +++++--
 .../internal/locks/RemoteThread.java            |  21 +++++--
 .../DistributedMembershipListener.java          |  21 +++++--
 .../membership/InternalDistributedMember.java   |  21 +++++--
 .../internal/membership/InternalRole.java       |  21 +++++--
 .../internal/membership/MemberAttributes.java   |  21 +++++--
 .../internal/membership/MemberFactory.java      |  21 +++++--
 .../internal/membership/MemberServices.java     |  21 +++++--
 .../internal/membership/MembershipManager.java  |  21 +++++--
 .../internal/membership/MembershipTestHook.java |  21 +++++--
 .../internal/membership/NetMember.java          |  21 +++++--
 .../internal/membership/NetView.java            |  21 +++++--
 .../internal/membership/QuorumChecker.java      |  21 +++++--
 .../membership/jgroup/GFJGBasicAdapter.java     |  16 +++++
 .../membership/jgroup/GFJGPeerAdapter.java      |  16 +++++
 .../membership/jgroup/JGroupMember.java         |  21 +++++--
 .../membership/jgroup/JGroupMemberFactory.java  |  21 +++++--
 .../jgroup/JGroupMembershipManager.java         |  21 +++++--
 .../internal/membership/jgroup/LocatorImpl.java |  16 +++++
 .../membership/jgroup/QuorumCheckerImpl.java    |  21 +++++--
 .../internal/membership/jgroup/ViewMessage.java |  21 +++++--
 .../internal/streaming/StreamingOperation.java  |  21 +++++--
 .../internal/tcpserver/InfoRequest.java         |  20 ++++--
 .../internal/tcpserver/InfoResponse.java        |  20 ++++--
 .../internal/tcpserver/ShutdownRequest.java     |  20 ++++--
 .../internal/tcpserver/ShutdownResponse.java    |  20 ++++--
 .../internal/tcpserver/TcpClient.java           |  16 +++++
 .../internal/tcpserver/TcpHandler.java          |  16 +++++
 .../internal/tcpserver/TcpServer.java           |  16 +++++
 .../internal/tcpserver/VersionRequest.java      |  16 +++++
 .../internal/tcpserver/VersionResponse.java     |  16 +++++
 .../unsafe/RegisterSignalHandlerSupport.java    |  20 ++++--
 .../gemstone/gemfire/i18n/LogWriterI18n.java    |  21 +++++--
 .../com/gemstone/gemfire/i18n/StringIdImpl.java |  21 +++++--
 .../gemfire/internal/AbstractConfig.java        |  21 +++++--
 .../internal/AbstractStatisticsFactory.java     |  21 +++++--
 .../gemfire/internal/ArchiveSplitter.java       |  21 +++++--
 .../com/gemstone/gemfire/internal/Assert.java   |  21 +++++--
 .../gemfire/internal/AvailablePort.java         |  21 +++++--
 .../com/gemstone/gemfire/internal/Banner.java   |  49 ++++++++++-----
 .../gemfire/internal/ByteArrayDataInput.java    |  21 +++++--
 .../internal/ByteBufferOutputStream.java        |  21 +++++--
 .../gemfire/internal/ByteBufferWriter.java      |  16 +++++
 .../gemfire/internal/ClassLoadUtil.java         |  21 +++++--
 .../gemfire/internal/ClassPathLoader.java       |  21 +++++--
 .../com/gemstone/gemfire/internal/Config.java   |  21 +++++--
 .../gemstone/gemfire/internal/ConfigSource.java |  21 +++++--
 .../gemfire/internal/CopyOnWriteHashSet.java    |  21 +++++--
 .../com/gemstone/gemfire/internal/DSCODE.java   |  21 +++++--
 .../gemstone/gemfire/internal/DSFIDFactory.java |  21 +++++--
 .../internal/DSFIDNotFoundException.java        |  21 +++++--
 .../internal/DataSerializableFixedID.java       |  21 +++++--
 .../gemfire/internal/DistributionLocator.java   |  21 +++++--
 .../internal/DummyStatisticsFactory.java        |  21 +++++--
 .../gemfire/internal/DummyStatisticsImpl.java   |  21 +++++--
 .../gemfire/internal/ExternalizableDSFID.java   |  21 +++++--
 .../com/gemstone/gemfire/internal/FileUtil.java |  21 +++++--
 .../gemfire/internal/GemFireStatSampler.java    |  21 +++++--
 .../gemfire/internal/GemFireUtilLauncher.java   |  21 +++++--
 .../gemfire/internal/GemFireVersion.java        |  21 +++++--
 .../internal/GfeConsoleReaderFactory.java       |  20 ++++--
 .../gemfire/internal/HeapDataOutputStream.java  |  21 +++++--
 .../gemfire/internal/HistogramStats.java        |  21 +++++--
 .../gemfire/internal/HostStatHelper.java        |  21 +++++--
 .../gemfire/internal/HostStatSampler.java       |  21 +++++--
 .../InsufficientDiskSpaceException.java         |  21 +++++--
 .../internal/InternalDataSerializer.java        |  21 +++++--
 .../gemfire/internal/InternalEntity.java        |  16 +++++
 .../gemfire/internal/InternalInstantiator.java  |  21 +++++--
 .../InternalStatisticsDisabledException.java    |  21 +++++--
 .../gemfire/internal/JarClassLoader.java        |  20 ++++--
 .../gemstone/gemfire/internal/JarDeployer.java  |  20 ++++--
 .../gemfire/internal/LinuxProcFsStatistics.java |  21 +++++--
 .../gemfire/internal/LinuxProcessStats.java     |  21 +++++--
 .../gemfire/internal/LinuxSystemStats.java      |  21 +++++--
 .../gemfire/internal/LocalStatListener.java     |  21 +++++--
 .../internal/LocalStatisticsFactory.java        |  21 +++++--
 .../gemfire/internal/LocalStatisticsImpl.java   |  21 +++++--
 .../gemstone/gemfire/internal/ManagerInfo.java  |  20 ++++--
 .../gemfire/internal/MigrationClient.java       |  21 +++++--
 .../gemfire/internal/MigrationServer.java       |  21 +++++--
 .../gemstone/gemfire/internal/NanoTimer.java    |  21 +++++--
 .../gemfire/internal/NullDataOutputStream.java  |  21 +++++--
 .../gemstone/gemfire/internal/OSProcess.java    |  19 ++++--
 .../gemfire/internal/OSXProcessStats.java       |  21 +++++--
 .../gemfire/internal/OSXSystemStats.java        |  21 +++++--
 .../gemfire/internal/ObjIdConcurrentMap.java    |  21 +++++--
 .../com/gemstone/gemfire/internal/ObjIdMap.java |  21 +++++--
 .../internal/ObjToByteArraySerializer.java      |  21 +++++--
 .../gemfire/internal/OneTaskOnlyExecutor.java   |  21 +++++--
 .../gemfire/internal/OsStatisticsFactory.java   |  21 +++++--
 .../gemfire/internal/PdxSerializerObject.java   |  21 +++++--
 .../gemfire/internal/ProcessOutputReader.java   |  21 +++++--
 .../gemstone/gemfire/internal/ProcessStats.java |  21 +++++--
 .../gemstone/gemfire/internal/PureJavaMode.java |  21 +++++--
 ...cheduledThreadPoolExecutorWithKeepAlive.java |  21 +++++--
 .../com/gemstone/gemfire/internal/Sendable.java |  18 +++++-
 .../gemfire/internal/SerializationVersions.java |  21 +++++--
 .../com/gemstone/gemfire/internal/SetUtils.java |  20 ++++--
 .../gemfire/internal/SharedLibrary.java         |  21 +++++--
 .../gemfire/internal/SimpleStatSampler.java     |  21 +++++--
 .../com/gemstone/gemfire/internal/SmHelper.java |  21 +++++--
 .../gemstone/gemfire/internal/SocketCloser.java |  16 +++++
 .../gemfire/internal/SocketCreator.java         |  21 +++++--
 .../gemfire/internal/SolarisProcessStats.java   |  21 +++++--
 .../gemfire/internal/SolarisSystemStats.java    |  21 +++++--
 .../gemfire/internal/StatArchiveFormat.java     |  21 +++++--
 .../gemfire/internal/StatArchiveReader.java     |  21 +++++--
 .../gemfire/internal/StatArchiveWriter.java     |  21 +++++--
 .../gemfire/internal/StatSamplerStats.java      |  21 +++++--
 .../internal/StatisticDescriptorImpl.java       |  21 +++++--
 .../gemfire/internal/StatisticsImpl.java        |  21 +++++--
 .../gemfire/internal/StatisticsManager.java     |  21 +++++--
 .../internal/StatisticsTypeFactoryImpl.java     |  21 +++++--
 .../gemfire/internal/StatisticsTypeImpl.java    |  21 +++++--
 .../gemfire/internal/StatisticsTypeXml.java     |  21 +++++--
 .../gemstone/gemfire/internal/SystemAdmin.java  |  21 +++++--
 .../gemfire/internal/SystemFailureTestHook.java |  21 +++++--
 .../gemstone/gemfire/internal/SystemTimer.java  |  21 +++++--
 .../gemfire/internal/UniqueIdGenerator.java     |  21 +++++--
 .../com/gemstone/gemfire/internal/VMStats.java  |  21 +++++--
 .../gemfire/internal/VMStatsContract.java       |  21 +++++--
 .../internal/VMStatsContractFactory.java        |  21 +++++--
 .../com/gemstone/gemfire/internal/Version.java  |  21 +++++--
 .../internal/VersionedDataInputStream.java      |  21 +++++--
 .../internal/VersionedDataOutputStream.java     |  21 +++++--
 .../internal/VersionedDataSerializable.java     |  16 +++++
 .../gemfire/internal/VersionedDataStream.java   |  21 +++++--
 .../gemfire/internal/VersionedObjectInput.java  |  21 +++++--
 .../gemfire/internal/VersionedObjectOutput.java |  21 +++++--
 .../gemfire/internal/WindowsProcessStats.java   |  21 +++++--
 .../gemfire/internal/WindowsSystemStats.java    |  21 +++++--
 .../internal/admin/AdminBridgeServer.java       |  16 +++++
 .../gemstone/gemfire/internal/admin/Alert.java  |  21 +++++--
 .../gemfire/internal/admin/AlertListener.java   |  21 +++++--
 .../gemfire/internal/admin/ApplicationVM.java   |  21 +++++--
 .../gemfire/internal/admin/CacheCollector.java  |  21 +++++--
 .../gemfire/internal/admin/CacheInfo.java       |  21 +++++--
 .../gemfire/internal/admin/CacheSnapshot.java   |  21 +++++--
 .../admin/ClientHealthMonitoringRegion.java     |  21 +++++--
 .../internal/admin/ClientMembershipMessage.java |  21 +++++--
 .../internal/admin/ClientStatsManager.java      |  21 +++++--
 .../internal/admin/CompoundEntrySnapshot.java   |  21 +++++--
 .../internal/admin/CompoundRegionSnapshot.java  |  21 +++++--
 .../gemfire/internal/admin/DLockInfo.java       |  21 +++++--
 .../gemfire/internal/admin/EntrySnapshot.java   |  21 +++++--
 .../gemfire/internal/admin/EntryValueNode.java  |  23 ++++---
 .../gemfire/internal/admin/GemFireVM.java       |  21 +++++--
 .../gemfire/internal/admin/GfManagerAgent.java  |  21 +++++--
 .../internal/admin/GfManagerAgentConfig.java    |  21 +++++--
 .../internal/admin/GfManagerAgentFactory.java   |  21 +++++--
 .../gemfire/internal/admin/GfObject.java        |  21 +++++--
 .../gemfire/internal/admin/HealthListener.java  |  21 +++++--
 .../internal/admin/JoinLeaveListener.java       |  21 +++++--
 .../gemfire/internal/admin/ListenerIdMap.java   |  21 +++++--
 .../gemfire/internal/admin/RegionSnapshot.java  |  21 +++++--
 .../gemfire/internal/admin/SSLConfig.java       |  21 +++++--
 .../gemfire/internal/admin/SnapshotClient.java  |  21 +++++--
 .../gemstone/gemfire/internal/admin/Stat.java   |  21 +++++--
 .../gemfire/internal/admin/StatAlert.java       |  21 +++++--
 .../internal/admin/StatAlertDefinition.java     |  21 +++++--
 .../internal/admin/StatAlertsManager.java       |  21 +++++--
 .../gemfire/internal/admin/StatListener.java    |  21 +++++--
 .../gemfire/internal/admin/StatResource.java    |  21 +++++--
 .../gemfire/internal/admin/TransportConfig.java |  21 +++++--
 .../admin/remote/AddHealthListenerRequest.java  |  21 +++++--
 .../admin/remote/AddHealthListenerResponse.java |  21 +++++--
 .../admin/remote/AddStatListenerRequest.java    |  21 +++++--
 .../admin/remote/AddStatListenerResponse.java   |  21 +++++--
 .../remote/AdminConsoleDisconnectMessage.java   |  21 +++++--
 .../admin/remote/AdminConsoleMessage.java       |  21 +++++--
 .../admin/remote/AdminFailureResponse.java      |  21 +++++--
 .../remote/AdminMultipleReplyProcessor.java     |  21 +++++--
 .../internal/admin/remote/AdminRegion.java      |  21 +++++--
 .../admin/remote/AdminReplyProcessor.java       |  21 +++++--
 .../internal/admin/remote/AdminRequest.java     |  21 +++++--
 .../internal/admin/remote/AdminResponse.java    |  21 +++++--
 .../internal/admin/remote/AdminWaiters.java     |  21 +++++--
 .../admin/remote/AlertLevelChangeMessage.java   |  21 +++++--
 .../admin/remote/AlertListenerMessage.java      |  21 +++++--
 .../admin/remote/AlertsNotificationMessage.java |  21 +++++--
 .../admin/remote/AppCacheSnapshotMessage.java   |  21 +++++--
 .../admin/remote/BridgeServerRequest.java       |  21 +++++--
 .../admin/remote/BridgeServerResponse.java      |  21 +++++--
 .../admin/remote/CacheConfigRequest.java        |  21 +++++--
 .../admin/remote/CacheConfigResponse.java       |  21 +++++--
 .../internal/admin/remote/CacheDisplay.java     |  21 +++++--
 .../internal/admin/remote/CacheInfoRequest.java |  21 +++++--
 .../admin/remote/CacheInfoResponse.java         |  21 +++++--
 .../admin/remote/CancelStatListenerRequest.java |  21 +++++--
 .../remote/CancelStatListenerResponse.java      |  21 +++++--
 .../internal/admin/remote/Cancellable.java      |  21 +++++--
 .../admin/remote/CancellationMessage.java       |  23 ++++---
 .../admin/remote/CancellationRegistry.java      |  23 ++++---
 .../remote/ChangeRefreshIntervalMessage.java    |  21 +++++--
 .../internal/admin/remote/CliLegacyMessage.java |  16 +++++
 .../admin/remote/ClientHealthStats.java         |  21 +++++--
 .../internal/admin/remote/CompactRequest.java   |  21 +++++--
 .../internal/admin/remote/CompactResponse.java  |  21 +++++--
 .../admin/remote/DestroyEntryMessage.java       |  23 ++++---
 .../admin/remote/DestroyRegionMessage.java      |  23 ++++---
 .../admin/remote/DistributionLocatorId.java     |  21 +++++--
 .../internal/admin/remote/DummyEntry.java       |  21 +++++--
 .../admin/remote/DurableClientInfoRequest.java  |  20 ++++--
 .../admin/remote/DurableClientInfoResponse.java |  20 ++++--
 .../admin/remote/EntryValueNodeImpl.java        |  23 ++++---
 .../admin/remote/FetchDistLockInfoRequest.java  |  21 +++++--
 .../admin/remote/FetchDistLockInfoResponse.java |  21 +++++--
 .../remote/FetchHealthDiagnosisRequest.java     |  21 +++++--
 .../remote/FetchHealthDiagnosisResponse.java    |  21 +++++--
 .../internal/admin/remote/FetchHostRequest.java |  21 +++++--
 .../admin/remote/FetchHostResponse.java         |  21 +++++--
 .../remote/FetchResourceAttributesRequest.java  |  21 +++++--
 .../remote/FetchResourceAttributesResponse.java |  21 +++++--
 .../admin/remote/FetchStatsRequest.java         |  21 +++++--
 .../admin/remote/FetchStatsResponse.java        |  20 ++++--
 .../admin/remote/FetchSysCfgRequest.java        |  21 +++++--
 .../admin/remote/FetchSysCfgResponse.java       |  21 +++++--
 .../remote/FlushAppCacheSnapshotMessage.java    |  21 +++++--
 .../admin/remote/HealthListenerMessage.java     |  21 +++++--
 .../remote/InspectionClasspathManager.java      |  21 +++++--
 .../admin/remote/LicenseInfoRequest.java        |  21 +++++--
 .../admin/remote/LicenseInfoResponse.java       |  21 +++++--
 .../remote/MissingPersistentIDsRequest.java     |  21 +++++--
 .../remote/MissingPersistentIDsResponse.java    |  21 +++++--
 .../admin/remote/ObjectDetailsRequest.java      |  21 +++++--
 .../admin/remote/ObjectDetailsResponse.java     |  21 +++++--
 .../admin/remote/ObjectNamesRequest.java        |  21 +++++--
 .../admin/remote/ObjectNamesResponse.java       |  21 +++++--
 .../PrepareRevokePersistentIDRequest.java       |  21 +++++--
 .../remote/RefreshMemberSnapshotRequest.java    |  21 +++++--
 .../remote/RefreshMemberSnapshotResponse.java   |  21 +++++--
 .../admin/remote/RegionAdminMessage.java        |  21 +++++--
 .../admin/remote/RegionAdminRequest.java        |  21 +++++--
 .../admin/remote/RegionAttributesRequest.java   |  21 +++++--
 .../admin/remote/RegionAttributesResponse.java  |  21 +++++--
 .../internal/admin/remote/RegionRequest.java    |  21 +++++--
 .../internal/admin/remote/RegionResponse.java   |  21 +++++--
 .../admin/remote/RegionSizeRequest.java         |  21 +++++--
 .../admin/remote/RegionSizeResponse.java        |  21 +++++--
 .../admin/remote/RegionStatisticsRequest.java   |  21 +++++--
 .../admin/remote/RegionStatisticsResponse.java  |  21 +++++--
 .../remote/RegionSubRegionSizeRequest.java      |  20 ++++--
 .../remote/RegionSubRegionsSizeResponse.java    |  20 ++++--
 .../internal/admin/remote/RemoteAlert.java      |  21 +++++--
 .../admin/remote/RemoteApplicationVM.java       |  21 +++++--
 .../admin/remote/RemoteBridgeServer.java        |  21 +++++--
 .../internal/admin/remote/RemoteCacheInfo.java  |  21 +++++--
 .../admin/remote/RemoteCacheStatistics.java     |  21 +++++--
 .../internal/admin/remote/RemoteDLockInfo.java  |  21 +++++--
 .../admin/remote/RemoteEntrySnapshot.java       |  21 +++++--
 .../internal/admin/remote/RemoteGemFireVM.java  |  21 +++++--
 .../admin/remote/RemoteGfManagerAgent.java      |  21 +++++--
 .../internal/admin/remote/RemoteObjectName.java |  21 +++++--
 .../admin/remote/RemoteRegionAttributes.java    |  21 +++++--
 .../admin/remote/RemoteRegionSnapshot.java      |  21 +++++--
 .../internal/admin/remote/RemoteStat.java       |  21 +++++--
 .../admin/remote/RemoteStatResource.java        |  21 +++++--
 .../admin/remote/RemoteTransportConfig.java     |  21 +++++--
 .../remote/RemoveHealthListenerRequest.java     |  21 +++++--
 .../remote/RemoveHealthListenerResponse.java    |  21 +++++--
 .../admin/remote/ResetHealthStatusRequest.java  |  21 +++++--
 .../admin/remote/ResetHealthStatusResponse.java |  21 +++++--
 .../admin/remote/RevokePersistentIDRequest.java |  21 +++++--
 .../remote/RevokePersistentIDResponse.java      |  21 +++++--
 .../admin/remote/RootRegionRequest.java         |  21 +++++--
 .../admin/remote/RootRegionResponse.java        |  21 +++++--
 .../remote/ShutdownAllGatewayHubsRequest.java   |  16 +++++
 .../admin/remote/ShutdownAllRequest.java        |  21 +++++--
 .../admin/remote/ShutdownAllResponse.java       |  21 +++++--
 .../admin/remote/SnapshotResultMessage.java     |  21 +++++--
 .../remote/StatAlertsManagerAssignMessage.java  |  21 +++++--
 .../admin/remote/StatListenerMessage.java       |  21 +++++--
 .../admin/remote/StoreSysCfgRequest.java        |  21 +++++--
 .../admin/remote/StoreSysCfgResponse.java       |  21 +++++--
 .../internal/admin/remote/SubRegionRequest.java |  21 +++++--
 .../admin/remote/SubRegionResponse.java         |  21 +++++--
 .../internal/admin/remote/TailLogRequest.java   |  21 +++++--
 .../internal/admin/remote/TailLogResponse.java  |  21 +++++--
 .../remote/UpdateAlertDefinitionMessage.java    |  21 +++++--
 .../admin/remote/VersionInfoRequest.java        |  21 +++++--
 .../admin/remote/VersionInfoResponse.java       |  21 +++++--
 .../admin/remote/VersionMismatchAlert.java      |  21 +++++--
 .../admin/statalerts/BaseDecoratorImpl.java     |  21 +++++--
 .../statalerts/DummyStatisticInfoImpl.java      |  21 +++++--
 .../admin/statalerts/FunctionDecoratorImpl.java |  21 +++++--
 .../admin/statalerts/FunctionHelper.java        |  20 ++++--
 .../statalerts/GaugeThresholdDecoratorImpl.java |  21 +++++--
 .../statalerts/MultiAttrDefinitionImpl.java     |  21 +++++--
 .../NumberThresholdDecoratorImpl.java           |  21 +++++--
 .../statalerts/SingleAttrDefinitionImpl.java    |  21 +++++--
 .../admin/statalerts/StatisticInfo.java         |  21 +++++--
 .../admin/statalerts/StatisticInfoImpl.java     |  21 +++++--
 .../cache/AbstractBucketRegionQueue.java        |  21 +++++--
 .../internal/cache/AbstractCacheServer.java     |  21 +++++--
 .../cache/AbstractDiskLRURegionEntry.java       |  21 +++++--
 .../internal/cache/AbstractDiskRegion.java      |  21 +++++--
 .../internal/cache/AbstractDiskRegionEntry.java |  21 +++++--
 .../internal/cache/AbstractLRURegionEntry.java  |  21 +++++--
 .../internal/cache/AbstractLRURegionMap.java    |  21 +++++--
 .../cache/AbstractOplogDiskRegionEntry.java     |  21 +++++--
 .../gemfire/internal/cache/AbstractRegion.java  |  21 +++++--
 .../internal/cache/AbstractRegionEntry.java     |  21 +++++--
 .../internal/cache/AbstractRegionMap.java       |  21 +++++--
 .../internal/cache/AbstractUpdateOperation.java |  21 +++++--
 .../gemfire/internal/cache/AcceptHelper.java    |  21 +++++--
 .../cache/AddCacheServerProfileMessage.java     |  21 +++++--
 .../gemfire/internal/cache/BackupLock.java      |  21 +++++--
 .../gemfire/internal/cache/BucketAdvisor.java   |  21 +++++--
 .../gemfire/internal/cache/BucketDump.java      |  21 +++++--
 .../internal/cache/BucketNotFoundException.java |  21 +++++--
 .../cache/BucketPersistenceAdvisor.java         |  21 +++++--
 .../gemfire/internal/cache/BucketRegion.java    |  21 +++++--
 .../internal/cache/BucketRegionEvictior.java    |  21 +++++--
 .../internal/cache/BucketRegionQueue.java       |  21 +++++--
 .../internal/cache/BucketServerLocation.java    |  20 ++++--
 .../internal/cache/BucketServerLocation66.java  |  20 ++++--
 .../cache/BytesAndBitsForCompactor.java         |  21 +++++--
 .../internal/cache/CacheClientStatus.java       |  21 +++++--
 .../gemfire/internal/cache/CacheConfig.java     |  21 +++++--
 .../cache/CacheDistributionAdvisee.java         |  21 +++++--
 .../cache/CacheDistributionAdvisor.java         |  21 +++++--
 .../internal/cache/CacheLifecycleListener.java  |  21 +++++--
 .../gemfire/internal/cache/CacheObserver.java   |  21 +++++--
 .../internal/cache/CacheObserverAdapter.java    |  21 +++++--
 .../internal/cache/CacheObserverHolder.java     |  21 +++++--
 .../gemfire/internal/cache/CachePerfStats.java  |  21 +++++--
 .../internal/cache/CacheServerAdvisor.java      |  21 +++++--
 .../gemfire/internal/cache/CacheServerImpl.java |  21 +++++--
 .../internal/cache/CacheServerLauncher.java     |  21 +++++--
 .../internal/cache/CacheStatisticsImpl.java     |  21 +++++--
 .../internal/cache/CachedDeserializable.java    |  21 +++++--
 .../cache/CachedDeserializableFactory.java      |  21 +++++--
 .../internal/cache/ClientRegionEventImpl.java   |  21 +++++--
 .../internal/cache/ClientServerObserver.java    |  21 +++++--
 .../cache/ClientServerObserverAdapter.java      |  21 +++++--
 .../cache/ClientServerObserverHolder.java       |  21 +++++--
 .../cache/ClientSubscriptionConfigImpl.java     |  21 +++++--
 .../internal/cache/CloseCacheMessage.java       |  21 +++++--
 .../cache/ClusterConfigurationLoader.java       |  16 +++++
 .../internal/cache/ColocationHelper.java        |  20 ++++--
 .../internal/cache/CommitReplyException.java    |  21 +++++--
 .../internal/cache/CompactableOplog.java        |  21 +++++--
 .../gemfire/internal/cache/Conflatable.java     |  21 +++++--
 .../internal/cache/ControllerAdvisor.java       |  21 +++++--
 .../internal/cache/CountingDataInputStream.java |  21 +++++--
 .../internal/cache/CreateRegionProcessor.java   |  21 +++++--
 .../internal/cache/CustomEntryExpiryTask.java   |  16 +++++
 .../cache/CustomEvictionAttributesImpl.java     |  21 +++++--
 .../internal/cache/DataLocationException.java   |  21 +++++--
 .../internal/cache/DestroyOperation.java        |  21 +++++--
 .../cache/DestroyPartitionedRegionMessage.java  |  21 +++++--
 .../internal/cache/DestroyRegionOperation.java  |  21 +++++--
 .../gemfire/internal/cache/DestroyedEntry.java  |  21 +++++--
 .../internal/cache/DirectReplyMessage.java      |  21 +++++--
 .../gemfire/internal/cache/DirectoryHolder.java |  21 +++++--
 .../internal/cache/DiskDirectoryStats.java      |  21 +++++--
 .../gemfire/internal/cache/DiskEntry.java       |  21 +++++--
 .../gemstone/gemfire/internal/cache/DiskId.java |  21 +++++--
 .../gemfire/internal/cache/DiskInitFile.java    |  21 +++++--
 .../gemfire/internal/cache/DiskRegion.java      |  21 +++++--
 .../gemfire/internal/cache/DiskRegionStats.java |  21 +++++--
 .../internal/cache/DiskStoreAttributes.java     |  21 +++++--
 .../gemfire/internal/cache/DiskStoreBackup.java |  21 +++++--
 .../internal/cache/DiskStoreFactoryImpl.java    |  21 +++++--
 .../gemfire/internal/cache/DiskStoreImpl.java   |  21 +++++--
 .../internal/cache/DiskStoreMonitor.java        |  21 +++++--
 .../internal/cache/DiskStoreObserver.java       |  21 +++++--
 .../gemfire/internal/cache/DiskStoreStats.java  |  21 +++++--
 .../gemfire/internal/cache/DiskStoreTask.java   |  21 +++++--
 .../internal/cache/DiskWriteAttributesImpl.java |  21 +++++--
 .../internal/cache/DistPeerTXStateStub.java     |  16 +++++
 .../cache/DistTXAdjunctCommitMessage.java       |  16 +++++
 .../internal/cache/DistTXCommitMessage.java     |  17 ++++-
 .../cache/DistTXCoordinatorInterface.java       |  21 +++++--
 .../internal/cache/DistTXPrecommitMessage.java  |  17 ++++-
 .../internal/cache/DistTXRollbackMessage.java   |  17 ++++-
 .../gemfire/internal/cache/DistTXState.java     |  16 +++++
 .../cache/DistTXStateOnCoordinator.java         |  16 +++++
 .../internal/cache/DistTXStateProxyImpl.java    |  16 +++++
 .../DistTXStateProxyImplOnCoordinator.java      |  18 +++++-
 .../cache/DistTXStateProxyImplOnDatanode.java   |  16 +++++
 .../cache/DistributedCacheOperation.java        |  20 ++++--
 .../cache/DistributedClearOperation.java        |  21 +++++--
 .../cache/DistributedPutAllOperation.java       |  21 +++++--
 .../internal/cache/DistributedRegion.java       |  21 +++++--
 ...stributedRegionFunctionStreamingMessage.java |  21 +++++--
 .../cache/DistributedRemoveAllOperation.java    |  21 +++++--
 .../cache/DistributedTombstoneOperation.java    |  21 +++++--
 .../internal/cache/DummyCachePerfStats.java     |  21 +++++--
 .../internal/cache/DynamicRegionAttributes.java |  21 +++++--
 .../cache/DynamicRegionFactoryImpl.java         |  21 +++++--
 .../gemfire/internal/cache/EntriesMap.java      |  21 +++++--
 .../gemfire/internal/cache/EntriesSet.java      |  21 +++++--
 .../gemfire/internal/cache/EntryBits.java       |  21 +++++--
 .../gemfire/internal/cache/EntryEventImpl.java  |  21 +++++--
 .../gemfire/internal/cache/EntryExpiryTask.java |  21 +++++--
 .../internal/cache/EntryOperationImpl.java      |  21 +++++--
 .../gemfire/internal/cache/EntrySnapshot.java   |  23 ++++---
 .../internal/cache/EnumListenerEvent.java       |  20 ++++--
 .../gemfire/internal/cache/EventID.java         |  21 +++++--
 .../internal/cache/EventStateHelper.java        |  21 +++++--
 .../gemfire/internal/cache/EventTracker.java    |  21 +++++--
 .../internal/cache/EvictionAttributesImpl.java  |  23 ++++---
 .../gemfire/internal/cache/EvictorService.java  |  21 +++++--
 .../internal/cache/ExpirationScheduler.java     |  21 +++++--
 .../gemfire/internal/cache/ExpiryTask.java      |  21 +++++--
 .../internal/cache/ExportDiskRegion.java        |  16 +++++
 .../gemfire/internal/cache/FilterProfile.java   |  21 +++++--
 .../internal/cache/FilterRoutingInfo.java       |  21 +++++--
 .../cache/FindDurableQueueProcessor.java        |  21 +++++--
 .../internal/cache/FindRemoteTXMessage.java     |  21 +++++--
 .../internal/cache/FindVersionTagOperation.java |  21 +++++--
 .../cache/FixedPartitionAttributesImpl.java     |  21 +++++--
 .../internal/cache/ForceReattemptException.java |  21 +++++--
 .../cache/ForceableLinkedBlockingQueue.java     |  21 +++++--
 .../FunctionStreamingOrderedReplyMessage.java   |  21 +++++--
 .../cache/FunctionStreamingReplyMessage.java    |  21 +++++--
 .../internal/cache/GatewayEventFilter.java      |  16 +++++
 .../internal/cache/GemFireCacheImpl.java        |  21 +++++--
 .../internal/cache/GemfireCacheHelper.java      |  23 ++++---
 .../gemfire/internal/cache/GridAdvisor.java     |  21 +++++--
 .../gemfire/internal/cache/HARegion.java        |  21 +++++--
 .../internal/cache/HDFSLRURegionMap.java        |  21 +++++--
 .../gemfire/internal/cache/HDFSRegionMap.java   |  16 +++++
 .../internal/cache/HDFSRegionMapDelegate.java   |  21 +++++--
 .../internal/cache/HDFSRegionMapImpl.java       |  21 +++++--
 .../internal/cache/HasCachePerfStats.java       |  16 +++++
 .../gemfire/internal/cache/ImageState.java      |  21 +++++--
 .../cache/InMemoryPersistentMemberView.java     |  21 +++++--
 .../internal/cache/IncomingGatewayStatus.java   |  21 +++++--
 .../internal/cache/InitialImageFlowControl.java |  21 +++++--
 .../internal/cache/InitialImageOperation.java   |  21 +++++--
 .../gemfire/internal/cache/InlineKeyHelper.java |  21 +++++--
 .../gemfire/internal/cache/InterestEvent.java   |  21 +++++--
 .../gemfire/internal/cache/InterestFilter.java  |  21 +++++--
 .../cache/InterestRegistrationEventImpl.java    |  21 +++++--
 .../gemfire/internal/cache/InternalCache.java   |  18 ++++--
 .../internal/cache/InternalCacheEvent.java      |  21 +++++--
 .../internal/cache/InternalDataView.java        |  21 +++++--
 .../internal/cache/InternalRegionArguments.java |  21 +++++--
 .../internal/cache/InvalidateOperation.java     |  21 +++++--
 .../InvalidatePartitionedRegionMessage.java     |  21 +++++--
 .../cache/InvalidateRegionOperation.java        |  21 +++++--
 .../cache/JtaAfterCompletionMessage.java        |  21 +++++--
 .../cache/JtaBeforeCompletionMessage.java       |  21 +++++--
 .../gemfire/internal/cache/KeyInfo.java         |  21 +++++--
 .../internal/cache/KeyWithRegionContext.java    |  21 +++++--
 .../gemfire/internal/cache/ListOfDeltas.java    |  21 +++++--
 .../internal/cache/LoaderHelperFactory.java     |  21 +++++--
 .../internal/cache/LoaderHelperImpl.java        |  21 +++++--
 .../gemfire/internal/cache/LocalDataSet.java    |  21 +++++--
 .../gemfire/internal/cache/LocalRegion.java     |  21 +++++--
 .../internal/cache/LocalRegionDataView.java     |  21 +++++--
 .../cache/MemberFunctionStreamingMessage.java   |  21 +++++--
 .../cache/MinimumSystemRequirements.java        |  21 +++++--
 .../cache/NetSearchExpirationCalculator.java    |  21 +++++--
 .../gemstone/gemfire/internal/cache/Node.java   |  20 ++++--
 .../internal/cache/NonLocalRegionEntry.java     |  21 +++++--
 .../cache/NonLocalRegionEntryWithStats.java     |  23 ++++---
 .../internal/cache/OffHeapRegionEntry.java      |  16 +++++
 .../cache/OfflineCompactionDiskRegion.java      |  21 +++++--
 .../gemstone/gemfire/internal/cache/OpType.java |  21 +++++--
 .../gemstone/gemfire/internal/cache/Oplog.java  |  21 +++++--
 .../gemfire/internal/cache/OplogSet.java        |  16 +++++
 .../internal/cache/OrderedTombstoneMap.java     |  21 +++++--
 .../gemfire/internal/cache/OverflowOplog.java   |  21 +++++--
 .../internal/cache/OverflowOplogSet.java        |  21 +++++--
 .../internal/cache/PRContainsValueFunction.java |  21 +++++--
 .../internal/cache/PRHARedundancyProvider.java  |  20 ++++--
 .../internal/cache/PRQueryProcessor.java        |  20 ++++--
 .../internal/cache/PRSystemPropertyGetter.java  |  21 +++++--
 .../internal/cache/PartitionAttributesImpl.java |  21 +++++--
 .../internal/cache/PartitionRegionConfig.java   |  21 +++++--
 .../cache/PartitionRegionConfigValidator.java   |  21 +++++--
 .../internal/cache/PartitionedRegion.java       |  20 ++++--
 .../PartitionedRegionBucketMgmtHelper.java      |  20 ++++--
 .../cache/PartitionedRegionDataStore.java       |  20 ++++--
 .../cache/PartitionedRegionDataView.java        |  21 +++++--
 .../cache/PartitionedRegionException.java       |  21 +++++--
 .../internal/cache/PartitionedRegionHelper.java |  20 ++++--
 .../cache/PartitionedRegionQueryEvaluator.java  |  20 ++++--
 .../internal/cache/PartitionedRegionStats.java  |  21 +++++--
 .../internal/cache/PartitionedRegionStatus.java |  21 +++++--
 .../gemfire/internal/cache/PeerTXStateStub.java |  21 +++++--
 .../internal/cache/PersistentOplogSet.java      |  21 +++++--
 .../internal/cache/PlaceHolderDiskRegion.java   |  23 ++++---
 .../gemfire/internal/cache/PoolFactoryImpl.java |  21 +++++--
 .../gemfire/internal/cache/PoolManagerImpl.java |  21 +++++--
 .../gemfire/internal/cache/PoolStats.java       |  21 +++++--
 .../cache/PreferBytesCachedDeserializable.java  |  21 +++++--
 .../internal/cache/PrimaryBucketException.java  |  21 +++++--
 .../cache/ProfileExchangeProcessor.java         |  21 +++++--
 .../internal/cache/ProxyBucketRegion.java       |  21 +++++--
 .../gemfire/internal/cache/ProxyRegionMap.java  |  21 +++++--
 .../cache/PutAllPartialResultException.java     |  21 +++++--
 .../gemfire/internal/cache/QueuedOperation.java |  21 +++++--
 .../internal/cache/RegionClearedException.java  |  21 +++++--
 .../gemfire/internal/cache/RegionEntry.java     |  21 +++++--
 .../internal/cache/RegionEntryContext.java      |  21 +++++--
 .../internal/cache/RegionEntryFactory.java      |  21 +++++--
 .../gemfire/internal/cache/RegionEventImpl.java |  21 +++++--
 .../internal/cache/RegionEvictorTask.java       |  21 +++++--
 .../internal/cache/RegionExpiryTask.java        |  21 +++++--
 .../internal/cache/RegionFactoryImpl.java       |  21 +++++--
 .../internal/cache/RegionIdleExpiryTask.java    |  21 +++++--
 .../gemfire/internal/cache/RegionMap.java       |  21 +++++--
 .../internal/cache/RegionMapFactory.java        |  21 +++++--
 .../gemfire/internal/cache/RegionQueue.java     |  21 +++++--
 .../internal/cache/RegionQueueException.java    |  21 +++++--
 .../gemfire/internal/cache/RegionStatus.java    |  21 +++++--
 .../internal/cache/RegionTTLExpiryTask.java     |  21 +++++--
 .../internal/cache/ReleaseClearLockMessage.java |  23 ++++---
 .../cache/ReliableDistributionData.java         |  21 +++++--
 .../internal/cache/ReliableMessageQueue.java    |  21 +++++--
 .../cache/ReliableMessageQueueFactory.java      |  21 +++++--
 .../cache/ReliableMessageQueueFactoryImpl.java  |  21 +++++--
 .../cache/RemoteContainsKeyValueMessage.java    |  20 ++++--
 .../internal/cache/RemoteDestroyMessage.java    |  21 +++++--
 .../internal/cache/RemoteFetchEntryMessage.java |  20 ++++--
 .../cache/RemoteFetchVersionMessage.java        |  20 ++++--
 .../internal/cache/RemoteGetMessage.java        |  21 +++++--
 .../internal/cache/RemoteInvalidateMessage.java |  20 ++++--
 .../cache/RemoteOperationException.java         |  21 +++++--
 .../internal/cache/RemoteOperationMessage.java  |  21 +++++--
 .../RemoteOperationMessageWithDirectReply.java  |  21 +++++--
 .../internal/cache/RemotePutAllMessage.java     |  21 +++++--
 .../internal/cache/RemotePutMessage.java        |  21 +++++--
 .../internal/cache/RemoteRegionOperation.java   |  20 ++++--
 .../internal/cache/RemoteRemoveAllMessage.java  |  21 +++++--
 .../gemfire/internal/cache/RoleEventImpl.java   |  21 +++++--
 .../cache/SearchLoadAndWriteProcessor.java      |  21 +++++--
 .../internal/cache/SendQueueOperation.java      |  21 +++++--
 .../internal/cache/SerializationHelper.java     |  16 +++++
 .../internal/cache/ServerPingMessage.java       |  16 +++++
 .../internal/cache/StateFlushOperation.java     |  21 +++++--
 .../cache/StoreAllCachedDeserializable.java     |  21 +++++--
 .../internal/cache/TXBucketRegionState.java     |  21 +++++--
 .../gemfire/internal/cache/TXCommitMessage.java |  21 +++++--
 .../gemfire/internal/cache/TXEntry.java         |  21 +++++--
 .../gemfire/internal/cache/TXEntryState.java    |  21 +++++--
 .../internal/cache/TXEntryStateFactory.java     |  21 +++++--
 .../internal/cache/TXEntryUserAttrState.java    |  21 +++++--
 .../gemfire/internal/cache/TXEvent.java         |  21 +++++--
 .../internal/cache/TXFarSideCMTracker.java      |  21 +++++--
 .../gemstone/gemfire/internal/cache/TXId.java   |  22 ++++---
 .../gemfire/internal/cache/TXLockRequest.java   |  21 +++++--
 .../gemfire/internal/cache/TXManagerImpl.java   |  21 +++++--
 .../gemfire/internal/cache/TXMessage.java       |  21 +++++--
 .../internal/cache/TXRegionLockRequestImpl.java |  21 +++++--
 .../gemfire/internal/cache/TXRegionState.java   |  21 +++++--
 .../internal/cache/TXRemoteCommitMessage.java   |  21 +++++--
 .../internal/cache/TXRemoteRollbackMessage.java |  21 +++++--
 .../internal/cache/TXReservationMgr.java        |  21 +++++--
 .../gemfire/internal/cache/TXRmtEvent.java      |  21 +++++--
 .../gemfire/internal/cache/TXState.java         |  21 +++++--
 .../internal/cache/TXStateInterface.java        |  21 +++++--
 .../gemfire/internal/cache/TXStateProxy.java    |  21 +++++--
 .../internal/cache/TXStateProxyImpl.java        |  21 +++++--
 .../gemfire/internal/cache/TXStateStub.java     |  21 +++++--
 .../cache/TXSynchronizationRunnable.java        |  21 +++++--
 .../cache/TestHeapThresholdObserver.java        |  21 +++++--
 .../cache/TimestampedEntryEventImpl.java        |  21 +++++--
 .../gemstone/gemfire/internal/cache/Token.java  |  21 +++++--
 .../internal/cache/TombstoneService.java        |  24 ++++---
 .../internal/cache/TransactionMessage.java      |  21 +++++--
 .../gemfire/internal/cache/TxEntryFactory.java  |  16 +++++
 .../internal/cache/UnsharedImageState.java      |  21 +++++--
 .../cache/UpdateAttributesProcessor.java        |  21 +++++--
 .../cache/UpdateEntryVersionOperation.java      |  22 ++++---
 .../gemfire/internal/cache/UpdateOperation.java |  20 ++++--
 .../cache/UserSpecifiedDiskStoreAttributes.java |  21 +++++--
 .../cache/UserSpecifiedRegionAttributes.java    |  21 +++++--
 .../internal/cache/VMCachedDeserializable.java  |  21 +++++--
 .../gemfire/internal/cache/VMLRURegionMap.java  |  21 +++++--
 .../gemfire/internal/cache/VMRegionMap.java     |  21 +++++--
 .../cache/VMStatsDiskLRURegionEntry.java        |  21 +++++--
 .../cache/VMStatsDiskLRURegionEntryHeap.java    |  21 +++++--
 .../VMStatsDiskLRURegionEntryHeapIntKey.java    |  21 +++++--
 .../VMStatsDiskLRURegionEntryHeapLongKey.java   |  21 +++++--
 .../VMStatsDiskLRURegionEntryHeapObjectKey.java |  21 +++++--
 ...VMStatsDiskLRURegionEntryHeapStringKey1.java |  21 +++++--
 ...VMStatsDiskLRURegionEntryHeapStringKey2.java |  21 +++++--
 .../VMStatsDiskLRURegionEntryHeapUUIDKey.java   |  21 +++++--
 .../cache/VMStatsDiskLRURegionEntryOffHeap.java |  21 +++++--
 .../VMStatsDiskLRURegionEntryOffHeapIntKey.java |  21 +++++--
 ...VMStatsDiskLRURegionEntryOffHeapLongKey.java |  21 +++++--
 ...StatsDiskLRURegionEntryOffHeapObjectKey.java |  21 +++++--
 ...tatsDiskLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 ...tatsDiskLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 ...VMStatsDiskLRURegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../internal/cache/VMStatsDiskRegionEntry.java  |  21 +++++--
 .../cache/VMStatsDiskRegionEntryHeap.java       |  21 +++++--
 .../cache/VMStatsDiskRegionEntryHeapIntKey.java |  21 +++++--
 .../VMStatsDiskRegionEntryHeapLongKey.java      |  21 +++++--
 .../VMStatsDiskRegionEntryHeapObjectKey.java    |  21 +++++--
 .../VMStatsDiskRegionEntryHeapStringKey1.java   |  21 +++++--
 .../VMStatsDiskRegionEntryHeapStringKey2.java   |  21 +++++--
 .../VMStatsDiskRegionEntryHeapUUIDKey.java      |  21 +++++--
 .../cache/VMStatsDiskRegionEntryOffHeap.java    |  21 +++++--
 .../VMStatsDiskRegionEntryOffHeapIntKey.java    |  21 +++++--
 .../VMStatsDiskRegionEntryOffHeapLongKey.java   |  21 +++++--
 .../VMStatsDiskRegionEntryOffHeapObjectKey.java |  21 +++++--
 ...VMStatsDiskRegionEntryOffHeapStringKey1.java |  21 +++++--
 ...VMStatsDiskRegionEntryOffHeapStringKey2.java |  21 +++++--
 .../VMStatsDiskRegionEntryOffHeapUUIDKey.java   |  21 +++++--
 .../internal/cache/VMStatsLRURegionEntry.java   |  21 +++++--
 .../cache/VMStatsLRURegionEntryHeap.java        |  21 +++++--
 .../cache/VMStatsLRURegionEntryHeapIntKey.java  |  21 +++++--
 .../cache/VMStatsLRURegionEntryHeapLongKey.java |  21 +++++--
 .../VMStatsLRURegionEntryHeapObjectKey.java     |  21 +++++--
 .../VMStatsLRURegionEntryHeapStringKey1.java    |  21 +++++--
 .../VMStatsLRURegionEntryHeapStringKey2.java    |  21 +++++--
 .../cache/VMStatsLRURegionEntryHeapUUIDKey.java |  21 +++++--
 .../cache/VMStatsLRURegionEntryOffHeap.java     |  21 +++++--
 .../VMStatsLRURegionEntryOffHeapIntKey.java     |  21 +++++--
 .../VMStatsLRURegionEntryOffHeapLongKey.java    |  21 +++++--
 .../VMStatsLRURegionEntryOffHeapObjectKey.java  |  21 +++++--
 .../VMStatsLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 .../VMStatsLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 .../VMStatsLRURegionEntryOffHeapUUIDKey.java    |  21 +++++--
 .../internal/cache/VMStatsRegionEntry.java      |  21 +++++--
 .../internal/cache/VMStatsRegionEntryHeap.java  |  21 +++++--
 .../cache/VMStatsRegionEntryHeapIntKey.java     |  21 +++++--
 .../cache/VMStatsRegionEntryHeapLongKey.java    |  21 +++++--
 .../cache/VMStatsRegionEntryHeapObjectKey.java  |  21 +++++--
 .../cache/VMStatsRegionEntryHeapStringKey1.java |  21 +++++--
 .../cache/VMStatsRegionEntryHeapStringKey2.java |  21 +++++--
 .../cache/VMStatsRegionEntryHeapUUIDKey.java    |  21 +++++--
 .../cache/VMStatsRegionEntryOffHeap.java        |  21 +++++--
 .../cache/VMStatsRegionEntryOffHeapIntKey.java  |  21 +++++--
 .../cache/VMStatsRegionEntryOffHeapLongKey.java |  21 +++++--
 .../VMStatsRegionEntryOffHeapObjectKey.java     |  21 +++++--
 .../VMStatsRegionEntryOffHeapStringKey1.java    |  21 +++++--
 .../VMStatsRegionEntryOffHeapStringKey2.java    |  21 +++++--
 .../cache/VMStatsRegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VMThinDiskLRURegionEntry.java         |  21 +++++--
 .../cache/VMThinDiskLRURegionEntryHeap.java     |  21 +++++--
 .../VMThinDiskLRURegionEntryHeapIntKey.java     |  21 +++++--
 .../VMThinDiskLRURegionEntryHeapLongKey.java    |  21 +++++--
 .../VMThinDiskLRURegionEntryHeapObjectKey.java  |  21 +++++--
 .../VMThinDiskLRURegionEntryHeapStringKey1.java |  21 +++++--
 .../VMThinDiskLRURegionEntryHeapStringKey2.java |  21 +++++--
 .../VMThinDiskLRURegionEntryHeapUUIDKey.java    |  21 +++++--
 .../cache/VMThinDiskLRURegionEntryOffHeap.java  |  21 +++++--
 .../VMThinDiskLRURegionEntryOffHeapIntKey.java  |  21 +++++--
 .../VMThinDiskLRURegionEntryOffHeapLongKey.java |  21 +++++--
 ...MThinDiskLRURegionEntryOffHeapObjectKey.java |  21 +++++--
 ...ThinDiskLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 ...ThinDiskLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 .../VMThinDiskLRURegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../internal/cache/VMThinDiskRegionEntry.java   |  21 +++++--
 .../cache/VMThinDiskRegionEntryHeap.java        |  21 +++++--
 .../cache/VMThinDiskRegionEntryHeapIntKey.java  |  21 +++++--
 .../cache/VMThinDiskRegionEntryHeapLongKey.java |  21 +++++--
 .../VMThinDiskRegionEntryHeapObjectKey.java     |  21 +++++--
 .../VMThinDiskRegionEntryHeapStringKey1.java    |  21 +++++--
 .../VMThinDiskRegionEntryHeapStringKey2.java    |  21 +++++--
 .../cache/VMThinDiskRegionEntryHeapUUIDKey.java |  21 +++++--
 .../cache/VMThinDiskRegionEntryOffHeap.java     |  21 +++++--
 .../VMThinDiskRegionEntryOffHeapIntKey.java     |  21 +++++--
 .../VMThinDiskRegionEntryOffHeapLongKey.java    |  21 +++++--
 .../VMThinDiskRegionEntryOffHeapObjectKey.java  |  21 +++++--
 .../VMThinDiskRegionEntryOffHeapStringKey1.java |  21 +++++--
 .../VMThinDiskRegionEntryOffHeapStringKey2.java |  21 +++++--
 .../VMThinDiskRegionEntryOffHeapUUIDKey.java    |  21 +++++--
 .../internal/cache/VMThinLRURegionEntry.java    |  21 +++++--
 .../cache/VMThinLRURegionEntryHeap.java         |  21 +++++--
 .../cache/VMThinLRURegionEntryHeapIntKey.java   |  21 +++++--
 .../cache/VMThinLRURegionEntryHeapLongKey.java  |  21 +++++--
 .../VMThinLRURegionEntryHeapObjectKey.java      |  21 +++++--
 .../VMThinLRURegionEntryHeapStringKey1.java     |  21 +++++--
 .../VMThinLRURegionEntryHeapStringKey2.java     |  21 +++++--
 .../cache/VMThinLRURegionEntryHeapUUIDKey.java  |  21 +++++--
 .../cache/VMThinLRURegionEntryOffHeap.java      |  21 +++++--
 .../VMThinLRURegionEntryOffHeapIntKey.java      |  21 +++++--
 .../VMThinLRURegionEntryOffHeapLongKey.java     |  21 +++++--
 .../VMThinLRURegionEntryOffHeapObjectKey.java   |  21 +++++--
 .../VMThinLRURegionEntryOffHeapStringKey1.java  |  21 +++++--
 .../VMThinLRURegionEntryOffHeapStringKey2.java  |  21 +++++--
 .../VMThinLRURegionEntryOffHeapUUIDKey.java     |  21 +++++--
 .../internal/cache/VMThinRegionEntry.java       |  21 +++++--
 .../internal/cache/VMThinRegionEntryHeap.java   |  21 +++++--
 .../cache/VMThinRegionEntryHeapIntKey.java      |  21 +++++--
 .../cache/VMThinRegionEntryHeapLongKey.java     |  21 +++++--
 .../cache/VMThinRegionEntryHeapObjectKey.java   |  21 +++++--
 .../cache/VMThinRegionEntryHeapStringKey1.java  |  21 +++++--
 .../cache/VMThinRegionEntryHeapStringKey2.java  |  21 +++++--
 .../cache/VMThinRegionEntryHeapUUIDKey.java     |  21 +++++--
 .../cache/VMThinRegionEntryOffHeap.java         |  16 +++++
 .../cache/VMThinRegionEntryOffHeapIntKey.java   |  21 +++++--
 .../cache/VMThinRegionEntryOffHeapLongKey.java  |  21 +++++--
 .../VMThinRegionEntryOffHeapObjectKey.java      |  21 +++++--
 .../VMThinRegionEntryOffHeapStringKey1.java     |  21 +++++--
 .../VMThinRegionEntryOffHeapStringKey2.java     |  21 +++++--
 .../cache/VMThinRegionEntryOffHeapUUIDKey.java  |  21 +++++--
 .../internal/cache/ValidatingDiskRegion.java    |  21 +++++--
 .../internal/cache/ValueByteWrapper.java        |  21 +++++--
 .../internal/cache/VersionTimestamp.java        |  21 +++++--
 .../cache/VersionedStatsDiskLRURegionEntry.java |  21 +++++--
 .../VersionedStatsDiskLRURegionEntryHeap.java   |  21 +++++--
 ...sionedStatsDiskLRURegionEntryHeapIntKey.java |  21 +++++--
 ...ionedStatsDiskLRURegionEntryHeapLongKey.java |  21 +++++--
 ...nedStatsDiskLRURegionEntryHeapObjectKey.java |  21 +++++--
 ...edStatsDiskLRURegionEntryHeapStringKey1.java |  21 +++++--
 ...edStatsDiskLRURegionEntryHeapStringKey2.java |  21 +++++--
 ...ionedStatsDiskLRURegionEntryHeapUUIDKey.java |  21 +++++--
 ...VersionedStatsDiskLRURegionEntryOffHeap.java |  21 +++++--
 ...nedStatsDiskLRURegionEntryOffHeapIntKey.java |  21 +++++--
 ...edStatsDiskLRURegionEntryOffHeapLongKey.java |  21 +++++--
 ...StatsDiskLRURegionEntryOffHeapObjectKey.java |  21 +++++--
 ...tatsDiskLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 ...tatsDiskLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 ...edStatsDiskLRURegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedStatsDiskRegionEntry.java    |  21 +++++--
 .../VersionedStatsDiskRegionEntryHeap.java      |  21 +++++--
 ...VersionedStatsDiskRegionEntryHeapIntKey.java |  21 +++++--
 ...ersionedStatsDiskRegionEntryHeapLongKey.java |  21 +++++--
 ...sionedStatsDiskRegionEntryHeapObjectKey.java |  21 +++++--
 ...ionedStatsDiskRegionEntryHeapStringKey1.java |  21 +++++--
 ...ionedStatsDiskRegionEntryHeapStringKey2.java |  21 +++++--
 ...ersionedStatsDiskRegionEntryHeapUUIDKey.java |  21 +++++--
 .../VersionedStatsDiskRegionEntryOffHeap.java   |  21 +++++--
 ...sionedStatsDiskRegionEntryOffHeapIntKey.java |  21 +++++--
 ...ionedStatsDiskRegionEntryOffHeapLongKey.java |  21 +++++--
 ...nedStatsDiskRegionEntryOffHeapObjectKey.java |  21 +++++--
 ...edStatsDiskRegionEntryOffHeapStringKey1.java |  21 +++++--
 ...edStatsDiskRegionEntryOffHeapStringKey2.java |  21 +++++--
 ...ionedStatsDiskRegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedStatsLRURegionEntry.java     |  21 +++++--
 .../cache/VersionedStatsLRURegionEntryHeap.java |  21 +++++--
 .../VersionedStatsLRURegionEntryHeapIntKey.java |  21 +++++--
 ...VersionedStatsLRURegionEntryHeapLongKey.java |  21 +++++--
 ...rsionedStatsLRURegionEntryHeapObjectKey.java |  21 +++++--
 ...sionedStatsLRURegionEntryHeapStringKey1.java |  21 +++++--
 ...sionedStatsLRURegionEntryHeapStringKey2.java |  21 +++++--
 ...VersionedStatsLRURegionEntryHeapUUIDKey.java |  21 +++++--
 .../VersionedStatsLRURegionEntryOffHeap.java    |  21 +++++--
 ...rsionedStatsLRURegionEntryOffHeapIntKey.java |  21 +++++--
 ...sionedStatsLRURegionEntryOffHeapLongKey.java |  21 +++++--
 ...onedStatsLRURegionEntryOffHeapObjectKey.java |  21 +++++--
 ...nedStatsLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 ...nedStatsLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 ...sionedStatsLRURegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedStatsRegionEntry.java        |  21 +++++--
 .../cache/VersionedStatsRegionEntryHeap.java    |  21 +++++--
 .../VersionedStatsRegionEntryHeapIntKey.java    |  21 +++++--
 .../VersionedStatsRegionEntryHeapLongKey.java   |  21 +++++--
 .../VersionedStatsRegionEntryHeapObjectKey.java |  21 +++++--
 ...VersionedStatsRegionEntryHeapStringKey1.java |  21 +++++--
 ...VersionedStatsRegionEntryHeapStringKey2.java |  21 +++++--
 .../VersionedStatsRegionEntryHeapUUIDKey.java   |  21 +++++--
 .../cache/VersionedStatsRegionEntryOffHeap.java |  21 +++++--
 .../VersionedStatsRegionEntryOffHeapIntKey.java |  21 +++++--
 ...VersionedStatsRegionEntryOffHeapLongKey.java |  21 +++++--
 ...rsionedStatsRegionEntryOffHeapObjectKey.java |  21 +++++--
 ...sionedStatsRegionEntryOffHeapStringKey1.java |  21 +++++--
 ...sionedStatsRegionEntryOffHeapStringKey2.java |  21 +++++--
 ...VersionedStatsRegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedThinDiskLRURegionEntry.java  |  21 +++++--
 .../VersionedThinDiskLRURegionEntryHeap.java    |  21 +++++--
 ...rsionedThinDiskLRURegionEntryHeapIntKey.java |  21 +++++--
 ...sionedThinDiskLRURegionEntryHeapLongKey.java |  21 +++++--
 ...onedThinDiskLRURegionEntryHeapObjectKey.java |  21 +++++--
 ...nedThinDiskLRURegionEntryHeapStringKey1.java |  21 +++++--
 ...nedThinDiskLRURegionEntryHeapStringKey2.java |  21 +++++--
 ...sionedThinDiskLRURegionEntryHeapUUIDKey.java |  21 +++++--
 .../VersionedThinDiskLRURegionEntryOffHeap.java |  21 +++++--
 ...onedThinDiskLRURegionEntryOffHeapIntKey.java |  21 +++++--
 ...nedThinDiskLRURegionEntryOffHeapLongKey.java |  21 +++++--
 ...dThinDiskLRURegionEntryOffHeapObjectKey.java |  21 +++++--
 ...ThinDiskLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 ...ThinDiskLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 ...nedThinDiskLRURegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedThinDiskRegionEntry.java     |  21 +++++--
 .../cache/VersionedThinDiskRegionEntryHeap.java |  21 +++++--
 .../VersionedThinDiskRegionEntryHeapIntKey.java |  21 +++++--
 ...VersionedThinDiskRegionEntryHeapLongKey.java |  21 +++++--
 ...rsionedThinDiskRegionEntryHeapObjectKey.java |  21 +++++--
 ...sionedThinDiskRegionEntryHeapStringKey1.java |  21 +++++--
 ...sionedThinDiskRegionEntryHeapStringKey2.java |  21 +++++--
 ...VersionedThinDiskRegionEntryHeapUUIDKey.java |  21 +++++--
 .../VersionedThinDiskRegionEntryOffHeap.java    |  21 +++++--
 ...rsionedThinDiskRegionEntryOffHeapIntKey.java |  21 +++++--
 ...sionedThinDiskRegionEntryOffHeapLongKey.java |  21 +++++--
 ...onedThinDiskRegionEntryOffHeapObjectKey.java |  21 +++++--
 ...nedThinDiskRegionEntryOffHeapStringKey1.java |  21 +++++--
 ...nedThinDiskRegionEntryOffHeapStringKey2.java |  21 +++++--
 ...sionedThinDiskRegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedThinLRURegionEntry.java      |  21 +++++--
 .../cache/VersionedThinLRURegionEntryHeap.java  |  21 +++++--
 .../VersionedThinLRURegionEntryHeapIntKey.java  |  21 +++++--
 .../VersionedThinLRURegionEntryHeapLongKey.java |  21 +++++--
 ...ersionedThinLRURegionEntryHeapObjectKey.java |  21 +++++--
 ...rsionedThinLRURegionEntryHeapStringKey1.java |  21 +++++--
 ...rsionedThinLRURegionEntryHeapStringKey2.java |  21 +++++--
 .../VersionedThinLRURegionEntryHeapUUIDKey.java |  21 +++++--
 .../VersionedThinLRURegionEntryOffHeap.java     |  21 +++++--
 ...ersionedThinLRURegionEntryOffHeapIntKey.java |  21 +++++--
 ...rsionedThinLRURegionEntryOffHeapLongKey.java |  21 +++++--
 ...ionedThinLRURegionEntryOffHeapObjectKey.java |  21 +++++--
 ...onedThinLRURegionEntryOffHeapStringKey1.java |  21 +++++--
 ...onedThinLRURegionEntryOffHeapStringKey2.java |  21 +++++--
 ...rsionedThinLRURegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../cache/VersionedThinRegionEntry.java         |  21 +++++--
 .../cache/VersionedThinRegionEntryHeap.java     |  21 +++++--
 .../VersionedThinRegionEntryHeapIntKey.java     |  21 +++++--
 .../VersionedThinRegionEntryHeapLongKey.java    |  21 +++++--
 .../VersionedThinRegionEntryHeapObjectKey.java  |  21 +++++--
 .../VersionedThinRegionEntryHeapStringKey1.java |  21 +++++--
 .../VersionedThinRegionEntryHeapStringKey2.java |  21 +++++--
 .../VersionedThinRegionEntryHeapUUIDKey.java    |  21 +++++--
 .../cache/VersionedThinRegionEntryOffHeap.java  |  21 +++++--
 .../VersionedThinRegionEntryOffHeapIntKey.java  |  21 +++++--
 .../VersionedThinRegionEntryOffHeapLongKey.java |  21 +++++--
 ...ersionedThinRegionEntryOffHeapObjectKey.java |  21 +++++--
 ...rsionedThinRegionEntryOffHeapStringKey1.java |  21 +++++--
 ...rsionedThinRegionEntryOffHeapStringKey2.java |  21 +++++--
 .../VersionedThinRegionEntryOffHeapUUIDKey.java |  21 +++++--
 .../internal/cache/WrappedCallbackArgument.java |  21 +++++--
 .../cache/WrappedRegionMembershipListener.java  |  21 +++++--
 .../CompressedCachedDeserializable.java         |  23 ++++---
 .../SnappyCompressedCachedDeserializable.java   |  23 ++++---
 .../internal/cache/control/FilterByPath.java    |  21 +++++--
 .../cache/control/HeapMemoryMonitor.java        |  21 +++++--
 .../cache/control/InternalResourceManager.java  |  21 +++++--
 .../internal/cache/control/MemoryEvent.java     |  20 ++++--
 .../cache/control/MemoryThresholds.java         |  16 +++++
 .../cache/control/OffHeapMemoryMonitor.java     |  21 +++++--
 .../control/PartitionRebalanceDetailsImpl.java  |  21 +++++--
 .../cache/control/RebalanceOperationImpl.java   |  21 +++++--
 .../cache/control/RebalanceResultsImpl.java     |  21 +++++--
 .../internal/cache/control/RegionFilter.java    |  21 +++++--
 .../internal/cache/control/ResourceAdvisor.java |  21 +++++--
 .../internal/cache/control/ResourceEvent.java   |  20 ++++--
 .../cache/control/ResourceListener.java         |  21 +++++--
 .../cache/control/ResourceManagerStats.java     |  21 +++++--
 .../internal/cache/control/ResourceMonitor.java |  16 +++++
 .../gemfire/internal/cache/delta/Delta.java     |  21 +++++--
 .../cache/execute/AbstractExecution.java        |  21 +++++--
 .../cache/execute/BucketMovedException.java     |  21 +++++--
 .../cache/execute/DefaultResultCollector.java   |  20 ++++--
 .../DistributedRegionFunctionExecutor.java      |  20 ++++--
 .../DistributedRegionFunctionResultSender.java  |  21 +++++--
 .../DistributedRegionFunctionResultWaiter.java  |  21 +++++--
 .../cache/execute/FunctionContextImpl.java      |  21 +++++--
 .../execute/FunctionExecutionNodePruner.java    |  21 +++++--
 .../cache/execute/FunctionRemoteContext.java    |  21 +++++--
 .../cache/execute/FunctionServiceStats.java     |  21 +++++--
 .../internal/cache/execute/FunctionStats.java   |  21 +++++--
 .../FunctionStreamingResultCollector.java       |  21 +++++--
 .../cache/execute/InternalExecution.java        |  21 +++++--
 .../execute/InternalFunctionException.java      |  21 +++++--
 ...ternalFunctionInvocationTargetException.java |  21 +++++--
 .../cache/execute/InternalFunctionService.java  |  20 ++++--
 .../execute/InternalRegionFunctionContext.java  |  21 +++++--
 .../cache/execute/InternalResultSender.java     |  21 +++++--
 .../cache/execute/LocalResultCollector.java     |  20 ++++--
 .../cache/execute/LocalResultCollectorImpl.java |  21 +++++--
 .../cache/execute/MemberFunctionExecutor.java   |  21 +++++--
 .../execute/MemberFunctionResultSender.java     |  20 ++++--
 .../execute/MemberFunctionResultWaiter.java     |  21 +++++--
 .../cache/execute/MemberMappedArgument.java     |  20 ++++--
 .../execute/MultiRegionFunctionContext.java     |  21 +++++--
 .../execute/MultiRegionFunctionContextImpl.java |  21 +++++--
 .../execute/MultiRegionFunctionExecutor.java    |  21 +++++--
 .../MultiRegionFunctionResultWaiter.java        |  21 +++++--
 .../internal/cache/execute/NoResult.java        |  20 ++++--
 .../PartitionedRegionFunctionExecutor.java      |  21 +++++--
 .../PartitionedRegionFunctionResultSender.java  |  20 ++++--
 .../PartitionedRegionFunctionResultWaiter.java  |  21 +++++--
 .../execute/RegionFunctionContextImpl.java      |  21 +++++--
 .../cache/execute/ServerFunctionExecutor.java   |  21 +++++--
 .../execute/ServerRegionFunctionExecutor.java   |  23 ++++---
 .../ServerToClientFunctionResultSender.java     |  20 ++++--
 .../ServerToClientFunctionResultSender65.java   |  20 ++++--
 .../execute/StreamingFunctionOperation.java     |  21 +++++--
 .../execute/TransactionFunctionService.java     |  21 +++++--
 .../cache/execute/util/CommitFunction.java      |  21 +++++--
 .../util/FindRestEnabledServersFunction.java    |  23 ++++---
 .../execute/util/NestedTransactionFunction.java |  21 +++++--
 .../cache/execute/util/RollbackFunction.java    |  21 +++++--
 .../internal/cache/extension/Extensible.java    |  21 +++++--
 .../internal/cache/extension/Extension.java     |  21 +++++--
 .../cache/extension/ExtensionPoint.java         |  21 +++++--
 .../cache/extension/SimpleExtensionPoint.java   |  21 +++++--
 .../internal/cache/ha/HAContainerMap.java       |  21 +++++--
 .../internal/cache/ha/HAContainerRegion.java    |  21 +++++--
 .../internal/cache/ha/HAContainerWrapper.java   |  21 +++++--
 .../internal/cache/ha/HARegionQueue.java        |  20 ++++--
 .../cache/ha/HARegionQueueAttributes.java       |  21 +++++--
 .../internal/cache/ha/HARegionQueueStats.java   |  21 +++++--
 .../internal/cache/ha/QueueRemovalMessage.java  |  21 +++++--
 .../internal/cache/ha/ThreadIdentifier.java     |  21 +++++--
 .../locks/GFEAbstractQueuedSynchronizer.java    |  21 +++++--
 .../locks/ReentrantReadWriteWriteShareLock.java |  21 +++++--
 .../cache/locks/TXLessorDepartureHandler.java   |  21 +++++--
 .../internal/cache/locks/TXLockBatch.java       |  21 +++++--
 .../gemfire/internal/cache/locks/TXLockId.java  |  21 +++++--
 .../internal/cache/locks/TXLockIdImpl.java      |  21 +++++--
 .../internal/cache/locks/TXLockService.java     |  21 +++++--
 .../internal/cache/locks/TXLockServiceImpl.java |  21 +++++--
 .../internal/cache/locks/TXLockToken.java       |  21 +++++--
 .../locks/TXLockUpdateParticipantsMessage.java  |  21 +++++--
 .../locks/TXOriginatorRecoveryProcessor.java    |  21 +++++--
 .../locks/TXRecoverGrantorMessageProcessor.java |  21 +++++--
 .../cache/locks/TXRegionLockRequest.java        |  21 +++++--
 .../gemfire/internal/cache/lru/EnableLRU.java   |  21 +++++--
 .../gemfire/internal/cache/lru/HeapEvictor.java |  21 +++++--
 .../cache/lru/HeapLRUCapacityController.java    |  21 +++++--
 .../internal/cache/lru/HeapLRUStatistics.java   |  21 +++++--
 .../internal/cache/lru/LRUAlgorithm.java        |  21 +++++--
 .../cache/lru/LRUCapacityController.java        |  21 +++++--
 .../internal/cache/lru/LRUClockNode.java        |  21 +++++--
 .../gemfire/internal/cache/lru/LRUEntry.java    |  21 +++++--
 .../internal/cache/lru/LRUMapCallbacks.java     |  21 +++++--
 .../internal/cache/lru/LRUStatistics.java       |  21 +++++--
 .../cache/lru/MemLRUCapacityController.java     |  21 +++++--
 .../internal/cache/lru/NewLIFOClockHand.java    |  21 +++++--
 .../internal/cache/lru/NewLRUClockHand.java     |  21 +++++--
 .../internal/cache/lru/OffHeapEvictor.java      |  21 +++++--
 .../gemfire/internal/cache/lru/Sizeable.java    |  21 +++++--
 .../operations/ContainsKeyOperationContext.java |  21 +++++--
 .../AllBucketProfilesUpdateMessage.java         |  21 +++++--
 .../partitioned/BecomePrimaryBucketMessage.java |  21 +++++--
 .../internal/cache/partitioned/Bucket.java      |  21 +++++--
 .../cache/partitioned/BucketBackupMessage.java  |  20 ++++--
 .../partitioned/BucketProfileUpdateMessage.java |  21 +++++--
 .../cache/partitioned/BucketSizeMessage.java    |  21 +++++--
 .../partitioned/ContainsKeyValueMessage.java    |  20 ++++--
 .../cache/partitioned/CreateBucketMessage.java  |  21 +++++--
 .../partitioned/CreateMissingBucketsTask.java   |  23 ++++---
 .../partitioned/DeposePrimaryBucketMessage.java |  21 +++++--
 .../cache/partitioned/DestroyMessage.java       |  21 +++++--
 .../DestroyRegionOnDataStoreMessage.java        |  20 ++++--
 .../partitioned/DumpAllPRConfigMessage.java     |  20 ++++--
 .../cache/partitioned/DumpB2NRegion.java        |  20 ++++--
 .../cache/partitioned/DumpBucketsMessage.java   |  21 +++++--
 .../partitioned/EndBucketCreationMessage.java   |  21 +++++--
 .../partitioned/FetchBulkEntriesMessage.java    |  21 +++++--
 .../cache/partitioned/FetchEntriesMessage.java  |  21 +++++--
 .../cache/partitioned/FetchEntryMessage.java    |  20 ++++--
 .../cache/partitioned/FetchKeysMessage.java     |  21 +++++--
 .../FetchPartitionDetailsMessage.java           |  21 +++++--
 .../cache/partitioned/FlushMessage.java         |  21 +++++--
 .../internal/cache/partitioned/GetMessage.java  |  21 +++++--
 .../partitioned/IdentityRequestMessage.java     |  20 ++++--
 .../partitioned/IdentityUpdateMessage.java      |  21 +++++--
 .../cache/partitioned/IndexCreationMsg.java     |  21 +++++--
 .../cache/partitioned/InterestEventMessage.java |  21 +++++--
 .../cache/partitioned/InternalPRInfo.java       |  21 +++++--
 .../partitioned/InternalPartitionDetails.java   |  21 +++++--
 .../cache/partitioned/InvalidateMessage.java    |  20 ++++--
 .../internal/cache/partitioned/LoadProbe.java   |  21 +++++--
 .../internal/cache/partitioned/LockObject.java  |  21 +++++--
 .../partitioned/ManageBackupBucketMessage.java  |  21 +++++--
 .../cache/partitioned/ManageBucketMessage.java  |  21 +++++--
 .../cache/partitioned/MoveBucketMessage.java    |  21 +++++--
 .../cache/partitioned/OfflineMemberDetails.java |  23 ++++---
 .../partitioned/OfflineMemberDetailsImpl.java   |  21 +++++--
 .../cache/partitioned/PREntriesIterator.java    |  21 +++++--
 .../PRFunctionStreamingResultCollector.java     |  21 +++++--
 .../internal/cache/partitioned/PRLoad.java      |  21 +++++--
 .../PRLocallyDestroyedException.java            |  21 +++++--
 .../cache/partitioned/PRSanityCheckMessage.java |  21 +++++--
 .../cache/partitioned/PRTombstoneMessage.java   |  21 +++++--
 .../PRUpdateEntryVersionMessage.java            |  22 ++++---
 .../partitioned/PartitionMemberInfoImpl.java    |  21 +++++--
 .../cache/partitioned/PartitionMessage.java     |  21 +++++--
 .../PartitionMessageWithDirectReply.java        |  21 +++++--
 .../partitioned/PartitionRegionInfoImpl.java    |  21 +++++--
 ...rtitionedRegionFunctionStreamingMessage.java |  21 +++++--
 .../partitioned/PartitionedRegionObserver.java  |  21 +++++--
 .../PartitionedRegionObserverAdapter.java       |  21 +++++--
 .../PartitionedRegionObserverHolder.java        |  21 +++++--
 .../PartitionedRegionRebalanceOp.java           |  21 +++++--
 .../partitioned/PrimaryRequestMessage.java      |  21 +++++--
 .../cache/partitioned/PutAllPRMessage.java      |  21 +++++--
 .../internal/cache/partitioned/PutMessage.java  |  21 +++++--
 .../cache/partitioned/QueryMessage.java         |  21 +++++--
 .../cache/partitioned/RecoveryRunnable.java     |  23 ++++---
 .../RedundancyAlreadyMetException.java          |  21 +++++--
 .../cache/partitioned/RedundancyLogger.java     |  21 +++++--
 .../cache/partitioned/RegionAdvisor.java        |  20 ++++--
 .../partitioned/RemoteFetchKeysMessage.java     |  21 +++++--
 .../cache/partitioned/RemoteSizeMessage.java    |  21 +++++--
 .../cache/partitioned/RemoveAllPRMessage.java   |  21 +++++--
 .../cache/partitioned/RemoveBucketMessage.java  |  21 +++++--
 .../cache/partitioned/RemoveIndexesMessage.java |  21 +++++--
 .../internal/cache/partitioned/SizeMessage.java |  21 +++++--
 .../cache/partitioned/SizedBasedLoadProbe.java  |  21 +++++--
 .../StreamingPartitionOperation.java            |  24 ++++---
 .../partitioned/rebalance/BucketOperator.java   |  21 +++++--
 .../rebalance/CompositeDirector.java            |  21 +++++--
 .../rebalance/ExplicitMoveDirector.java         |  21 +++++--
 .../partitioned/rebalance/FPRDirector.java      |  21 +++++--
 .../partitioned/rebalance/MoveBuckets.java      |  21 +++++--
 .../partitioned/rebalance/MovePrimaries.java    |  21 +++++--
 .../partitioned/rebalance/MovePrimariesFPR.java |  21 +++++--
 .../rebalance/ParallelBucketOperator.java       |  16 +++++
 .../rebalance/PartitionedRegionLoadModel.java   |  21 +++++--
 .../rebalance/PercentageMoveDirector.java       |  21 +++++--
 .../rebalance/RebalanceDirector.java            |  21 +++++--
 .../rebalance/RebalanceDirectorAdapter.java     |  21 +++++--
 .../rebalance/RemoveOverRedundancy.java         |  21 +++++--
 .../rebalance/SatisfyRedundancy.java            |  21 +++++--
 .../rebalance/SatisfyRedundancyFPR.java         |  21 +++++--
 .../rebalance/SimulatedBucketOperator.java      |  21 +++++--
 .../cache/persistence/BackupInspector.java      |  21 +++++--
 .../cache/persistence/BackupManager.java        |  21 +++++--
 .../cache/persistence/BytesAndBits.java         |  21 +++++--
 .../cache/persistence/CanonicalIdHolder.java    |  21 +++++--
 .../CreatePersistentRegionProcessor.java        |  21 +++++--
 .../cache/persistence/DiskExceptionHandler.java |  21 +++++--
 .../persistence/DiskInitFileInterpreter.java    |  21 +++++--
 .../cache/persistence/DiskInitFileParser.java   |  21 +++++--
 .../cache/persistence/DiskRecoveryStore.java    |  23 ++++---
 .../cache/persistence/DiskRegionView.java       |  21 +++++--
 .../cache/persistence/DiskStoreFilter.java      |  23 ++++---
 .../internal/cache/persistence/DiskStoreID.java |  21 +++++--
 .../persistence/MembershipFlushRequest.java     |  21 +++++--
 .../persistence/MembershipViewRequest.java      |  21 +++++--
 .../internal/cache/persistence/OplogType.java   |  18 +++++-
 .../cache/persistence/PRPersistentConfig.java   |  21 +++++--
 .../cache/persistence/PersistenceAdvisor.java   |  21 +++++--
 .../persistence/PersistenceAdvisorImpl.java     |  21 +++++--
 .../persistence/PersistenceObserverHolder.java  |  21 +++++--
 .../cache/persistence/PersistentMemberID.java   |  21 +++++--
 .../persistence/PersistentMemberManager.java    |  21 +++++--
 .../persistence/PersistentMemberPattern.java    |  23 ++++---
 .../persistence/PersistentMemberState.java      |  21 +++++--
 .../cache/persistence/PersistentMemberView.java |  21 +++++--
 .../persistence/PersistentMembershipView.java   |  23 ++++---
 .../persistence/PersistentStateListener.java    |  23 ++++---
 .../PersistentStateQueryMessage.java            |  21 +++++--
 .../PersistentStateQueryResults.java            |  21 +++++--
 .../PrepareNewPersistentMemberMessage.java      |  21 +++++--
 .../RemovePersistentMemberMessage.java          |  21 +++++--
 .../cache/persistence/RestoreScript.java        |  21 +++++--
 .../persistence/UninterruptibleFileChannel.java |  18 +++++-
 .../UninterruptibleRandomAccessFile.java        |  16 +++++
 .../persistence/query/CloseableIterator.java    |  18 +++++-
 .../persistence/query/IdentityExtractor.java    |  16 +++++
 .../cache/persistence/query/IndexMap.java       |  21 +++++--
 .../cache/persistence/query/ResultBag.java      |  21 +++++--
 .../cache/persistence/query/ResultList.java     |  21 +++++--
 .../cache/persistence/query/ResultMap.java      |  21 +++++--
 .../cache/persistence/query/ResultSet.java      |  21 +++++--
 .../persistence/query/SortKeyExtractor.java     |  16 +++++
 .../query/TemporaryResultSetFactory.java        |  21 +++++--
 .../persistence/query/mock/ByteComparator.java  |  21 +++++--
 .../mock/CachedDeserializableComparator.java    |  23 ++++---
 .../persistence/query/mock/IndexMapImpl.java    |  21 +++++--
 .../persistence/query/mock/ItrAdapter.java      |  23 ++++---
 .../query/mock/NaturalComparator.java           |  16 +++++
 .../cache/persistence/query/mock/Pair.java      |  21 +++++--
 .../persistence/query/mock/PairComparator.java  |  21 +++++--
 .../persistence/query/mock/ResultListImpl.java  |  21 +++++--
 .../query/mock/ReverseComparator.java           |  21 +++++--
 .../query/mock/SortedResultBagImpl.java         |  21 +++++--
 .../query/mock/SortedResultMapImpl.java         |  21 +++++--
 .../query/mock/SortedResultSetImpl.java         |  21 +++++--
 .../persistence/soplog/AbstractCompactor.java   |  21 +++++--
 .../soplog/AbstractKeyValueIterator.java        |  21 +++++--
 .../soplog/AbstractSortedReader.java            |  21 +++++--
 .../soplog/ArraySerializedComparator.java       |  21 +++++--
 .../persistence/soplog/ByteComparator.java      |  21 +++++--
 .../cache/persistence/soplog/Compactor.java     |  21 +++++--
 .../soplog/CompositeSerializedComparator.java   |  21 +++++--
 .../persistence/soplog/CursorIterator.java      |  21 +++++--
 .../soplog/DelegatingSerializedComparator.java  |  21 +++++--
 .../soplog/HFileStoreStatistics.java            |  21 +++++--
 .../soplog/IndexSerializedComparator.java       |  21 +++++--
 .../persistence/soplog/KeyValueIterator.java    |  21 +++++--
 .../cache/persistence/soplog/LevelTracker.java  |  21 +++++--
 .../soplog/LexicographicalComparator.java       |  21 +++++--
 .../cache/persistence/soplog/NonCompactor.java  |  21 +++++--
 .../soplog/ReversingSerializedComparator.java   |  21 +++++--
 .../persistence/soplog/SizeTieredCompactor.java |  21 +++++--
 .../cache/persistence/soplog/SoplogToken.java   |  21 +++++--
 .../cache/persistence/soplog/SortedBuffer.java  |  21 +++++--
 .../cache/persistence/soplog/SortedOplog.java   |  21 +++++--
 .../persistence/soplog/SortedOplogFactory.java  |  21 +++++--
 .../persistence/soplog/SortedOplogSet.java      |  21 +++++--
 .../persistence/soplog/SortedOplogSetImpl.java  |  21 +++++--
 .../soplog/SortedOplogStatistics.java           |  21 +++++--
 .../cache/persistence/soplog/SortedReader.java  |  21 +++++--
 .../persistence/soplog/TrackedReference.java    |  21 +++++--
 .../soplog/hfile/BlockCacheHolder.java          |  21 +++++--
 .../soplog/hfile/HFileSortedOplog.java          |  21 +++++--
 .../soplog/hfile/HFileSortedOplogFactory.java   |  21 +++++--
 .../soplog/nofile/NoFileSortedOplog.java        |  21 +++++--
 .../soplog/nofile/NoFileSortedOplogFactory.java |  21 +++++--
 .../snapshot/CacheSnapshotServiceImpl.java      |  21 +++++--
 .../internal/cache/snapshot/ClientExporter.java |  21 +++++--
 .../cache/snapshot/ExportedRegistry.java        |  21 +++++--
 .../internal/cache/snapshot/FlowController.java |  21 +++++--
 .../internal/cache/snapshot/GFSnapshot.java     |  21 +++++--
 .../internal/cache/snapshot/LocalExporter.java  |  21 +++++--
 .../snapshot/RegionSnapshotServiceImpl.java     |  21 +++++--
 .../cache/snapshot/SnapshotFileMapper.java      |  21 +++++--
 .../cache/snapshot/SnapshotOptionsImpl.java     |  21 +++++--
 .../internal/cache/snapshot/SnapshotPacket.java |  21 +++++--
 .../cache/snapshot/WindowedExporter.java        |  21 +++++--
 .../gemfire/internal/cache/tier/Acceptor.java   |  21 +++++--
 .../internal/cache/tier/BatchException.java     |  21 +++++--
 .../internal/cache/tier/CachedRegionHelper.java |  21 +++++--
 .../internal/cache/tier/ClientHandShake.java    |  21 +++++--
 .../gemfire/internal/cache/tier/Command.java    |  21 +++++--
 .../internal/cache/tier/ConnectionProxy.java    |  21 +++++--
 .../internal/cache/tier/InterestType.java       |  21 +++++--
 .../cache/tier/InternalClientMembership.java    |  21 +++++--
 .../internal/cache/tier/MessageType.java        |  21 +++++--
 .../cache/tier/sockets/AcceptorImpl.java        |  21 +++++--
 .../cache/tier/sockets/BaseCommand.java         |  21 +++++--
 .../cache/tier/sockets/BaseCommandQuery.java    |  16 +++++
 .../cache/tier/sockets/CacheClientNotifier.java |  21 +++++--
 .../tier/sockets/CacheClientNotifierStats.java  |  21 +++++--
 .../cache/tier/sockets/CacheClientProxy.java    |  20 ++++--
 .../tier/sockets/CacheClientProxyStats.java     |  21 +++++--
 .../cache/tier/sockets/CacheClientUpdater.java  |  21 +++++--
 .../cache/tier/sockets/CacheServerHelper.java   |  21 +++++--
 .../cache/tier/sockets/CacheServerStats.java    |  21 +++++--
 .../cache/tier/sockets/ChunkedMessage.java      |  21 +++++--
 .../tier/sockets/ClientBlacklistProcessor.java  |  21 +++++--
 .../sockets/ClientDataSerializerMessage.java    |  21 +++++--
 .../cache/tier/sockets/ClientHealthMonitor.java |  21 +++++--
 .../tier/sockets/ClientInstantiatorMessage.java |  20 ++++--
 .../tier/sockets/ClientInterestMessageImpl.java |  21 +++++--
 .../tier/sockets/ClientMarkerMessageImpl.java   |  21 +++++--
 .../cache/tier/sockets/ClientMessage.java       |  21 +++++--
 .../tier/sockets/ClientPingMessageImpl.java     |  21 +++++--
 .../tier/sockets/ClientProxyMembershipID.java   |  21 +++++--
 .../tier/sockets/ClientTombstoneMessage.java    |  21 +++++--
 .../cache/tier/sockets/ClientUpdateMessage.java |  21 +++++--
 .../tier/sockets/ClientUpdateMessageImpl.java   |  21 +++++--
 .../cache/tier/sockets/ClientUserAuths.java     |  21 +++++--
 .../cache/tier/sockets/CommandInitializer.java  |  21 +++++--
 .../cache/tier/sockets/ConnectionListener.java  |  21 +++++--
 .../tier/sockets/ConnectionListenerAdapter.java |  21 +++++--
 .../cache/tier/sockets/HAEventWrapper.java      |  21 +++++--
 .../internal/cache/tier/sockets/HandShake.java  |  21 +++++--
 .../tier/sockets/InterestResultPolicyImpl.java  |  21 +++++--
 .../internal/cache/tier/sockets/Message.java    |  21 +++++--
 .../cache/tier/sockets/MessageStats.java        |  21 +++++--
 .../cache/tier/sockets/ObjectPartList.java      |  21 +++++--
 .../cache/tier/sockets/ObjectPartList651.java   |  21 +++++--
 .../internal/cache/tier/sockets/Part.java       |  21 +++++--
 .../RemoveClientFromBlacklistMessage.java       |  23 ++++---
 .../tier/sockets/SerializedObjectPartList.java  |  21 +++++--
 .../cache/tier/sockets/ServerConnection.java    |  21 +++++--
 .../tier/sockets/ServerHandShakeProcessor.java  |  21 +++++--
 .../cache/tier/sockets/ServerQueueStatus.java   |  21 +++++--
 .../tier/sockets/ServerResponseMatrix.java      |  20 ++++--
 .../tier/sockets/UnregisterAllInterest.java     |  21 +++++--
 .../cache/tier/sockets/UserAuthAttributes.java  |  21 +++++--
 .../cache/tier/sockets/VersionedObjectList.java |  21 +++++--
 .../cache/tier/sockets/command/AddPdxEnum.java  |  21 +++++--
 .../cache/tier/sockets/command/AddPdxType.java  |  21 +++++--
 .../cache/tier/sockets/command/ClearRegion.java |  21 +++++--
 .../cache/tier/sockets/command/ClientReady.java |  21 +++++--
 .../tier/sockets/command/CloseConnection.java   |  21 +++++--
 .../tier/sockets/command/CommitCommand.java     |  21 +++++--
 .../cache/tier/sockets/command/ContainsKey.java |  21 +++++--
 .../tier/sockets/command/ContainsKey66.java     |  21 +++++--
 .../tier/sockets/command/CreateRegion.java      |  21 +++++--
 .../cache/tier/sockets/command/Default.java     |  21 +++++--
 .../cache/tier/sockets/command/Destroy.java     |  21 +++++--
 .../cache/tier/sockets/command/Destroy65.java   |  21 +++++--
 .../cache/tier/sockets/command/Destroy70.java   |  23 ++++---
 .../tier/sockets/command/DestroyRegion.java     |  21 +++++--
 .../tier/sockets/command/ExecuteFunction.java   |  21 +++++--
 .../tier/sockets/command/ExecuteFunction65.java |  20 ++++--
 .../tier/sockets/command/ExecuteFunction66.java |  20 ++++--
 .../tier/sockets/command/ExecuteFunction70.java |  21 +++++--
 .../sockets/command/ExecuteRegionFunction.java  |  20 ++++--
 .../command/ExecuteRegionFunction61.java        |  20 ++++--
 .../command/ExecuteRegionFunction65.java        |  20 ++++--
 .../command/ExecuteRegionFunction66.java        |  20 ++++--
 .../command/ExecuteRegionFunctionSingleHop.java |  21 ++++---
 .../sockets/command/GatewayReceiverCommand.java |  21 +++++--
 .../cache/tier/sockets/command/Get70.java       |  21 +++++--
 .../cache/tier/sockets/command/GetAll.java      |  21 +++++--
 .../cache/tier/sockets/command/GetAll651.java   |  21 +++++--
 .../cache/tier/sockets/command/GetAll70.java    |  23 ++++---
 .../cache/tier/sockets/command/GetAllForRI.java |  21 +++++--
 .../sockets/command/GetAllWithCallback.java     |  21 +++++--
 .../command/GetClientPRMetadataCommand.java     |  20 ++++--
 .../command/GetClientPRMetadataCommand66.java   |  20 ++++--
 .../GetClientPartitionAttributesCommand.java    |  20 ++++--
 .../GetClientPartitionAttributesCommand66.java  |  20 ++++--
 .../cache/tier/sockets/command/GetEntry70.java  |  23 ++++---
 .../tier/sockets/command/GetEntryCommand.java   |  21 +++++--
 .../sockets/command/GetFunctionAttribute.java   |  21 +++++--
 .../tier/sockets/command/GetPDXEnumById.java    |  21 +++++--
 .../tier/sockets/command/GetPDXIdForEnum.java   |  21 +++++--
 .../tier/sockets/command/GetPDXIdForType.java   |  21 +++++--
 .../tier/sockets/command/GetPDXTypeById.java    |  21 +++++--
 .../tier/sockets/command/GetPdxEnums70.java     |  21 +++++--
 .../tier/sockets/command/GetPdxTypes70.java     |  21 +++++--
 .../cache/tier/sockets/command/Invalid.java     |  21 +++++--
 .../cache/tier/sockets/command/Invalidate.java  |  21 +++++--
 .../tier/sockets/command/Invalidate70.java      |  23 ++++---
 .../cache/tier/sockets/command/KeySet.java      |  21 +++++--
 .../cache/tier/sockets/command/MakePrimary.java |  21 +++++--
 .../tier/sockets/command/ManagementCommand.java |  21 +++++--
 .../cache/tier/sockets/command/PeriodicAck.java |  21 +++++--
 .../cache/tier/sockets/command/Ping.java        |  21 +++++--
 .../cache/tier/sockets/command/Put.java         |  21 +++++--
 .../cache/tier/sockets/command/Put61.java       |  21 +++++--
 .../cache/tier/sockets/command/Put65.java       |  21 +++++--
 .../cache/tier/sockets/command/Put70.java       |  21 +++++--
 .../cache/tier/sockets/command/PutAll.java      |  21 +++++--
 .../cache/tier/sockets/command/PutAll70.java    |  21 +++++--
 .../cache/tier/sockets/command/PutAll80.java    |  21 +++++--
 .../sockets/command/PutAllWithCallback.java     |  21 +++++--
 .../sockets/command/PutUserCredentials.java     |  21 +++++--
 .../cache/tier/sockets/command/Query.java       |  21 +++++--
 .../cache/tier/sockets/command/Query651.java    |  21 +++++--
 .../command/RegisterDataSerializers.java        |  21 +++++--
 .../sockets/command/RegisterInstantiators.java  |  21 +++++--
 .../tier/sockets/command/RegisterInterest.java  |  21 +++++--
 .../sockets/command/RegisterInterest61.java     |  21 +++++--
 .../sockets/command/RegisterInterestList.java   |  21 +++++--
 .../sockets/command/RegisterInterestList61.java |  21 +++++--
 .../sockets/command/RegisterInterestList66.java |  21 +++++--
 .../cache/tier/sockets/command/RemoveAll.java   |  21 +++++--
 .../tier/sockets/command/RemoveUserAuth.java    |  21 +++++--
 .../cache/tier/sockets/command/Request.java     |  21 +++++--
 .../tier/sockets/command/RequestEventValue.java |  20 ++++--
 .../tier/sockets/command/RollbackCommand.java   |  21 +++++--
 .../cache/tier/sockets/command/Size.java        |  21 +++++--
 .../tier/sockets/command/TXFailoverCommand.java |  21 +++++--
 .../command/TXSynchronizationCommand.java       |  21 +++++--
 .../sockets/command/UnregisterInterest.java     |  21 +++++--
 .../sockets/command/UnregisterInterestList.java |  21 +++++--
 .../command/UpdateClientNotification.java       |  21 +++++--
 .../cache/tx/AbstractPeerTXRegionStub.java      |  21 +++++--
 .../internal/cache/tx/ClientTXRegionStub.java   |  21 +++++--
 .../internal/cache/tx/ClientTXStateStub.java    |  21 +++++--
 .../cache/tx/DistClientTXStateStub.java         |  19 +++++-
 .../internal/cache/tx/DistTxEntryEvent.java     |  16 +++++
 .../internal/cache/tx/DistTxKeyInfo.java        |  18 +++++-
 .../cache/tx/DistributedTXRegionStub.java       |  21 +++++--
 .../cache/tx/PartitionedTXRegionStub.java       |  21 +++++--
 .../gemfire/internal/cache/tx/TXRegionStub.java |  21 +++++--
 .../cache/tx/TransactionalOperation.java        |  24 ++++---
 .../cache/versions/CompactVersionHolder.java    |  21 +++++--
 .../ConcurrentCacheModificationException.java   |  23 ++++---
 .../cache/versions/DiskRegionVersionVector.java |  21 +++++--
 .../internal/cache/versions/DiskVersionTag.java |  21 +++++--
 .../internal/cache/versions/RVVException.java   |  21 +++++--
 .../internal/cache/versions/RVVExceptionB.java  |  23 ++++---
 .../internal/cache/versions/RVVExceptionT.java  |  23 ++++---
 .../cache/versions/RegionVersionHolder.java     |  21 +++++--
 .../cache/versions/RegionVersionVector.java     |  21 +++++--
 .../cache/versions/VMRegionVersionVector.java   |  21 +++++--
 .../internal/cache/versions/VMVersionTag.java   |  21 +++++--
 .../internal/cache/versions/VersionHolder.java  |  21 +++++--
 .../internal/cache/versions/VersionSource.java  |  21 +++++--
 .../internal/cache/versions/VersionStamp.java   |  21 +++++--
 .../internal/cache/versions/VersionTag.java     |  21 +++++--
 .../internal/cache/vmotion/VMotionObserver.java |  20 ++++--
 .../cache/vmotion/VMotionObserverAdapter.java   |  20 ++++--
 .../cache/vmotion/VMotionObserverHolder.java    |  20 ++++--
 .../cache/wan/AbstractGatewaySender.java        |  20 ++++--
 .../AbstractGatewaySenderEventProcessor.java    |  21 +++++--
 .../AsyncEventQueueConfigurationException.java  |  21 +++++--
 .../internal/cache/wan/BatchException70.java    |  21 +++++--
 .../cache/wan/DistributedSystemListener.java    |  16 +++++
 .../cache/wan/GatewayEventFilterImpl.java       |  21 +++++--
 .../cache/wan/GatewayReceiverException.java     |  21 +++++--
 .../cache/wan/GatewayReceiverStats.java         |  21 +++++--
 .../cache/wan/GatewaySenderAdvisor.java         |  21 +++++--
 .../cache/wan/GatewaySenderAttributes.java      |  21 +++++--
 .../GatewaySenderConfigurationException.java    |  21 +++++--
 .../wan/GatewaySenderEventCallbackArgument.java |  20 ++++--
 .../GatewaySenderEventCallbackDispatcher.java   |  20 ++++--
 .../cache/wan/GatewaySenderEventDispatcher.java |  21 +++++--
 .../cache/wan/GatewaySenderEventImpl.java       |  20 ++++--
 .../cache/wan/GatewaySenderException.java       |  21 +++++--
 .../internal/cache/wan/GatewaySenderStats.java  |  21 +++++--
 .../cache/wan/InternalGatewaySenderFactory.java |  16 +++++
 .../cache/wan/TransportFilterServerSocket.java  |  21 +++++--
 .../cache/wan/TransportFilterSocket.java        |  21 +++++--
 .../cache/wan/TransportFilterSocketFactory.java |  21 +++++--
 .../internal/cache/wan/WANServiceProvider.java  |  16 +++++
 .../BucketRegionQueueUnavailableException.java  |  16 +++++
 ...rentParallelGatewaySenderEventProcessor.java |  21 +++++--
 .../ConcurrentParallelGatewaySenderQueue.java   |  21 +++++--
 .../ParallelGatewaySenderEventProcessor.java    |  21 +++++--
 .../parallel/ParallelGatewaySenderQueue.java    |  21 +++++--
 .../ParallelQueueBatchRemovalMessage.java       |  21 +++++--
 .../parallel/ParallelQueueRemovalMessage.java   |  21 +++++--
 .../cache/wan/parallel/RREventIDResolver.java   |  21 +++++--
 .../cache/wan/serial/BatchDestroyOperation.java |  21 +++++--
 ...urrentSerialGatewaySenderEventProcessor.java |  21 +++++--
 .../SerialGatewaySenderEventProcessor.java      |  20 ++++--
 .../wan/serial/SerialGatewaySenderQueue.java    |  21 +++++--
 .../serial/SerialSecondaryGatewayListener.java  |  21 +++++--
 .../internal/cache/wan/spi/WANFactory.java      |  16 +++++
 .../cache/xmlcache/AbstractXmlParser.java       |  21 +++++--
 .../cache/xmlcache/AsyncEventQueueCreation.java |  21 +++++--
 .../cache/xmlcache/BindingCreation.java         |  21 +++++--
 .../internal/cache/xmlcache/CacheCreation.java  |  21 +++++--
 .../cache/xmlcache/CacheServerCreation.java     |  21 +++++--
 .../CacheTransactionManagerCreation.java        |  21 +++++--
 .../internal/cache/xmlcache/CacheXml.java       |  21 +++++--
 .../cache/xmlcache/CacheXmlGenerator.java       |  21 +++++--
 .../internal/cache/xmlcache/CacheXmlParser.java |  21 +++++--
 .../xmlcache/CacheXmlPropertyResolver.java      |  21 +++++--
 .../CacheXmlPropertyResolverHelper.java         |  21 +++++--
 .../cache/xmlcache/CacheXmlVersion.java         |  17 ++++-
 .../cache/xmlcache/ClientCacheCreation.java     |  21 +++++--
 .../cache/xmlcache/ClientHaQueueCreation.java   |  21 +++++--
 .../internal/cache/xmlcache/Declarable2.java    |  21 +++++--
 .../cache/xmlcache/DefaultEntityResolver2.java  |  21 +++++--
 .../xmlcache/DiskStoreAttributesCreation.java   |  21 +++++--
 .../cache/xmlcache/FunctionServiceCreation.java |  21 +++++--
 .../cache/xmlcache/GatewayReceiverCreation.java |  21 +++++--
 .../cache/xmlcache/IndexCreationData.java       |  21 +++++--
 .../ParallelAsyncEventQueueCreation.java        |  21 +++++--
 .../xmlcache/ParallelGatewaySenderCreation.java |  21 +++++--
 .../cache/xmlcache/PivotalEntityResolver.java   |  21 +++++--
 .../cache/xmlcache/PropertyResolver.java        |  21 +++++--
 .../xmlcache/RegionAttributesCreation.java      |  21 +++++--
 .../internal/cache/xmlcache/RegionCreation.java |  21 +++++--
 .../cache/xmlcache/ResourceManagerCreation.java |  21 +++++--
 .../xmlcache/SerialAsyncEventQueueCreation.java |  21 +++++--
 .../xmlcache/SerialGatewaySenderCreation.java   |  21 +++++--
 .../cache/xmlcache/SerializerCreation.java      |  21 +++++--
 .../internal/cache/xmlcache/XmlGenerator.java   |  21 +++++--
 .../cache/xmlcache/XmlGeneratorUtils.java       |  21 +++++--
 .../internal/cache/xmlcache/XmlParser.java      |  21 +++++--
 .../gemfire/internal/concurrent/AL.java         |  21 +++++--
 .../internal/concurrent/AtomicLong5.java        |  21 +++++--
 .../gemfire/internal/concurrent/Atomics.java    |  21 +++++--
 .../concurrent/CompactConcurrentHashSet2.java   |  16 +++++
 .../internal/concurrent/ConcurrentHashSet.java  |  21 +++++--
 .../gemfire/internal/concurrent/LI.java         |  21 +++++--
 .../internal/concurrent/MapCallback.java        |  21 +++++--
 .../internal/concurrent/MapCallbackAdapter.java |  21 +++++--
 .../gemfire/internal/concurrent/MapResult.java  |  21 +++++--
 .../internal/datasource/AbstractDataSource.java |  21 +++++--
 .../internal/datasource/AbstractPoolCache.java  |  21 +++++--
 .../ClientConnectionFactoryWrapper.java         |  21 +++++--
 .../internal/datasource/ConfigProperty.java     |  21 +++++--
 .../ConfiguredDataSourceProperties.java         |  21 +++++--
 .../ConnectionEventListenerAdaptor.java         |  21 +++++--
 .../datasource/ConnectionPoolCache.java         |  21 +++++--
 .../datasource/ConnectionPoolCacheImpl.java     |  21 +++++--
 .../internal/datasource/ConnectionProvider.java |  21 +++++--
 .../datasource/ConnectionProviderException.java |  21 +++++--
 .../datasource/DataSourceCreateException.java   |  21 +++++--
 .../internal/datasource/DataSourceFactory.java  |  21 +++++--
 .../datasource/DataSourceResources.java         |  21 +++++--
 .../FacetsJCAConnectionManagerImpl.java         |  21 +++++--
 .../datasource/GemFireBasicDataSource.java      |  21 +++++--
 .../datasource/GemFireConnPooledDataSource.java |  21 +++++--
 .../GemFireConnectionPoolManager.java           |  21 +++++--
 .../GemFireTransactionDataSource.java           |  21 +++++--
 .../datasource/JCAConnectionManagerImpl.java    |  21 +++++--
 .../datasource/ManagedPoolCacheImpl.java        |  21 +++++--
 .../internal/datasource/PoolException.java      |  21 +++++--
 .../internal/datasource/TranxPoolCacheImpl.java |  21 +++++--
 .../i18n/AbstractStringIdResourceBundle.java    |  21 +++++--
 .../gemfire/internal/i18n/LocalizedStrings.java |  23 ++++---
 .../internal/i18n/ParentLocalizedStrings.java   |  21 +++++--
 .../internal/io/CompositeOutputStream.java      |  21 +++++--
 .../internal/io/CompositePrintStream.java       |  21 +++++--
 .../gemfire/internal/io/TeeOutputStream.java    |  21 +++++--
 .../gemfire/internal/io/TeePrintStream.java     |  21 +++++--
 .../gemfire/internal/jndi/ContextImpl.java      |  21 +++++--
 .../jndi/InitialContextFactoryImpl.java         |  21 +++++--
 .../gemfire/internal/jndi/JNDIInvoker.java      |  21 +++++--
 .../gemfire/internal/jndi/NameParserImpl.java   |  21 +++++--
 .../gemfire/internal/jta/GlobalTransaction.java |  21 +++++--
 .../gemfire/internal/jta/TransactionImpl.java   |  21 +++++--
 .../internal/jta/TransactionManagerImpl.java    |  21 +++++--
 .../gemfire/internal/jta/TransactionUtils.java  |  21 +++++--
 .../internal/jta/UserTransactionImpl.java       |  21 +++++--
 .../gemstone/gemfire/internal/jta/XidImpl.java  |  21 +++++--
 .../gemfire/internal/lang/ClassUtils.java       |  20 ++++--
 .../gemstone/gemfire/internal/lang/Filter.java  |  18 ++++--
 .../gemfire/internal/lang/InOutParameter.java   |  20 ++++--
 .../gemfire/internal/lang/Initable.java         |  20 ++++--
 .../gemfire/internal/lang/Initializer.java      |  21 +++++--
 .../internal/lang/MutableIdentifiable.java      |  24 ++++---
 .../gemfire/internal/lang/ObjectUtils.java      |  20 ++++--
 .../gemfire/internal/lang/Orderable.java        |  20 ++++--
 .../gemstone/gemfire/internal/lang/Ordered.java |  20 ++++--
 .../gemfire/internal/lang/StringUtils.java      |  20 ++++--
 .../gemfire/internal/lang/SystemUtils.java      |  20 ++++--
 .../gemfire/internal/lang/ThreadUtils.java      |  20 ++++--
 .../gemfire/internal/logging/DateFormatter.java |  16 +++++
 .../internal/logging/DebugLogWriter.java        |  21 +++++--
 .../internal/logging/GemFireFormatter.java      |  21 +++++--
 .../internal/logging/GemFireHandler.java        |  21 +++++--
 .../gemfire/internal/logging/GemFireLevel.java  |  21 +++++--
 .../internal/logging/InternalLogWriter.java     |  16 +++++
 .../internal/logging/LocalLogWriter.java        |  21 +++++--
 .../gemfire/internal/logging/LogConfig.java     |  16 +++++
 .../gemfire/internal/logging/LogFileParser.java |  21 +++++--
 .../gemfire/internal/logging/LogService.java    |  21 +++++--
 .../internal/logging/LogWriterFactory.java      |  16 +++++
 .../gemfire/internal/logging/LogWriterImpl.java |  21 +++++--
 .../internal/logging/LoggingThreadGroup.java    |  16 +++++
 .../internal/logging/ManagerLogWriter.java      |  21 +++++--
 .../gemfire/internal/logging/MergeLogFiles.java |  21 +++++--
 .../gemfire/internal/logging/PureLogWriter.java |  21 +++++--
 .../logging/SecurityLocalLogWriter.java         |  21 +++++--
 .../internal/logging/SecurityLogConfig.java     |  16 +++++
 .../internal/logging/SecurityLogWriter.java     |  21 +++++--
 .../logging/SecurityManagerLogWriter.java       |  21 +++++--
 .../gemfire/internal/logging/SortLogFile.java   |  21 +++++--
 .../internal/logging/StandardErrorPrinter.java  |  16 +++++
 .../internal/logging/StandardOutputPrinter.java |  16 +++++
 .../internal/logging/log4j/AlertAppender.java   |  16 +++++
 .../internal/logging/log4j/AppenderContext.java |  16 +++++
 .../internal/logging/log4j/ConfigLocator.java   |  16 +++++
 .../internal/logging/log4j/Configurator.java    |  16 +++++
 .../internal/logging/log4j/FastLogger.java      |  16 +++++
 .../internal/logging/log4j/GemFireLogger.java   |  16 +++++
 .../logging/log4j/LocalizedMessage.java         |  16 +++++
 .../internal/logging/log4j/LogMarker.java       |  16 +++++
 .../logging/log4j/LogWriterAppender.java        |  18 +++++-
 .../logging/log4j/LogWriterAppenders.java       |  16 +++++
 .../internal/logging/log4j/LogWriterLogger.java |  16 +++++
 .../logging/log4j/ThreadIdPatternConverter.java |  16 +++++
 .../gemfire/internal/memcached/Command.java     |  21 +++++--
 .../internal/memcached/CommandProcessor.java    |  21 +++++--
 .../internal/memcached/ConnectionHandler.java   |  21 +++++--
 .../gemfire/internal/memcached/KeyWrapper.java  |  21 +++++--
 .../gemfire/internal/memcached/Reply.java       |  21 +++++--
 .../internal/memcached/RequestReader.java       |  21 +++++--
 .../internal/memcached/ResponseStatus.java      |  21 +++++--
 .../internal/memcached/ValueWrapper.java        |  21 +++++--
 .../memcached/commands/AbstractCommand.java     |  21 +++++--
 .../internal/memcached/commands/AddCommand.java |  21 +++++--
 .../memcached/commands/AddQCommand.java         |  16 +++++
 .../memcached/commands/AppendCommand.java       |  21 +++++--
 .../memcached/commands/AppendQCommand.java      |  16 +++++
 .../internal/memcached/commands/CASCommand.java |  21 +++++--
 .../memcached/commands/ClientError.java         |  21 +++++--
 .../memcached/commands/DecrementCommand.java    |  21 +++++--
 .../memcached/commands/DecrementQCommand.java   |  16 +++++
 .../memcached/commands/DeleteCommand.java       |  21 +++++--
 .../memcached/commands/DeleteQCommand.java      |  16 +++++
 .../memcached/commands/FlushAllCommand.java     |  21 +++++--
 .../memcached/commands/FlushAllQCommand.java    |  16 +++++
 .../internal/memcached/commands/GATCommand.java |  16 +++++
 .../memcached/commands/GATQCommand.java         |  16 +++++
 .../internal/memcached/commands/GetCommand.java |  21 +++++--
 .../memcached/commands/GetKCommand.java         |  16 +++++
 .../memcached/commands/GetKQCommand.java        |  16 +++++
 .../memcached/commands/GetQCommand.java         |  21 +++++--
 .../memcached/commands/IncrementCommand.java    |  21 +++++--
 .../memcached/commands/IncrementQCommand.java   |  16 +++++
 .../memcached/commands/NoOpCommand.java         |  21 +++++--
 .../memcached/commands/NotSupportedCommand.java |  21 +++++--
 .../memcached/commands/PrependCommand.java      |  21 +++++--
 .../memcached/commands/PrependQCommand.java     |  16 +++++
 .../memcached/commands/QuitCommand.java         |  21 +++++--
 .../memcached/commands/QuitQCommand.java        |  16 +++++
 .../memcached/commands/ReplaceCommand.java      |  21 +++++--
 .../memcached/commands/ReplaceQCommand.java     |  16 +++++
 .../internal/memcached/commands/SetCommand.java |  21 +++++--
 .../memcached/commands/SetQCommand.java         |  16 +++++
 .../memcached/commands/StatsCommand.java        |  21 +++++--
 .../memcached/commands/StorageCommand.java      |  21 +++++--
 .../memcached/commands/TouchCommand.java        |  21 +++++--
 .../memcached/commands/VerbosityCommand.java    |  21 +++++--
 .../memcached/commands/VersionCommand.java      |  21 +++++--
 .../modules/util/RegionConfiguration.java       |  21 +++++--
 .../gemfire/internal/net/SocketUtils.java       |  20 ++++--
 .../internal/offheap/ByteArrayMemoryChunk.java  |  16 +++++
 .../internal/offheap/ByteBufferMemoryChunk.java |  16 +++++
 .../gemfire/internal/offheap/DataType.java      |  16 +++++
 .../internal/offheap/MemoryAllocator.java       |  16 +++++
 .../gemfire/internal/offheap/MemoryBlock.java   |  16 +++++
 .../gemfire/internal/offheap/MemoryChunk.java   |  16 +++++
 .../offheap/MemoryChunkWithRefCount.java        |  16 +++++
 .../internal/offheap/MemoryInspector.java       |  16 +++++
 .../internal/offheap/MemoryUsageListener.java   |  16 +++++
 .../offheap/OffHeapCachedDeserializable.java    |  16 +++++
 .../gemfire/internal/offheap/OffHeapHelper.java |  16 +++++
 .../internal/offheap/OffHeapMemoryStats.java    |  16 +++++
 .../internal/offheap/OffHeapReference.java      |  18 +++++-
 .../offheap/OffHeapRegionEntryHelper.java       |  16 +++++
 .../internal/offheap/OffHeapStorage.java        |  16 +++++
 .../offheap/OutOfOffHeapMemoryListener.java     |  16 +++++
 .../gemfire/internal/offheap/Releasable.java    |  16 +++++
 .../offheap/SimpleMemoryAllocatorImpl.java      |  16 +++++
 .../gemfire/internal/offheap/StoredObject.java  |  16 +++++
 .../internal/offheap/UnsafeMemoryChunk.java     |  16 +++++
 .../offheap/annotations/OffHeapIdentifier.java  |  16 +++++
 .../internal/offheap/annotations/Released.java  |  16 +++++
 .../internal/offheap/annotations/Retained.java  |  16 +++++
 .../offheap/annotations/Unretained.java         |  16 +++++
 .../internal/process/AttachProcessUtils.java    |  16 +++++
 .../process/BlockingProcessStreamReader.java    |  16 +++++
 ...usterConfigurationNotAvailableException.java |  16 +++++
 .../process/ConnectionFailedException.java      |  21 +++++--
 .../internal/process/ControlFileWatchdog.java   |  16 +++++
 .../process/ControlNotificationHandler.java     |  16 +++++
 .../internal/process/ControllableProcess.java   |  16 +++++
 .../process/FileAlreadyExistsException.java     |  21 +++++--
 .../process/FileControllerParameters.java       |  16 +++++
 .../internal/process/FileProcessController.java |  16 +++++
 .../process/LocalProcessController.java         |  21 +++++--
 .../internal/process/LocalProcessLauncher.java  |  21 +++++--
 .../process/MBeanControllerParameters.java      |  16 +++++
 .../process/MBeanInvocationFailedException.java |  21 +++++--
 .../process/MBeanProcessController.java         |  16 +++++
 .../internal/process/NativeProcessUtils.java    |  16 +++++
 .../process/NonBlockingProcessStreamReader.java |  16 +++++
 .../gemfire/internal/process/PidFile.java       |  16 +++++
 .../process/PidUnavailableException.java        |  21 +++++--
 .../internal/process/ProcessController.java     |  16 +++++
 .../process/ProcessControllerFactory.java       |  16 +++++
 .../process/ProcessControllerParameters.java    |  16 +++++
 .../process/ProcessLauncherContext.java         |  21 +++++--
 .../internal/process/ProcessStreamReader.java   |  21 +++++--
 .../ProcessTerminatedAbnormallyException.java   |  20 ++++--
 .../gemfire/internal/process/ProcessType.java   |  16 +++++
 .../gemfire/internal/process/ProcessUtils.java  |  21 +++++--
 .../gemfire/internal/process/StartupStatus.java |  16 +++++
 .../internal/process/StartupStatusListener.java |  16 +++++
 .../UnableToControlProcessException.java        |  16 +++++
 .../AbstractSignalNotificationHandler.java      |  20 ++++--
 .../gemfire/internal/process/signal/Signal.java |  20 ++++--
 .../internal/process/signal/SignalEvent.java    |  20 ++++--
 .../internal/process/signal/SignalListener.java |  20 ++++--
 .../internal/process/signal/SignalType.java     |  20 ++++--
 .../internal/redis/ByteArrayWrapper.java        |  16 +++++
 .../internal/redis/ByteToCommandDecoder.java    |  16 +++++
 .../gemstone/gemfire/internal/redis/Coder.java  |  16 +++++
 .../gemfire/internal/redis/Command.java         |  16 +++++
 .../gemfire/internal/redis/DoubleWrapper.java   |  16 +++++
 .../internal/redis/ExecutionHandlerContext.java |  16 +++++
 .../gemfire/internal/redis/Executor.java        |  16 +++++
 .../gemfire/internal/redis/Extendable.java      |  16 +++++
 .../redis/RedisCommandParserException.java      |  16 +++++
 .../internal/redis/RedisCommandType.java        |  16 +++++
 .../gemfire/internal/redis/RedisConstants.java  |  16 +++++
 .../gemfire/internal/redis/RedisDataType.java   |  18 +++++-
 .../redis/RedisDataTypeMismatchException.java   |  16 +++++
 .../internal/redis/RegionCreationException.java |  16 +++++
 .../gemfire/internal/redis/RegionProvider.java  |  16 +++++
 .../redis/executor/AbstractExecutor.java        |  16 +++++
 .../redis/executor/AbstractScanExecutor.java    |  16 +++++
 .../internal/redis/executor/AuthExecutor.java   |  16 +++++
 .../internal/redis/executor/DBSizeExecutor.java |  16 +++++
 .../internal/redis/executor/DelExecutor.java    |  16 +++++
 .../internal/redis/executor/EchoExecutor.java   |  16 +++++
 .../internal/redis/executor/ExistsExecutor.java |  16 +++++
 .../redis/executor/ExpirationExecutor.java      |  16 +++++
 .../redis/executor/ExpireAtExecutor.java        |  16 +++++
 .../internal/redis/executor/ExpireExecutor.java |  16 +++++
 .../redis/executor/FlushAllExecutor.java        |  16 +++++
 .../internal/redis/executor/KeysExecutor.java   |  16 +++++
 .../internal/redis/executor/ListQuery.java      |  16 +++++
 .../redis/executor/PExpireAtExecutor.java       |  16 +++++
 .../redis/executor/PExpireExecutor.java         |  16 +++++
 .../internal/redis/executor/PTTLExecutor.java   |  16 +++++
 .../redis/executor/PersistExecutor.java         |  16 +++++
 .../internal/redis/executor/PingExecutor.java   |  16 +++++
 .../internal/redis/executor/QuitExecutor.java   |  16 +++++
 .../internal/redis/executor/ScanExecutor.java   |  16 +++++
 .../redis/executor/ShutDownExecutor.java        |  16 +++++
 .../internal/redis/executor/SortedSetQuery.java |  16 +++++
 .../internal/redis/executor/TTLExecutor.java    |  16 +++++
 .../internal/redis/executor/TimeExecutor.java   |  16 +++++
 .../internal/redis/executor/TypeExecutor.java   |  16 +++++
 .../internal/redis/executor/UnkownExecutor.java |  16 +++++
 .../redis/executor/hash/HDelExecutor.java       |  16 +++++
 .../redis/executor/hash/HExistsExecutor.java    |  16 +++++
 .../redis/executor/hash/HGetAllExecutor.java    |  16 +++++
 .../redis/executor/hash/HGetExecutor.java       |  16 +++++
 .../redis/executor/hash/HIncrByExecutor.java    |  16 +++++
 .../executor/hash/HIncrByFloatExecutor.java     |  16 +++++
 .../redis/executor/hash/HKeysExecutor.java      |  16 +++++
 .../redis/executor/hash/HLenExecutor.java       |  16 +++++
 .../redis/executor/hash/HMGetExecutor.java      |  16 +++++
 .../redis/executor/hash/HMSetExecutor.java      |  16 +++++
 .../redis/executor/hash/HScanExecutor.java      |  16 +++++
 .../redis/executor/hash/HSetExecutor.java       |  16 +++++
 .../redis/executor/hash/HSetNXExecutor.java     |  16 +++++
 .../redis/executor/hash/HValsExecutor.java      |  16 +++++
 .../redis/executor/hash/HashExecutor.java       |  18 +++++-
 .../internal/redis/executor/hll/Bits.java       |  16 +++++
 .../executor/hll/CardinalityMergeException.java |  18 +++++-
 .../redis/executor/hll/HllExecutor.java         |  16 +++++
 .../redis/executor/hll/HyperLogLog.java         |  16 +++++
 .../redis/executor/hll/HyperLogLogPlus.java     |  18 +++++-
 .../internal/redis/executor/hll/IBuilder.java   |  18 +++++-
 .../redis/executor/hll/ICardinality.java        |  16 +++++
 .../internal/redis/executor/hll/MurmurHash.java |  18 +++++-
 .../redis/executor/hll/PFAddExecutor.java       |  16 +++++
 .../redis/executor/hll/PFCountExecutor.java     |  16 +++++
 .../redis/executor/hll/PFMergeExecutor.java     |  16 +++++
 .../redis/executor/hll/RegisterSet.java         |  18 +++++-
 .../internal/redis/executor/hll/Varint.java     |  18 +++++-
 .../redis/executor/list/LIndexExecutor.java     |  16 +++++
 .../redis/executor/list/LInsertExecutor.java    |  16 +++++
 .../redis/executor/list/LLenExecutor.java       |  16 +++++
 .../redis/executor/list/LPopExecutor.java       |  16 +++++
 .../redis/executor/list/LPushExecutor.java      |  16 +++++
 .../redis/executor/list/LPushXExecutor.java     |  16 +++++
 .../redis/executor/list/LRangeExecutor.java     |  16 +++++
 .../redis/executor/list/LRemExecutor.java       |  16 +++++
 .../redis/executor/list/LSetExecutor.java       |  16 +++++
 .../redis/executor/list/LTrimExecutor.java      |  16 +++++
 .../redis/executor/list/ListExecutor.java       |  16 +++++
 .../redis/executor/list/PopExecutor.java        |  16 +++++
 .../redis/executor/list/PushExecutor.java       |  16 +++++
 .../redis/executor/list/PushXExecutor.java      |  16 +++++
 .../redis/executor/list/RPopExecutor.java       |  16 +++++
 .../redis/executor/list/RPushExecutor.java      |  16 +++++
 .../redis/executor/list/RPushXExecutor.java     |  16 +++++
 .../redis/executor/set/SAddExecutor.java        |  16 +++++
 .../redis/executor/set/SCardExecutor.java       |  16 +++++
 .../redis/executor/set/SDiffExecutor.java       |  16 +++++
 .../redis/executor/set/SDiffStoreExecutor.java  |  16 +++++
 .../redis/executor/set/SInterExecutor.java      |  16 +++++
 .../redis/executor/set/SInterStoreExecutor.java |  16 +++++
 .../redis/executor/set/SIsMemberExecutor.java   |  16 +++++
 .../redis/executor/set/SMembersExecutor.java    |  16 +++++
 .../redis/executor/set/SMoveExecutor.java       |  16 +++++
 .../redis/executor/set/SPopExecutor.java        |  16 +++++
 .../redis/executor/set/SRandMemberExecutor.java |  16 +++++
 .../redis/executor/set/SRemExecutor.java        |  16 +++++
 .../redis/executor/set/SScanExecutor.java       |  16 +++++
 .../redis/executor/set/SUnionExecutor.java      |  16 +++++
 .../redis/executor/set/SUnionStoreExecutor.java |  16 +++++
 .../redis/executor/set/SetExecutor.java         |  16 +++++
 .../redis/executor/set/SetOpExecutor.java       |  16 +++++
 .../executor/sortedset/SortedSetExecutor.java   |  16 +++++
 .../redis/executor/sortedset/ZAddExecutor.java  |  16 +++++
 .../redis/executor/sortedset/ZCardExecutor.java |  16 +++++
 .../executor/sortedset/ZCountExecutor.java      |  16 +++++
 .../executor/sortedset/ZIncrByExecutor.java     |  16 +++++
 .../executor/sortedset/ZLexCountExecutor.java   |  16 +++++
 .../executor/sortedset/ZRangeByLexExecutor.java |  16 +++++
 .../sortedset/ZRangeByScoreExecutor.java        |  16 +++++
 .../executor/sortedset/ZRangeExecutor.java      |  16 +++++
 .../redis/executor/sortedset/ZRankExecutor.java |  16 +++++
 .../redis/executor/sortedset/ZRemExecutor.java  |  16 +++++
 .../sortedset/ZRemRangeByLexExecutor.java       |  16 +++++
 .../sortedset/ZRemRangeByRankExecutor.java      |  16 +++++
 .../sortedset/ZRemRangeByScoreExecutor.java     |  16 +++++
 .../sortedset/ZRevRangeByScoreExecutor.java     |  16 +++++
 .../executor/sortedset/ZRevRangeExecutor.java   |  16 +++++
 .../executor/sortedset/ZRevRankExecutor.java    |  16 +++++
 .../redis/executor/sortedset/ZScanExecutor.java |  16 +++++
 .../executor/sortedset/ZScoreExecutor.java      |  16 +++++
 .../redis/executor/string/AppendExecutor.java   |  16 +++++
 .../redis/executor/string/BitCountExecutor.java |  16 +++++
 .../redis/executor/string/BitOpExecutor.java    |  16 +++++
 .../redis/executor/string/BitPosExecutor.java   |  16 +++++
 .../redis/executor/string/DecrByExecutor.java   |  16 +++++
 .../redis/executor/string/DecrExecutor.java     |  16 +++++
 .../redis/executor/string/GetBitExecutor.java   |  16 +++++
 .../redis/executor/string/GetExecutor.java      |  16 +++++
 .../redis/executor/string/GetRangeExecutor.java |  16 +++++
 .../redis/executor/string/GetSetExecutor.java   |  16 +++++
 .../redis/executor/string/IncrByExecutor.java   |  16 +++++
 .../executor/string/IncrByFloatExecutor.java    |  16 +++++
 .../redis/executor/string/IncrExecutor.java     |  16 +++++
 .../redis/executor/string/MGetExecutor.java     |  16 +++++
 .../redis/executor/string/MSetExecutor.java     |  16 +++++
 .../redis/executor/string/MSetNXExecutor.java   |  16 +++++
 .../redis/executor/string/PSetEXExecutor.java   |  16 +++++
 .../redis/executor/string/SetBitExecutor.java   |  16 +++++
 .../redis/executor/string/SetEXExecutor.java    |  16 +++++
 .../redis/executor/string/SetExecutor.java      |  16 +++++
 .../redis/executor/string/SetNXExecutor.java    |  16 +++++
 .../redis/executor/string/SetRangeExecutor.java |  16 +++++
 .../redis/executor/string/StringExecutor.java   |  18 +++++-
 .../redis/executor/string/StrlenExecutor.java   |  16 +++++
 .../executor/transactions/DiscardExecutor.java  |  16 +++++
 .../executor/transactions/ExecExecutor.java     |  16 +++++
 .../executor/transactions/MultiExecutor.java    |  16 +++++
 .../transactions/TransactionExecutor.java       |  16 +++++
 .../executor/transactions/UnwatchExecutor.java  |  16 +++++
 .../executor/transactions/WatchExecutor.java    |  16 +++++
 .../internal/security/AuthorizeRequest.java     |  21 +++++--
 .../internal/security/AuthorizeRequestPP.java   |  21 +++++--
 .../security/FilterPostAuthorization.java       |  21 +++++--
 .../security/FilterPreAuthorization.java        |  21 +++++--
 .../internal/security/ObjectWithAuthz.java      |  21 +++++--
 .../internal/sequencelog/EntryLogger.java       |  23 ++++---
 .../gemfire/internal/sequencelog/GraphType.java |  21 +++++--
 .../internal/sequencelog/MembershipLogger.java  |  21 +++++--
 .../internal/sequencelog/MessageLogger.java     |  21 +++++--
 .../internal/sequencelog/RegionLogger.java      |  21 +++++--
 .../internal/sequencelog/SequenceLogger.java    |  21 +++++--
 .../sequencelog/SequenceLoggerImpl.java         |  21 +++++--
 .../internal/sequencelog/Transition.java        |  21 +++++--
 .../gemfire/internal/sequencelog/io/Filter.java |  21 +++++--
 .../sequencelog/io/GemfireLogConverter.java     |  21 +++++--
 .../internal/sequencelog/io/GraphReader.java    |  21 +++++--
 .../sequencelog/io/InputStreamReader.java       |  21 +++++--
 .../sequencelog/io/OutputStreamAppender.java    |  21 +++++--
 .../internal/sequencelog/model/Edge.java        |  23 ++++---
 .../internal/sequencelog/model/Graph.java       |  21 +++++--
 .../internal/sequencelog/model/GraphID.java     |  21 +++++--
 .../sequencelog/model/GraphReaderCallback.java  |  23 ++++---
 .../internal/sequencelog/model/GraphSet.java    |  21 +++++--
 .../internal/sequencelog/model/Vertex.java      |  21 +++++--
 .../visualization/text/TextDisplay.java         |  21 +++++--
 .../gemfire/internal/shared/NativeCalls.java    |  21 +++++--
 .../internal/shared/NativeCallsJNAImpl.java     |  21 +++++--
 .../internal/shared/NativeErrorException.java   |  21 +++++--
 .../gemfire/internal/shared/OSType.java         |  21 +++++--
 .../internal/shared/StringPrintWriter.java      |  21 +++++--
 .../internal/shared/TCPSocketOptions.java       |  21 +++++--
 .../internal/size/CachingSingleObjectSizer.java |  21 +++++--
 .../size/InstrumentationSingleObjectSizer.java  |  21 +++++--
 .../gemfire/internal/size/ObjectGraphSizer.java |  28 +++++----
 .../gemfire/internal/size/ObjectTraverser.java  |  28 +++++----
 .../internal/size/ReflectionObjectSizer.java    |  21 +++++--
 .../size/ReflectionSingleObjectSizer.java       |  21 +++++--
 .../internal/size/SingleObjectSizer.java        |  16 +++++
 .../internal/size/SizeClassOnceObjectSizer.java |  21 +++++--
 .../gemfire/internal/size/SizeOfUtil0.java      |  21 +++++--
 .../internal/size/WellKnownClassSizer.java      |  21 +++++--
 .../internal/statistics/CounterMonitor.java     |  21 +++++--
 .../internal/statistics/GaugeMonitor.java       |  21 +++++--
 .../statistics/IgnoreResourceException.java     |  21 +++++--
 .../MapBasedStatisticsNotification.java         |  21 +++++--
 .../internal/statistics/ResourceInstance.java   |  21 +++++--
 .../internal/statistics/ResourceType.java       |  21 +++++--
 .../internal/statistics/SampleCollector.java    |  21 +++++--
 .../internal/statistics/SampleHandler.java      |  21 +++++--
 .../internal/statistics/SimpleStatisticId.java  |  21 +++++--
 .../statistics/StatArchiveDescriptor.java       |  21 +++++--
 .../internal/statistics/StatArchiveHandler.java |  21 +++++--
 .../statistics/StatArchiveHandlerConfig.java    |  21 +++++--
 .../internal/statistics/StatMonitorHandler.java |  21 +++++--
 .../internal/statistics/StatisticId.java        |  21 +++++--
 .../statistics/StatisticNotFoundException.java  |  21 +++++--
 .../internal/statistics/StatisticsListener.java |  23 ++++---
 .../internal/statistics/StatisticsMonitor.java  |  21 +++++--
 .../statistics/StatisticsNotification.java      |  21 +++++--
 .../internal/statistics/StatisticsSampler.java  |  21 +++++--
 .../internal/statistics/ValueMonitor.java       |  21 +++++--
 .../stats50/Atomic50StatisticsImpl.java         |  21 +++++--
 .../gemfire/internal/stats50/VMStats50.java     |  21 +++++--
 .../gemfire/internal/tcp/BaseMsgStreamer.java   |  21 +++++--
 .../gemstone/gemfire/internal/tcp/Buffers.java  |  21 +++++--
 .../internal/tcp/ByteBufferInputStream.java     |  21 +++++--
 .../gemfire/internal/tcp/ConnectExceptions.java |  21 +++++--
 .../gemfire/internal/tcp/Connection.java        |  21 +++++--
 .../internal/tcp/ConnectionException.java       |  21 +++++--
 .../gemfire/internal/tcp/ConnectionTable.java   |  21 +++++--
 .../gemfire/internal/tcp/DirectReplySender.java |  21 +++++--
 .../tcp/ImmutableByteBufferInputStream.java     |  21 +++++--
 .../internal/tcp/MemberShunnedException.java    |  21 +++++--
 .../gemfire/internal/tcp/MsgDestreamer.java     |  21 +++++--
 .../gemfire/internal/tcp/MsgIdGenerator.java    |  21 +++++--
 .../gemfire/internal/tcp/MsgOutputStream.java   |  21 +++++--
 .../gemfire/internal/tcp/MsgReader.java         |  21 +++++--
 .../gemfire/internal/tcp/MsgStreamer.java       |  21 +++++--
 .../gemfire/internal/tcp/MsgStreamerList.java   |  21 +++++--
 .../gemfire/internal/tcp/NIOMsgReader.java      |  21 +++++--
 .../gemfire/internal/tcp/OioMsgReader.java      |  21 +++++--
 .../internal/tcp/ReenteredConnectException.java |  21 +++++--
 .../gemfire/internal/tcp/ServerDelegate.java    |  21 +++++--
 .../com/gemstone/gemfire/internal/tcp/Stub.java |  21 +++++--
 .../gemfire/internal/tcp/TCPConduit.java        |  21 +++++--
 .../tcp/VersionedByteBufferInputStream.java     |  21 +++++--
 .../internal/tcp/VersionedMsgStreamer.java      |  21 +++++--
 .../internal/util/AbortableTaskService.java     |  21 +++++--
 .../gemfire/internal/util/ArrayUtils.java       |  21 +++++--
 .../gemfire/internal/util/BlobHelper.java       |  21 +++++--
 .../gemfire/internal/util/Breadcrumbs.java      |  21 +++++--
 .../gemstone/gemfire/internal/util/Bytes.java   |  21 +++++--
 .../gemfire/internal/util/Callable.java         |  21 +++++--
 .../gemfire/internal/util/CollectionUtils.java  |  21 +++++--
 .../gemfire/internal/util/DebuggerSupport.java  |  21 +++++--
 .../gemfire/internal/util/DelayedAction.java    |  21 +++++--
 .../com/gemstone/gemfire/internal/util/Hex.java |  21 +++++--
 .../gemstone/gemfire/internal/util/IOUtils.java |  21 +++++--
 .../internal/util/JavaCommandBuilder.java       |  21 +++++--
 .../gemfire/internal/util/LogFileUtils.java     |  21 +++++--
 .../internal/util/ObjectIntProcedure.java       |  16 +++++
 .../gemfire/internal/util/ObjectProcedure.java  |  16 +++++
 .../gemfire/internal/util/PasswordUtil.java     |  20 ++++--
 .../gemfire/internal/util/PluckStacks.java      |  21 +++++--
 .../internal/util/SingletonCallable.java        |  16 +++++
 .../gemfire/internal/util/SingletonValue.java   |  18 +++++-
 .../internal/util/StackTraceCollector.java      |  21 +++++--
 .../gemfire/internal/util/StopWatch.java        |  21 +++++--
 .../internal/util/SunAPINotFoundException.java  |  20 ++++--
 .../gemfire/internal/util/TransformUtils.java   |  21 +++++--
 .../gemfire/internal/util/Transformer.java      |  21 +++++--
 .../gemfire/internal/util/Versionable.java      |  21 +++++--
 .../internal/util/VersionedArrayList.java       |  20 ++++--
 .../util/concurrent/CopyOnWriteHashMap.java     |  21 +++++--
 .../util/concurrent/CopyOnWriteWeakHashMap.java |  21 +++++--
 .../CustomEntryConcurrentHashMap.java           |  21 +++++--
 .../internal/util/concurrent/FutureResult.java  |  21 +++++--
 .../util/concurrent/ReentrantSemaphore.java     |  21 +++++--
 .../util/concurrent/SemaphoreReadWriteLock.java |  21 +++++--
 .../util/concurrent/StoppableCondition.java     |  21 +++++--
 .../concurrent/StoppableCountDownLatch.java     |  21 +++++--
 .../concurrent/StoppableCountDownOrUpLatch.java |  21 +++++--
 .../concurrent/StoppableNonReentrantLock.java   |  21 +++++--
 .../util/concurrent/StoppableReadWriteLock.java |  16 +++++
 .../util/concurrent/StoppableReentrantLock.java |  21 +++++--
 .../StoppableReentrantReadWriteLock.java        |  21 +++++--
 .../lang/AttachAPINotFoundException.java        |  20 ++++--
 .../com/gemstone/gemfire/lang/Identifiable.java |  20 ++++--
 .../management/AlreadyRunningException.java     |  21 +++++--
 .../management/AsyncEventQueueMXBean.java       |  20 ++++--
 .../gemfire/management/CacheServerMXBean.java   |  20 ++++--
 .../gemfire/management/ClientHealthStatus.java  |  20 ++++--
 .../gemfire/management/ClientQueueDetail.java   |  21 +++++--
 .../DependenciesNotFoundException.java          |  20 ++++--
 .../gemfire/management/DiskBackupResult.java    |  20 ++++--
 .../gemfire/management/DiskBackupStatus.java    |  20 ++++--
 .../gemfire/management/DiskMetrics.java         |  20 ++++--
 .../gemfire/management/DiskStoreMXBean.java     |  20 ++++--
 .../DistributedLockServiceMXBean.java           |  20 ++++--
 .../management/DistributedRegionMXBean.java     |  20 ++++--
 .../management/DistributedSystemMXBean.java     |  20 ++++--
 .../management/EvictionAttributesData.java      |  20 ++++--
 .../FixedPartitionAttributesData.java           |  21 +++++--
 .../management/GatewayReceiverMXBean.java       |  20 ++++--
 .../gemfire/management/GatewaySenderMXBean.java |  20 ++++--
 .../gemfire/management/GemFireProperties.java   |  20 ++++--
 .../gemfire/management/JMXNotificationType.java |  28 +++++----
 .../management/JMXNotificationUserData.java     |  28 +++++----
 .../gemstone/gemfire/management/JVMMetrics.java |  20 ++++--
 .../gemfire/management/LocatorMXBean.java       |  20 ++++--
 .../gemfire/management/LockServiceMXBean.java   |  20 ++++--
 .../gemfire/management/ManagementException.java |  20 ++++--
 .../gemfire/management/ManagementService.java   |  21 +++++--
 .../gemfire/management/ManagerMXBean.java       |  20 ++++--
 .../gemfire/management/MemberMXBean.java        |  20 ++++--
 .../management/MembershipAttributesData.java    |  20 ++++--
 .../gemfire/management/NetworkMetrics.java      |  20 ++++--
 .../gemstone/gemfire/management/OSMetrics.java  |  20 ++++--
 .../management/PartitionAttributesData.java     |  20 ++++--
 .../management/PersistentMemberDetails.java     |  20 ++++--
 .../management/RegionAttributesData.java        |  20 ++++--
 .../gemfire/management/RegionMXBean.java        |  20 ++++--
 .../gemfire/management/ServerLoadData.java      |  20 ++++--
 .../gemfire/management/cli/CliMetaData.java     |  20 ++++--
 .../cli/CommandProcessingException.java         |  20 ++++--
 .../gemfire/management/cli/CommandService.java  |  20 ++++--
 .../management/cli/CommandServiceException.java |  20 ++++--
 .../management/cli/CommandStatement.java        |  20 ++++--
 .../gemfire/management/cli/ConverterHint.java   |  20 ++++--
 .../gemstone/gemfire/management/cli/Result.java |  21 +++++--
 .../management/internal/AlertDetails.java       |  21 +++++--
 .../management/internal/ArrayConverter.java     |  20 ++++--
 .../internal/BaseManagementService.java         |  21 +++++--
 .../internal/CollectionConverter.java           |  22 ++++---
 .../management/internal/CompositeConverter.java |  20 ++++--
 .../management/internal/EnumConverter.java      |  20 ++++--
 .../management/internal/FederatingManager.java  |  21 +++++--
 .../internal/FederationComponent.java           |  20 ++++--
 .../management/internal/FilterChain.java        |  20 ++++--
 .../management/internal/FilterParam.java        |  22 ++++---
 .../management/internal/IdentityConverter.java  |  20 ++++--
 .../management/internal/JettyHelper.java        |  21 +++++--
 .../management/internal/JmxManagerAdvisee.java  |  21 +++++--
 .../management/internal/JmxManagerAdvisor.java  |  21 +++++--
 .../management/internal/JmxManagerLocator.java  |  21 +++++--
 .../internal/JmxManagerLocatorRequest.java      |  20 ++++--
 .../internal/JmxManagerLocatorResponse.java     |  20 ++++--
 .../management/internal/LocalFilterChain.java   |  20 ++++--
 .../management/internal/LocalManager.java       |  20 ++++--
 .../management/internal/MBeanJMXAdapter.java    |  20 ++++--
 .../management/internal/MBeanProxyFactory.java  |  22 ++++---
 .../internal/MBeanProxyInfoRepository.java      |  22 ++++---
 .../internal/MBeanProxyInvocationHandler.java   |  23 ++++---
 .../internal/MXBeanProxyInvocationHandler.java  |  20 ++++--
 .../management/internal/ManagementAgent.java    |  21 +++++--
 .../internal/ManagementCacheListener.java       |  22 ++++---
 .../internal/ManagementConstants.java           |  20 ++++--
 .../management/internal/ManagementFunction.java |  20 ++++--
 .../internal/ManagementMembershipListener.java  |  20 ++++--
 .../internal/ManagementResourceRepo.java        |  20 ++++--
 .../management/internal/ManagementStrings.java  |  20 ++++--
 .../gemfire/management/internal/Manager.java    |  21 +++++--
 .../internal/ManagerStartupMessage.java         |  21 +++++--
 .../management/internal/MemberMessenger.java    |  20 ++++--
 .../internal/MonitoringRegionCacheListener.java |  20 ++++--
 .../internal/NotificationBroadCasterProxy.java  |  20 ++++--
 .../internal/NotificationCacheListener.java     |  20 ++++--
 .../management/internal/NotificationHub.java    |  22 ++++---
 .../internal/NotificationHubClient.java         |  20 ++++--
 .../management/internal/NotificationKey.java    |  20 ++++--
 .../gemfire/management/internal/OpenMethod.java |  22 ++++---
 .../management/internal/OpenTypeConverter.java  |  20 ++++--
 .../management/internal/OpenTypeUtil.java       |  20 ++++--
 .../gemfire/management/internal/ProxyInfo.java  |  20 ++++--
 .../management/internal/ProxyInterface.java     |  20 ++++--
 .../management/internal/ProxyListener.java      |  20 ++++--
 .../management/internal/RemoteFilterChain.java  |  20 ++++--
 .../gemfire/management/internal/RestAgent.java  |  21 +++++--
 .../gemfire/management/internal/SSLUtil.java    |  16 +++++
 .../management/internal/StringBasedFilter.java  |  20 ++++--
 .../internal/SystemManagementService.java       |  21 +++++--
 .../management/internal/TableConverter.java     |  22 ++++---
 .../internal/beans/AggregateHandler.java        |  20 ++++--
 .../internal/beans/AsyncEventQueueMBean.java    |  20 ++++--
 .../beans/AsyncEventQueueMBeanBridge.java       |  20 ++++--
 .../internal/beans/BeanUtilFuncs.java           |  20 ++++--
 .../internal/beans/CacheServerBridge.java       |  20 ++++--
 .../internal/beans/CacheServerMBean.java        |  20 ++++--
 .../internal/beans/DiskRegionBridge.java        |  22 ++++---
 .../internal/beans/DiskStoreMBean.java          |  20 ++++--
 .../internal/beans/DiskStoreMBeanBridge.java    |  20 ++++--
 .../beans/DistributedLockServiceBridge.java     |  20 ++++--
 .../beans/DistributedLockServiceMBean.java      |  20 ++++--
 .../internal/beans/DistributedRegionBridge.java |  20 ++++--
 .../internal/beans/DistributedRegionMBean.java  |  20 ++++--
 .../internal/beans/DistributedSystemBridge.java |  20 ++++--
 .../internal/beans/DistributedSystemMBean.java  |  20 ++++--
 .../internal/beans/GatewayReceiverMBean.java    |  20 ++++--
 .../beans/GatewayReceiverMBeanBridge.java       |  20 ++++--
 .../internal/beans/GatewaySenderMBean.java      |  20 ++++--
 .../beans/GatewaySenderMBeanBridge.java         |  20 ++++--
 .../internal/beans/HDFSRegionBridge.java        |  20 ++++--
 .../management/internal/beans/LocatorMBean.java |  20 ++++--
 .../internal/beans/LocatorMBeanBridge.java      |  20 ++++--
 .../internal/beans/LockServiceMBean.java        |  20 ++++--
 .../internal/beans/LockServiceMBeanBridge.java  |  22 ++++---
 .../internal/beans/MBeanAggregator.java         |  20 ++++--
 .../internal/beans/ManagementAdapter.java       |  22 ++++---
 .../internal/beans/ManagementListener.java      |  20 ++++--
 .../management/internal/beans/ManagerMBean.java |  20 ++++--
 .../internal/beans/ManagerMBeanBridge.java      |  20 ++++--
 .../management/internal/beans/MemberMBean.java  |  20 ++++--
 .../internal/beans/MemberMBeanBridge.java       |  20 ++++--
 .../internal/beans/MetricsCalculator.java       |  20 ++++--
 .../internal/beans/PartitionedRegionBridge.java |  20 ++++--
 .../internal/beans/QueryDataFunction.java       |  20 ++++--
 .../management/internal/beans/RegionMBean.java  |  20 ++++--
 .../internal/beans/RegionMBeanBridge.java       |  20 ++++--
 .../beans/RegionMBeanCompositeDataFactory.java  |  20 ++++--
 .../internal/beans/SequenceNumber.java          |  20 ++++--
 .../management/internal/beans/ServerBridge.java |  21 +++++--
 .../stats/AggregateRegionStatsMonitor.java      |  20 ++++--
 .../internal/beans/stats/GCStatsMonitor.java    |  20 ++++--
 .../GatewayReceiverClusterStatsMonitor.java     |  20 ++++--
 .../stats/GatewaySenderClusterStatsMonitor.java |  20 ++++--
 .../stats/IntegerStatsDeltaAggregator.java      |  23 ++++---
 .../beans/stats/LongStatsDeltaAggregator.java   |  23 ++++---
 .../internal/beans/stats/MBeanStatsMonitor.java |  20 ++++--
 .../beans/stats/MemberClusterStatsMonitor.java  |  20 ++++--
 .../beans/stats/MemberLevelDiskMonitor.java     |  20 ++++--
 .../beans/stats/RegionClusterStatsMonitor.java  |  20 ++++--
 .../beans/stats/ServerClusterStatsMonitor.java  |  20 ++++--
 .../internal/beans/stats/StatType.java          |  20 ++++--
 .../internal/beans/stats/StatsAggregator.java   |  20 ++++--
 .../beans/stats/StatsAverageLatency.java        |  20 ++++--
 .../internal/beans/stats/StatsKey.java          |  20 ++++--
 .../internal/beans/stats/StatsLatency.java      |  20 ++++--
 .../internal/beans/stats/StatsRate.java         |  20 ++++--
 .../internal/beans/stats/VMStatsMonitor.java    |  20 ++++--
 .../cli/AbstractCliAroundInterceptor.java       |  20 ++++--
 .../internal/cli/CliAroundInterceptor.java      |  20 ++++--
 .../management/internal/cli/CliUtil.java        |  20 ++++--
 .../management/internal/cli/CommandManager.java |  20 ++++--
 .../management/internal/cli/CommandRequest.java |  21 +++++--
 .../internal/cli/CommandResponse.java           |  22 ++++---
 .../internal/cli/CommandResponseBuilder.java    |  20 ++++--
 .../internal/cli/CommandResponseWriter.java     |  20 ++++--
 .../internal/cli/GfshParseResult.java           |  20 ++++--
 .../management/internal/cli/GfshParser.java     |  20 ++++--
 .../management/internal/cli/Launcher.java       |  20 ++++--
 .../management/internal/cli/LogWrapper.java     |  20 ++++--
 .../internal/cli/MultipleValueAdapter.java      |  21 +++++--
 .../internal/cli/MultipleValueConverter.java    |  21 +++++--
 .../internal/cli/annotation/CliArgument.java    |  20 ++++--
 .../cli/commands/AbstractCommandsSupport.java   |  20 ++++--
 .../internal/cli/commands/ClientCommands.java   |  20 ++++--
 .../internal/cli/commands/ConfigCommands.java   |  20 ++++--
 .../CreateAlterDestroyRegionCommands.java       |  20 ++++--
 .../internal/cli/commands/DataCommands.java     |  20 ++++--
 .../internal/cli/commands/DeployCommands.java   |  20 ++++--
 .../cli/commands/DiskStoreCommands.java         |  41 +++++++++---
 .../cli/commands/DurableClientCommands.java     |  20 ++++--
 ...ExportImportSharedConfigurationCommands.java |  21 +++++--
 .../internal/cli/commands/FunctionCommands.java |  20 ++++--
 .../internal/cli/commands/GfshHelpCommands.java |  20 ++++--
 .../internal/cli/commands/IndexCommands.java    |  20 ++++--
 .../cli/commands/LauncherLifecycleCommands.java |  20 ++++--
 .../internal/cli/commands/MemberCommands.java   |  20 ++++--
 .../cli/commands/MiscellaneousCommands.java     |  20 ++++--
 .../internal/cli/commands/PDXCommands.java      |  16 +++++
 .../internal/cli/commands/QueueCommands.java    |  20 ++++--
 .../internal/cli/commands/RegionCommands.java   |  20 ++++--
 .../internal/cli/commands/ShellCommands.java    |  20 ++++--
 .../internal/cli/commands/StatusCommands.java   |  21 +++++--
 .../internal/cli/commands/WanCommands.java      |  21 +++++--
 .../cli/commands/dto/RegionAttributesInfo.java  |  21 +++++--
 .../cli/commands/dto/RegionDetails.java         |  21 +++++--
 .../cli/commands/dto/RegionMemberDetails.java   |  21 +++++--
 .../cli/converters/BooleanConverter.java        |  22 ++++---
 .../ClusterMemberIdNameConverter.java           |  20 ++++--
 .../converters/ConnectionEndpointConverter.java |  21 +++++--
 .../internal/cli/converters/DirConverter.java   |  20 ++++--
 .../cli/converters/DirPathConverter.java        |  20 ++++--
 .../cli/converters/DiskStoreNameConverter.java  |  20 ++++--
 .../internal/cli/converters/EnumConverter.java  |  20 ++++--
 .../cli/converters/FilePathConverter.java       |  20 ++++--
 .../cli/converters/FilePathStringConverter.java |  20 ++++--
 .../converters/GatewayReceiverIdsConverter.java |  21 +++++--
 .../converters/GatewaySenderIdConverter.java    |  20 ++++--
 .../internal/cli/converters/HelpConverter.java  |  20 ++++--
 .../cli/converters/HintTopicConverter.java      |  20 ++++--
 .../cli/converters/IndexTypeConverter.java      |  21 +++++--
 .../LocatorDiscoveryConfigConverter.java        |  20 ++++--
 .../cli/converters/LocatorIdNameConverter.java  |  20 ++++--
 .../cli/converters/LogLevelConverter.java       |  20 ++++--
 .../cli/converters/MemberGroupConverter.java    |  20 ++++--
 .../cli/converters/MemberIdNameConverter.java   |  20 ++++--
 .../cli/converters/RegionPathConverter.java     |  20 ++++--
 .../cli/converters/StringArrayConverter.java    |  20 ++++--
 .../cli/converters/StringListConverter.java     |  20 ++++--
 .../cli/domain/AsyncEventQueueDetails.java      |  21 +++++--
 .../internal/cli/domain/CacheServerInfo.java    |  21 +++++--
 .../cli/domain/ConnectToLocatorResult.java      |  20 ++++--
 .../internal/cli/domain/DataCommandRequest.java |  21 +++++--
 .../internal/cli/domain/DataCommandResult.java  |  21 +++++--
 .../internal/cli/domain/DiskStoreDetails.java   |  18 ++++--
 .../cli/domain/DurableCqNamesResult.java        |  21 +++++--
 .../cli/domain/EvictionAttributesInfo.java      |  21 +++++--
 .../domain/FixedPartitionAttributesInfo.java    |  21 +++++--
 .../internal/cli/domain/IndexDetails.java       |  20 ++++--
 .../internal/cli/domain/IndexInfo.java          |  21 +++++--
 .../cli/domain/MemberConfigurationInfo.java     |  21 +++++--
 .../internal/cli/domain/MemberInformation.java  |  20 ++++--
 .../internal/cli/domain/MemberResult.java       |  21 +++++--
 .../cli/domain/PartitionAttributesInfo.java     |  21 +++++--
 .../cli/domain/RegionAttributesInfo.java        |  21 +++++--
 .../internal/cli/domain/RegionDescription.java  |  21 +++++--
 .../cli/domain/RegionDescriptionPerMember.java  |  21 +++++--
 .../internal/cli/domain/RegionInformation.java  |  20 ++++--
 .../cli/domain/StackTracesPerMember.java        |  21 +++++--
 .../cli/domain/SubscriptionQueueSizeResult.java |  21 +++++--
 .../cli/exceptions/CliCommandException.java     |  20 ++++--
 .../exceptions/CliCommandInvalidException.java  |  20 ++++--
 .../CliCommandMultiModeOptionException.java     |  16 +++++
 .../CliCommandNotAvailableException.java        |  20 ++++--
 .../exceptions/CliCommandOptionException.java   |  20 ++++--
 ...CommandOptionHasMultipleValuesException.java |  20 ++++--
 .../CliCommandOptionInvalidException.java       |  20 ++++--
 .../CliCommandOptionMissingException.java       |  20 ++++--
 .../CliCommandOptionNotApplicableException.java |  20 ++++--
 ...liCommandOptionValueConversionException.java |  20 ++++--
 .../CliCommandOptionValueException.java         |  20 ++++--
 .../CliCommandOptionValueMissingException.java  |  20 ++++--
 .../internal/cli/exceptions/CliException.java   |  20 ++++--
 .../exceptions/CreateSubregionException.java    |  20 ++++--
 .../cli/exceptions/ExceptionGenerator.java      |  20 ++++--
 .../cli/exceptions/ExceptionHandler.java        |  20 ++++--
 .../cli/exceptions/IndexNotFoundException.java  |  16 +++++
 .../functions/AlterRuntimeConfigFunction.java   |  21 +++++--
 .../cli/functions/ChangeLogLevelFunction.java   |  20 ++++--
 .../cli/functions/CliFunctionResult.java        |  21 +++++--
 .../functions/CloseDurableClientFunction.java   |  21 +++++--
 .../cli/functions/CloseDurableCqFunction.java   |  21 +++++--
 .../cli/functions/ContunuousQueryFunction.java  |  20 ++++--
 .../CreateAsyncEventQueueFunction.java          |  21 +++++--
 .../functions/CreateDefinedIndexesFunction.java |  16 +++++
 .../cli/functions/CreateDiskStoreFunction.java  |  21 +++++--
 .../cli/functions/CreateIndexFunction.java      |  21 +++++--
 .../cli/functions/DataCommandFunction.java      |  21 +++++--
 .../internal/cli/functions/DeployFunction.java  |  21 +++++--
 .../functions/DescribeDiskStoreFunction.java    |  18 ++++--
 .../functions/DescribeHDFSStoreFunction.java    |  16 +++++
 .../cli/functions/DestroyDiskStoreFunction.java |  21 +++++--
 .../cli/functions/DestroyIndexFunction.java     |  21 +++++--
 .../cli/functions/ExportConfigFunction.java     |  23 ++++---
 .../cli/functions/ExportDataFunction.java       |  21 +++++--
 .../ExportSharedConfigurationFunction.java      |  21 +++++--
 .../FetchRegionAttributesFunction.java          |  20 ++++--
 .../FetchSharedConfigurationStatusFunction.java |  21 +++++--
 .../functions/GarbageCollectionFunction.java    |  21 +++++--
 .../GatewayReceiverCreateFunction.java          |  21 +++++--
 .../functions/GatewayReceiverFunctionArgs.java  |  21 +++++--
 .../functions/GatewaySenderCreateFunction.java  |  21 +++++--
 .../functions/GatewaySenderFunctionArgs.java    |  21 +++++--
 .../GetMemberConfigInformationFunction.java     |  21 +++++--
 .../functions/GetMemberInformationFunction.java |  21 +++++--
 .../functions/GetRegionDescriptionFunction.java |  20 ++++--
 .../cli/functions/GetRegionsFunction.java       |  20 ++++--
 .../cli/functions/GetStackTracesFunction.java   |  21 +++++--
 .../GetSubscriptionQueueSizeFunction.java       |  21 +++++--
 .../cli/functions/ImportDataFunction.java       |  21 +++++--
 ...ortSharedConfigurationArtifactsFunction.java |  21 +++++--
 .../functions/ListAsyncEventQueuesFunction.java |  18 ++++--
 .../cli/functions/ListDeployedFunction.java     |  21 +++++--
 .../cli/functions/ListDiskStoresFunction.java   |  18 ++++--
 .../functions/ListDurableCqNamesFunction.java   |  20 ++++--
 .../cli/functions/ListFunctionFunction.java     |  21 +++++--
 .../cli/functions/ListIndexFunction.java        |  20 ++++--
 .../LoadSharedConfigurationFunction.java        |  21 +++++--
 .../internal/cli/functions/LogFileFunction.java |  23 ++++---
 .../cli/functions/MemberRegionFunction.java     |  23 ++++---
 .../cli/functions/MembersForRegionFunction.java |  20 ++++--
 .../internal/cli/functions/NetstatFunction.java |  20 ++++--
 .../cli/functions/RebalanceFunction.java        |  23 ++++---
 .../cli/functions/RegionAlterFunction.java      |  20 ++++--
 .../cli/functions/RegionCreateFunction.java     |  20 ++++--
 .../cli/functions/RegionDestroyFunction.java    |  20 ++++--
 .../cli/functions/RegionFunctionArgs.java       |  20 ++++--
 .../cli/functions/ShutDownFunction.java         |  23 ++++---
 .../cli/functions/UndeployFunction.java         |  21 +++++--
 .../cli/functions/UnregisterFunction.java       |  23 ++++---
 .../cli/functions/UserFunctionExecution.java    |  24 ++++---
 .../management/internal/cli/help/CliTopic.java  |  20 ++++--
 .../internal/cli/help/format/Block.java         |  20 ++++--
 .../internal/cli/help/format/DataNode.java      |  20 ++++--
 .../internal/cli/help/format/Help.java          |  20 ++++--
 .../internal/cli/help/format/NewHelp.java       |  20 ++++--
 .../internal/cli/help/format/Row.java           |  20 ++++--
 .../internal/cli/help/utils/FormatOutput.java   |  16 +++++
 .../internal/cli/help/utils/HelpUtils.java      |  20 ++++--
 .../internal/cli/i18n/CliStrings.java           |  22 +++++--
 .../internal/cli/json/GfJsonArray.java          |  20 ++++--
 .../internal/cli/json/GfJsonException.java      |  22 ++++---
 .../internal/cli/json/GfJsonObject.java         |  20 ++++--
 .../management/internal/cli/json/TypedJson.java |  20 ++++--
 .../internal/cli/modes/CommandModes.java        |  18 +++++-
 .../cli/multistep/CLIMultiStepHelper.java       |  21 +++++--
 .../internal/cli/multistep/CLIRemoteStep.java   |  16 +++++
 .../internal/cli/multistep/CLIStep.java         |  16 +++++
 .../cli/multistep/CLIStepExecption.java         |  21 +++++--
 .../cli/multistep/MultiStepCommand.java         |  16 +++++
 .../internal/cli/parser/Argument.java           |  20 ++++--
 .../internal/cli/parser/AvailabilityTarget.java |  20 ++++--
 .../internal/cli/parser/CommandTarget.java      |  22 ++++---
 .../internal/cli/parser/GfshMethodTarget.java   |  22 ++++---
 .../internal/cli/parser/GfshOptionParser.java   |  22 ++++---
 .../internal/cli/parser/MethodParameter.java    |  20 ++++--
 .../management/internal/cli/parser/Option.java  |  20 ++++--
 .../internal/cli/parser/OptionSet.java          |  20 ++++--
 .../internal/cli/parser/Parameter.java          |  20 ++++--
 .../internal/cli/parser/ParserUtils.java        |  20 ++++--
 .../internal/cli/parser/SyntaxConstants.java    |  22 ++++---
 .../cli/parser/jopt/JoptOptionParser.java       |  20 ++++--
 .../preprocessor/EnclosingCharacters.java       |  20 ++++--
 .../cli/parser/preprocessor/Preprocessor.java   |  20 ++++--
 .../parser/preprocessor/PreprocessorUtils.java  |  20 ++++--
 .../internal/cli/parser/preprocessor/Stack.java |  20 ++++--
 .../cli/parser/preprocessor/TrimmedInput.java   |  20 ++++--
 .../cli/remote/CommandExecutionContext.java     |  20 ++++--
 .../internal/cli/remote/CommandProcessor.java   |  20 ++++--
 .../cli/remote/CommandStatementImpl.java        |  20 ++++--
 .../cli/remote/MemberCommandService.java        |  20 ++++--
 .../cli/remote/RemoteExecutionStrategy.java     |  20 ++++--
 .../internal/cli/remote/WrapperThreadLocal.java |  20 ++++--
 .../internal/cli/result/AbstractResultData.java |  20 ++++--
 .../cli/result/CliJsonSerializable.java         |  20 ++++--
 .../cli/result/CliJsonSerializableFactory.java  |  21 +++++--
 .../cli/result/CliJsonSerializableIds.java      |  20 ++++--
 .../internal/cli/result/CommandResult.java      |  20 ++++--
 .../cli/result/CommandResultException.java      |  21 +++++--
 .../cli/result/CompositeResultData.java         |  20 ++++--
 .../internal/cli/result/ErrorResultData.java    |  20 ++++--
 .../internal/cli/result/FileResult.java         |  20 ++++--
 .../internal/cli/result/InfoResultData.java     |  20 ++++--
 .../internal/cli/result/ObjectResultData.java   |  20 ++++--
 .../internal/cli/result/ResultBuilder.java      |  20 ++++--
 .../internal/cli/result/ResultData.java         |  20 ++++--
 .../cli/result/ResultDataException.java         |  20 ++++--
 .../internal/cli/result/TableBuilder.java       |  20 ++++--
 .../internal/cli/result/TableBuilderHelper.java |  21 +++++--
 .../internal/cli/result/TabularResultData.java  |  20 ++++--
 .../management/internal/cli/shell/Gfsh.java     |  20 ++++--
 .../internal/cli/shell/GfshConfig.java          |  20 ++++--
 .../cli/shell/GfshExecutionStrategy.java        |  20 ++++--
 .../cli/shell/JMXConnectionException.java       |  20 ++++--
 .../cli/shell/JMXInvocationException.java       |  20 ++++--
 .../internal/cli/shell/JmxOperationInvoker.java |  20 ++++--
 .../internal/cli/shell/MultiCommandHelper.java  |  16 +++++
 .../internal/cli/shell/OperationInvoker.java    |  20 ++++--
 .../internal/cli/shell/jline/ANSIHandler.java   |  20 ++++--
 .../cli/shell/jline/CygwinMinttyTerminal.java   |  21 +++++--
 .../internal/cli/shell/jline/GfshHistory.java   |  20 ++++--
 .../shell/jline/GfshUnsupportedTerminal.java    |  20 ++++--
 .../cli/shell/unsafe/GfshSignalHandler.java     |  21 +++++--
 .../internal/cli/util/CLIConsoleBufferUtil.java |  21 +++++--
 .../internal/cli/util/CauseFinder.java          |  20 ++++--
 .../cli/util/ClasspathScanLoadHelper.java       |  20 ++++--
 .../internal/cli/util/CommandStringBuilder.java |  20 ++++--
 .../internal/cli/util/CommentSkipHelper.java    |  20 ++++--
 .../internal/cli/util/ConnectionEndpoint.java   |  21 +++++--
 .../internal/cli/util/DiskStoreCompacter.java   |  20 ++++--
 .../cli/util/DiskStoreNotFoundException.java    |  18 ++++--
 .../internal/cli/util/DiskStoreUpgrader.java    |  21 +++++--
 .../internal/cli/util/DiskStoreValidater.java   |  21 ++++---
 .../cli/util/EvictionAttributesInfo.java        |  21 +++++--
 .../cli/util/FixedPartitionAttributesInfo.java  |  21 +++++--
 .../internal/cli/util/GfshConsoleReader.java    |  22 ++++---
 .../cli/util/HDFSStoreNotFoundException.java    |  18 ++++--
 .../cli/util/JConsoleNotFoundException.java     |  20 ++++--
 .../management/internal/cli/util/JsonUtil.java  |  20 ++++--
 .../internal/cli/util/MemberInformation.java    |  20 ++++--
 .../cli/util/MemberNotFoundException.java       |  18 ++++--
 .../management/internal/cli/util/MergeLogs.java |  21 +++++--
 .../internal/cli/util/ReadWriteFile.java        |  21 +++++--
 .../cli/util/RegionAttributesDefault.java       |  21 +++++--
 .../cli/util/RegionAttributesNames.java         |  21 +++++--
 .../internal/cli/util/RegionPath.java           |  20 ++++--
 .../cli/util/VisualVmNotFoundException.java     |  20 ++++--
 .../internal/cli/util/spring/Assert.java        |  20 ++++--
 .../internal/cli/util/spring/ObjectUtils.java   |  21 +++++--
 .../cli/util/spring/ReflectionUtils.java        |  21 +++++--
 .../internal/cli/util/spring/StringUtils.java   |  21 +++++--
 .../SharedConfigurationWriter.java              |  21 +++++--
 .../callbacks/ConfigurationChangeListener.java  |  21 +++++--
 .../configuration/domain/CacheElement.java      |  21 +++++--
 .../configuration/domain/Configuration.java     |  21 +++++--
 .../domain/ConfigurationChangeResult.java       |  21 +++++--
 .../domain/SharedConfigurationStatus.java       |  16 +++++
 .../configuration/domain/XmlEntity.java         |  21 +++++--
 .../configuration/functions/AddJarFunction.java |  21 +++++--
 .../functions/AddXmlEntityFunction.java         |  21 +++++--
 .../functions/DeleteJarFunction.java            |  21 +++++--
 .../functions/DeleteXmlEntityFunction.java      |  21 +++++--
 .../functions/GetAllJarsFunction.java           |  21 +++++--
 .../functions/ModifyPropertiesFunction.java     |  21 +++++--
 .../handlers/ConfigurationRequestHandler.java   |  21 +++++--
 ...SharedConfigurationStatusRequestHandler.java |  21 +++++--
 .../messages/ConfigurationRequest.java          |  21 +++++--
 .../messages/ConfigurationResponse.java         |  21 +++++--
 .../SharedConfigurationStatusRequest.java       |  21 +++++--
 .../SharedConfigurationStatusResponse.java      |  21 +++++--
 .../configuration/utils/DtdResolver.java        |  16 +++++
 .../configuration/utils/XmlConstants.java       |  21 +++++--
 .../internal/configuration/utils/XmlUtils.java  |  21 +++++--
 .../internal/configuration/utils/ZipUtils.java  |  21 +++++--
 .../internal/messages/CompactRequest.java       |  20 ++++--
 .../internal/messages/CompactResponse.java      |  20 ++++--
 .../internal/security/AccessControl.java        |  16 +++++
 .../internal/security/AccessControlContext.java |  16 +++++
 .../internal/security/AccessControlMXBean.java  |  16 +++++
 .../internal/security/CLIOperationContext.java  |  16 +++++
 .../internal/security/JMXOperationContext.java  |  16 +++++
 .../internal/security/JSONAuthorization.java    |  16 +++++
 .../internal/security/MBeanServerWrapper.java   |  16 +++++
 .../security/ManagementInterceptor.java         |  16 +++++
 .../management/internal/security/Resource.java  |  16 +++++
 .../internal/security/ResourceConstants.java    |  16 +++++
 .../internal/security/ResourceOperation.java    |  16 +++++
 .../security/ResourceOperationContext.java      |  16 +++++
 .../unsafe/ReadOpFileAccessController.java      |  21 +++++--
 .../controllers/AbstractCommandsController.java |  21 +++++--
 .../AbstractMultiPartCommandsController.java    |  21 +++++--
 .../controllers/ClientCommandsController.java   |  21 +++++--
 .../controllers/ClusterCommandsController.java  |  21 +++++--
 .../controllers/ConfigCommandsController.java   |  21 +++++--
 .../web/controllers/DataCommandsController.java |  21 +++++--
 .../controllers/DeployCommandsController.java   |  21 +++++--
 .../DiskStoreCommandsController.java            |  21 +++++--
 .../DurableClientCommandsController.java        |  21 +++++--
 .../controllers/FunctionCommandsController.java |  21 +++++--
 .../controllers/IndexCommandsController.java    |  21 +++++--
 .../LauncherLifecycleCommandsController.java    |  21 +++++--
 .../controllers/MemberCommandsController.java   |  21 +++++--
 .../MiscellaneousCommandsController.java        |  21 +++++--
 .../web/controllers/PdxCommandsController.java  |  16 +++++
 .../controllers/QueueCommandsController.java    |  21 +++++--
 .../controllers/RegionCommandsController.java   |  21 +++++--
 .../controllers/ShellCommandsController.java    |  21 +++++--
 .../web/controllers/WanCommandsController.java  |  21 +++++--
 .../EnvironmentVariablesHandlerInterceptor.java |  21 +++++--
 .../support/MemberMXBeanAdapter.java            |  21 +++++--
 .../management/internal/web/domain/Link.java    |  21 +++++--
 .../internal/web/domain/LinkIndex.java          |  21 +++++--
 .../web/domain/QueryParameterSource.java        |  21 +++++--
 .../internal/web/http/ClientHttpRequest.java    |  21 +++++--
 .../internal/web/http/HttpHeader.java           |  21 +++++--
 .../internal/web/http/HttpMethod.java           |  21 +++++--
 .../SerializableObjectHttpMessageConverter.java |  21 +++++--
 .../web/http/support/SimpleHttpRequester.java   |  21 +++++--
 .../internal/web/io/MultipartFileAdapter.java   |  21 +++++--
 .../web/io/MultipartFileResourceAdapter.java    |  21 +++++--
 .../web/shell/AbstractHttpOperationInvoker.java |  21 +++++--
 .../web/shell/HttpOperationInvoker.java         |  16 +++++
 .../web/shell/MBeanAccessException.java         |  21 +++++--
 .../RestApiCallForCommandNotFoundException.java |  21 +++++--
 .../web/shell/RestHttpOperationInvoker.java     |  21 +++++--
 .../web/shell/SimpleHttpOperationInvoker.java   |  21 +++++--
 .../shell/support/HttpInvocationHandler.java    |  21 +++++--
 .../shell/support/HttpMBeanProxyFactory.java    |  21 +++++--
 .../internal/web/util/ConvertUtils.java         |  21 +++++--
 .../management/internal/web/util/UriUtils.java  |  21 +++++--
 .../management/membership/ClientMembership.java |  21 +++++--
 .../membership/ClientMembershipEvent.java       |  21 +++++--
 .../membership/ClientMembershipListener.java    |  21 +++++--
 .../ClientMembershipListenerAdapter.java        |  21 +++++--
 .../management/membership/MembershipEvent.java  |  21 +++++--
 .../membership/MembershipListener.java          |  21 +++++--
 .../UniversalMembershipListenerAdapter.java     |  21 +++++--
 .../memcached/GemFireMemcachedServer.java       |  21 +++++--
 .../com/gemstone/gemfire/pdx/FieldType.java     |  21 +++++--
 .../com/gemstone/gemfire/pdx/JSONFormatter.java |  16 +++++
 .../gemfire/pdx/JSONFormatterException.java     |  23 ++++---
 .../gemfire/pdx/NonPortableClassException.java  |  16 +++++
 .../gemfire/pdx/PdxConfigurationException.java  |  21 +++++--
 .../pdx/PdxFieldAlreadyExistsException.java     |  21 +++++--
 .../pdx/PdxFieldDoesNotExistException.java      |  21 +++++--
 .../pdx/PdxFieldTypeMismatchException.java      |  21 +++++--
 .../gemfire/pdx/PdxInitializationException.java |  21 +++++--
 .../com/gemstone/gemfire/pdx/PdxInstance.java   |  21 +++++--
 .../gemfire/pdx/PdxInstanceFactory.java         |  21 +++++--
 .../com/gemstone/gemfire/pdx/PdxReader.java     |  21 +++++--
 .../pdx/PdxRegistryMismatchException.java       |  24 ++++---
 .../gemstone/gemfire/pdx/PdxSerializable.java   |  21 +++++--
 .../gemfire/pdx/PdxSerializationException.java  |  21 +++++--
 .../com/gemstone/gemfire/pdx/PdxSerializer.java |  21 +++++--
 .../gemstone/gemfire/pdx/PdxUnreadFields.java   |  21 +++++--
 .../com/gemstone/gemfire/pdx/PdxWriter.java     |  21 +++++--
 .../pdx/ReflectionBasedAutoSerializer.java      |  21 +++++--
 .../gemfire/pdx/WritablePdxInstance.java        |  21 +++++--
 .../pdx/internal/AutoSerializableManager.java   |  21 +++++--
 .../pdx/internal/CheckTypeRegistryState.java    |  21 +++++--
 .../pdx/internal/ClientTypeRegistration.java    |  21 +++++--
 .../gemfire/pdx/internal/ComparableEnum.java    |  16 +++++
 .../pdx/internal/ConvertableToBytes.java        |  16 +++++
 .../gemstone/gemfire/pdx/internal/DataSize.java |  21 +++++--
 .../gemfire/pdx/internal/DefaultPdxField.java   |  21 +++++--
 .../gemstone/gemfire/pdx/internal/EnumId.java   |  21 +++++--
 .../gemstone/gemfire/pdx/internal/EnumInfo.java |  21 +++++--
 .../pdx/internal/FieldNotFoundInPdxVersion.java |  16 +++++
 .../gemfire/pdx/internal/InternalPdxReader.java |  21 +++++--
 .../pdx/internal/LonerTypeRegistration.java     |  21 +++++--
 .../pdx/internal/NullTypeRegistration.java      |  21 +++++--
 .../gemstone/gemfire/pdx/internal/PdxField.java |  21 +++++--
 .../gemfire/pdx/internal/PdxInputStream.java    |  21 +++++--
 .../gemfire/pdx/internal/PdxInstanceEnum.java   |  21 +++++--
 .../pdx/internal/PdxInstanceFactoryImpl.java    |  21 +++++--
 .../gemfire/pdx/internal/PdxInstanceImpl.java   |  21 +++++--
 .../pdx/internal/PdxInstanceInputStream.java    |  21 +++++--
 .../gemfire/pdx/internal/PdxOutputStream.java   |  21 +++++--
 .../gemfire/pdx/internal/PdxReaderImpl.java     |  21 +++++--
 .../gemfire/pdx/internal/PdxString.java         |  23 ++++---
 .../gemstone/gemfire/pdx/internal/PdxType.java  |  21 +++++--
 .../gemfire/pdx/internal/PdxUnreadData.java     |  21 +++++--
 .../gemfire/pdx/internal/PdxWriterImpl.java     |  21 +++++--
 .../pdx/internal/PeerTypeRegistration.java      |  21 +++++--
 .../pdx/internal/TrackingPdxReaderImpl.java     |  21 +++++--
 .../gemfire/pdx/internal/TypeRegistration.java  |  21 +++++--
 .../gemfire/pdx/internal/TypeRegistry.java      |  21 +++++--
 .../gemfire/pdx/internal/UnreadPdxType.java     |  21 +++++--
 .../internal/WeakConcurrentIdentityHashMap.java |  21 +++++--
 .../pdx/internal/WritablePdxInstanceImpl.java   |  21 +++++--
 .../gemfire/pdx/internal/json/JsonHelper.java   |  21 +++++--
 .../pdx/internal/json/PdxInstanceHelper.java    |  23 ++++---
 .../pdx/internal/json/PdxListHelper.java        |  23 ++++---
 .../gemfire/pdx/internal/json/PdxToJSON.java    |  23 ++++---
 .../pdx/internal/unsafe/UnsafeWrapper.java      |  21 +++++--
 .../com/gemstone/gemfire/ra/GFConnection.java   |  16 +++++
 .../gemfire/ra/GFConnectionFactory.java         |  16 +++++
 .../gemfire/redis/GemFireRedisServer.java       |  18 +++++-
 .../gemfire/security/AccessControl.java         |  21 +++++--
 .../gemfire/security/AuthInitialize.java        |  21 +++++--
 .../security/AuthenticationFailedException.java |  21 +++++--
 .../AuthenticationRequiredException.java        |  21 +++++--
 .../gemfire/security/Authenticator.java         |  21 +++++--
 .../security/GemFireSecurityException.java      |  21 +++++--
 .../security/NotAuthorizedException.java        |  21 +++++--
 .../batterytest/greplogs/ExpectedStrings.java   |  21 +++++--
 .../java/batterytest/greplogs/LogConsumer.java  |  21 +++++--
 .../src/test/java/cacheRunner/Portfolio.java    |  16 +++++
 .../src/test/java/cacheRunner/Position.java     |  16 +++++
 .../src/test/java/com/company/app/Customer.java |  21 +++++--
 .../src/test/java/com/company/app/DBLoader.java |  21 +++++--
 .../com/company/app/OrdersCacheListener.java    |  21 +++++--
 .../java/com/company/data/DatabaseLoader.java   |  21 +++++--
 .../java/com/company/data/MyDeclarable.java     |  16 +++++
 .../src/test/java/com/company/data/MySizer.java |  21 +++++--
 .../com/company/data/MyTransactionListener.java |  21 +++++--
 .../src/test/java/com/examples/LinkNode.java    |  21 +++++--
 .../src/test/java/com/examples/SuperClass.java  |  21 +++++--
 .../src/test/java/com/examples/TestObject.java  |  21 +++++--
 .../src/test/java/com/examples/ds/Address.java  |  16 +++++
 .../src/test/java/com/examples/ds/Company.java  |  21 +++++--
 .../java/com/examples/ds/CompanySerializer.java |  21 +++++--
 .../src/test/java/com/examples/ds/Employee.java |  21 +++++--
 .../com/examples/ds/PutDataSerializables.java   |  21 +++++--
 .../src/test/java/com/examples/ds/User.java     |  21 +++++--
 .../com/examples/snapshot/MyDataSerializer.java |  21 +++++--
 .../java/com/examples/snapshot/MyObject.java    |  23 ++++---
 .../snapshot/MyObjectDataSerializable.java      |  23 ++++---
 .../java/com/examples/snapshot/MyObjectPdx.java |  16 +++++
 .../snapshot/MyObjectPdxSerializable.java       |  21 +++++--
 .../com/examples/snapshot/MyPdxSerializer.java  |  21 +++++--
 .../java/com/gemstone/gemfire/AppObject.java    |  18 +++++-
 .../test/java/com/gemstone/gemfire/BadTest.java |  21 +++++--
 .../com/gemstone/gemfire/CopyJUnitTest.java     |  21 +++++--
 .../com/gemstone/gemfire/DeltaTestImpl.java     |  21 +++++--
 .../gemfire/DiskInstantiatorsJUnitTest.java     |  21 +++++--
 .../com/gemstone/gemfire/GemFireTestCase.java   |  21 +++++--
 .../java/com/gemstone/gemfire/Invariant.java    |  22 ++++---
 .../com/gemstone/gemfire/InvariantResult.java   |  22 ++++---
 .../com/gemstone/gemfire/JUnitTestSetup.java    |  21 +++++--
 .../gemfire/JtaNoninvolvementJUnitTest.java     |  21 +++++--
 .../gemfire/LocalStatisticsJUnitTest.java       |  21 +++++--
 .../com/gemstone/gemfire/LonerDMJUnitTest.java  |  21 +++++--
 .../gemstone/gemfire/StatisticsTestCase.java    |  21 +++++--
 .../gemfire/StatisticsTypeJUnitTest.java        |  21 +++++--
 .../com/gemstone/gemfire/TXExpiryJUnitTest.java |  21 +++++--
 .../java/com/gemstone/gemfire/TXJUnitTest.java  |  21 +++++--
 .../com/gemstone/gemfire/TXWriterJUnitTest.java |  21 +++++--
 .../gemstone/gemfire/TXWriterOOMEJUnitTest.java |  21 +++++--
 .../com/gemstone/gemfire/TXWriterTestCase.java  |  16 +++++
 .../gemstone/gemfire/TestDataSerializer.java    |  21 +++++--
 .../com/gemstone/gemfire/TimingTestCase.java    |  22 ++++---
 .../com/gemstone/gemfire/UnitTestDoclet.java    |  21 +++++--
 .../gemstone/gemfire/admin/AdminTestHelper.java |  16 +++++
 .../BindDistributedSystemJUnitTest.java         |  21 +++++--
 .../internal/CacheHealthEvaluatorJUnitTest.java |  21 +++++--
 .../internal/DistributedSystemTestCase.java     |  21 +++++--
 .../admin/internal/HealthEvaluatorTestCase.java |  21 +++++--
 .../MemberHealthEvaluatorJUnitTest.java         |  21 +++++--
 .../cache/AttributesFactoryJUnitTest.java       |  21 +++++--
 .../gemfire/cache/Bug36619JUnitTest.java        |  21 +++++--
 .../gemfire/cache/Bug42039JUnitTest.java        |  21 +++++--
 .../gemfire/cache/Bug52289JUnitTest.java        |  24 ++++---
 .../gemfire/cache/CacheListenerJUnitTest.java   |  21 +++++--
 .../cache/CacheRegionClearStatsDUnitTest.java   |  21 +++++--
 .../gemstone/gemfire/cache/ClientHelper.java    |  21 +++++--
 .../cache/ClientServerTimeSyncDUnitTest.java    |  16 +++++
 .../cache/ConnectionPoolAndLoaderDUnitTest.java |  21 +++++--
 .../cache/ConnectionPoolFactoryJUnitTest.java   |  21 +++++--
 .../gemfire/cache/OperationJUnitTest.java       |  21 +++++--
 .../gemfire/cache/PoolManagerJUnitTest.java     |  21 +++++--
 .../gemstone/gemfire/cache/ProxyJUnitTest.java  |  21 +++++--
 .../gemfire/cache/RegionFactoryJUnitTest.java   |  21 +++++--
 .../gemfire/cache/RoleExceptionJUnitTest.java   |  21 +++++--
 .../client/ClientCacheFactoryJUnitTest.java     |  21 +++++--
 .../client/ClientRegionFactoryJUnitTest.java    |  21 +++++--
 .../ClientServerRegisterInterestsDUnitTest.java |  16 +++++
 .../internal/AutoConnectionSourceDUnitTest.java |  21 +++++--
 .../AutoConnectionSourceImplJUnitTest.java      |  21 +++++--
 .../AutoConnectionSourceWithUDPDUnitTest.java   |  21 +++++--
 .../CacheServerSSLConnectionDUnitTest.java      |  21 +++++--
 .../internal/ConnectionPoolImplJUnitTest.java   |  21 +++++--
 .../internal/LocatorLoadBalancingDUnitTest.java |  21 +++++--
 .../cache/client/internal/LocatorTestBase.java  |  21 +++++--
 .../internal/OpExecutorImplJUnitTest.java       |  21 +++++--
 .../client/internal/QueueManagerJUnitTest.java  |  21 +++++--
 .../internal/SSLNoClientAuthDUnitTest.java      |  21 +++++--
 .../internal/ServerBlackListJUnitTest.java      |  21 +++++--
 .../locator/LocatorStatusResponseJUnitTest.java |  20 ++++--
 .../pooling/ConnectionManagerJUnitTest.java     |  21 +++++--
 .../SignalledFlushObserverJUnitTest.java        |  16 +++++
 .../SortedListForAsyncQueueJUnitTest.java       |  24 ++++---
 .../management/MXMemoryPoolListenerExample.java |  21 +++++--
 .../management/MemoryThresholdsDUnitTest.java   |  21 +++++--
 .../MemoryThresholdsOffHeapDUnitTest.java       |  21 +++++--
 .../management/ResourceManagerDUnitTest.java    |  21 +++++--
 .../ExceptionHandlingJUnitTest.java             |  21 +++++--
 .../mapInterface/MapFunctionalJUnitTest.java    |  21 +++++--
 .../mapInterface/PutAllGlobalLockJUnitTest.java |  21 +++++--
 .../PutOperationContextJUnitTest.java           |  16 +++++
 .../GetOperationContextImplJUnitTest.java       |  16 +++++
 .../partition/PartitionManagerDUnitTest.java    |  21 +++++--
 .../PartitionRegionHelperDUnitTest.java         |  21 +++++--
 .../BaseLineAndCompareQueryPerfJUnitTest.java   |  21 +++++--
 .../query/Bug32947ValueConstraintJUnitTest.java |  21 +++++--
 .../gemfire/cache/query/BugJUnitTest.java       |  21 +++++--
 .../gemfire/cache/query/CacheUtils.java         |  21 +++++--
 .../cache/query/PdxStringQueryJUnitTest.java    |  21 +++++--
 .../gemstone/gemfire/cache/query/PerfQuery.java |  22 ++++---
 .../gemfire/cache/query/QueryJUnitTest.java     |  21 +++++--
 .../cache/query/QueryServiceJUnitTest.java      |  21 +++++--
 .../gemfire/cache/query/QueryTestUtils.java     |  21 +++++--
 .../cache/query/QueryTestUtilsJUnitTest.java    |  21 +++++--
 .../gemfire/cache/query/RegionJUnitTest.java    |  21 +++++--
 .../cache/query/TypedIteratorJUnitTest.java     |  21 +++++--
 .../com/gemstone/gemfire/cache/query/Utils.java |  21 +++++--
 .../query/cq/dunit/CqQueryTestListener.java     |  21 +++++--
 .../gemfire/cache/query/data/Address.java       |  21 +++++--
 .../gemstone/gemfire/cache/query/data/City.java |  22 +++++--
 .../cache/query/data/CollectionHolder.java      |  22 +++++--
 .../cache/query/data/ComparableWrapper.java     |  22 +++++--
 .../gemfire/cache/query/data/Country.java       |  21 +++++--
 .../gemstone/gemfire/cache/query/data/Data.java |  22 +++++--
 .../gemfire/cache/query/data/District.java      |  22 +++++--
 .../gemfire/cache/query/data/Employee.java      |  21 +++++--
 .../gemfire/cache/query/data/Inventory.java     |  21 +++++--
 .../gemfire/cache/query/data/Keywords.java      |  21 +++++--
 .../gemfire/cache/query/data/Manager.java       |  21 +++++--
 .../gemfire/cache/query/data/Numbers.java       |  21 +++++--
 .../gemfire/cache/query/data/PhoneNo.java       |  21 +++++--
 .../gemfire/cache/query/data/Portfolio.java     |  22 +++++--
 .../gemfire/cache/query/data/PortfolioData.java |  21 +++++--
 .../gemfire/cache/query/data/PortfolioNoDS.java |  16 +++++
 .../gemfire/cache/query/data/PortfolioPdx.java  |  22 +++++--
 .../gemfire/cache/query/data/Position.java      |  21 +++++--
 .../gemfire/cache/query/data/PositionNoDS.java  |  16 +++++
 .../gemfire/cache/query/data/PositionPdx.java   |  21 +++++--
 .../query/data/ProhibitedSecurityQuote.java     |  21 +++++--
 .../gemfire/cache/query/data/Quote.java         |  21 +++++--
 .../gemfire/cache/query/data/Restricted.java    |  21 +++++--
 .../cache/query/data/SecurityMaster.java        |  21 +++++--
 .../gemfire/cache/query/data/State.java         |  21 +++++--
 .../gemfire/cache/query/data/Street.java        |  21 +++++--
 .../gemfire/cache/query/data/Student.java       |  23 ++++---
 .../gemfire/cache/query/data/Vehicle.java       |  21 +++++--
 .../gemfire/cache/query/data/Village.java       |  21 +++++--
 .../query/dunit/CloseCacheAuthorization.java    |  16 +++++
 .../query/dunit/CompactRangeIndexDUnitTest.java |  21 +++++--
 .../cache/query/dunit/CqTimeTestListener.java   |  21 +++++--
 .../cache/query/dunit/GroupByDUnitImpl.java     |  16 +++++
 .../dunit/GroupByPartitionedQueryDUnitTest.java |  16 +++++
 .../query/dunit/GroupByQueryDUnitTest.java      |  16 +++++
 .../cache/query/dunit/HashIndexDUnitTest.java   |  21 +++++--
 .../cache/query/dunit/HelperTestCase.java       |  16 +++++
 .../dunit/NonDistinctOrderByDUnitImpl.java      |  16 +++++
 .../NonDistinctOrderByPartitionedDUnitTest.java |  16 +++++
 .../query/dunit/PdxStringQueryDUnitTest.java    |  21 +++++--
 .../dunit/QueryAPITestPartitionResolver.java    |  22 ++++---
 .../cache/query/dunit/QueryAuthorization.java   |  21 +++++--
 .../dunit/QueryDataInconsistencyDUnitTest.java  |  24 ++++---
 .../dunit/QueryIndexUsingXMLDUnitTest.java      |  21 +++++--
 .../QueryParamsAuthorizationDUnitTest.java      |  21 +++++--
 .../QueryUsingFunctionContextDUnitTest.java     |  22 ++++---
 .../query/dunit/QueryUsingPoolDUnitTest.java    |  21 +++++--
 .../cache/query/dunit/RemoteQueryDUnitTest.java |  21 +++++--
 ...esourceManagerWithQueryMonitorDUnitTest.java |  21 +++++--
 .../query/dunit/SelectStarQueryDUnitTest.java   |  21 +++++--
 .../cache/query/facets/lang/Address.java        |  23 ++++---
 .../gemfire/cache/query/facets/lang/Course.java |  23 ++++---
 .../cache/query/facets/lang/Department.java     |  23 ++++---
 .../query/facets/lang/DerivedEmployee.java      |  22 ++++---
 .../cache/query/facets/lang/Employee.java       |  21 ++++---
 .../cache/query/facets/lang/Faculty.java        |  21 ++++---
 .../cache/query/facets/lang/G_Student.java      |  23 ++++---
 .../gemfire/cache/query/facets/lang/Person.java |  23 ++++---
 .../cache/query/facets/lang/Student.java        |  23 ++++---
 .../cache/query/facets/lang/UG_Student.java     |  23 ++++---
 .../gemfire/cache/query/facets/lang/Utils.java  |  20 ++++--
 .../ComparisonOperatorsJUnitTest.java           |  21 +++++--
 .../query/functional/ConstantsJUnitTest.java    |  21 +++++--
 .../query/functional/CountStarJUnitTest.java    |  21 +++++--
 .../CustomerOptimizationsJUnitTest.java         |  21 +++++--
 .../DistinctAndNonDistinctQueryJUnitTest.java   |  29 +++++----
 ...ctResultsWithDupValuesInRegionJUnitTest.java |  21 +++++--
 .../query/functional/FunctionJUnitTest.java     |  21 +++++--
 .../functional/GroupByPartitionedJUnitTest.java |  16 +++++
 .../functional/GroupByReplicatedJUnitTest.java  |  16 +++++
 .../cache/query/functional/GroupByTestImpl.java |  21 +++++--
 .../query/functional/GroupByTestInterface.java  |  16 +++++
 .../query/functional/INOperatorJUnitTest.java   |  21 +++++--
 .../functional/IUM6Bug32345ReJUnitTest.java     |  21 +++++--
 .../cache/query/functional/IUMJUnitTest.java    |  21 +++++--
 .../IUMRCompositeIteratorJUnitTest.java         |  21 +++++--
 .../IUMRMultiIndexesMultiRegionJUnitTest.java   |  21 +++++--
 .../IUMRShuffleIteratorsJUnitTest.java          |  21 +++++--
 .../functional/IUMRSingleRegionJUnitTest.java   |  21 +++++--
 ...ependentOperandsInWhereClause2JUnitTest.java |  21 +++++--
 .../IndexCreationDeadLockJUnitTest.java         |  21 +++++--
 .../functional/IndexCreationJUnitTest.java      |  21 +++++--
 .../IndexMaintenanceAsynchJUnitTest.java        |  21 +++++--
 .../functional/IndexOperatorJUnitTest.java      |  21 +++++--
 .../IndexPrimaryKeyUsageJUnitTest.java          |  21 +++++--
 .../IndexUsageInNestedQueryJUnitTest.java       |  21 +++++--
 .../IndexUsageWithAliasAsProjAtrbt.java         |  21 +++++--
 ...IndexUsageWithAliasAsProjAtrbtJUnitTest.java |  21 +++++--
 .../IndexUseMultFrmSnglCondJUnitTest.java       |  21 +++++--
 ...ndexWithSngleFrmAndMultCondQryJUnitTest.java |  21 +++++--
 .../functional/IteratorTypeDefEmpJUnitTest.java |  21 +++++--
 .../functional/IteratorTypeDefJUnitTest.java    |  21 +++++--
 .../IteratorTypeDefaultTypesJUnitTest.java      |  21 +++++--
 .../functional/IumMultConditionJUnitTest.java   |  21 +++++--
 .../functional/JavaSerializationJUnitTest.java  |  21 +++++--
 .../functional/LikePredicateJUnitTest.java      |  21 +++++--
 .../query/functional/LimitClauseJUnitTest.java  |  21 +++++--
 .../functional/LogicalOperatorsJUnitTest.java   |  21 +++++--
 .../cache/query/functional/MiscJUnitTest.java   |  21 +++++--
 .../functional/MultiIndexCreationJUnitTest.java |  16 +++++
 .../MultiRegionIndexUsageJUnitTest.java         |  21 +++++--
 .../functional/MultipleRegionsJUnitTest.java    |  21 +++++--
 .../NegativeNumberQueriesJUnitTest.java         |  21 +++++--
 .../query/functional/NestedQueryJUnitTest.java  |  21 +++++--
 .../NonDistinctOrderByPartitionedJUnitTest.java |  16 +++++
 .../NonDistinctOrderByReplicatedJUnitTest.java  |  16 +++++
 .../NonDistinctOrderByTestImplementation.java   |  21 +++++--
 .../query/functional/NumericQueryJUnitTest.java |  21 +++++--
 .../functional/OrderByPartitionedJUnitTest.java |  16 +++++
 .../functional/OrderByReplicatedJUnitTest.java  |  16 +++++
 .../functional/OrderByTestImplementation.java   |  21 +++++--
 .../functional/ParameterBindingJUnitTest.java   |  21 +++++--
 .../PdxGroupByPartitionedJUnitTest.java         |  16 +++++
 .../PdxGroupByReplicatedJUnitTest.java          |  16 +++++
 .../query/functional/PdxGroupByTestImpl.java    |  16 +++++
 .../query/functional/PdxOrderByJUnitTest.java   |  16 +++++
 .../functional/QRegionInterfaceJUnitTest.java   |  21 +++++--
 .../QueryREUpdateInProgressJUnitTest.java       |  21 +++++--
 .../functional/QueryUndefinedJUnitTest.java     |  21 +++++--
 .../functional/ReservedKeywordsJUnitTest.java   |  21 +++++--
 .../ResultsDataSerializabilityJUnitTest.java    |  21 +++++--
 .../query/functional/SelectToDateJUnitTest.java |  21 +++++--
 .../functional/StructMemberAccessJUnitTest.java |  21 +++++--
 .../query/functional/StructSetOrResultsSet.java |  21 +++++--
 .../query/functional/TestNewFunctionSSorRS.java |  21 +++++--
 .../CompiledAggregateFunctionJUnitTest.java     |  16 +++++
 .../CompiledGroupBySelectJUnitTest.java         |  16 +++++
 .../CompiledJunctionInternalsJUnitTest.java     |  21 +++++--
 .../internal/CopyOnReadQueryJUnitTest.java      |  21 +++++--
 .../internal/ExecutionContextJUnitTest.java     |  21 +++++--
 .../query/internal/IndexManagerJUnitTest.java   |  21 +++++--
 .../internal/NWayMergeResultsJUnitTest.java     |  16 +++++
 .../internal/OrderByComparatorJUnitTest.java    |  16 +++++
 .../internal/ProjectionAttributeJUnitTest.java  |  21 +++++--
 .../query/internal/QCompilerJUnitTest.java      |  21 +++++--
 ...ueryFromClauseCanonicalizationJUnitTest.java |  21 +++++--
 .../QueryObjectSerializationJUnitTest.java      |  21 +++++--
 .../QueryObserverCallbackJUnitTest.java         |  21 +++++--
 .../query/internal/QueryTraceJUnitTest.java     |  21 +++++--
 .../query/internal/QueryUtilsJUnitTest.java     |  21 +++++--
 .../query/internal/ResultsBagJUnitTest.java     |  21 +++++--
 .../ResultsBagLimitBehaviourJUnitTest.java      |  21 +++++--
 .../ResultsCollectionWrapperLimitJUnitTest.java |  21 +++++--
 .../SelectResultsComparatorJUnitTest.java       |  21 +++++--
 .../StructBagLimitBehaviourJUnitTest.java       |  21 +++++--
 .../query/internal/StructSetJUnitTest.java      |  21 +++++--
 .../internal/aggregate/AggregatorJUnitTest.java |  16 +++++
 ...syncIndexUpdaterThreadShutdownJUnitTest.java |  21 +++++--
 .../index/AsynchIndexMaintenanceJUnitTest.java  |  21 +++++--
 .../CompactRangeIndexIndexMapJUnitTest.java     |  21 +++++--
 .../index/CompactRangeIndexJUnitTest.java       |  21 +++++--
 ...rrentIndexInitOnOverflowRegionDUnitTest.java |  21 +++++--
 ...ndexOperationsOnOverflowRegionDUnitTest.java |  21 +++++--
 ...pdateWithInplaceObjectModFalseDUnitTest.java |  21 +++++--
 ...ConcurrentIndexUpdateWithoutWLDUnitTest.java |  21 +++++--
 .../index/CopyOnReadIndexDUnitTest.java         |  21 +++++--
 .../index/CopyOnReadIndexJUnitTest.java         |  21 +++++--
 .../DeclarativeIndexCreationJUnitTest.java      |  21 +++++--
 .../internal/index/HashIndexJUnitTest.java      |  21 +++++--
 .../index/IndexCreationInternalsJUnitTest.java  |  21 +++++--
 .../internal/index/IndexElemArrayJUnitTest.java |  21 +++++--
 .../internal/index/IndexHintJUnitTest.java      |  16 +++++
 .../query/internal/index/IndexJUnitTest.java    |  21 +++++--
 .../index/IndexMaintainceJUnitTest.java         |  21 +++++--
 .../index/IndexMaintenanceJUnitTest.java        |  21 +++++--
 .../index/IndexStatisticsJUnitTest.java         |  21 +++++--
 .../IndexTrackingQueryObserverDUnitTest.java    |  21 +++++--
 .../IndexTrackingQueryObserverJUnitTest.java    |  21 +++++--
 .../query/internal/index/IndexUseJUnitTest.java |  21 +++++--
 .../IndexedMergeEquiJoinScenariosJUnitTest.java |  21 +++++--
 ...itializeIndexEntryDestroyQueryDUnitTest.java |  21 +++++--
 .../internal/index/MapIndexStoreJUnitTest.java  |  21 +++++--
 .../MapRangeIndexMaintenanceJUnitTest.java      |  21 +++++--
 .../index/MultiIndexCreationDUnitTest.java      |  16 +++++
 .../NewDeclarativeIndexCreationJUnitTest.java   |  21 +++++--
 .../index/PdxCopyOnReadQueryJUnitTest.java      |  16 +++++
 ...gRegionCreationIndexUpdateTypeJUnitTest.java |  21 +++++--
 .../PutAllWithIndexPerfDUnitDisabledTest.java   |  21 +++++--
 .../internal/index/RangeIndexAPIJUnitTest.java  |  21 +++++--
 .../PRBasicIndexCreationDUnitTest.java          |  20 ++++--
 .../PRBasicIndexCreationDeadlockDUnitTest.java  |  20 ++++--
 .../PRBasicMultiIndexCreationDUnitTest.java     |  20 ++++--
 .../partitioned/PRBasicQueryDUnitTest.java      |  20 ++++--
 .../PRBasicRemoveIndexDUnitTest.java            |  21 +++++--
 .../PRColocatedEquiJoinDUnitTest.java           |  21 +++++--
 .../partitioned/PRIndexStatisticsJUnitTest.java |  21 +++++--
 .../partitioned/PRInvalidQueryDUnitTest.java    |  20 ++++--
 .../partitioned/PRInvalidQueryJUnitTest.java    |  21 +++++--
 .../partitioned/PRQueryCacheCloseDUnitTest.java |  20 ++++--
 .../PRQueryCacheClosedJUnitTest.java            |  21 +++++--
 .../query/partitioned/PRQueryDUnitHelper.java   |  20 ++++--
 .../query/partitioned/PRQueryDUnitTest.java     |  20 ++++--
 .../query/partitioned/PRQueryJUnitTest.java     |  21 +++++--
 .../partitioned/PRQueryNumThreadsJUnitTest.java |  21 +++++--
 .../query/partitioned/PRQueryPerfDUnitTest.java |  20 ++++--
 .../PRQueryRegionCloseDUnitTest.java            |  20 ++++--
 .../PRQueryRegionClosedJUnitTest.java           |  21 +++++--
 .../PRQueryRegionDestroyedDUnitTest.java        |  20 ++++--
 .../PRQueryRegionDestroyedJUnitTest.java        |  21 +++++--
 .../PRQueryRemoteNodeExceptionDUnitTest.java    |  21 +++++--
 .../gemfire/cache/query/transaction/Person.java |  21 +++++--
 .../query/transaction/QueryAndJtaJUnitTest.java |  21 +++++--
 .../internal/ConnectionCountProbeJUnitTest.java |  21 +++++--
 .../cache/snapshot/CacheSnapshotJUnitTest.java  |  21 +++++--
 .../snapshot/ParallelSnapshotDUnitTest.java     |  21 +++++--
 .../gemfire/cache/snapshot/RegionGenerator.java |  21 +++++--
 .../cache/snapshot/RegionSnapshotJUnitTest.java |  21 +++++--
 .../snapshot/SnapshotByteArrayDUnitTest.java    |  21 +++++--
 .../cache/snapshot/SnapshotDUnitTest.java       |  21 +++++--
 .../snapshot/SnapshotPerformanceDUnitTest.java  |  21 +++++--
 .../cache/snapshot/SnapshotTestCase.java        |  21 +++++--
 .../cache/snapshot/WanSnapshotJUnitTest.java    |  21 +++++--
 .../cache/util/PasswordUtilJUnitTest.java       |  21 +++++--
 .../gemfire/cache30/Bug34387DUnitTest.java      |  21 +++++--
 .../gemfire/cache30/Bug34948DUnitTest.java      |  21 +++++--
 .../gemfire/cache30/Bug35214DUnitTest.java      |  21 +++++--
 .../gemfire/cache30/Bug38013DUnitTest.java      |  21 +++++--
 .../gemfire/cache30/Bug38741DUnitTest.java      |  21 +++++--
 .../cache30/Bug40255JUnitDisabledTest.java      |  22 ++++---
 .../cache30/Bug40662JUnitDisabledTest.java      |  21 +++++--
 .../gemfire/cache30/Bug44418JUnitTest.java      |  21 +++++--
 .../gemfire/cache30/CacheCloseDUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheListenerTestCase.java  |  21 +++++--
 .../gemfire/cache30/CacheLoaderTestCase.java    |  21 +++++--
 .../gemfire/cache30/CacheLogRollDUnitTest.java  |  21 +++++--
 .../gemfire/cache30/CacheMapTxnDUnitTest.java   |  22 +++++--
 ...cheRegionsReliablityStatsCheckDUnitTest.java |  21 +++++--
 .../cache30/CacheSerializableRunnable.java      |  21 +++++--
 .../cache30/CacheStatisticsDUnitTest.java       |  21 +++++--
 .../gemstone/gemfire/cache30/CacheTestCase.java |  21 +++++--
 .../gemfire/cache30/CacheWriterTestCase.java    |  21 +++++--
 .../cache30/CacheXMLPartitionResolver.java      |  21 +++++--
 .../gemfire/cache30/CacheXml30DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml40DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml41DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml45DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml51DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml55DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml57DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml58DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml60DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml61DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml65DUnitTest.java    |  22 +++++--
 .../gemfire/cache30/CacheXml66DUnitTest.java    |  21 +++++--
 .../gemfire/cache30/CacheXml70DUnitTest.java    |  22 +++++--
 .../gemfire/cache30/CacheXml80DUnitTest.java    |  22 +++++--
 .../gemfire/cache30/CacheXml81DUnitTest.java    |  22 ++++---
 .../gemfire/cache30/CacheXml90DUnitTest.java    |  22 +++++--
 .../gemfire/cache30/CacheXmlTestCase.java       |  16 +++++
 .../cache30/CachedAllEventsDUnitTest.java       |  21 +++++--
 .../gemfire/cache30/CallbackArgDUnitTest.java   |  21 +++++--
 .../cache30/CertifiableTestCacheListener.java   |  24 ++++---
 .../cache30/ClearMultiVmCallBkDUnitTest.java    |  22 +++++--
 .../gemfire/cache30/ClearMultiVmDUnitTest.java  |  22 +++++--
 .../cache30/ClientMembershipDUnitTest.java      |  21 +++++--
 .../ClientMembershipSelectorDUnitTest.java      |  16 +++++
 .../ClientRegisterInterestDUnitTest.java        |  21 +++++--
 ...ClientRegisterInterestSelectorDUnitTest.java |  16 +++++
 .../cache30/ClientServerCCEDUnitTest.java       |  21 +++++--
 .../gemfire/cache30/ClientServerTestCase.java   |  21 +++++--
 .../ConcurrentLeaveDuringGIIDUnitTest.java      |  21 +++++--
 ...ibutedNoAckAsyncOverflowRegionDUnitTest.java |  22 ++++---
 ...iskDistributedNoAckAsyncRegionDUnitTest.java |  22 ++++---
 .../DiskDistributedNoAckRegionTestCase.java     |  22 ++++---
 ...ributedNoAckSyncOverflowRegionDUnitTest.java |  22 ++++---
 .../gemfire/cache30/DiskRegionDUnitTest.java    |  21 +++++--
 .../gemfire/cache30/DiskRegionTestImpl.java     |  22 ++++---
 .../cache30/DistAckMapMethodsDUnitTest.java     |  22 +++++--
 ...ckOverflowRegionCCECompressionDUnitTest.java |  21 +++++--
 ...istributedAckOverflowRegionCCEDUnitTest.java |  21 +++++--
 ...tedAckOverflowRegionCCEOffHeapDUnitTest.java |  16 +++++
 ...PersistentRegionCCECompressionDUnitTest.java |  21 +++++--
 ...tributedAckPersistentRegionCCEDUnitTest.java |  22 +++++--
 ...dAckPersistentRegionCCEOffHeapDUnitTest.java |  16 +++++
 .../DistributedAckRegionCCEDUnitTest.java       |  22 +++++--
 ...DistributedAckRegionCCEOffHeapDUnitTest.java |  16 +++++
 ...istributedAckRegionCompressionDUnitTest.java |  21 +++++--
 .../cache30/DistributedAckRegionDUnitTest.java  |  21 +++++--
 .../DistributedAckRegionOffHeapDUnitTest.java   |  16 +++++
 .../DistributedNoAckRegionCCEDUnitTest.java     |  21 +++++--
 ...stributedNoAckRegionCCEOffHeapDUnitTest.java |  16 +++++
 ...tributedNoAckRegionCompressionDUnitTest.java |  21 +++++--
 .../DistributedNoAckRegionDUnitTest.java        |  21 +++++--
 .../DistributedNoAckRegionOffHeapDUnitTest.java |  16 +++++
 .../gemfire/cache30/DynamicRegionDUnitTest.java |  21 +++++--
 .../gemfire/cache30/GlobalLockingDUnitTest.java |  21 +++++--
 .../cache30/GlobalRegionCCEDUnitTest.java       |  22 +++++--
 .../GlobalRegionCCEOffHeapDUnitTest.java        |  16 +++++
 .../GlobalRegionCompressionDUnitTest.java       |  21 +++++--
 .../gemfire/cache30/GlobalRegionDUnitTest.java  |  21 +++++--
 .../cache30/GlobalRegionOffHeapDUnitTest.java   |  16 +++++
 .../cache30/LRUEvictionControllerDUnitTest.java |  21 +++++--
 .../gemfire/cache30/LocalRegionDUnitTest.java   |  21 +++++--
 .../MemLRUEvictionControllerDUnitTest.java      |  21 +++++--
 .../gemfire/cache30/MultiVMRegionTestCase.java  |  21 +++++--
 .../gemfire/cache30/MyGatewayEventFilter1.java  |  21 +++++--
 .../gemfire/cache30/MyGatewayEventFilter2.java  |  23 ++++---
 .../cache30/MyGatewayTransportFilter1.java      |  21 +++++--
 .../cache30/MyGatewayTransportFilter2.java      |  21 +++++--
 .../OffHeapLRUEvictionControllerDUnitTest.java  |  21 +++++--
 .../PRBucketSynchronizationDUnitTest.java       |  21 +++++--
 .../PartitionedRegionCompressionDUnitTest.java  |  21 +++++--
 .../cache30/PartitionedRegionDUnitTest.java     |  21 +++++--
 ...tionedRegionMembershipListenerDUnitTest.java |  22 +++++--
 .../PartitionedRegionOffHeapDUnitTest.java      |  16 +++++
 .../cache30/PreloadedRegionTestCase.java        |  21 +++++--
 .../gemfire/cache30/ProxyDUnitTest.java         |  21 +++++--
 .../cache30/PutAllCallBkRemoteVMDUnitTest.java  |  22 +++++--
 .../cache30/PutAllCallBkSingleVMDUnitTest.java  |  22 +++++--
 .../gemfire/cache30/PutAllMultiVmDUnitTest.java |  22 +++++--
 .../gemfire/cache30/QueueMsgDUnitTest.java      |  21 +++++--
 .../cache30/RRSynchronizationDUnitTest.java     |  21 +++++--
 .../gemfire/cache30/ReconnectDUnitTest.java     |  21 +++++--
 .../ReconnectedCacheServerDUnitTest.java        |  21 +++++--
 .../cache30/RegionAttributesTestCase.java       |  21 +++++--
 .../cache30/RegionExpirationDUnitTest.java      |  21 +++++--
 .../RegionMembershipListenerDUnitTest.java      |  21 +++++--
 .../RegionReliabilityDistAckDUnitTest.java      |  21 +++++--
 .../RegionReliabilityDistNoAckDUnitTest.java    |  21 +++++--
 .../RegionReliabilityGlobalDUnitTest.java       |  21 +++++--
 .../RegionReliabilityListenerDUnitTest.java     |  21 +++++--
 .../cache30/RegionReliabilityTestCase.java      |  21 +++++--
 .../gemfire/cache30/RegionTestCase.java         |  21 +++++--
 .../gemfire/cache30/ReliabilityTestCase.java    |  21 +++++--
 .../cache30/RemoveAllMultiVmDUnitTest.java      |  22 +++++--
 .../gemfire/cache30/RequiredRolesDUnitTest.java |  21 +++++--
 .../cache30/RolePerformanceDUnitTest.java       |  21 +++++--
 .../gemfire/cache30/SearchAndLoadDUnitTest.java |  21 +++++--
 .../cache30/SlowRecDUnitDisabledTest.java       |  21 +++++--
 .../gemfire/cache30/TXDistributedDUnitTest.java |  21 +++++--
 .../gemfire/cache30/TXOrderDUnitTest.java       |  21 +++++--
 .../cache30/TXRestrictionsDUnitTest.java        |  21 +++++--
 .../gemfire/cache30/TestCacheCallback.java      |  21 +++++--
 .../gemfire/cache30/TestCacheListener.java      |  21 +++++--
 .../gemfire/cache30/TestCacheLoader.java        |  21 +++++--
 .../gemfire/cache30/TestCacheWriter.java        |  21 +++++--
 .../gemfire/cache30/TestDiskRegion.java         |  21 +++++--
 .../gemstone/gemfire/cache30/TestHeapLRU.java   |  21 +++++--
 .../gemfire/cache30/TestPdxSerializer.java      |  21 +++++--
 .../cache30/TestTransactionListener.java        |  21 +++++--
 .../gemfire/cache30/TestTransactionWriter.java  |  21 +++++--
 .../AnalyzeSerializablesJUnitTest.java          |  21 +++++--
 .../codeAnalysis/ClassAndMethodDetails.java     |  23 ++++---
 .../gemfire/codeAnalysis/ClassAndMethods.java   |  23 ++++---
 .../codeAnalysis/ClassAndVariableDetails.java   |  23 ++++---
 .../gemfire/codeAnalysis/ClassAndVariables.java |  23 ++++---
 .../codeAnalysis/CompiledClassUtils.java        |  23 ++++---
 .../codeAnalysis/decode/CompiledAttribute.java  |  21 +++++--
 .../codeAnalysis/decode/CompiledClass.java      |  21 +++++--
 .../codeAnalysis/decode/CompiledCode.java       |  21 +++++--
 .../codeAnalysis/decode/CompiledField.java      |  21 +++++--
 .../codeAnalysis/decode/CompiledMethod.java     |  21 +++++--
 .../gemfire/codeAnalysis/decode/cp/Cp.java      |  21 +++++--
 .../gemfire/codeAnalysis/decode/cp/CpClass.java |  21 +++++--
 .../codeAnalysis/decode/cp/CpDouble.java        |  21 +++++--
 .../codeAnalysis/decode/cp/CpFieldref.java      |  18 +++++-
 .../gemfire/codeAnalysis/decode/cp/CpFloat.java |  18 +++++-
 .../codeAnalysis/decode/cp/CpInteger.java       |  18 +++++-
 .../decode/cp/CpInterfaceMethodref.java         |  18 +++++-
 .../gemfire/codeAnalysis/decode/cp/CpLong.java  |  21 +++++--
 .../codeAnalysis/decode/cp/CpMethodref.java     |  18 +++++-
 .../codeAnalysis/decode/cp/CpNameAndType.java   |  18 +++++-
 .../codeAnalysis/decode/cp/CpString.java        |  18 +++++-
 .../gemfire/codeAnalysis/decode/cp/CpUtf8.java  |  21 +++++--
 .../distributed/AbstractLauncherJUnitTest.java  |  20 ++++--
 .../AbstractLauncherJUnitTestCase.java          |  16 +++++
 .../AbstractLauncherServiceStatusJUnitTest.java |  21 +++++--
 .../AbstractLocatorLauncherJUnitTestCase.java   |  16 +++++
 .../AbstractServerLauncherJUnitTestCase.java    |  16 +++++
 .../gemfire/distributed/AuthInitializer.java    |  23 ++++---
 .../distributed/CommonLauncherTestSuite.java    |  20 ++++--
 .../distributed/DistributedMemberDUnitTest.java |  21 +++++--
 .../DistributedSystemConnectPerf.java           |  21 +++++--
 .../distributed/DistributedSystemDUnitTest.java |  21 +++++--
 .../distributed/DistributedTestSuite.java       |  16 +++++
 .../distributed/HostedLocatorsDUnitTest.java    |  16 +++++
 .../gemfire/distributed/JGroupsJUnitTest.java   |  21 +++++--
 .../LauncherMemberMXBeanJUnitTest.java          |  16 +++++
 .../gemfire/distributed/LauncherTestSuite.java  |  16 +++++
 .../gemfire/distributed/LocatorDUnitTest.java   |  21 +++++--
 .../gemfire/distributed/LocatorJUnitTest.java   |  21 +++++--
 .../distributed/LocatorLauncherJUnitTest.java   |  20 ++++--
 .../LocatorLauncherLocalFileJUnitTest.java      |  16 +++++
 .../LocatorLauncherLocalJUnitTest.java          |  16 +++++
 .../LocatorLauncherRemoteFileJUnitTest.java     |  16 +++++
 .../LocatorLauncherRemoteJUnitTest.java         |  16 +++++
 .../gemfire/distributed/MyAuthenticator.java    |  23 ++++---
 .../gemfire/distributed/MyPrincipal.java        |  18 +++++-
 .../gemfire/distributed/RoleDUnitTest.java      |  21 +++++--
 .../distributed/ServerLauncherJUnitTest.java    |  20 ++++--
 .../ServerLauncherLocalFileJUnitTest.java       |  20 ++++--
 .../ServerLauncherLocalJUnitTest.java           |  16 +++++
 .../ServerLauncherRemoteFileJUnitTest.java      |  16 +++++
 .../ServerLauncherRemoteJUnitTest.java          |  20 ++++--
 .../ServerLauncherWithSpringJUnitTest.java      |  16 +++++
 .../distributed/SystemAdminDUnitTest.java       |  21 +++++--
 .../AtomicLongWithTerminalStateJUnitTest.java   |  21 +++++--
 .../distributed/internal/Bug40751DUnitTest.java |  21 +++++--
 .../ConsoleDistributionManagerDUnitTest.java    |  21 +++++--
 .../distributed/internal/DateMessage.java       |  21 +++++--
 .../internal/DistributionAdvisorDUnitTest.java  |  21 +++++--
 .../internal/DistributionManagerDUnitTest.java  |  21 +++++--
 ...istributionManagerTimeDUnitDisabledTest.java |  21 +++++--
 .../GemFireTimeSyncServiceDUnitTest.java        |  21 +++++--
 .../InternalDistributedSystemJUnitTest.java     |  21 +++++--
 .../gemfire/distributed/internal/LDM.java       |  21 +++++--
 .../internal/LocalDistributionManagerTest.java  |  21 +++++--
 .../internal/LocatorLoadSnapshotJUnitTest.java  |  21 +++++--
 .../internal/ProduceDateMessages.java           |  21 +++++--
 .../internal/ProductUseLogDUnitTest.java        |  21 +++++--
 .../internal/ProductUseLogJUnitTest.java        |  21 +++++--
 .../internal/ServerLocatorJUnitTest.java        |  20 ++++--
 .../internal/SharedConfigurationJUnitTest.java  |  21 +++++--
 .../internal/StartupMessageDataJUnitTest.java   |  21 +++++--
 .../deadlock/DeadlockDetectorJUnitTest.java     |  21 +++++--
 .../deadlock/DependencyGraphJUnitTest.java      |  21 +++++--
 .../GemFireDeadlockDetectorDUnitTest.java       |  21 +++++--
 .../deadlock/UnsafeThreadLocalJUnitTest.java    |  21 +++++--
 .../locks/CollaborationJUnitDisabledTest.java   |  21 +++++--
 .../internal/locks/DLockGrantorHelper.java      |  21 +++++--
 ...entrantReadWriteWriteShareLockJUnitTest.java |  21 +++++--
 .../membership/MembershipJUnitTest.java         |  21 +++++--
 .../jgroup/MembershipManagerHelper.java         |  21 +++++--
 .../StreamingOperationManyDUnitTest.java        |  29 +++++----
 .../StreamingOperationOneDUnitTest.java         |  29 +++++----
 .../tcpserver/LocatorVersioningJUnitTest.java   |  17 ++++-
 ...cpServerBackwardCompatDUnitDisabledTest.java |  17 ++++-
 .../tcpserver/TcpServerJUnitDisabledTest.java   |  16 +++++
 .../support/DistributedSystemAdapter.java       |  21 +++++--
 .../gemfire/disttx/CacheMapDistTXDUnitTest.java |  16 +++++
 .../gemfire/disttx/DistTXDebugDUnitTest.java    |  16 +++++
 .../disttx/DistTXDistributedTestSuite.java      |  16 +++++
 .../gemfire/disttx/DistTXExpiryJUnitTest.java   |  16 +++++
 .../gemfire/disttx/DistTXJUnitTest.java         |  16 +++++
 .../disttx/DistTXManagerImplJUnitTest.java      |  16 +++++
 .../gemfire/disttx/DistTXOrderDUnitTest.java    |  16 +++++
 .../disttx/DistTXPersistentDebugDUnitTest.java  |  18 +++++-
 .../DistTXReleasesOffHeapOnCloseJUnitTest.java  |  16 +++++
 .../disttx/DistTXRestrictionsDUnitTest.java     |  16 +++++
 .../disttx/DistTXWithDeltaDUnitTest.java        |  16 +++++
 .../gemfire/disttx/DistTXWriterJUnitTest.java   |  16 +++++
 .../disttx/DistTXWriterOOMEJUnitTest.java       |  16 +++++
 .../disttx/DistributedTransactionDUnitTest.java |  18 +++++-
 .../gemfire/disttx/PRDistTXDUnitTest.java       |  16 +++++
 .../gemfire/disttx/PRDistTXJUnitTest.java       |  16 +++++
 .../disttx/PRDistTXWithVersionsDUnitTest.java   |  16 +++++
 ...entPartitionedRegionWithDistTXDUnitTest.java |  16 +++++
 .../gemfire/internal/ArrayEqualsJUnitTest.java  |  21 +++++--
 .../gemfire/internal/AvailablePortHelper.java   |  21 +++++--
 .../internal/AvailablePortJUnitTest.java        |  21 +++++--
 ...wardCompatibilitySerializationJUnitTest.java |  21 +++++--
 .../gemfire/internal/Bug49856JUnitTest.java     |  21 +++++--
 .../gemfire/internal/Bug51616JUnitTest.java     |  16 +++++
 .../gemfire/internal/ByteArrayData.java         |  21 +++++--
 .../gemstone/gemfire/internal/ClassBuilder.java |  21 +++++--
 .../ClassNotFoundExceptionDUnitTest.java        |  21 +++++--
 .../internal/ClassPathLoaderJUnitTest.java      |  21 +++++--
 .../internal/CopyOnWriteHashSetJUnitTest.java   |  21 +++++--
 .../internal/DataSerializableJUnitTest.java     |  21 +++++--
 .../gemstone/gemfire/internal/FDDUnitTest.java  |  17 +++--
 .../gemfire/internal/FileUtilJUnitTest.java     |  21 +++++--
 .../internal/GemFireStatSamplerJUnitTest.java   |  21 +++++--
 .../GemFireVersionIntegrationJUnitTest.java     |  21 +++++--
 .../internal/GemFireVersionJUnitTest.java       |  21 +++++--
 .../internal/HeapDataOutputStreamJUnitTest.java |  21 +++++--
 .../gemfire/internal/InlineKeyJUnitTest.java    |  21 +++++--
 .../gemfire/internal/JSSESocketJUnitTest.java   |  21 +++++--
 .../internal/JarClassLoaderJUnitTest.java       |  22 ++++---
 .../gemfire/internal/JarDeployerDUnitTest.java  |  22 ++++---
 .../com/gemstone/gemfire/internal/JavaExec.java |  21 +++++--
 .../gemfire/internal/LineWrapUnitJUnitTest.java |  21 +++++--
 .../gemstone/gemfire/internal/LongBuffer.java   |  21 +++++--
 .../gemfire/internal/NanoTimerJUnitTest.java    |  21 +++++--
 .../gemfire/internal/ObjIdMapJUnitTest.java     |  21 +++++--
 .../internal/OneTaskOnlyDecoratorJUnitTest.java |  21 +++++--
 .../internal/PdxDeleteFieldDUnitTest.java       |  16 +++++
 .../internal/PdxDeleteFieldJUnitTest.java       |  16 +++++
 .../gemfire/internal/PdxRenameDUnitTest.java    |  16 +++++
 .../gemfire/internal/PdxRenameJUnitTest.java    |  16 +++++
 .../PutAllOperationContextJUnitTest.java        |  21 +++++--
 .../internal/SSLConfigIntegrationJUnitTest.java |  16 +++++
 .../gemfire/internal/SSLConfigJUnitTest.java    |  20 ++++--
 ...hreadPoolExecutorWithKeepAliveJUnitTest.java |  21 +++++--
 .../internal/SimpleStatSamplerJUnitTest.java    |  21 +++++--
 .../gemfire/internal/SocketCloserJUnitTest.java |  16 +++++
 .../internal/SocketCloserWithWaitJUnitTest.java |  16 +++++
 .../StatArchiveWriterReaderJUnitTest.java       |  21 +++++--
 .../gemfire/internal/StatSamplerJUnitTest.java  |  21 +++++--
 .../gemfire/internal/StatSamplerTestCase.java   |  21 +++++--
 .../internal/UniqueIdGeneratorJUnitTest.java    |  21 +++++--
 .../internal/cache/AbstractRegionJUnitTest.java |  21 +++++--
 .../gemfire/internal/cache/BackupDUnitTest.java |  21 +++++--
 .../gemfire/internal/cache/BackupJUnitTest.java |  21 +++++--
 .../internal/cache/Bug33359DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug33726DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug33726JUnitTest.java       |  21 +++++--
 .../Bug34179TooManyFilesOpenJUnitTest.java      |  21 +++++--
 .../internal/cache/Bug34583JUnitTest.java       |  21 +++++--
 .../internal/cache/Bug37241DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug37244JUnitTest.java       |  21 +++++--
 .../internal/cache/Bug37377DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug37500JUnitTest.java       |  21 +++++--
 .../internal/cache/Bug39079DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug40299DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug40632DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug41091DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug41733DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug41957DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug42010StatsDUnitTest.java  |  21 +++++--
 .../internal/cache/Bug42055DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug45164DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug45934DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug47667DUnitTest.java       |  21 +++++--
 .../internal/cache/Bug48182JUnitTest.java       |  16 +++++
 .../internal/cache/CacheAdvisorDUnitTest.java   |  21 +++++--
 .../cache/CacheLifecycleListenerJUnitTest.java  |  21 +++++--
 .../cache/ChunkValueWrapperJUnitTest.java       |  16 +++++
 .../internal/cache/ClearDAckDUnitTest.java      |  21 +++++--
 .../internal/cache/ClearGlobalDUnitTest.java    |  21 +++++--
 ...ssagesRegionCreationAndDestroyJUnitTest.java |  21 +++++--
 .../cache/ClientServerGetAllDUnitTest.java      |  21 +++++--
 ...ServerInvalidAndDestroyedEntryDUnitTest.java |  21 +++++--
 .../ClientServerTransactionCCEDUnitTest.java    |  21 +++++--
 .../cache/ClientServerTransactionDUnitTest.java |  21 +++++--
 .../cache/ComplexDiskRegionJUnitTest.java       |  21 +++++--
 .../ConcurrentDestroySubRegionDUnitTest.java    |  21 +++++--
 ...entFlushingAndRegionOperationsJUnitTest.java |  21 +++++--
 .../cache/ConcurrentMapLocalJUnitTest.java      |  21 +++++--
 .../cache/ConcurrentMapOpsDUnitTest.java        |  21 +++++--
 .../ConcurrentRegionOperationsJUnitTest.java    |  21 +++++--
 ...rentRollingAndRegionOperationsJUnitTest.java |  21 +++++--
 .../internal/cache/ConflationJUnitTest.java     |  21 +++++--
 .../cache/ConnectDisconnectDUnitTest.java       |  16 +++++
 .../cache/CustomerIDPartitionResolver.java      |  21 +++++--
 .../internal/cache/DeltaFaultInDUnitTest.java   |  21 +++++--
 .../cache/DeltaPropagationDUnitTest.java        |  21 +++++--
 .../cache/DeltaPropagationStatsDUnitTest.java   |  21 +++++--
 .../internal/cache/DeltaSizingDUnitTest.java    |  21 +++++--
 .../gemfire/internal/cache/DiskIFJUnitTest.java |  21 +++++--
 .../gemfire/internal/cache/DiskIdJUnitTest.java |  21 +++++--
 .../internal/cache/DiskInitFileJUnitTest.java   |  21 +++++--
 .../cache/DiskOfflineCompactionJUnitTest.java   |  21 +++++--
 .../internal/cache/DiskOldAPIsJUnitTest.java    |  21 +++++--
 ...iskRandomOperationsAndRecoveryJUnitTest.java |  21 +++++--
 .../cache/DiskRegByteArrayDUnitTest.java        |  21 +++++--
 .../cache/DiskRegCacheXmlJUnitTest.java         |  21 +++++--
 .../DiskRegCachexmlGeneratorJUnitTest.java      |  21 +++++--
 .../internal/cache/DiskRegCbkChkJUnitTest.java  |  21 +++++--
 .../DiskRegOplogSwtchingAndRollerJUnitTest.java |  21 +++++--
 .../cache/DiskRegRecoveryJUnitTest.java         |  21 +++++--
 .../cache/DiskRegionAsyncRecoveryJUnitTest.java |  21 +++++--
 ...RegionChangingRegionAttributesJUnitTest.java |  21 +++++--
 .../cache/DiskRegionClearJUnitTest.java         |  21 +++++--
 .../internal/cache/DiskRegionHelperFactory.java |  21 +++++--
 .../DiskRegionIllegalArguementsJUnitTest.java   |  21 +++++--
 ...iskRegionIllegalCacheXMLvaluesJUnitTest.java |  21 +++++--
 .../internal/cache/DiskRegionJUnitTest.java     |  21 +++++--
 .../internal/cache/DiskRegionProperties.java    |  21 +++++--
 .../internal/cache/DiskRegionTestingBase.java   |  21 +++++--
 .../cache/DiskStoreFactoryJUnitTest.java        |  21 +++++--
 .../cache/DiskWriteAttributesJUnitTest.java     |  21 +++++--
 ...DistrbutedRegionProfileOffHeapDUnitTest.java |  16 +++++
 .../cache/DistributedCacheTestCase.java         |  21 +++++--
 .../cache/EnumListenerEventJUnitTest.java       |  21 +++++--
 .../internal/cache/EventTrackerDUnitTest.java   |  21 +++++--
 .../cache/EvictionDUnitDisabledTest.java        |  21 +++++--
 .../cache/EvictionObjectSizerDUnitTest.java     |  21 +++++--
 .../internal/cache/EvictionStatsDUnitTest.java  |  21 +++++--
 .../internal/cache/EvictionTestBase.java        |  21 +++++--
 .../internal/cache/FaultingInJUnitTest.java     |  21 +++++--
 .../cache/FixedPRSinglehopDUnitTest.java        |  21 +++++--
 .../internal/cache/GIIDeltaDUnitTest.java       |  21 +++++--
 .../internal/cache/GIIFlowControlDUnitTest.java |  21 +++++--
 .../internal/cache/GridAdvisorDUnitTest.java    |  21 +++++--
 .../internal/cache/HABug36773DUnitTest.java     |  21 +++++--
 .../HAOverflowMemObjectSizerDUnitTest.java      |  21 +++++--
 .../cache/IncrementalBackupDUnitTest.java       |  21 +++++--
 .../cache/InterruptClientServerDUnitTest.java   |  21 +++++--
 .../internal/cache/InterruptDiskJUnitTest.java  |  21 +++++--
 ...InterruptsConserveSocketsFalseDUnitTest.java |  16 +++++
 .../internal/cache/InterruptsDUnitTest.java     |  21 +++++--
 .../internal/cache/IteratorDUnitTest.java       |  21 +++++--
 .../LIFOEvictionAlgoEnabledRegionJUnitTest.java |  21 +++++--
 ...victionAlgoMemoryEnabledRegionJUnitTest.java |  21 +++++--
 .../internal/cache/MapClearGIIDUnitTest.java    |  21 +++++--
 .../internal/cache/MapInterface2JUnitTest.java  |  21 +++++--
 .../internal/cache/MapInterfaceJUnitTest.java   |  21 +++++--
 .../MultipleOplogsRollingFeatureJUnitTest.java  |  21 +++++--
 .../cache/NetSearchMessagingDUnitTest.java      |  21 +++++--
 .../cache/OffHeapEvictionDUnitTest.java         |  21 +++++--
 .../cache/OffHeapEvictionStatsDUnitTest.java    |  21 +++++--
 .../gemfire/internal/cache/OffHeapTestUtil.java |  21 +++++--
 .../cache/OfflineSnapshotJUnitTest.java         |  21 +++++--
 .../gemfire/internal/cache/OldVLJUnitTest.java  |  21 +++++--
 .../cache/OldValueImporterTestBase.java         |  16 +++++
 .../cache/OplogEntryIdMapJUnitTest.java         |  21 +++++--
 .../cache/OplogEntryIdSetJUnitTest.java         |  21 +++++--
 .../gemfire/internal/cache/OplogJUnitTest.java  |  21 +++++--
 .../internal/cache/OplogRVVJUnitTest.java       |  21 +++++--
 .../cache/OrderedTombstoneMapJUnitTest.java     |  21 +++++--
 .../cache/P2PDeltaPropagationDUnitTest.java     |  21 +++++--
 .../internal/cache/PRBadToDataDUnitTest.java    |  21 +++++--
 .../cache/PRConcurrentMapOpsJUnitTest.java      |  21 +++++--
 .../cache/PRDataStoreMemoryJUnitTest.java       |  21 +++++--
 .../PRDataStoreMemoryOffHeapJUnitTest.java      |  16 +++++
 .../gemfire/internal/cache/PRTXJUnitTest.java   |  21 +++++--
 .../cache/PartitionAttributesImplJUnitTest.java |  16 +++++
 .../cache/PartitionListenerDUnitTest.java       |  21 +++++--
 ...dRegionAPIConserveSocketsFalseDUnitTest.java |  21 +++++--
 .../cache/PartitionedRegionAPIDUnitTest.java    |  20 ++++--
 .../PartitionedRegionAsSubRegionDUnitTest.java  |  20 ++++--
 ...gionBucketCreationDistributionDUnitTest.java |  20 ++++--
 .../PartitionedRegionCacheCloseDUnitTest.java   |  20 ++++--
 ...rtitionedRegionCacheLoaderForRootRegion.java |  21 +++++--
 ...artitionedRegionCacheLoaderForSubRegion.java |  21 +++++--
 ...rtitionedRegionCacheXMLExampleDUnitTest.java |  21 +++++--
 .../PartitionedRegionCreationDUnitTest.java     |  20 ++++--
 .../PartitionedRegionCreationJUnitTest.java     |  20 ++++--
 .../cache/PartitionedRegionDUnitTestCase.java   |  20 ++++--
 .../PartitionedRegionDataStoreJUnitTest.java    |  20 ++++--
 ...rtitionedRegionDelayedRecoveryDUnitTest.java |  21 +++++--
 .../PartitionedRegionDestroyDUnitTest.java      |  20 ++++--
 .../PartitionedRegionEntryCountDUnitTest.java   |  21 +++++--
 .../PartitionedRegionEvictionDUnitTest.java     |  21 +++++--
 .../cache/PartitionedRegionHADUnitTest.java     |  20 ++++--
 ...onedRegionHAFailureAndRecoveryDUnitTest.java |  20 ++++--
 .../cache/PartitionedRegionHelperJUnitTest.java |  21 +++++--
 .../PartitionedRegionInvalidateDUnitTest.java   |  21 +++++--
 ...artitionedRegionLocalMaxMemoryDUnitTest.java |  20 ++++--
 ...nedRegionLocalMaxMemoryOffHeapDUnitTest.java |  16 +++++
 .../PartitionedRegionMultipleDUnitTest.java     |  20 ++++--
 ...rtitionedRegionOffHeapEvictionDUnitTest.java |  18 +++++-
 .../cache/PartitionedRegionPRIDDUnitTest.java   |  21 +++++--
 .../cache/PartitionedRegionQueryDUnitTest.java  |  21 +++++--
 ...artitionedRegionQueryEvaluatorJUnitTest.java |  21 +++++--
 ...artitionedRegionRedundancyZoneDUnitTest.java |  21 +++++--
 ...tionedRegionSerializableObjectJUnitTest.java |  21 +++++--
 .../PartitionedRegionSingleHopDUnitTest.java    |  21 +++++--
 ...RegionSingleHopWithServerGroupDUnitTest.java |  21 +++++--
 ...onedRegionSingleNodeOperationsJUnitTest.java |  20 ++++--
 .../cache/PartitionedRegionSizeDUnitTest.java   |  20 ++++--
 .../cache/PartitionedRegionStatsDUnitTest.java  |  20 ++++--
 .../cache/PartitionedRegionStatsJUnitTest.java  |  21 +++++--
 .../cache/PartitionedRegionTestHelper.java      |  20 ++++--
 .../PartitionedRegionTestUtilsDUnitTest.java    |  20 ++++--
 .../PartitionedRegionWithSameNameDUnitTest.java |  21 +++++--
 .../PersistentPartitionedRegionJUnitTest.java   |  16 +++++
 .../internal/cache/PutAllDAckDUnitTest.java     |  21 +++++--
 .../internal/cache/PutAllGlobalDUnitTest.java   |  21 +++++--
 .../cache/RegionEntryFlagsJUnitTest.java        |  21 +++++--
 .../cache/RemotePutReplyMessageJUnitTest.java   |  16 +++++
 .../cache/RemoteTransactionCCEDUnitTest.java    |  16 +++++
 .../cache/RemoteTransactionDUnitTest.java       |  21 +++++--
 .../internal/cache/RemoveAllDAckDUnitTest.java  |  21 +++++--
 .../internal/cache/RemoveDAckDUnitTest.java     |  21 +++++--
 .../internal/cache/RemoveGlobalDUnitTest.java   |  21 +++++--
 .../internal/cache/RunCacheInOldGemfire.java    |  21 +++++--
 .../cache/SimpleDiskRegionJUnitTest.java        |  21 +++++--
 .../internal/cache/SizingFlagDUnitTest.java     |  21 +++++--
 .../internal/cache/SnapshotTestUtil.java        |  16 +++++
 .../internal/cache/SystemFailureDUnitTest.java  |  21 +++++--
 .../internal/cache/TXManagerImplJUnitTest.java  |  21 +++++--
 .../cache/TXReservationMgrJUnitTest.java        |  21 +++++--
 .../gemfire/internal/cache/TestDelta.java       |  21 +++++--
 .../internal/cache/TestHelperForHydraTests.java |  16 +++++
 .../internal/cache/TestNonSizerObject.java      |  21 +++++--
 .../internal/cache/TestObjectSizerImpl.java     |  21 +++++--
 .../gemfire/internal/cache/TestUtils.java       |  21 +++++--
 .../cache/TombstoneCreationJUnitTest.java       |  21 +++++--
 .../cache/TransactionsWithDeltaDUnitTest.java   |  21 +++++--
 .../internal/cache/UnitTestValueHolder.java     |  18 +++++-
 .../gemfire/internal/cache/UnzipUtil.java       |  21 +++++--
 .../internal/cache/UpdateVersionJUnitTest.java  |  21 +++++--
 .../gemfire/internal/cache/VLJUnitTest.java     |  21 +++++--
 .../cache/control/FilterByPathJUnitTest.java    |  21 +++++--
 .../cache/control/MemoryMonitorJUnitTest.java   |  21 +++++--
 .../control/MemoryMonitorOffHeapJUnitTest.java  |  21 +++++--
 .../control/MemoryThresholdsJUnitTest.java      |  16 +++++
 .../control/RebalanceOperationDUnitTest.java    |  21 +++++--
 .../control/TestMemoryThresholdListener.java    |  21 +++++--
 ...skRegOverflowAsyncGetInMemPerfJUnitTest.java |  21 +++++--
 ...iskRegOverflowAsyncJUnitPerformanceTest.java |  21 +++++--
 ...lowSyncGetInMemPerfJUnitPerformanceTest.java |  21 +++++--
 ...DiskRegOverflowSyncJUnitPerformanceTest.java |  21 +++++--
 ...egionOverflowAsyncRollingOpLogJUnitTest.java |  21 +++++--
 ...RegionOverflowSyncRollingOpLogJUnitTest.java |  21 +++++--
 .../DiskRegionPerfJUnitPerformanceTest.java     |  21 +++++--
 .../DiskRegionPersistOnlySyncJUnitTest.java     |  21 +++++--
 ...DiskRegionRollOpLogJUnitPerformanceTest.java |  21 +++++--
 ...ltiThreadedOplogPerJUnitPerformanceTest.java |  21 +++++--
 .../cache/execute/Bug51193DUnitTest.java        |  16 +++++
 .../ClientServerFunctionExecutionDUnitTest.java |  21 +++++--
 .../execute/ColocationFailoverDUnitTest.java    |  21 +++++--
 .../cache/execute/CustomResultCollector.java    |  21 +++++--
 .../execute/CustomerIDPartitionResolver.java    |  21 +++++--
 ...ributedRegionFunctionExecutionDUnitTest.java |  21 +++++--
 .../FunctionExecution_ExceptionDUnitTest.java   |  21 +++++--
 .../execute/FunctionServiceStatsDUnitTest.java  |  21 +++++--
 .../cache/execute/LocalDataSetDUnitTest.java    |  21 +++++--
 .../cache/execute/LocalDataSetFunction.java     |  21 +++++--
 .../execute/LocalDataSetIndexingDUnitTest.java  |  21 +++++--
 .../LocalFunctionExecutionDUnitTest.java        |  21 +++++--
 .../MemberFunctionExecutionDUnitTest.java       |  21 +++++--
 .../MultiRegionFunctionExecutionDUnitTest.java  |  21 +++++--
 .../execute/MyFunctionExecutionException.java   |  21 +++++--
 .../cache/execute/MyTransactionFunction.java    |  21 +++++--
 .../OnGroupsFunctionExecutionDUnitTest.java     |  21 +++++--
 ...ntServerFunctionExecutionNoAckDUnitTest.java |  21 +++++--
 ...tServerRegionFunctionExecutionDUnitTest.java |  21 +++++--
 ...egionFunctionExecutionFailoverDUnitTest.java |  21 +++++--
 ...onFunctionExecutionNoSingleHopDUnitTest.java |  21 +++++--
 ...onExecutionSelectorNoSingleHopDUnitTest.java |  21 +++++--
 ...gionFunctionExecutionSingleHopDUnitTest.java |  21 +++++--
 .../cache/execute/PRClientServerTestBase.java   |  21 +++++--
 .../cache/execute/PRColocationDUnitTest.java    |  21 +++++--
 .../execute/PRCustomPartitioningDUnitTest.java  |  21 +++++--
 .../execute/PRFunctionExecutionDUnitTest.java   |  21 +++++--
 .../PRFunctionExecutionTimeOutDUnitTest.java    |  21 +++++--
 ...ctionExecutionWithResultSenderDUnitTest.java |  21 +++++--
 .../execute/PRPerformanceTestDUnitTest.java     |  21 +++++--
 .../cache/execute/PRTransactionDUnitTest.java   |  21 +++++--
 .../PRTransactionWithVersionsDUnitTest.java     |  16 +++++
 .../internal/cache/execute/PerfFunction.java    |  21 +++++--
 .../internal/cache/execute/PerfTxFunction.java  |  21 +++++--
 .../cache/execute/PerformanceTestFunction.java  |  21 +++++--
 .../execute/SingleHopGetAllPutAllDUnitTest.java |  21 +++++--
 .../internal/cache/execute/TestFunction.java    |  21 +++++--
 .../internal/cache/execute/data/CustId.java     |  21 +++++--
 .../internal/cache/execute/data/Customer.java   |  21 +++++--
 .../internal/cache/execute/data/Order.java      |  21 +++++--
 .../internal/cache/execute/data/OrderId.java    |  21 +++++--
 .../internal/cache/execute/data/Shipment.java   |  21 +++++--
 .../internal/cache/execute/data/ShipmentId.java |  21 +++++--
 .../SimpleExtensionPointJUnitTest.java          |  21 +++++--
 .../extension/mock/AbstractMockExtension.java   |  21 +++++--
 .../mock/AbstractMockExtensionXmlGenerator.java |  21 +++++--
 .../mock/AlterMockCacheExtensionFunction.java   |  21 +++++--
 .../mock/AlterMockRegionExtensionFunction.java  |  21 +++++--
 .../mock/CreateMockCacheExtensionFunction.java  |  21 +++++--
 .../mock/CreateMockRegionExtensionFunction.java |  21 +++++--
 .../mock/DestroyMockCacheExtensionFunction.java |  21 +++++--
 .../DestroyMockRegionExtensionFunction.java     |  21 +++++--
 .../extension/mock/MockCacheExtension.java      |  21 +++++--
 .../mock/MockCacheExtensionXmlGenerator.java    |  21 +++++--
 .../extension/mock/MockExtensionCommands.java   |  21 +++++--
 .../extension/mock/MockExtensionXmlParser.java  |  21 +++++--
 .../extension/mock/MockRegionExtension.java     |  21 +++++--
 .../mock/MockRegionExtensionXmlGenerator.java   |  21 +++++--
 ...gionFunctionFunctionInvocationException.java |  21 +++++--
 .../functions/DistributedRegionFunction.java    |  21 +++++--
 .../cache/functions/LocalDataSetFunction.java   |  21 +++++--
 .../internal/cache/functions/TestFunction.java  |  21 +++++--
 .../ha/BlockingHARQAddOperationJUnitTest.java   |  21 +++++--
 .../cache/ha/BlockingHARQStatsJUnitTest.java    |  21 +++++--
 .../cache/ha/BlockingHARegionJUnitTest.java     |  21 +++++--
 .../ha/BlockingHARegionQueueJUnitTest.java      |  21 +++++--
 .../cache/ha/Bug36853EventsExpiryDUnitTest.java |  21 +++++--
 .../internal/cache/ha/Bug48571DUnitTest.java    |  21 +++++--
 .../internal/cache/ha/Bug48879DUnitTest.java    |  16 +++++
 .../internal/cache/ha/ConflatableObject.java    |  21 +++++--
 .../cache/ha/EventIdOptimizationDUnitTest.java  |  21 +++++--
 .../cache/ha/EventIdOptimizationJUnitTest.java  |  20 ++++--
 .../internal/cache/ha/FailoverDUnitTest.java    |  21 +++++--
 .../internal/cache/ha/HABugInPutDUnitTest.java  |  21 +++++--
 .../internal/cache/ha/HAClearDUnitTest.java     |  21 +++++--
 .../cache/ha/HAConflationDUnitTest.java         |  21 +++++--
 .../internal/cache/ha/HADuplicateDUnitTest.java |  21 +++++--
 .../cache/ha/HAEventIdPropagationDUnitTest.java |  21 +++++--
 .../internal/cache/ha/HAExpiryDUnitTest.java    |  21 +++++--
 .../internal/cache/ha/HAGIIBugDUnitTest.java    |  21 +++++--
 .../internal/cache/ha/HAGIIDUnitTest.java       |  25 +++++---
 .../gemfire/internal/cache/ha/HAHelper.java     |  21 +++++--
 .../cache/ha/HARQAddOperationJUnitTest.java     |  21 +++++--
 .../cache/ha/HARQueueNewImplDUnitTest.java      |  21 +++++--
 .../internal/cache/ha/HARegionDUnitTest.java    |  21 +++++--
 .../internal/cache/ha/HARegionJUnitTest.java    |  20 ++++--
 .../cache/ha/HARegionQueueDUnitTest.java        |  21 +++++--
 .../cache/ha/HARegionQueueJUnitTest.java        |  20 ++++--
 ...HARegionQueueStartStopJUnitDisabledTest.java |  21 +++++--
 .../ha/HARegionQueueStartStopJUnitTest.java     |  21 +++++--
 .../cache/ha/HARegionQueueStatsJUnitTest.java   |  20 ++++--
 .../cache/ha/HASlowReceiverDUnitTest.java       |  21 +++++--
 .../ha/OperationsPropagationDUnitTest.java      |  21 +++++--
 .../internal/cache/ha/PutAllDUnitTest.java      |  21 +++++--
 .../cache/ha/StatsBugDUnitDisabledTest.java     |  21 +++++--
 .../cache/ha/TestBlockingHARegionQueue.java     |  21 +++++--
 .../cache/ha/ThreadIdentifierJUnitTest.java     |  21 +++++--
 .../cache/locks/TXLockServiceDUnitTest.java     |  21 +++++--
 .../internal/cache/lru/LRUClockJUnitTest.java   |  21 +++++--
 .../cache/partitioned/Bug39356DUnitTest.java    |  21 +++++--
 .../cache/partitioned/Bug43684DUnitTest.java    |  21 +++++--
 .../cache/partitioned/Bug47388DUnitTest.java    |  21 +++++--
 .../cache/partitioned/Bug51400DUnitTest.java    |  21 +++++--
 .../partitioned/ElidedPutAllDUnitTest.java      |  21 +++++--
 .../OfflineMembersDetailsJUnitTest.java         |  21 +++++--
 .../partitioned/PartitionResolverDUnitTest.java |  21 +++++--
 .../PartitionedRegionLoadModelJUnitTest.java    |  21 +++++--
 .../PartitionedRegionLoaderWriterDUnitTest.java |  21 +++++--
 ...rtitionedRegionMetaDataCleanupDUnitTest.java |  21 +++++--
 .../partitioned/PersistPRKRFDUnitTest.java      |  21 +++++--
 ...tentColocatedPartitionedRegionDUnitTest.java |  21 +++++--
 .../PersistentPartitionedRegionDUnitTest.java   |  21 +++++--
 ...tentPartitionedRegionOldConfigDUnitTest.java |  21 +++++--
 .../PersistentPartitionedRegionTestBase.java    |  21 +++++--
 ...rtitionedRegionWithTransactionDUnitTest.java |  21 +++++--
 .../PutPutReplyMessageJUnitTest.java            |  16 +++++
 .../cache/partitioned/ShutdownAllDUnitTest.java |  21 +++++--
 ...treamingPartitionOperationManyDUnitTest.java |  28 +++++----
 ...StreamingPartitionOperationOneDUnitTest.java |  29 +++++----
 .../fixed/CustomerFixedPartitionResolver.java   |  21 +++++--
 .../fixed/FixedPartitioningDUnitTest.java       |  21 +++++--
 .../fixed/FixedPartitioningTestBase.java        |  21 +++++--
 ...ngWithColocationAndPersistenceDUnitTest.java |  21 +++++--
 .../cache/partitioned/fixed/MyDate1.java        |  21 +++++--
 .../cache/partitioned/fixed/MyDate2.java        |  21 +++++--
 .../cache/partitioned/fixed/MyDate3.java        |  21 +++++--
 .../fixed/QuarterPartitionResolver.java         |  21 +++++--
 .../SingleHopQuarterPartitionResolver.java      |  21 +++++--
 .../persistence/BackupInspectorJUnitTest.java   |  21 +++++--
 .../PersistentRVVRecoveryDUnitTest.java         |  21 +++++--
 .../PersistentRecoveryOrderDUnitTest.java       |  21 +++++--
 ...rsistentRecoveryOrderOldConfigDUnitTest.java |  21 +++++--
 .../PersistentReplicatedTestBase.java           |  21 +++++--
 .../TemporaryResultSetFactoryJUnitTest.java     |  21 +++++--
 .../cache/persistence/soplog/AppendLog.java     |  21 +++++--
 .../ArraySerializedComparatorJUnitTest.java     |  21 +++++--
 .../CompactionSortedOplogSetTestCase.java       |  21 +++++--
 .../persistence/soplog/CompactionTestCase.java  |  21 +++++--
 .../persistence/soplog/ComparisonTestCase.java  |  21 +++++--
 .../soplog/IndexComparatorJUnitTest.java        |  21 +++++--
 .../LexicographicalComparatorJUnitTest.java     |  21 +++++--
 .../soplog/RecoverableSortedOplogSet.java       |  21 +++++--
 .../soplog/SizeTieredCompactorJUnitTest.java    |  21 +++++--
 .../SizeTieredSortedOplogSetJUnitTest.java      |  16 +++++
 .../soplog/SortedBufferJUnitTest.java           |  16 +++++
 .../soplog/SortedOplogSetJUnitTest.java         |  21 +++++--
 .../soplog/SortedReaderTestCase.java            |  21 +++++--
 .../nofile/NoFileSortedOplogJUnitTest.java      |  21 +++++--
 .../GFSnapshotJUnitPerformanceTest.java         |  21 +++++--
 .../internal/cache/tier/Bug40396DUnitTest.java  |  21 +++++--
 .../tier/sockets/AcceptorImplJUnitTest.java     |  21 +++++--
 ...mpatibilityHigherVersionClientDUnitTest.java |  21 +++++--
 .../cache/tier/sockets/Bug36269DUnitTest.java   |  21 +++++--
 .../cache/tier/sockets/Bug36457DUnitTest.java   |  21 +++++--
 .../cache/tier/sockets/Bug36805DUnitTest.java   |  21 +++++--
 .../cache/tier/sockets/Bug36829DUnitTest.java   |  21 +++++--
 .../cache/tier/sockets/Bug36995DUnitTest.java   |  21 +++++--
 .../cache/tier/sockets/Bug37210DUnitTest.java   |  21 +++++--
 .../cache/tier/sockets/Bug37805DUnitTest.java   |  21 +++++--
 .../CacheServerMaxConnectionsJUnitTest.java     |  21 +++++--
 ...heServerSelectorMaxConnectionsJUnitTest.java |  16 +++++
 .../cache/tier/sockets/CacheServerTestUtil.java |  21 +++++--
 .../CacheServerTransactionsDUnitTest.java       |  21 +++++--
 ...acheServerTransactionsSelectorDUnitTest.java |  16 +++++
 .../tier/sockets/ClearPropagationDUnitTest.java |  21 +++++--
 .../tier/sockets/ClientConflationDUnitTest.java |  21 +++++--
 .../sockets/ClientHealthMonitorJUnitTest.java   |  21 +++++--
 .../ClientHealthMonitorSelectorJUnitTest.java   |  16 +++++
 .../sockets/ClientInterestNotifyDUnitTest.java  |  21 +++++--
 .../tier/sockets/ClientServerMiscDUnitTest.java |  21 +++++--
 .../ClientServerMiscSelectorDUnitTest.java      |  21 +++++--
 .../cache/tier/sockets/ConflationDUnitTest.java |  21 +++++--
 .../tier/sockets/ConnectionProxyJUnitTest.java  |  21 +++++--
 .../DataSerializerPropogationDUnitTest.java     |  21 +++++--
 .../cache/tier/sockets/DeltaEOFException.java   |  21 +++++--
 .../DestroyEntryPropagationDUnitTest.java       |  21 +++++--
 .../sockets/DurableClientBug39997DUnitTest.java |  21 +++++--
 .../DurableClientQueueSizeDUnitTest.java        |  17 ++++-
 .../DurableClientReconnectAutoDUnitTest.java    |  21 +++++--
 .../DurableClientReconnectDUnitTest.java        |  21 +++++--
 .../sockets/DurableClientStatsDUnitTest.java    |  21 +++++--
 .../sockets/DurableRegistrationDUnitTest.java   |  21 +++++--
 .../sockets/DurableResponseMatrixDUnitTest.java |  21 +++++--
 .../sockets/EventIDVerificationDUnitTest.java   |  21 +++++--
 .../EventIDVerificationInP2PDUnitTest.java      |  20 ++++--
 .../cache/tier/sockets/FaultyDelta.java         |  21 +++++--
 .../tier/sockets/FilterProfileJUnitTest.java    |  21 +++++--
 .../ForceInvalidateEvictionDUnitTest.java       |  21 +++++--
 ...ForceInvalidateOffHeapEvictionDUnitTest.java |  21 +++++--
 .../cache/tier/sockets/HABug36738DUnitTest.java |  21 +++++--
 .../cache/tier/sockets/HAInterestBaseTest.java  |  21 +++++--
 .../sockets/HAInterestDistributedTestCase.java  |  16 +++++
 .../tier/sockets/HAInterestPart1DUnitTest.java  |  21 +++++--
 .../tier/sockets/HAInterestPart2DUnitTest.java  |  21 +++++--
 .../sockets/HAStartupAndFailoverDUnitTest.java  |  21 +++++--
 .../internal/cache/tier/sockets/HaHelper.java   |  16 +++++
 .../tier/sockets/InterestListDUnitTest.java     |  21 +++++--
 .../sockets/InterestListEndpointDUnitTest.java  |  21 +++++--
 .../InterestListEndpointPRDUnitTest.java        |  21 +++++--
 .../InterestListEndpointSelectorDUnitTest.java  |  16 +++++
 .../sockets/InterestListFailoverDUnitTest.java  |  21 +++++--
 .../sockets/InterestListRecoveryDUnitTest.java  |  21 +++++--
 .../sockets/InterestRegrListenerDUnitTest.java  |  21 +++++--
 .../sockets/InterestResultPolicyDUnitTest.java  |  21 +++++--
 .../sockets/NewRegionAttributesDUnitTest.java   |  21 +++++--
 .../tier/sockets/ObjectPartListJUnitTest.java   |  21 +++++--
 .../tier/sockets/RedundancyLevelJUnitTest.java  |  20 ++++--
 .../sockets/RedundancyLevelPart1DUnitTest.java  |  21 +++++--
 .../sockets/RedundancyLevelPart2DUnitTest.java  |  21 +++++--
 .../sockets/RedundancyLevelPart3DUnitTest.java  |  21 +++++--
 .../tier/sockets/RedundancyLevelTestBase.java   |  21 +++++--
 .../tier/sockets/RegionCloseDUnitTest.java      |  21 +++++--
 ...erInterestBeforeRegionCreationDUnitTest.java |  21 +++++--
 .../sockets/RegisterInterestKeysDUnitTest.java  |  21 +++++--
 .../RegisterInterestKeysPRDUnitTest.java        |  21 +++++--
 .../sockets/ReliableMessagingDUnitTest.java     |  21 +++++--
 .../sockets/UnregisterInterestDUnitTest.java    |  21 +++++--
 .../sockets/UpdatePropagationDUnitTest.java     |  21 +++++--
 .../sockets/UpdatePropagationPRDUnitTest.java   |  21 +++++--
 .../VerifyEventIDGenerationInP2PDUnitTest.java  |  20 ++++--
 ...UpdatesFromNonInterestEndPointDUnitTest.java |  21 +++++--
 .../cache/versions/RVVExceptionJUnitTest.java   |  21 +++++--
 .../versions/RegionVersionHolderJUnitTest.java  |  21 +++++--
 .../RegionVersionHolderRandomJUnitTest.java     |  21 +++++--
 ...RegionVersionHolderSmallBitSetJUnitTest.java |  21 +++++--
 .../versions/RegionVersionVectorJUnitTest.java  |  21 +++++--
 .../cache/wan/CompressionConstants.java         |  21 +++++--
 .../cache/wan/CompressionInputStream.java       |  21 +++++--
 .../cache/wan/CompressionOutputStream.java      |  21 +++++--
 .../cache/wan/CustomAsyncEventListener.java     |  21 +++++--
 .../gemfire/internal/cache/wan/Filter70.java    |  21 +++++--
 .../cache/wan/MyAsyncEventListener.java         |  21 +++++--
 .../cache/wan/MyAsyncEventListener2.java        |  21 +++++--
 .../cache/wan/MyDistributedSystemListener.java  |  21 +++++--
 .../cache/wan/MyGatewaySenderEventListener.java |  21 +++++--
 .../wan/MyGatewaySenderEventListener2.java      |  21 +++++--
 .../cache/wan/MyGatewayTransportFilter1.java    |  21 +++++--
 .../cache/wan/MyGatewayTransportFilter2.java    |  21 +++++--
 .../cache/wan/MyGatewayTransportFilter3.java    |  21 +++++--
 .../cache/wan/MyGatewayTransportFilter4.java    |  21 +++++--
 .../internal/cache/wan/QueueListener.java       |  21 +++++--
 .../AsyncEventQueueValidationsJUnitTest.java    |  21 +++++--
 .../xmlcache/AbstractXmlParserJUnitTest.java    |  21 +++++--
 .../cache/xmlcache/CacheXmlParserJUnitTest.java |  21 +++++--
 .../xmlcache/CacheXmlVersionJUnitTest.java      |  17 ++++-
 .../PivotalEntityResolverJUnitTest.java         |  21 +++++--
 .../cache/xmlcache/RegionCreationJUnitTest.java |  21 +++++--
 .../xmlcache/XmlGeneratorUtilsJUnitTest.java    |  21 +++++--
 .../classpathloaderjunittest/DoesExist.java     |  16 +++++
 .../CompressionCacheConfigDUnitTest.java        |  21 +++++--
 .../CompressionCacheListenerDUnitTest.java      |  21 +++++--
 ...ompressionCacheListenerOffHeapDUnitTest.java |  16 +++++
 .../CompressionRegionConfigDUnitTest.java       |  21 +++++--
 .../CompressionRegionFactoryDUnitTest.java      |  21 +++++--
 .../CompressionRegionOperationsDUnitTest.java   |  21 +++++--
 ...ressionRegionOperationsOffHeapDUnitTest.java |  16 +++++
 .../compression/CompressionStatsDUnitTest.java  |  21 +++++--
 .../compression/SnappyCompressorJUnitTest.java  |  23 ++++---
 .../datasource/AbstractPoolCacheJUnitTest.java  |  21 +++++--
 .../internal/datasource/CleanUpJUnitTest.java   |  21 +++++--
 .../ConnectionPoolCacheImplJUnitTest.java       |  21 +++++--
 .../datasource/ConnectionPoolingJUnitTest.java  |  21 +++++--
 .../datasource/DataSourceFactoryJUnitTest.java  |  21 +++++--
 .../internal/datasource/RestartJUnitTest.java   |  21 +++++--
 .../internal/i18n/BasicI18nJUnitTest.java       |  21 +++++--
 .../io/CompositeOutputStreamJUnitTest.java      |  21 +++++--
 .../gemfire/internal/jndi/ContextJUnitTest.java |  21 +++++--
 .../internal/jta/BlockingTimeOutJUnitTest.java  |  21 +++++--
 .../gemfire/internal/jta/CacheUtils.java        |  21 +++++--
 .../internal/jta/DataSourceJTAJUnitTest.java    |  21 +++++--
 .../internal/jta/ExceptionJUnitTest.java        |  21 +++++--
 .../jta/GlobalTransactionJUnitTest.java         |  21 +++++--
 .../gemstone/gemfire/internal/jta/JTAUtils.java |  21 +++++--
 .../internal/jta/JtaIntegrationJUnitTest.java   |  16 +++++
 .../gemstone/gemfire/internal/jta/SyncImpl.java |  21 +++++--
 .../internal/jta/TransactionImplJUnitTest.java  |  21 +++++--
 .../jta/TransactionManagerImplJUnitTest.java    |  21 +++++--
 .../jta/TransactionTimeOutJUnitTest.java        |  21 +++++--
 .../jta/UserTransactionImplJUnitTest.java       |  21 +++++--
 .../internal/jta/dunit/CommitThread.java        |  21 +++++--
 .../internal/jta/dunit/ExceptionsDUnitTest.java |  21 +++++--
 .../jta/dunit/IdleTimeOutDUnitTest.java         |  21 +++++--
 .../jta/dunit/LoginTimeOutDUnitTest.java        |  21 +++++--
 .../jta/dunit/MaxPoolSizeDUnitTest.java         |  21 +++++--
 .../internal/jta/dunit/RollbackThread.java      |  21 +++++--
 .../jta/dunit/TransactionTimeOutDUnitTest.java  |  21 +++++--
 .../dunit/TxnManagerMultiThreadDUnitTest.java   |  21 +++++--
 .../internal/jta/dunit/TxnTimeOutDUnitTest.java |  21 +++++--
 .../internal/jta/functional/CacheJUnitTest.java |  21 +++++--
 .../jta/functional/TestXACacheLoader.java       |  21 +++++--
 .../internal/lang/ClassUtilsJUnitTest.java      |  21 ++++---
 .../internal/lang/InOutParameterJUnitTest.java  |  21 ++++---
 .../internal/lang/InitializerJUnitTest.java     |  21 +++++--
 .../internal/lang/ObjectUtilsJUnitTest.java     |  21 ++++---
 .../internal/lang/StringUtilsJUnitTest.java     |  21 +++++--
 .../internal/lang/SystemUtilsJUnitTest.java     |  21 ++++---
 .../internal/lang/ThreadUtilsJUnitTest.java     |  21 ++++---
 .../DistributedSystemLogFileJUnitTest.java      |  16 +++++
 .../logging/LocatorLogFileJUnitTest.java        |  16 +++++
 .../logging/LogServiceIntegrationJUnitTest.java |  16 +++++
 .../LogServiceIntegrationTestSupport.java       |  16 +++++
 .../internal/logging/LogServiceJUnitTest.java   |  16 +++++
 .../LogWriterDisabledPerformanceTest.java       |  16 +++++
 .../logging/LogWriterImplJUnitTest.java         |  16 +++++
 .../logging/LogWriterPerformanceTest.java       |  16 +++++
 .../logging/LoggingIntegrationTestSuite.java    |  16 +++++
 .../logging/LoggingPerformanceTestCase.java     |  16 +++++
 .../internal/logging/LoggingUnitTestSuite.java  |  16 +++++
 .../logging/MergeLogFilesJUnitTest.java         |  21 +++++--
 .../gemfire/internal/logging/NullLogWriter.java |  16 +++++
 .../internal/logging/SortLogFileJUnitTest.java  |  21 +++++--
 .../internal/logging/TestLogWriterFactory.java  |  16 +++++
 .../logging/log4j/AlertAppenderJUnitTest.java   |  16 +++++
 .../logging/log4j/ConfigLocatorJUnitTest.java   |  16 +++++
 .../log4j/FastLoggerIntegrationJUnitTest.java   |  16 +++++
 .../logging/log4j/FastLoggerJUnitTest.java      |  16 +++++
 .../FastLoggerWithDefaultConfigJUnitTest.java   |  16 +++++
 .../log4j/LocalizedMessageJUnitTest.java        |  16 +++++
 .../log4j/Log4J2DisabledPerformanceTest.java    |  16 +++++
 .../logging/log4j/Log4J2PerformanceTest.java    |  16 +++++
 .../log4j/Log4jIntegrationTestSuite.java        |  16 +++++
 .../logging/log4j/Log4jUnitTestSuite.java       |  16 +++++
 .../log4j/LogWriterAppenderJUnitTest.java       |  16 +++++
 .../LogWriterLoggerDisabledPerformanceTest.java |  16 +++++
 .../log4j/LogWriterLoggerPerformanceTest.java   |  16 +++++
 .../internal/net/SocketUtilsJUnitTest.java      |  21 ++++---
 .../offheap/ByteArrayMemoryChunkJUnitTest.java  |  16 +++++
 .../offheap/ConcurrentBagJUnitTest.java         |  16 +++++
 .../internal/offheap/DataTypeJUnitTest.java     |  16 +++++
 .../DirectByteBufferMemoryChunkJUnitTest.java   |  16 +++++
 .../offheap/FreeListOffHeapRegionJUnitTest.java |  16 +++++
 .../HeapByteBufferMemoryChunkJUnitTest.java     |  16 +++++
 .../internal/offheap/InlineKeyJUnitTest.java    |  16 +++++
 .../offheap/MemoryChunkJUnitTestBase.java       |  16 +++++
 .../offheap/NullOffHeapMemoryStats.java         |  16 +++++
 .../offheap/NullOutOfOffHeapMemoryListener.java |  16 +++++
 .../internal/offheap/OffHeapIndexJUnitTest.java |  16 +++++
 .../internal/offheap/OffHeapRegionBase.java     |  16 +++++
 .../offheap/OffHeapStorageJUnitTest.java        |  16 +++++
 .../offheap/OffHeapValidationJUnitTest.java     |  16 +++++
 .../OffHeapWriteObjectAsByteArrayJUnitTest.java |  16 +++++
 .../OldFreeListOffHeapRegionJUnitTest.java      |  16 +++++
 .../offheap/OutOfOffHeapMemoryDUnitTest.java    |  16 +++++
 ...mpleMemoryAllocatorFillPatternJUnitTest.java |  16 +++++
 .../offheap/SimpleMemoryAllocatorJUnitTest.java |  16 +++++
 ...moryAllocatorLifecycleListenerJUnitTest.java |  16 +++++
 .../TxReleasesOffHeapOnCloseJUnitTest.java      |  16 +++++
 .../offheap/UnsafeMemoryChunkJUnitTest.java     |  16 +++++
 .../BlockingProcessStreamReaderJUnitTest.java   |  16 +++++
 .../LocalProcessControllerJUnitTest.java        |  21 +++++--
 .../process/LocalProcessLauncherDUnitTest.java  |  21 +++++--
 .../process/LocalProcessLauncherJUnitTest.java  |  21 +++++--
 ...NonBlockingProcessStreamReaderJUnitTest.java |  16 +++++
 .../internal/process/PidFileJUnitTest.java      |  16 +++++
 .../ProcessControllerFactoryJUnitTest.java      |  16 +++++
 .../process/ProcessStreamReaderTestCase.java    |  16 +++++
 .../gemfire/internal/process/mbean/Process.java |  16 +++++
 .../internal/process/mbean/ProcessMBean.java    |  16 +++++
 ...tractSignalNotificationHandlerJUnitTest.java |  21 ++++---
 .../internal/size/ObjectSizerJUnitTest.java     |  21 +++++--
 .../internal/size/ObjectTraverserJUnitTest.java |  21 +++++--
 .../internal/size/ObjectTraverserPerf.java      |  21 +++++--
 .../size/SizeClassOnceObjectSizerJUnitTest.java |  21 +++++--
 .../gemfire/internal/size/SizeTestUtil.java     |  16 +++++
 .../size/WellKnownClassSizerJUnitTest.java      |  21 +++++--
 .../internal/statistics/DummyStatistics.java    |  21 +++++--
 .../statistics/SampleCollectorJUnitTest.java    |  21 +++++--
 .../statistics/StatMonitorHandlerJUnitTest.java |  21 +++++--
 .../statistics/StatisticsDUnitTest.java         |  21 +++++--
 .../statistics/StatisticsMonitorJUnitTest.java  |  21 +++++--
 .../internal/statistics/TestSampleHandler.java  |  21 +++++--
 .../statistics/TestStatArchiveWriter.java       |  21 +++++--
 .../statistics/TestStatisticsManager.java       |  21 +++++--
 .../statistics/TestStatisticsSampler.java       |  21 +++++--
 .../statistics/ValueMonitorJUnitTest.java       |  21 +++++--
 .../internal/stats50/AtomicStatsJUnitTest.java  |  21 +++++--
 .../util/AbortableTaskServiceJUnitTest.java     |  21 +++++--
 .../internal/util/ArrayUtilsJUnitTest.java      |  18 ++++--
 .../gemfire/internal/util/BytesJUnitTest.java   |  21 +++++--
 .../internal/util/CollectionUtilsJUnitTest.java |  18 ++++--
 .../internal/util/DelayedActionJUnitTest.java   |  21 +++++--
 .../gemfire/internal/util/IOUtilsJUnitTest.java |  21 +++++--
 .../gemfire/internal/util/SerializableImpl.java |  21 +++++--
 .../util/SerializableImplWithValue.java         |  21 +++++--
 .../gemfire/internal/util/Valuable.java         |  21 +++++--
 .../CompactConcurrentHashSetJUnitTest.java      |  16 +++++
 .../ConcurrentHashMapIteratorJUnitTest.java     |  21 +++++--
 .../concurrent/ReentrantSemaphoreJUnitTest.java |  21 +++++--
 .../SemaphoreReadWriteLockJUnitTest.java        |  21 +++++--
 .../cm/ConcurrentHashMapJUnitTest.java          |  21 +++++--
 .../concurrent/cm/CountedMapLoopsJUnitTest.java |  21 +++++--
 .../concurrent/cm/IntMapCheckJUnitTest.java     |  21 +++++--
 .../util/concurrent/cm/LoopHelpers.java         |  21 +++++--
 .../util/concurrent/cm/MapCheckJUnitTest.java   |  21 +++++--
 .../util/concurrent/cm/MapLoopsJUnitTest.java   |  21 +++++--
 .../util/concurrent/cm/RLJBarJUnitTest.java     |  21 +++++--
 .../concurrent/cm/StringMapLoopsJUnitTest.java  |  21 +++++--
 .../management/CacheManagementDUnitTest.java    |  22 ++++---
 .../management/ClientHealthStatsDUnitTest.java  |  20 ++++--
 .../gemfire/management/CompositeStats.java      |  21 +++++--
 .../gemfire/management/CompositeTestMBean.java  |  21 +++++--
 .../gemfire/management/CompositeTestMXBean.java |  16 +++++
 .../management/CompositeTypeTestDUnitTest.java  |  21 +++++--
 .../gemfire/management/CustomMBean.java         |  22 ++++---
 .../gemfire/management/CustomMXBean.java        |  20 ++++--
 .../management/DLockManagementDUnitTest.java    |  20 ++++--
 .../DataBrowserJSONValidationJUnitTest.java     |  21 +++++--
 .../management/DiskManagementDUnitTest.java     |  20 ++++--
 .../management/DistributedSystemDUnitTest.java  |  20 ++++--
 .../management/LocatorManagementDUnitTest.java  |  21 +++++--
 .../gemstone/gemfire/management/MBeanUtil.java  |  20 ++++--
 .../gemfire/management/ManagementTestBase.java  |  21 +++++--
 .../MemberMBeanAttributesDUnitTest.java         |  20 ++++--
 .../management/OffHeapManagementDUnitTest.java  |  16 +++++
 .../gemfire/management/QueryDataDUnitTest.java  |  21 +++++--
 .../management/RegionManagementDUnitTest.java   |  20 ++++--
 .../gemfire/management/TypedJsonJUnitTest.java  |  21 +++++--
 ...ersalMembershipListenerAdapterDUnitTest.java |  21 +++++--
 .../stats/AsyncEventQueueStatsJUnitTest.java    |  21 +++++--
 .../bean/stats/CacheServerStatsJUnitTest.java   |  21 +++++--
 .../bean/stats/DiskStatsJUnitTest.java          |  21 +++++--
 .../stats/DistributedSystemStatsDUnitTest.java  |  21 +++++--
 .../stats/DistributedSystemStatsJUnitTest.java  |  21 +++++--
 .../stats/GatewayReceiverStatsJUnitTest.java    |  21 +++++--
 .../bean/stats/GatewaySenderStatsJUnitTest.java |  21 +++++--
 .../bean/stats/MBeanStatsTestCase.java          |  21 +++++--
 .../bean/stats/MemberLevelStatsJUnitTest.java   |  21 +++++--
 .../bean/stats/RegionStatsJUnitTest.java        |  21 +++++--
 .../bean/stats/StatsRateJUnitTest.java          |  21 +++++--
 .../internal/JettyHelperJUnitTest.java          |  21 +++++--
 .../cli/ClasspathScanLoadHelperJUnitTest.java   |  21 +++++--
 .../internal/cli/CliUtilDUnitTest.java          |  21 +++++--
 .../internal/cli/CommandManagerJUnitTest.java   |  21 +++++--
 .../cli/CommandSeparatorEscapeJUnitTest.java    |  16 +++++
 .../internal/cli/DataCommandJsonJUnitTest.java  |  16 +++++
 .../internal/cli/GfshParserJUnitTest.java       |  21 +++++--
 .../cli/annotations/CliArgumentJUnitTest.java   |  21 +++++--
 .../AbstractCommandsSupportJUnitTest.java       |  21 ++++---
 .../commands/DiskStoreCommandsJUnitTest.java    |  21 ++++---
 .../HTTPServiceSSLSupportJUnitTest.java         |  20 ++++--
 .../cli/commands/IndexCommandsJUnitTest.java    |  21 ++++---
 .../RegionPathConverterJUnitTest.java           |  21 +++++--
 .../internal/cli/domain/AbstractImpl.java       |  16 +++++
 .../management/internal/cli/domain/Impl1.java   |  16 +++++
 .../management/internal/cli/domain/Impl12.java  |  16 +++++
 .../internal/cli/domain/Interface1.java         |  16 +++++
 .../internal/cli/domain/Interface2.java         |  16 +++++
 .../management/internal/cli/domain/Stock.java   |  21 +++++--
 .../management/internal/cli/dto/Car.java        |  16 +++++
 .../management/internal/cli/dto/Key1.java       |  21 +++++--
 .../management/internal/cli/dto/Key2.java       |  21 +++++--
 .../internal/cli/dto/ObjectWithCharAttr.java    |  21 +++++--
 .../management/internal/cli/dto/Value1.java     |  21 +++++--
 .../management/internal/cli/dto/Value2.java     |  21 +++++--
 .../DescribeDiskStoreFunctionJUnitTest.java     |  21 +++++--
 .../ListDiskStoresFunctionJUnitTest.java        |  21 +++++--
 .../functions/ListIndexFunctionJUnitTest.java   |  21 ++++---
 .../cli/parser/ParserUtilsJUnitTest.java        |  21 +++++--
 .../preprocessor/PreprocessorJUnitTest.java     |  21 +++++--
 .../PreprocessorUtilsJUnitTest.java             |  21 +++++--
 .../cli/shell/GfshConfigInitFileJUnitTest.java  |  16 +++++
 .../shell/GfshExecutionStrategyJUnitTest.java   |  21 +++++--
 .../cli/shell/GfshInitFileJUnitTest.java        |  16 +++++
 .../SharedConfigurationDUnitTest.java           |  21 +++++--
 .../configuration/ZipUtilsJUnitTest.java        |  21 +++++--
 .../domain/CacheElementJUnitTest.java           |  21 +++++--
 .../utils/XmlUtilsAddNewNodeJUnitTest.java      |  21 +++++--
 .../configuration/utils/XmlUtilsJUnitTest.java  |  21 +++++--
 .../internal/pulse/TestClientIdsDUnitTest.java  |  22 ++++---
 .../internal/pulse/TestFunctionsDUnitTest.java  |  22 ++++---
 .../internal/pulse/TestHeapDUnitTest.java       |  23 ++++---
 .../internal/pulse/TestLocatorsDUnitTest.java   |  22 ++++---
 .../pulse/TestSubscriptionsDUnitTest.java       |  20 ++++--
 .../internal/security/JSONAuthCodeTest.java     |  16 +++++
 .../security/JSONAuthorizationTest.java         |  16 +++++
 .../security/ResourceOperationJUnit.java        |  16 +++++
 .../ReadOpFileAccessControllerJUnitTest.java    |  21 +++++--
 .../WanCommandsControllerJUnitTest.java         |  16 +++++
 .../gemfire/management/model/EmptyObject.java   |  21 +++++--
 .../gemstone/gemfire/management/model/Item.java |  21 +++++--
 .../gemfire/management/model/Order.java         |  21 +++++--
 .../gemfire/management/model/SubOrder.java      |  21 +++++--
 .../DomainObjectsAsValuesJUnitTest.java         |  21 +++++--
 .../GemcachedBinaryClientJUnitTest.java         |  21 +++++--
 .../GemcachedDevelopmentJUnitTest.java          |  21 +++++--
 .../gemfire/memcached/IntegrationJUnitTest.java |  21 +++++--
 .../gemfire/pdx/AutoSerializableJUnitTest.java  |  21 +++++--
 .../gemfire/pdx/ByteSourceJUnitTest.java        |  16 +++++
 .../ClientsWithVersioningRetryDUnitTest.java    |  21 +++++--
 .../com/gemstone/gemfire/pdx/DSInsidePdx.java   |  23 ++++---
 .../pdx/DistributedSystemIdDUnitTest.java       |  21 +++++--
 .../com/gemstone/gemfire/pdx/DomainObject.java  |  21 +++++--
 .../gemstone/gemfire/pdx/DomainObjectBad.java   |  16 +++++
 .../gemfire/pdx/DomainObjectClassLoadable.java  |  16 +++++
 .../gemfire/pdx/DomainObjectPdxAuto.java        |  21 +++++--
 ...DomainObjectPdxAutoNoDefaultConstructor.java |  21 +++++--
 .../java/com/gemstone/gemfire/pdx/Employee.java |  23 ++++---
 .../pdx/JSONPdxClientServerDUnitTest.java       |  23 ++++---
 .../com/gemstone/gemfire/pdx/NestedPdx.java     |  21 +++++--
 .../gemfire/pdx/NonDelegatingLoader.java        |  23 ++++---
 .../OffHeapByteBufferByteSourceJUnitTest.java   |  16 +++++
 .../gemfire/pdx/OffHeapByteSourceJUnitTest.java |  16 +++++
 .../pdx/PDXAsyncEventQueueDUnitTest.java        |  22 ++++---
 .../gemfire/pdx/PdxAttributesJUnitTest.java     |  21 +++++--
 .../gemfire/pdx/PdxClientServerDUnitTest.java   |  21 +++++--
 .../pdx/PdxDeserializationDUnitTest.java        |  21 +++++--
 .../pdx/PdxFormatterPutGetJUnitTest.java        |  21 +++++--
 .../com/gemstone/gemfire/pdx/PdxInsideDS.java   |  23 ++++---
 .../pdx/PdxInstanceFactoryJUnitTest.java        |  21 +++++--
 .../gemfire/pdx/PdxInstanceJUnitTest.java       |  21 +++++--
 .../gemfire/pdx/PdxSerializableDUnitTest.java   |  21 +++++--
 .../gemfire/pdx/PdxSerializableJUnitTest.java   |  21 +++++--
 .../gemfire/pdx/PdxStringJUnitTest.java         |  21 +++++--
 .../gemfire/pdx/PdxTypeExportDUnitTest.java     |  21 +++++--
 .../gemfire/pdx/SeparateClassloaderPdx.java     |  23 ++++---
 .../com/gemstone/gemfire/pdx/SimpleClass.java   |  23 ++++---
 .../com/gemstone/gemfire/pdx/SimpleClass1.java  |  21 +++++--
 .../com/gemstone/gemfire/pdx/SimpleClass2.java  |  21 +++++--
 .../gemfire/pdx/TestObjectForPdxFormatter.java  |  21 +++++--
 .../gemfire/pdx/VersionClassLoader.java         |  22 +++++--
 .../gemstone/gemfire/redis/AuthJUnitTest.java   |  18 +++++-
 .../gemfire/redis/ConcurrentStartTest.java      |  16 +++++
 .../gemstone/gemfire/redis/HashesJUnitTest.java |  16 +++++
 .../gemstone/gemfire/redis/ListsJUnitTest.java  |  16 +++++
 .../gemfire/redis/RedisDistDUnitTest.java       |  16 +++++
 .../gemstone/gemfire/redis/SetsJUnitTest.java   |  16 +++++
 .../gemfire/redis/SortedSetsJUnitTest.java      |  16 +++++
 .../gemfire/redis/StringsJunitTest.java         |  16 +++++
 .../web/controllers/AddFreeItemToOrders.java    |  21 +++++--
 .../rest/internal/web/controllers/Customer.java |  21 +++++--
 .../internal/web/controllers/DateTimeUtils.java |  16 +++++
 .../rest/internal/web/controllers/Gender.java   |  16 +++++
 .../internal/web/controllers/GetAllEntries.java |  21 +++++--
 .../web/controllers/GetDeliveredOrders.java     |  21 +++++--
 .../internal/web/controllers/GetRegions.java    |  21 +++++--
 .../web/controllers/GetValueForKey.java         |  21 +++++--
 .../rest/internal/web/controllers/Item.java     |  21 +++++--
 .../rest/internal/web/controllers/Order.java    |  21 +++++--
 .../rest/internal/web/controllers/Person.java   |  21 +++++--
 .../web/controllers/PutKeyFunction.java         |  21 +++++--
 .../web/controllers/RestAPITestBase.java        |  16 +++++
 .../internal/web/controllers/RestTestUtils.java |  21 +++++--
 .../gemfire/test/golden/ExecutableProcess.java  |  16 +++++
 .../gemfire/test/golden/FailOutputTestCase.java |  16 +++++
 .../golden/FailWithErrorInOutputJUnitTest.java  |  16 +++++
 .../FailWithExtraLineInOutputJUnitTest.java     |  16 +++++
 ...WithLineMissingFromEndOfOutputJUnitTest.java |  16 +++++
 ...hLineMissingFromMiddleOfOutputJUnitTest.java |  16 +++++
 .../FailWithLoggerErrorInOutputJUnitTest.java   |  16 +++++
 .../FailWithLoggerFatalInOutputJUnitTest.java   |  16 +++++
 .../FailWithLoggerWarnInOutputJUnitTest.java    |  16 +++++
 .../golden/FailWithProblemInOutputTestCase.java |  16 +++++
 .../golden/FailWithSevereInOutputJUnitTest.java |  16 +++++
 ...hTimeoutOfWaitForOutputToMatchJUnitTest.java |  16 +++++
 .../FailWithWarningInOutputJUnitTest.java       |  16 +++++
 .../gemfire/test/golden/GoldenComparator.java   |  16 +++++
 .../test/golden/GoldenStringComparator.java     |  16 +++++
 .../gemfire/test/golden/GoldenTestCase.java     |  16 +++++
 .../golden/GoldenTestFrameworkTestSuite.java    |  16 +++++
 .../gemfire/test/golden/PassJUnitTest.java      |  16 +++++
 .../golden/PassWithExpectedErrorJUnitTest.java  |  16 +++++
 .../golden/PassWithExpectedProblemTestCase.java |  16 +++++
 .../golden/PassWithExpectedSevereJUnitTest.java |  16 +++++
 .../PassWithExpectedWarningJUnitTest.java       |  16 +++++
 .../test/golden/RegexGoldenComparator.java      |  16 +++++
 .../test/golden/StringGoldenComparator.java     |  16 +++++
 .../gemfire/test/process/MainLauncher.java      |  16 +++++
 .../test/process/MainLauncherJUnitTest.java     |  16 +++++
 .../gemfire/test/process/OutputFormatter.java   |  16 +++++
 .../test/process/ProcessOutputReader.java       |  16 +++++
 .../test/process/ProcessStreamReader.java       |  16 +++++
 .../process/ProcessTestFrameworkTestSuite.java  |  16 +++++
 .../gemfire/test/process/ProcessWrapper.java    |  16 +++++
 .../test/process/ProcessWrapperJUnitTest.java   |  16 +++++
 .../gemstone/gemfire/util/JSR166TestCase.java   |  22 +++++--
 .../gemstone/gemfire/util/test/TestUtil.java    |  16 +++++
 .../protocols/CacheTimeSlowDownDUnitTest.java   |  17 ++++-
 .../GemFireTimeSyncProtocolDUnitTest.java       |  17 ++++-
 .../JGroupsFailureDetectionJUnitTest.java       |  16 +++++
 .../protocols/JGroupsVersioningJUnitTest.java   |  21 +++++--
 .../com/gemstone/persistence/admin/Logger.java  |  21 +++++--
 .../gemstone/persistence/logging/Formatter.java |  21 +++++--
 .../gemstone/persistence/logging/Handler.java   |  21 +++++--
 .../com/gemstone/persistence/logging/Level.java |  21 +++++--
 .../gemstone/persistence/logging/LogRecord.java |  21 +++++--
 .../gemstone/persistence/logging/Logger.java    |  21 +++++--
 .../persistence/logging/SimpleFormatter.java    |  21 +++++--
 .../persistence/logging/StreamHandler.java      |  21 +++++--
 .../test/java/com/gemstone/sequence/Arrow.java  |  21 +++++--
 .../java/com/gemstone/sequence/Lifeline.java    |  21 +++++--
 .../com/gemstone/sequence/LifelineState.java    |  21 +++++--
 .../java/com/gemstone/sequence/LineMapper.java  |  21 +++++--
 .../com/gemstone/sequence/SequenceDiagram.java  |  21 +++++--
 .../com/gemstone/sequence/SequencePanel.java    |  21 +++++--
 .../com/gemstone/sequence/StateColorMap.java    |  21 +++++--
 .../java/com/gemstone/sequence/TimeAxis.java    |  21 +++++--
 .../com/gemstone/sequence/ZoomingPanel.java     |  21 +++++--
 .../sequence/gemfire/DefaultLineMapper.java     |  21 +++++--
 .../gemfire/GemfireSequenceDisplay.java         |  21 +++++--
 .../sequence/gemfire/HydraLineMapper.java       |  21 +++++--
 .../sequence/gemfire/SelectGraphDialog.java     |  21 +++++--
 .../com/main/MyDistributedSystemListener.java   |  21 +++++--
 .../com/main/WANBootStrapping_Site1_Add.java    |  21 +++++--
 .../com/main/WANBootStrapping_Site1_Remove.java |  21 +++++--
 .../com/main/WANBootStrapping_Site2_Add.java    |  21 +++++--
 .../com/main/WANBootStrapping_Site2_Remove.java |  21 +++++--
 .../src/test/java/dunit/AsyncInvocation.java    |  21 +++++--
 .../src/test/java/dunit/BounceResult.java       |  16 +++++
 gemfire-core/src/test/java/dunit/DUnitEnv.java  |  21 +++++--
 .../test/java/dunit/DistributedTestCase.java    |  21 +++++--
 gemfire-core/src/test/java/dunit/Host.java      |  21 +++++--
 .../src/test/java/dunit/RMIException.java       |  21 +++++--
 .../src/test/java/dunit/RemoteDUnitVMIF.java    |  16 +++++
 .../src/test/java/dunit/RepeatableRunnable.java |  16 +++++
 .../test/java/dunit/SerializableCallable.java   |  21 +++++--
 .../test/java/dunit/SerializableRunnable.java   |  21 +++++--
 gemfire-core/src/test/java/dunit/VM.java        |  21 +++++--
 .../src/test/java/dunit/standalone/ChildVM.java |  21 +++++--
 .../java/dunit/standalone/DUnitLauncher.java    |  21 +++++--
 .../java/dunit/standalone/ProcessManager.java   |  34 +++++++---
 .../java/dunit/standalone/RemoteDUnitVM.java    |  21 +++++--
 .../dunit/standalone/StandAloneDUnitEnv.java    |  21 +++++--
 .../test/java/dunit/tests/BasicDUnitTest.java   |  21 +++++--
 .../src/test/java/dunit/tests/TestFailure.java  |  21 +++++--
 .../src/test/java/dunit/tests/VMDUnitTest.java  |  21 +++++--
 gemfire-core/src/test/java/hydra/GsRandom.java  |  21 +++++--
 .../test/java/hydra/HydraRuntimeException.java  |  21 +++++--
 gemfire-core/src/test/java/hydra/Log.java       |  21 +++++--
 .../src/test/java/hydra/LogVersionHelper.java   |  21 +++++--
 .../src/test/java/hydra/MethExecutor.java       |  21 +++++--
 .../src/test/java/hydra/MethExecutorResult.java |  21 +++++--
 .../src/test/java/hydra/SchedulingOrder.java    |  21 +++++--
 .../src/test/java/hydra/log/AnyLogWriter.java   |  21 +++++--
 .../java/hydra/log/CircularOutputStream.java    |  21 +++++--
 .../parReg/query/unittest/NewPortfolio.java     |  21 +++++--
 .../java/parReg/query/unittest/Position.java    |  22 ++++---
 .../src/test/java/perffmwk/Formatter.java       |  22 ++++---
 .../templates/security/DummyAuthenticator.java  |  21 +++++--
 .../templates/security/DummyAuthorization.java  |  21 +++++--
 .../security/FunctionSecurityPrmsHolder.java    |  21 +++++--
 .../security/LdapUserAuthenticator.java         |  21 +++++--
 .../java/templates/security/PKCSAuthInit.java   |  21 +++++--
 .../templates/security/PKCSAuthenticator.java   |  21 +++++--
 .../java/templates/security/PKCSPrincipal.java  |  21 +++++--
 .../security/UserPasswordAuthInit.java          |  21 +++++--
 .../templates/security/UsernamePrincipal.java   |  21 +++++--
 .../templates/security/XmlAuthorization.java    |  21 +++++--
 .../templates/security/XmlErrorHandler.java     |  21 +++++--
 .../src/test/java/util/TestException.java       |  21 +++++--
 .../org/jgroups/ShunnedAddressException.java    |  16 +++++
 .../com/gemstone/org/jgroups/SuspectMember.java |  16 ++++-
 .../org/jgroups/debug/JChannelTestHook.java     |  16 +++++
 .../gemstone/org/jgroups/protocols/AUTH.java    |  16 +++++
 .../gemstone/org/jgroups/protocols/FRAG3.java   |  17 ++++-
 .../org/jgroups/spi/GFBasicAdapter.java         |  16 +++++
 .../gemstone/org/jgroups/spi/GFPeerAdapter.java |  16 +++++
 .../org/jgroups/stack/BoundedLinkedHashMap.java |  21 +++++--
 .../org/jgroups/stack/GFBasicAdapterImpl.java   |  16 +++++
 .../org/jgroups/stack/GFPeerAdapterImpl.java    |  16 +++++
 .../org/jgroups/stack/SockCreatorImpl.java      |  16 +++++
 .../org/jgroups/util/ConnectionWatcher.java     |  16 +++++
 .../org/jgroups/util/ExternalStrings.java       |  21 +++++--
 .../gemstone/org/jgroups/util/GFLogWriter.java  |  16 +++++
 .../org/jgroups/util/GFStringIdImpl.java        |  16 +++++
 .../gemstone/org/jgroups/util/SockCreator.java  |  16 +++++
 .../org/jgroups/util/StreamableFixedID.java     |  16 +++++
 .../com/gemstone/org/jgroups/util/StringId.java |  21 +++++--
 .../org/jgroups/util/VersionedStreamable.java   |  16 +++++
 .../gemstone/org/jgroups/JChannelJUnitTest.java |  16 +++++
 .../test/junit/categories/DistributedTest.java  |  16 +++++
 .../categories/DistributedTransactionsTest.java |  16 +++++
 .../test/junit/categories/IntegrationTest.java  |  16 +++++
 .../test/junit/categories/PerformanceTest.java  |  16 +++++
 .../gemfire/test/junit/categories/UnitTest.java |  16 +++++
 .../gemfire/test/junit/categories/WanTest.java  |  16 +++++
 .../test/junit/rules/ExpectedTimeout.java       |  16 +++++
 .../junit/rules/ExpectedTimeoutJUnitTest.java   |  16 +++++
 .../gemfire/cache/util/AutoBalancer.java        |  18 +++++-
 .../cache/util/AutoBalancerJUnitTest.java       |  16 +++++
 .../connector/internal/RegionMetadata.java      |  16 +++++
 .../gemfirefunctions/QueryFunction.java         |  18 +++++-
 .../RetrieveRegionFunction.java                 |  16 +++++
 .../RetrieveRegionMetadataFunction.java         |  16 +++++
 .../StructStreamingResultSender.java            |  16 +++++
 .../gemfire/spark/connector/Employee.java       |  16 +++++
 .../spark/connector/JavaApiIntegrationTest.java |  16 +++++
 .../gemfire/spark/connector/Portfolio.java      |  16 +++++
 .../gemfire/spark/connector/Position.java       |  16 +++++
 .../spark/connector/BasicIntegrationTest.scala  |  16 +++++
 .../RDDJoinRegionIntegrationTest.scala          |  16 +++++
 .../RetrieveRegionIntegrationTest.scala         |  16 +++++
 .../gemfire/spark/connector/package.scala       |  16 +++++
 .../connector/testkit/GemFireCluster.scala      |  16 +++++
 .../spark/connector/testkit/GemFireRunner.scala |  16 +++++
 .../spark/connector/testkit/IOUtils.scala       |  16 +++++
 .../spark/streaming/ManualClockHelper.scala     |  16 +++++
 .../spark/streaming/TestInputDStream.scala      |  16 +++++
 .../javaapi/GemFireJavaDStreamFunctions.java    |  16 +++++
 .../GemFireJavaPairDStreamFunctions.java        |  16 +++++
 .../javaapi/GemFireJavaPairRDDFunctions.java    |  16 +++++
 .../javaapi/GemFireJavaRDDFunctions.java        |  16 +++++
 .../javaapi/GemFireJavaSQLContextFunctions.java |  16 +++++
 .../GemFireJavaSparkContextFunctions.java       |  16 +++++
 .../connector/javaapi/GemFireJavaUtil.java      |  16 +++++
 .../spark/connector/GemFireConnection.scala     |  16 +++++
 .../spark/connector/GemFireConnectionConf.scala |  16 +++++
 .../connector/GemFireConnectionManager.scala    |  16 +++++
 .../connector/GemFireFunctionDeployer.scala     |  16 +++++
 .../connector/GemFireKryoRegistrator.scala      |  16 +++++
 .../connector/GemFirePairRDDFunctions.scala     |  16 +++++
 .../spark/connector/GemFireRDDFunctions.scala   |  16 +++++
 .../connector/GemFireSQLContextFunctions.scala  |  16 +++++
 .../GemFireSparkContextFunctions.scala          |  16 +++++
 .../internal/DefaultGemFireConnection.scala     |  16 +++++
 .../DefaultGemFireConnectionManager.scala       |  16 +++++
 .../connector/internal/LocatorHelper.scala      |  16 +++++
 .../StructStreamingResultCollector.scala        |  16 +++++
 .../connector/internal/oql/QueryParser.scala    |  16 +++++
 .../spark/connector/internal/oql/QueryRDD.scala |  18 +++++-
 .../internal/oql/QueryResultCollector.scala     |  18 +++++-
 .../connector/internal/oql/RDDConverter.scala   |  18 +++++-
 .../connector/internal/oql/RowBuilder.scala     |  16 +++++
 .../connector/internal/oql/SchemaBuilder.scala  |  16 +++++
 .../internal/oql/UndefinedSerializer.scala      |  16 +++++
 .../connector/internal/rdd/GemFireJoinRDD.scala |  16 +++++
 .../internal/rdd/GemFireOuterJoinRDD.scala      |  16 +++++
 .../internal/rdd/GemFireRDDPartition.scala      |  16 +++++
 .../internal/rdd/GemFireRDDPartitioner.scala    |  16 +++++
 .../rdd/GemFireRDDPartitionerImpl.scala         |  16 +++++
 .../internal/rdd/GemFireRDDWriter.scala         |  16 +++++
 .../internal/rdd/GemFireRegionRDD.scala         |  16 +++++
 .../javaapi/GemFireJavaRegionRDD.scala          |  16 +++++
 .../spark/connector/javaapi/JavaAPIHelper.scala |  16 +++++
 .../gemfire/spark/connector/package.scala       |  16 +++++
 .../streaming/GemFireDStreamFunctions.scala     |  18 +++++-
 .../spark/connector/streaming/package.scala     |  16 +++++
 .../gemfire/spark/connector/JavaAPITest.java    |  18 +++++-
 .../connector/GemFireFunctionDeployerTest.scala |  16 +++++
 .../DefaultGemFireConnectionManagerTest.scala   |  16 +++++
 ...tStreamingResultSenderAndCollectorTest.scala |  16 +++++
 .../internal/oql/QueryParserTest.scala          |  18 +++++-
 .../connector/ConnectorImplicitsTest.scala      |  16 +++++
 .../connector/GemFireConnectionConfTest.scala   |  16 +++++
 .../connector/GemFireDStreamFunctionsTest.scala |  16 +++++
 .../connector/GemFireRDDFunctionsTest.scala     |  16 +++++
 .../spark/connector/LocatorHelperTest.scala     |  16 +++++
 .../rdd/GemFireRDDPartitionerTest.scala         |  16 +++++
 .../connector/rdd/GemFireRegionRDDTest.scala    |  16 +++++
 .../basic-demos/src/main/java/demo/Emp.java     |  16 +++++
 .../src/main/java/demo/OQLJavaDemo.java         |  16 +++++
 .../src/main/java/demo/PairRDDSaveJavaDemo.java |  16 +++++
 .../src/main/java/demo/RDDSaveJavaDemo.java     |  16 +++++
 .../src/main/java/demo/RegionToRDDJavaDemo.java |  16 +++++
 .../src/main/scala/demo/NetworkWordCount.scala  |  16 +++++
 .../project/Dependencies.scala                  |  16 +++++
 .../project/GemFireSparkBuild.scala             |  16 +++++
 gemfire-spark-connector/project/Settings.scala  |  16 +++++
 .../web/controllers/AbstractBaseController.java |  21 +++++--
 .../web/controllers/BaseControllerAdvice.java   |  21 +++++--
 .../web/controllers/CommonCrudController.java   |  21 +++++--
 .../controllers/FunctionAccessController.java   |  21 +++++--
 .../web/controllers/PdxBasedCrudController.java |  21 +++++--
 .../web/controllers/QueryAccessController.java  |  21 +++++--
 .../web/controllers/support/JSONTypes.java      |  16 +++++
 .../controllers/support/QueryResultTypes.java   |  21 +++++--
 .../web/controllers/support/RegionData.java     |  21 +++++--
 .../controllers/support/RegionEntryData.java    |  21 +++++--
 .../support/RestServersResultCollector.java     |  16 +++++
 .../web/controllers/support/UpdateOp.java       |  21 +++++--
 .../DataTypeNotSupportedException.java          |  21 +++++--
 .../web/exception/GemfireRestException.java     |  21 +++++--
 .../web/exception/MalformedJsonException.java   |  21 +++++--
 .../web/exception/RegionNotFoundException.java  |  21 +++++--
 .../exception/ResourceNotFoundException.java    |  21 +++++--
 ...stomMappingJackson2HttpMessageConverter.java |  16 +++++
 .../web/swagger/config/RestApiPathProvider.java |  16 +++++
 .../web/swagger/config/SwaggerConfig.java       |  16 +++++
 .../rest/internal/web/util/ArrayUtils.java      |  21 +++++--
 .../rest/internal/web/util/DateTimeUtils.java   |  21 +++++--
 .../internal/web/util/IdentifiableUtils.java    |  21 +++++--
 .../rest/internal/web/util/JSONUtils.java       |  21 +++++--
 .../rest/internal/web/util/JsonWriter.java      |  21 +++++--
 .../rest/internal/web/util/NumberUtils.java     |  21 +++++--
 .../rest/internal/web/util/ValidationUtils.java |  21 +++++--
 .../internal/web/AbstractWebTestCase.java       |  21 +++++--
 .../ShellCommandsControllerJUnitTest.java       |  21 +++++--
 ...entVariablesHandlerInterceptorJUnitTest.java |  21 +++++--
 .../internal/web/domain/LinkIndexJUnitTest.java |  21 +++++--
 .../internal/web/domain/LinkJUnitTest.java      |  21 +++++--
 .../domain/QueryParameterSourceJUnitTest.java   |  21 +++++--
 .../web/http/ClientHttpRequestJUnitTest.java    |  21 +++++--
 ...ableObjectHttpMessageConverterJUnitTest.java |  21 +++++--
 .../RestHttpOperationInvokerJUnitTest.java      |  21 +++++--
 .../SimpleHttpOperationInvokerJUnitTest.java    |  21 +++++--
 .../web/util/ConvertUtilsJUnitTest.java         |  21 +++++--
 .../internal/web/util/UriUtilsJUnitTest.java    |  21 +++++--
 gradle/wrapper/gradle-wrapper.jar               | Bin 51018 -> 53637 bytes
 gradle/wrapper/gradle-wrapper.properties        |   4 +-
 gradlew                                         |  12 ++--
 4946 files changed, 74757 insertions(+), 25301 deletions(-)
----------------------------------------------------------------------



[38/50] [abbrv] incubator-geode git commit: GEODE-471: figure out why entry is not expiring

Posted by kl...@apache.org.
GEODE-471: figure out why entry is not expiring

Enhanced the test to do additional validation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2aec6a54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2aec6a54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2aec6a54

Branch: refs/heads/feature/GEODE-328
Commit: 2aec6a54b9aa71d06b195e57991d0134cd2af096
Parents: 6aadbf8
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Fri Oct 23 16:03:36 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Fri Oct 23 16:03:36 2015 -0700

----------------------------------------------------------------------
 .../gemstone/gemfire/internal/cache/AbstractRegionMap.java    | 1 +
 .../src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java | 2 +-
 .../gemfire/internal/cache/RemoteTransactionDUnitTest.java    | 7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2aec6a54/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
index 494efaf..515a690 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
@@ -1649,6 +1649,7 @@ RETRY_LOOP:
                 retry = true;
                 continue RETRY_LOOP;
               }
+              logger.info("DARREL: destroy " + re.getKey() + " event.isOriginRemote()=" + event.isOriginRemote() + " event.getOperation().isExpiration()=" + event.getOperation().isExpiration() + " re.isInUseByTransaction()=" + re.isInUseByTransaction());
               if (!event.isOriginRemote() && event.getOperation().isExpiration()) {
                 // If this expiration started locally then only do it if the RE is not being used by a tx.
                 if (re.isInUseByTransaction()) {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2aec6a54/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
index 514d45b..76008bd 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
@@ -242,7 +242,7 @@ public class TXExpiryJUnitTest {
     DistributedTestCase.waitForCriterion(waitForExpire, 3000, 10, true);
   }
   
-  private void waitForEntryExpiration(LocalRegion lr, String key) {
+  public static void waitForEntryExpiration(LocalRegion lr, String key) {
     try {
       ExpirationDetector detector;
       do {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2aec6a54/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
index ccff0c6..c1b77c7 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
@@ -23,6 +23,7 @@ import javax.transaction.RollbackException;
 import javax.transaction.Status;
 import javax.transaction.UserTransaction;
 
+import com.gemstone.gemfire.TXExpiryJUnitTest;
 import com.gemstone.gemfire.cache.AttributesFactory;
 import com.gemstone.gemfire.cache.AttributesMutator;
 import com.gemstone.gemfire.cache.CacheEvent;
@@ -4083,13 +4084,15 @@ protected static class ClientListener extends CacheListenerAdapter {
         ExpiryTask.suspendExpiration();
         Region.Entry entry = null;
         long tilt;
+        EntryExpiryTask eet;
         try {
           r.put("key", "value");
+          LocalRegion lr = (LocalRegion) r;
           r.put("nonTXkey", "nonTXvalue");
           getCache().getCacheTransactionManager().begin();
           r.put("key", "newvalue");
-        } 
-        finally {
+          TXExpiryJUnitTest.waitForEntryExpiration(lr, "key");
+        } finally {
           ExpiryTask.permitExpiration();
         }
         TransactionId tx = getCache().getCacheTransactionManager().suspend();


[08/50] [abbrv] incubator-geode git commit: GEODE-468: Using 1.8 generated files for AnalyzeSerializablesJUnitTest

Posted by kl...@apache.org.
GEODE-468: Using 1.8 generated files for AnalyzeSerializablesJUnitTest

This test was passing every time with 1.8 because of a short circuit in
the test. I've regenerated the files with 1.8 and updated the test to
use junit Assume to ignore the test with the wrong JDK - at least it
will get reported as ignored.

The test was failing due to HDFS code removal. The newly generated
files also have the HDFS fields removed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/37f77a90
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/37f77a90
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/37f77a90

Branch: refs/heads/feature/GEODE-328
Commit: 37f77a90a8567c1e4612c01dbffa6ce659a83eb2
Parents: 593d176
Author: Dan Smith <up...@apache.org>
Authored: Thu Oct 22 13:09:49 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Thu Oct 22 13:12:59 2015 -0700

----------------------------------------------------------------------
 .../AnalyzeSerializablesJUnitTest.java          |   26 +-
 .../sanctionedDataSerializables.txt             | 1755 ++++++++----------
 .../codeAnalysis/sanctionedSerializables.txt    |   27 +-
 3 files changed, 797 insertions(+), 1011 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/37f77a90/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/AnalyzeSerializablesJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/AnalyzeSerializablesJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/AnalyzeSerializablesJUnitTest.java
index 7cd0ca7..2f02de4 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/AnalyzeSerializablesJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/AnalyzeSerializablesJUnitTest.java
@@ -20,8 +20,10 @@ import java.util.List;
 import java.util.Map;
 
 import org.junit.AfterClass;
+import org.junit.Assume;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
@@ -40,7 +42,6 @@ import com.gemstone.gemfire.util.test.TestUtil;
 public class AnalyzeSerializablesJUnitTest {
   /** all loaded classes */
   protected static Map<String, CompiledClass> classes = new HashMap<String, CompiledClass>();
-  protected static boolean DISABLED = true;
   private static boolean ClassesNotFound;
   
   public AnalyzeSerializablesJUnitTest() {
@@ -48,17 +49,15 @@ public class AnalyzeSerializablesJUnitTest {
   
   @Before
   public void loadClasses() throws Exception {
-    if (classes.size() > 0) {
-      return;
-    }
-    System.out.println("loadClasses starting");
     String version = System.getProperty("java.runtime.version");
-    if (version == null || !version.startsWith("1.7")) {
+    boolean jdk17 = version != null && version.startsWith("1.8");
       // sanctioned info is based on a 1.7 compiler
-      System.out.println("AnalyzeSerializables requires a Java 7 but tests are running with v"+version);
-      DISABLED=true;
+    Assume.assumeTrue("AnalyzeSerializables requires a Java 7 but tests are running with v"+version, jdk17);
+    if (classes.size() > 0) {
       return;
     }
+    System.out.println("loadClasses starting");
+    
     List<String> excludedClasses = loadExcludedClasses(new File(TestUtil.getResourcePath(AnalyzeSerializablesJUnitTest.class, "excludedClasses.txt")));
     List<String> openBugs = loadOpenBugs(new File(TestUtil.getResourcePath(AnalyzeSerializablesJUnitTest.class, "openBugs.txt")));
     excludedClasses.addAll(openBugs);
@@ -94,7 +93,6 @@ public class AnalyzeSerializablesJUnitTest {
     else {
       fail("unable to find geode classes");
     }
-    DISABLED = false;
   }
   
   @AfterClass
@@ -129,7 +127,6 @@ public class AnalyzeSerializablesJUnitTest {
     else {
       fail("unable to find jgroups jar");
     }
-    DISABLED = false;
   }
   
   protected static List<String> loadExcludedClasses(File exclusionsFile) throws Exception {
@@ -162,7 +159,6 @@ public class AnalyzeSerializablesJUnitTest {
         if (line.length() > 0 && !line.startsWith("#")) {
           String[] split = line.split(",");
           if (split.length != 2) {
-            DISABLED = true; // don't run the other tests
             fail("unable to load classes due to misformatted line in openBugs.txt: " + line);
           }
           excludedClasses.add(line.split(",")[1].trim());
@@ -189,10 +185,6 @@ public class AnalyzeSerializablesJUnitTest {
       System.out.println("... test not run due to not being able to locate product class files");
       return;
     }
-    if (DISABLED) {
-      System.out.println("... test is disabled");
-      return;
-    }
     String compareToFileName = TestUtil.getResourcePath(getClass(), "sanctionedDataSerializables.txt");
 
     String storeInFileName = "actualDataSerializables.dat";
@@ -233,10 +225,6 @@ public class AnalyzeSerializablesJUnitTest {
       System.out.println("... test not run due to not being able to locate product class files");
       return;
     }
-    if (DISABLED) {
-      System.out.println("... test is disabled");
-      return;
-    }
     String compareToFileName = TestUtil.getResourcePath(getClass(), "sanctionedSerializables.txt");
     File compareToFile = new File(compareToFileName);
 


[16/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameDUnitTest.java
index def75c3..5eebac3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameJUnitTest.java
index 0fa1527..875a5cc 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxRenameJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserJUnitTest.java
index 0b66ec5..b17ce6c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserWithWaitJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserWithWaitJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserWithWaitJUnitTest.java
index 9e63743..52a367d 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserWithWaitJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/SocketCloserWithWaitJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.util.concurrent.TimeUnit;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/Bug48182JUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/Bug48182JUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/Bug48182JUnitTest.java
index 92f528a..fa22f90 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/Bug48182JUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/Bug48182JUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import static org.junit.Assert.assertTrue;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ChunkValueWrapperJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ChunkValueWrapperJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ChunkValueWrapperJUnitTest.java
index 234a534..428b205 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ChunkValueWrapperJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ChunkValueWrapperJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ConnectDisconnectDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ConnectDisconnectDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ConnectDisconnectDUnitTest.java
index 7092dce..b8c8b00 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ConnectDisconnectDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ConnectDisconnectDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/DistrbutedRegionProfileOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/DistrbutedRegionProfileOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/DistrbutedRegionProfileOffHeapDUnitTest.java
index a8738e2..9718f5f 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/DistrbutedRegionProfileOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/DistrbutedRegionProfileOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/InterruptsConserveSocketsFalseDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/InterruptsConserveSocketsFalseDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/InterruptsConserveSocketsFalseDUnitTest.java
index 77f700f..0761962 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/InterruptsConserveSocketsFalseDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/InterruptsConserveSocketsFalseDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java
index 6dab462..57cdfae 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionDUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2011 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionStatsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionStatsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionStatsDUnitTest.java
index dabb4ec..3a8eef3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionStatsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OffHeapEvictionStatsDUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2011 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OldValueImporterTestBase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OldValueImporterTestBase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OldValueImporterTestBase.java
index a2f6ef1..727a59c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OldValueImporterTestBase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/OldValueImporterTestBase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PRDataStoreMemoryOffHeapJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PRDataStoreMemoryOffHeapJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PRDataStoreMemoryOffHeapJUnitTest.java
index d439d31..c76903c 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PRDataStoreMemoryOffHeapJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PRDataStoreMemoryOffHeapJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionAttributesImplJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionAttributesImplJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionAttributesImplJUnitTest.java
index f068938..108216e 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionAttributesImplJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionAttributesImplJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionLocalMaxMemoryOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionLocalMaxMemoryOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionLocalMaxMemoryOffHeapDUnitTest.java
index 55e2d1c..49e6672 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionLocalMaxMemoryOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionLocalMaxMemoryOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionOffHeapEvictionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionOffHeapEvictionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionOffHeapEvictionDUnitTest.java
index 0fa7eac..f07c5b1 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionOffHeapEvictionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionOffHeapEvictionDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.Properties;
@@ -77,4 +93,4 @@ public class PartitionedRegionOffHeapEvictionDUnitTest extends
   protected void cleanUpAfterFakeNotification() {
     ((GemFireCacheImpl) getCache()).getOffHeapEvictor().testAbortAfterLoopCount = Integer.MAX_VALUE;
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PersistentPartitionedRegionJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PersistentPartitionedRegionJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PersistentPartitionedRegionJUnitTest.java
index 1312fdb..30e6d79 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PersistentPartitionedRegionJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PersistentPartitionedRegionJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemotePutReplyMessageJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemotePutReplyMessageJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemotePutReplyMessageJUnitTest.java
index 4c1ae33..2709c38 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemotePutReplyMessageJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemotePutReplyMessageJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionCCEDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionCCEDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionCCEDUnitTest.java
index 4b87009..3fe4ff7 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionCCEDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionCCEDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/SnapshotTestUtil.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/SnapshotTestUtil.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/SnapshotTestUtil.java
index d25fb25..e0548ab 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/SnapshotTestUtil.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/SnapshotTestUtil.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/TestHelperForHydraTests.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/TestHelperForHydraTests.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/TestHelperForHydraTests.java
index 9aa7877..ad923a9 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/TestHelperForHydraTests.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/TestHelperForHydraTests.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 /**
  * This is utility class for hydra tests.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/UnitTestValueHolder.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/UnitTestValueHolder.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/UnitTestValueHolder.java
index 27ba246..5c26771 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/UnitTestValueHolder.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/UnitTestValueHolder.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.io.Externalizable;
@@ -24,4 +40,4 @@ public class UnitTestValueHolder implements Externalizable {
   public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
     this.value = in.readObject();
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryMonitorOffHeapJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryMonitorOffHeapJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryMonitorOffHeapJUnitTest.java
index 32c8b43..d7a875c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryMonitorOffHeapJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryMonitorOffHeapJUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2002-2011 VMware, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- *========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.control;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholdsJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholdsJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholdsJUnitTest.java
index d3ddf1c..08b2c80 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholdsJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholdsJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.control;
 
 import junit.framework.TestCase;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/Bug51193DUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/Bug51193DUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/Bug51193DUnitTest.java
index 6fab13c..5d3291a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/Bug51193DUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/Bug51193DUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.execute;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRTransactionWithVersionsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRTransactionWithVersionsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRTransactionWithVersionsDUnitTest.java
index fdf73d1b..085f4a9 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRTransactionWithVersionsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRTransactionWithVersionsDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.execute;
 
 public class PRTransactionWithVersionsDUnitTest extends PRTransactionDUnitTest {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/Bug48879DUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/Bug48879DUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/Bug48879DUnitTest.java
index 626f896..ae52a64 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/Bug48879DUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/Bug48879DUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.ha;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PutPutReplyMessageJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PutPutReplyMessageJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PutPutReplyMessageJUnitTest.java
index 5e89aa8..e54f2b2 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PutPutReplyMessageJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PutPutReplyMessageJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.partitioned;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SizeTieredSortedOplogSetJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SizeTieredSortedOplogSetJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SizeTieredSortedOplogSetJUnitTest.java
index f839566..cf1de00 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SizeTieredSortedOplogSetJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SizeTieredSortedOplogSetJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.persistence.soplog;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SortedBufferJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SortedBufferJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SortedBufferJUnitTest.java
index 028febf..1d79059 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SortedBufferJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/soplog/SortedBufferJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.persistence.soplog;
 
 import java.nio.ByteBuffer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerSelectorMaxConnectionsJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerSelectorMaxConnectionsJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerSelectorMaxConnectionsJUnitTest.java
index 7c8f84b..597b7b2 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerSelectorMaxConnectionsJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerSelectorMaxConnectionsJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerTransactionsSelectorDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerTransactionsSelectorDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerTransactionsSelectorDUnitTest.java
index 395634a..1344124 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerTransactionsSelectorDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheServerTransactionsSelectorDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
index 48968b5..6a06e11 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientQueueSizeDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientQueueSizeDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientQueueSizeDUnitTest.java
index 7ce219b..f57d9bf 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientQueueSizeDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/DurableClientQueueSizeDUnitTest.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ForceInvalidateOffHeapEvictionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ForceInvalidateOffHeapEvictionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ForceInvalidateOffHeapEvictionDUnitTest.java
index a10de3e..51d35d9 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ForceInvalidateOffHeapEvictionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ForceInvalidateOffHeapEvictionDUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2002-2011 VMware, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestDistributedTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestDistributedTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestDistributedTestCase.java
index 82739c6..22a360d 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestDistributedTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestDistributedTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HaHelper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HaHelper.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HaHelper.java
index 1556233..4772b6e 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HaHelper.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HaHelper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/InterestListEndpointSelectorDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/InterestListEndpointSelectorDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/InterestListEndpointSelectorDUnitTest.java
index c161bf9..40bf1d3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/InterestListEndpointSelectorDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/InterestListEndpointSelectorDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tier.sockets;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionCacheListenerOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionCacheListenerOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionCacheListenerOffHeapDUnitTest.java
index 0ca2e99..c617f2b 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionCacheListenerOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionCacheListenerOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.compression;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionRegionOperationsOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionRegionOperationsOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionRegionOperationsOffHeapDUnitTest.java
index e0a7a62..2d3c59b 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionRegionOperationsOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/compression/CompressionRegionOperationsOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.compression;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/jta/JtaIntegrationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/jta/JtaIntegrationJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/jta/JtaIntegrationJUnitTest.java
index b0ccd63..4afbee3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/jta/JtaIntegrationJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/jta/JtaIntegrationJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.jta;
 
 import static org.junit.Assert.assertFalse;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/DistributedSystemLogFileJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/DistributedSystemLogFileJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/DistributedSystemLogFileJUnitTest.java
index 8dfd5a4..d9bac84 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/DistributedSystemLogFileJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/DistributedSystemLogFileJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LocatorLogFileJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LocatorLogFileJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LocatorLogFileJUnitTest.java
index a2ca486..7bb50fb 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LocatorLogFileJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LocatorLogFileJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationJUnitTest.java
index fb54061..bb3fecd 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import static com.gemstone.gemfire.internal.logging.LogServiceIntegrationTestSupport.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationTestSupport.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationTestSupport.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationTestSupport.java
index c6a5386..099ec9a 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationTestSupport.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceIntegrationTestSupport.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import java.io.BufferedWriter;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceJUnitTest.java
index c8c7eda..1046fbc 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogServiceJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import static junitparams.JUnitParamsRunner.$;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterDisabledPerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterDisabledPerformanceTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterDisabledPerformanceTest.java
index 9d5a957..2d76d12 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterDisabledPerformanceTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterDisabledPerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import com.gemstone.gemfire.LogWriter;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterImplJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterImplJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterImplJUnitTest.java
index 64103b5..64943a9 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterImplJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterImplJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterPerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterPerformanceTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterPerformanceTest.java
index 1c1c926..77d7995 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterPerformanceTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LogWriterPerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingIntegrationTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingIntegrationTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingIntegrationTestSuite.java
index cee05c3..495feed 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingIntegrationTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingIntegrationTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingPerformanceTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingPerformanceTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingPerformanceTestCase.java
index 715e419..19ef84a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingPerformanceTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingPerformanceTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingUnitTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingUnitTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingUnitTestSuite.java
index ec3e04a..86ffb64 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingUnitTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/LoggingUnitTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/NullLogWriter.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/NullLogWriter.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/NullLogWriter.java
index f04d0ad..224d16d 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/NullLogWriter.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/NullLogWriter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import java.util.logging.Handler;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/TestLogWriterFactory.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/TestLogWriterFactory.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/TestLogWriterFactory.java
index dc71932..4c46503 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/TestLogWriterFactory.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/TestLogWriterFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging;
 
 import java.io.File;



[48/50] [abbrv] incubator-geode git commit: GEODE-381 enable gfsh https usage through SSL terminated environments

Posted by kl...@apache.org.
GEODE-381 enable gfsh https usage through SSL terminated environments


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e9aa18bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e9aa18bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/e9aa18bd

Branch: refs/heads/feature/GEODE-328
Commit: e9aa18bdbd8426d0d8dbede7e9ad68933f378be4
Parents: 8f96cf7
Author: Jens Deppe <jd...@gopivotal.com>
Authored: Mon Oct 5 15:01:17 2015 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Fri Oct 30 09:17:14 2015 -0700

----------------------------------------------------------------------
 .../internal/cli/commands/ShellCommands.java    |   7 +-
 .../controllers/AbstractCommandsController.java |   7 +-
 .../controllers/ShellCommandsController.java    | 178 ++++++++++---------
 gemfire-web/build.gradle                        |   4 +-
 .../ShellCommandsControllerJUnitTest.java       |  47 +++--
 5 files changed, 140 insertions(+), 103 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9aa18bd/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/ShellCommands.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/ShellCommands.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/ShellCommands.java
index 43e85f4..edab207 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/ShellCommands.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/ShellCommands.java
@@ -206,10 +206,13 @@ public class ShellCommands implements CommandMarker {
             url = url.replace("http:", "https:");
           }
         }
-        
+
+        // This is so that SSL termination results in https URLs being returned
+        String query = (url.startsWith("https")) ? "?scheme=https" : "";
+
         LogWrapper.getInstance().warning(String.format("Sending HTTP request for Link Index at (%1$s)...", url.concat("/index")));
 
-        LinkIndex linkIndex = new SimpleHttpRequester(CONNECT_LOCATOR_TIMEOUT_MS).get(url.concat("/index"), LinkIndex.class);
+        LinkIndex linkIndex = new SimpleHttpRequester(CONNECT_LOCATOR_TIMEOUT_MS).get(url.concat("/index").concat(query), LinkIndex.class);
 
         LogWrapper.getInstance().warning(String.format("Received Link Index (%1$s)", linkIndex.toString()));
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9aa18bd/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/AbstractCommandsController.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/AbstractCommandsController.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/AbstractCommandsController.java
index 74a9bff..41a890a 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/AbstractCommandsController.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/AbstractCommandsController.java
@@ -57,6 +57,7 @@ import org.springframework.web.bind.annotation.InitBinder;
 import org.springframework.web.bind.annotation.ResponseBody;
 import org.springframework.web.context.request.WebRequest;
 import org.springframework.web.servlet.support.ServletUriComponentsBuilder;
+import org.springframework.web.util.UriComponentsBuilder;
 
 /**
  * The AbstractCommandsController class is the abstract base class encapsulating common functionality across all
@@ -255,12 +256,14 @@ public abstract class AbstractCommandsController {
    * Converts the URI relative path to an absolute path based on the Servlet context information.
    * 
    * @param path the URI relative path to append to the Servlet context path.
+   * @param scheme the scheme to use for the URI
    * @return a URI constructed with all component path information.
    * @see java.net.URI
    * @see org.springframework.web.servlet.support.ServletUriComponentsBuilder
    */
-  protected /*static*/ URI toUri(final String path) {
-    return ServletUriComponentsBuilder.fromCurrentContextPath().path(REST_API_VERSION).path(path).build().toUri();
+  protected /*static*/ URI toUri(final String path, final String scheme) {
+    return ServletUriComponentsBuilder.fromCurrentContextPath()
+        .path(REST_API_VERSION).path(path).scheme(scheme).build().toUri();
   }
 
   /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9aa18bd/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsController.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsController.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsController.java
index bf3fb06..0bac797 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsController.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsController.java
@@ -144,7 +144,7 @@ public class ShellCommandsController extends AbstractCommandsController {
    * 
    * @return a LinkIndex containing Links for all web service endpoints, REST API calls in GemFire.
    * @see com.gemstone.gemfire.management.internal.cli.i18n.CliStrings
-   * @see com.gemstone.gemfire.management.internal.web.controllers.AbstractCommandsController#toUri(String)
+   * @see AbstractCommandsController#toUri(String, String)
    * @see com.gemstone.gemfire.management.internal.web.domain.Link
    * @see com.gemstone.gemfire.management.internal.web.domain.LinkIndex
    * @see com.gemstone.gemfire.management.internal.web.http.HttpMethod
@@ -153,113 +153,117 @@ public class ShellCommandsController extends AbstractCommandsController {
   // the Spring Web MVC Controller RequestMapping Annotations.
   @RequestMapping(method = RequestMethod.GET, value = "/index", produces = MediaType.APPLICATION_XML_VALUE)
   @ResponseBody
-  public LinkIndex index() {
+  public LinkIndex index(@RequestParam(value = "scheme", required = false, defaultValue = "http") final String scheme) {
     //logger.warning(String.format("Returning Link Index for Context Path (%1$s).",
     //  ServletUriComponentsBuilder.fromCurrentContextPath().build().toString()));
     return new LinkIndex()
       // Cluster Commands
-      .add(new Link(CliStrings.STATUS_SHARED_CONFIG, toUri("/services/cluster-config")))
+      .add(new Link(CliStrings.STATUS_SHARED_CONFIG, toUri("/services/cluster-config",
+          scheme)))
       // Member Commands
-      .add(new Link(CliStrings.LIST_MEMBER, toUri("/members")))
-      .add(new Link(CliStrings.DESCRIBE_MEMBER, toUri("/members/{name}")))
+      .add(new Link(CliStrings.LIST_MEMBER, toUri("/members", scheme)))
+      .add(new Link(CliStrings.DESCRIBE_MEMBER, toUri("/members/{name}", scheme)))
       // Region Commands
-      .add(new Link(CliStrings.LIST_REGION, toUri("/regions")))
-      .add(new Link(CliStrings.DESCRIBE_REGION, toUri("/regions/{name}")))
-      .add(new Link(CliStrings.ALTER_REGION, toUri("/regions/{name}"), HttpMethod.PUT))
-      .add(new Link(CliStrings.CREATE_REGION, toUri("/regions"), HttpMethod.POST))
-      .add(new Link(CliStrings.DESTROY_REGION, toUri("/regions/{name}"), HttpMethod.DELETE))
+      .add(new Link(CliStrings.LIST_REGION, toUri("/regions", scheme)))
+      .add(new Link(CliStrings.DESCRIBE_REGION, toUri("/regions/{name}", scheme)))
+      .add(new Link(CliStrings.ALTER_REGION, toUri("/regions/{name}", scheme), HttpMethod.PUT))
+      .add(new Link(CliStrings.CREATE_REGION, toUri("/regions", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.DESTROY_REGION, toUri("/regions/{name}", scheme), HttpMethod.DELETE))
       // Index Commands
-      .add(new Link(CliStrings.LIST_INDEX, toUri("/indexes")))
-      .add(new Link(CliStrings.CLEAR_DEFINED_INDEXES, toUri("/indexes?op=clear-defined"), HttpMethod.DELETE))
-      .add(new Link(CliStrings.CREATE_INDEX, toUri("/indexes"), HttpMethod.POST))
-      .add(new Link(CliStrings.CREATE_DEFINED_INDEXES, toUri("/indexes?op=create-defined"), HttpMethod.POST))
-      .add(new Link(CliStrings.DEFINE_INDEX, toUri("/indexes?op=define"), HttpMethod.POST))
-      .add(new Link(CliStrings.DESTROY_INDEX, toUri("/indexes"), HttpMethod.DELETE))
-      .add(new Link(CliStrings.DESTROY_INDEX, toUri("/indexes/{name}"), HttpMethod.DELETE))
+      .add(new Link(CliStrings.LIST_INDEX, toUri("/indexes", scheme)))
+      .add(new Link(CliStrings.CLEAR_DEFINED_INDEXES, toUri("/indexes?op=clear-defined",
+          scheme), HttpMethod.DELETE))
+      .add(new Link(CliStrings.CREATE_INDEX, toUri("/indexes", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.CREATE_DEFINED_INDEXES, toUri("/indexes?op=create-defined",
+          scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.DEFINE_INDEX, toUri("/indexes?op=define", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.DESTROY_INDEX, toUri("/indexes", scheme), HttpMethod.DELETE))
+      .add(new Link(CliStrings.DESTROY_INDEX, toUri("/indexes/{name}", scheme), HttpMethod.DELETE))
         // Data Commands
-      .add(new Link(CliStrings.GET, toUri("/regions/{region}/data"), HttpMethod.GET))
-      .add(new Link(CliStrings.PUT, toUri("/regions/{region}/data"), HttpMethod.PUT))
-      .add(new Link(CliStrings.REMOVE, toUri("/regions/{region}/data"), HttpMethod.DELETE))
-      .add(new Link(CliStrings.EXPORT_DATA, toUri("/members/{member}/regions/{region}/data"), HttpMethod.GET))
-      .add(new Link(CliStrings.IMPORT_DATA, toUri("/members/{member}/regions/{region}/data"), HttpMethod.POST))
-      .add(new Link(CliStrings.LOCATE_ENTRY, toUri("/regions/{region}/data/location"), HttpMethod.GET))
-      .add(new Link(CliStrings.QUERY, toUri("/regions/data/query"), HttpMethod.GET))
-      .add(new Link(CliStrings.REBALANCE, toUri("/regions/data?op=rebalance"), HttpMethod.POST))
+      .add(new Link(CliStrings.GET, toUri("/regions/{region}/data", scheme), HttpMethod.GET))
+      .add(new Link(CliStrings.PUT, toUri("/regions/{region}/data", scheme), HttpMethod.PUT))
+      .add(new Link(CliStrings.REMOVE, toUri("/regions/{region}/data", scheme), HttpMethod.DELETE))
+      .add(new Link(CliStrings.EXPORT_DATA, toUri("/members/{member}/regions/{region}/data", scheme), HttpMethod.GET))
+      .add(new Link(CliStrings.IMPORT_DATA, toUri("/members/{member}/regions/{region}/data", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.LOCATE_ENTRY, toUri("/regions/{region}/data/location", scheme), HttpMethod.GET))
+      .add(new Link(CliStrings.QUERY, toUri("/regions/data/query", scheme), HttpMethod.GET))
+      .add(new Link(CliStrings.REBALANCE, toUri("/regions/data?op=rebalance", scheme), HttpMethod.POST))
       // Function Commands
-      .add(new Link(CliStrings.LIST_FUNCTION, toUri("/functions")))
-      .add(new Link(CliStrings.DESTROY_FUNCTION, toUri("/functions/{id}"), HttpMethod.DELETE))
-      .add(new Link(CliStrings.EXECUTE_FUNCTION, toUri("/functions/{id}"), HttpMethod.POST))
+      .add(new Link(CliStrings.LIST_FUNCTION, toUri("/functions", scheme)))
+      .add(new Link(CliStrings.DESTROY_FUNCTION, toUri("/functions/{id}", scheme), HttpMethod.DELETE))
+      .add(new Link(CliStrings.EXECUTE_FUNCTION, toUri("/functions/{id}", scheme), HttpMethod.POST))
       // Client Commands
-      .add(new Link(CliStrings.LIST_CLIENTS, toUri("/clients")))
-      .add(new Link(CliStrings.DESCRIBE_CLIENT, toUri("/clients/{clientID}")))
+      .add(new Link(CliStrings.LIST_CLIENTS, toUri("/clients", scheme)))
+      .add(new Link(CliStrings.DESCRIBE_CLIENT, toUri("/clients/{clientID}", scheme)))
       // Config Commands
-      .add(new Link(CliStrings.ALTER_RUNTIME_CONFIG, toUri("/config"), HttpMethod.POST))
-      .add(new Link(CliStrings.DESCRIBE_CONFIG, toUri("/members/{member}/config")))
-      .add(new Link(CliStrings.EXPORT_CONFIG, toUri("/config")))
-      .add(new Link(CliStrings.EXPORT_SHARED_CONFIG, toUri("/config/cluster")))
-      .add(new Link(CliStrings.IMPORT_SHARED_CONFIG, toUri("/config/cluster"), HttpMethod.POST))
+      .add(new Link(CliStrings.ALTER_RUNTIME_CONFIG, toUri("/config", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.DESCRIBE_CONFIG, toUri("/members/{member}/config", scheme)))
+      .add(new Link(CliStrings.EXPORT_CONFIG, toUri("/config", scheme)))
+      .add(new Link(CliStrings.EXPORT_SHARED_CONFIG, toUri("/config/cluster", scheme)))
+      .add(new Link(CliStrings.IMPORT_SHARED_CONFIG, toUri("/config/cluster", scheme), HttpMethod.POST))
       // Deploy Commands
-      .add(new Link(CliStrings.LIST_DEPLOYED, toUri("/deployed")))
-      .add(new Link(CliStrings.DEPLOY, toUri("/deployed"), HttpMethod.POST))
-      .add(new Link(CliStrings.UNDEPLOY, toUri("/deployed"), HttpMethod.DELETE))
+      .add(new Link(CliStrings.LIST_DEPLOYED, toUri("/deployed", scheme)))
+      .add(new Link(CliStrings.DEPLOY, toUri("/deployed", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.UNDEPLOY, toUri("/deployed", scheme), HttpMethod.DELETE))
       // Disk Store Commands
-      .add(new Link(CliStrings.LIST_DISK_STORE, toUri("/diskstores")))
-      .add(new Link(CliStrings.BACKUP_DISK_STORE, toUri("/diskstores?op=backup"), HttpMethod.POST))
-      .add(new Link(CliStrings.COMPACT_DISK_STORE, toUri("/diskstores/{name}?op=compact"), HttpMethod.POST))
-      .add(new Link(CliStrings.CREATE_DISK_STORE, toUri("/diskstores"), HttpMethod.POST))
-      .add(new Link(CliStrings.DESCRIBE_DISK_STORE, toUri("/diskstores/{name}")))
-      .add(new Link(CliStrings.DESTROY_DISK_STORE, toUri("/diskstores/{name}"), HttpMethod.DELETE))
-      .add(new Link(CliStrings.REVOKE_MISSING_DISK_STORE, toUri("/diskstores/{id}?op=revoke"), HttpMethod.POST))
-      .add(new Link(CliStrings.SHOW_MISSING_DISK_STORE, toUri("/diskstores/missing")))
+      .add(new Link(CliStrings.LIST_DISK_STORE, toUri("/diskstores", scheme)))
+      .add(new Link(CliStrings.BACKUP_DISK_STORE, toUri("/diskstores?op=backup", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.COMPACT_DISK_STORE, toUri("/diskstores/{name}?op=compact",
+          scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.CREATE_DISK_STORE, toUri("/diskstores", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.DESCRIBE_DISK_STORE, toUri("/diskstores/{name}", scheme)))
+      .add(new Link(CliStrings.DESTROY_DISK_STORE, toUri("/diskstores/{name}", scheme), HttpMethod.DELETE))
+      .add(new Link(CliStrings.REVOKE_MISSING_DISK_STORE, toUri("/diskstores/{id}?op=revoke", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.SHOW_MISSING_DISK_STORE, toUri("/diskstores/missing", scheme)))
       // Durable Client Commands
-      .add(new Link(CliStrings.LIST_DURABLE_CQS, toUri("/durable-clients/{durable-client-id}/cqs")))
-      .add(new Link(CliStrings.COUNT_DURABLE_CQ_EVENTS, toUri("/durable-clients/{durable-client-id}/cqs/events")))
-      .add(new Link(CliStrings.COUNT_DURABLE_CQ_EVENTS, toUri("/durable-clients/{durable-client-id}/cqs/{durable-cq-name}/events")))
-      .add(new Link(CliStrings.CLOSE_DURABLE_CLIENTS, toUri("/durable-clients/{durable-client-id}?op=close"), HttpMethod.POST))
-      .add(new Link(CliStrings.CLOSE_DURABLE_CQS, toUri("/durable-clients/{durable-client-id}/cqs/{durable-cq-name}?op=close"), HttpMethod.POST))
+      .add(new Link(CliStrings.LIST_DURABLE_CQS, toUri("/durable-clients/{durable-client-id}/cqs", scheme)))
+      .add(new Link(CliStrings.COUNT_DURABLE_CQ_EVENTS, toUri("/durable-clients/{durable-client-id}/cqs/events", scheme)))
+      .add(new Link(CliStrings.COUNT_DURABLE_CQ_EVENTS, toUri("/durable-clients/{durable-client-id}/cqs/{durable-cq-name}/events", scheme)))
+      .add(new Link(CliStrings.CLOSE_DURABLE_CLIENTS, toUri("/durable-clients/{durable-client-id}?op=close", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.CLOSE_DURABLE_CQS, toUri("/durable-clients/{durable-client-id}/cqs/{durable-cq-name}?op=close", scheme), HttpMethod.POST))
       // Launcher Lifecycle Commands
-      .add(new Link(CliStrings.STATUS_LOCATOR, toUri("/members/{name}/locator")))
-      .add(new Link(CliStrings.STATUS_SERVER, toUri("/members/{name}/server")))
+      .add(new Link(CliStrings.STATUS_LOCATOR, toUri("/members/{name}/locator", scheme)))
+      .add(new Link(CliStrings.STATUS_SERVER, toUri("/members/{name}/server", scheme)))
       // Miscellaneous Commands
-      .add(new Link(CliStrings.CHANGE_LOGLEVEL, toUri("/groups/{groups}/loglevel"), HttpMethod.POST))
-      .add(new Link(CliStrings.CHANGE_LOGLEVEL, toUri("/members/{members}/loglevel"), HttpMethod.POST))
-      .add(new Link(CliStrings.CHANGE_LOGLEVEL, toUri("/members/{members}/groups/{groups}/loglevel"), HttpMethod.POST))
-      .add(new Link(CliStrings.EXPORT_LOGS, toUri("/logs")))
-      .add(new Link(CliStrings.EXPORT_STACKTRACE, toUri("/stacktraces")))
-      .add(new Link(CliStrings.GC, toUri("/gc"), HttpMethod.POST))
-      .add(new Link(CliStrings.GC, toUri("/members/{member}/gc"), HttpMethod.POST))
-      .add(new Link(CliStrings.NETSTAT, toUri("/netstat")))
-      .add(new Link(CliStrings.SHOW_DEADLOCK, toUri("/deadlocks")))
-      .add(new Link(CliStrings.SHOW_LOG, toUri("/members/{member}/log")))
-      .add(new Link(CliStrings.SHOW_METRICS, toUri("/metrics")))
-      .add(new Link(CliStrings.SHUTDOWN, toUri("/shutdown"), HttpMethod.POST)) // verb!
+      .add(new Link(CliStrings.CHANGE_LOGLEVEL, toUri("/groups/{groups}/loglevel", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.CHANGE_LOGLEVEL, toUri("/members/{members}/loglevel", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.CHANGE_LOGLEVEL, toUri("/members/{members}/groups/{groups}/loglevel", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.EXPORT_LOGS, toUri("/logs", scheme)))
+      .add(new Link(CliStrings.EXPORT_STACKTRACE, toUri("/stacktraces", scheme)))
+      .add(new Link(CliStrings.GC, toUri("/gc", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.GC, toUri("/members/{member}/gc", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.NETSTAT, toUri("/netstat", scheme)))
+      .add(new Link(CliStrings.SHOW_DEADLOCK, toUri("/deadlocks", scheme)))
+      .add(new Link(CliStrings.SHOW_LOG, toUri("/members/{member}/log", scheme)))
+      .add(new Link(CliStrings.SHOW_METRICS, toUri("/metrics", scheme)))
+      .add(new Link(CliStrings.SHUTDOWN, toUri("/shutdown", scheme), HttpMethod.POST)) // verb!
       // Queue Commands
-      .add(new Link(CliStrings.CREATE_ASYNC_EVENT_QUEUE, toUri("/async-event-queues"), HttpMethod.POST))
-      .add(new Link(CliStrings.LIST_ASYNC_EVENT_QUEUES, toUri("/async-event-queues")))
+      .add(new Link(CliStrings.CREATE_ASYNC_EVENT_QUEUE, toUri("/async-event-queues", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.LIST_ASYNC_EVENT_QUEUES, toUri("/async-event-queues", scheme)))
       // PDX Commands
-      .add(new Link(CliStrings.CONFIGURE_PDX, toUri("/pdx"), HttpMethod.POST))
+      .add(new Link(CliStrings.CONFIGURE_PDX, toUri("/pdx", scheme), HttpMethod.POST))
       //.add(new Link(CliStrings.PDX_DELETE_FIELD, toUri("/pdx/type/field"), HttpMethod.DELETE))
-      .add(new Link(CliStrings.PDX_RENAME, toUri("/pdx/type"), HttpMethod.POST))
+      .add(new Link(CliStrings.PDX_RENAME, toUri("/pdx/type", scheme), HttpMethod.POST))
       // Shell Commands
-      .add(new Link(MBEAN_ATTRIBUTE_LINK_RELATION, toUri("/mbean/attribute")))
-      .add(new Link(MBEAN_OPERATION_LINK_RELATION, toUri("/mbean/operation"), HttpMethod.POST))
-      .add(new Link(MBEAN_QUERY_LINK_RELATION, toUri("/mbean/query"), HttpMethod.POST))
-      .add(new Link(PING_LINK_RELATION, toUri("/ping"), HttpMethod.GET))
-      .add(new Link(CliStrings.VERSION, toUri("/version")))
+      .add(new Link(MBEAN_ATTRIBUTE_LINK_RELATION, toUri("/mbean/attribute", scheme)))
+      .add(new Link(MBEAN_OPERATION_LINK_RELATION, toUri("/mbean/operation", scheme), HttpMethod.POST))
+      .add(new Link(MBEAN_QUERY_LINK_RELATION, toUri("/mbean/query", scheme), HttpMethod.POST))
+      .add(new Link(PING_LINK_RELATION, toUri("/ping", scheme), HttpMethod.GET))
+      .add(new Link(CliStrings.VERSION, toUri("/version", scheme)))
       // WAN Gateway Commands
-      .add(new Link(CliStrings.LIST_GATEWAY, toUri("/gateways")))
-      .add(new Link(CliStrings.CREATE_GATEWAYRECEIVER, toUri("/gateways/receivers"), HttpMethod.POST))
-      .add(new Link(CliStrings.CREATE_GATEWAYSENDER, toUri("/gateways/senders"), HttpMethod.POST))
-      .add(new Link(CliStrings.LOAD_BALANCE_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=load-balance"), HttpMethod.POST))
-      .add(new Link(CliStrings.PAUSE_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=pause"), HttpMethod.POST))
-      .add(new Link(CliStrings.RESUME_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=resume"), HttpMethod.POST))
-      .add(new Link(CliStrings.START_GATEWAYRECEIVER, toUri("/gateways/receivers?op=start"), HttpMethod.POST))
-      .add(new Link(CliStrings.START_GATEWAYSENDER, toUri("/gateways/senders?op=start"), HttpMethod.POST))
-      .add(new Link(CliStrings.STATUS_GATEWAYRECEIVER, toUri("/gateways/receivers")))
-      .add(new Link(CliStrings.STATUS_GATEWAYSENDER, toUri("/gateways/senders/{id}")))
-      .add(new Link(CliStrings.STOP_GATEWAYRECEIVER, toUri("/gateways/receivers?op=stop"), HttpMethod.POST))
-      .add(new Link(CliStrings.STOP_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=stop"), HttpMethod.POST))
-      ;
+      .add(new Link(CliStrings.LIST_GATEWAY, toUri("/gateways", scheme)))
+      .add(new Link(CliStrings.CREATE_GATEWAYRECEIVER, toUri("/gateways/receivers", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.CREATE_GATEWAYSENDER, toUri("/gateways/senders", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.LOAD_BALANCE_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=load-balance", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.PAUSE_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=pause", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.RESUME_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=resume", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.START_GATEWAYRECEIVER, toUri("/gateways/receivers?op=start", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.START_GATEWAYSENDER, toUri("/gateways/senders?op=start", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.STATUS_GATEWAYRECEIVER, toUri("/gateways/receivers", scheme)))
+      .add(new Link(CliStrings.STATUS_GATEWAYSENDER, toUri("/gateways/senders/{id}", scheme)))
+      .add(new Link(CliStrings.STOP_GATEWAYRECEIVER, toUri("/gateways/receivers?op=stop", scheme), HttpMethod.POST))
+      .add(new Link(CliStrings.STOP_GATEWAYSENDER, toUri("/gateways/senders/{id}?op=stop", scheme), HttpMethod.POST))
+        ;
   }
 
   @RequestMapping(method = { RequestMethod.GET, RequestMethod.HEAD }, value = "/ping")

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9aa18bd/gemfire-web/build.gradle
----------------------------------------------------------------------
diff --git a/gemfire-web/build.gradle b/gemfire-web/build.gradle
index b9629d3..f0de25a 100755
--- a/gemfire-web/build.gradle
+++ b/gemfire-web/build.gradle
@@ -4,13 +4,15 @@ dependencies {
   runtime 'org.springframework:spring-aspects:3.2.12.RELEASE'
   runtime 'org.springframework:spring-oxm:3.2.12.RELEASE'
   runtime 'commons-fileupload:commons-fileupload:1.3.1'
+
+  testCompile 'org.springframework:spring-test:3.2.12.RELEASE'
   
   provided 'javax.servlet:javax.servlet-api:3.1.0'
   
   // have to use output since we exclude the dependent classes from jar :(
   provided project(path: ':gemfire-core', configuration: 'classesOutput')
   
-  provided project(':gemfire-core')
+  testRuntime project(':gemfire-core')
 
   provided project(path: ':gemfire-junit', configuration: 'testOutput')
 }

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e9aa18bd/gemfire-web/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsControllerJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-web/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsControllerJUnitTest.java b/gemfire-web/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsControllerJUnitTest.java
index c02b3ee..07d1012 100644
--- a/gemfire-web/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsControllerJUnitTest.java
+++ b/gemfire-web/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsControllerJUnitTest.java
@@ -19,7 +19,6 @@ package com.gemstone.gemfire.management.internal.web.controllers;
 import static org.junit.Assert.*;
 
 import java.lang.reflect.Method;
-import java.net.URI;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.HashMap;
@@ -38,9 +37,15 @@ import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
+import org.springframework.mock.web.MockHttpServletRequest;
 import org.springframework.shell.core.CommandMarker;
 import org.springframework.shell.core.annotation.CliCommand;
 import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.context.request.RequestAttributes;
+import org.springframework.web.context.request.RequestContextHolder;
+import org.springframework.web.context.request.ServletRequestAttributes;
+
+import javax.servlet.http.HttpServletRequest;
 
 /**
  * The ShellCommandsControllerJUnitTest class is a test suite of test cases testing the contract and functionality of the
@@ -59,11 +64,10 @@ public class ShellCommandsControllerJUnitTest {
 
   @BeforeClass
   public static void setupBeforeClass() {
-    controller = new ShellCommandsController() {
-      @Override protected URI toUri(final String path) {
-        return URI.create(UriUtils.encode(path));
-      }
-    };
+    controller = new ShellCommandsController();
+    MockHttpServletRequest request = new MockHttpServletRequest();
+    request.setContextPath("gemfire");
+    RequestContextHolder.setRequestAttributes(new ServletRequestAttributes(request));
   }
 
   @AfterClass
@@ -99,6 +103,10 @@ public class ShellCommandsControllerJUnitTest {
   }
 
   protected List<String> getControllerWebServiceEndpoints() {
+    RequestAttributes requestAttrs = RequestContextHolder.getRequestAttributes();
+    HttpServletRequest servletRequest = ((ServletRequestAttributes) requestAttrs).getRequest();
+    String scheme = servletRequest.getScheme();
+
     try {
       Set<Class<?>> controllerClasses = ClasspathScanLoadHelper.loadAndGet(
         "com.gemstone.gemfire.management.internal.web.controllers", AbstractCommandsController.class, true);
@@ -112,7 +120,7 @@ public class ShellCommandsControllerJUnitTest {
               RequestMapping requestMappingAnnotation = method.getAnnotation(RequestMapping.class);
 
               String webServiceEndpoint = String.format("%1$s %2$s", requestMappingAnnotation.method()[0],
-                requestMappingAnnotation.value()[0]);
+                UriUtils.decode(controller.toUri(requestMappingAnnotation.value()[0], scheme).toString()));
 
               String[] requestParameters = requestMappingAnnotation.params();
 
@@ -136,7 +144,7 @@ public class ShellCommandsControllerJUnitTest {
 
   @Test
   public void testUniqueIndex() {
-    LinkIndex linkIndex = controller.index();
+    LinkIndex linkIndex = controller.index("https");
 
     List<String> conflicts = new ArrayList<>();
     Map<String, String> uriRelationMapping = new HashMap<>(linkIndex.size());
@@ -161,7 +169,7 @@ public class ShellCommandsControllerJUnitTest {
     assertNotNull(commands);
     assertFalse(commands.isEmpty());
 
-    LinkIndex linkIndex = controller.index();
+    LinkIndex linkIndex = controller.index("https");
 
     assertNotNull(linkIndex);
     assertFalse(linkIndex.isEmpty());
@@ -190,7 +198,7 @@ public class ShellCommandsControllerJUnitTest {
     assertNotNull(controllerWebServiceEndpoints);
     assertFalse(controllerWebServiceEndpoints.isEmpty());
 
-    LinkIndex linkIndex = controller.index();
+    LinkIndex linkIndex = controller.index("http");
 
     assertNotNull(linkIndex);
     assertFalse(linkIndex.isEmpty());
@@ -208,8 +216,25 @@ public class ShellCommandsControllerJUnitTest {
     missingControllerWebServiceEndpoints.removeAll(controllerWebServiceEndpoints);
 
     assertTrue(String.format(
-      "The Management REST API Web Service Controllers in (%1$s) are missing the following REST API Web Service Endpoint(s): %2$s!",
+        "The Management REST API Web Service Controllers in (%1$s) are missing the following REST API Web Service Endpoint(s): %2$s!",
         getClass().getPackage().getName(), missingControllerWebServiceEndpoints), missingControllerWebServiceEndpoints.isEmpty());
   }
 
+  @Test
+  public void testIndexUrisHaveCorrectScheme() {
+    String versionCmd = "version";
+    List<String> controllerWebServiceEndpoints = getControllerWebServiceEndpoints();
+
+    assertNotNull(controllerWebServiceEndpoints);
+    assertFalse(controllerWebServiceEndpoints.isEmpty());
+
+    String testScheme = "xyz";
+    LinkIndex linkIndex = controller.index(testScheme);
+
+    assertNotNull(linkIndex);
+    assertFalse(linkIndex.isEmpty());
+
+    assertTrue(String.format("Link does not have correct scheme %1$s", linkIndex.find(versionCmd)),
+        testScheme.equals(linkIndex.find(versionCmd).getHref().getScheme()));
+  }
 }


[44/50] [abbrv] incubator-geode git commit: Merge branch 'feature/GEODE-465' into develop Closes #22 *MERGED*

Posted by kl...@apache.org.
Merge branch 'feature/GEODE-465' into develop
Closes #22 *MERGED*


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/28eb3090
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/28eb3090
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/28eb3090

Branch: refs/heads/feature/GEODE-328
Commit: 28eb3090bf42928eefe88bfae83355fa7258f96b
Parents: b639cba ff65298
Author: William Markito <wm...@pivotal.io>
Authored: Mon Oct 26 16:39:52 2015 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Mon Oct 26 16:40:38 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/com/gemstone/gemfire/cache/EntryOperation.java   | 2 +-
 .../com/gemstone/gemfire/internal/cache/EntryOperationImpl.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[13/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/PKCSAuthInit.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/PKCSAuthInit.java b/gemfire-core/src/test/java/templates/security/PKCSAuthInit.java
index 5c5dd26..d43b78e 100755
--- a/gemfire-core/src/test/java/templates/security/PKCSAuthInit.java
+++ b/gemfire-core/src/test/java/templates/security/PKCSAuthInit.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/PKCSAuthenticator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/PKCSAuthenticator.java b/gemfire-core/src/test/java/templates/security/PKCSAuthenticator.java
index 05e0927..d3610c4 100755
--- a/gemfire-core/src/test/java/templates/security/PKCSAuthenticator.java
+++ b/gemfire-core/src/test/java/templates/security/PKCSAuthenticator.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/PKCSPrincipal.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/PKCSPrincipal.java b/gemfire-core/src/test/java/templates/security/PKCSPrincipal.java
index 6ea2dec..563689b 100755
--- a/gemfire-core/src/test/java/templates/security/PKCSPrincipal.java
+++ b/gemfire-core/src/test/java/templates/security/PKCSPrincipal.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/UserPasswordAuthInit.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/UserPasswordAuthInit.java b/gemfire-core/src/test/java/templates/security/UserPasswordAuthInit.java
index f60efc5..f4b6eec 100644
--- a/gemfire-core/src/test/java/templates/security/UserPasswordAuthInit.java
+++ b/gemfire-core/src/test/java/templates/security/UserPasswordAuthInit.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/UsernamePrincipal.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/UsernamePrincipal.java b/gemfire-core/src/test/java/templates/security/UsernamePrincipal.java
index ed1bb2f..739dd52 100644
--- a/gemfire-core/src/test/java/templates/security/UsernamePrincipal.java
+++ b/gemfire-core/src/test/java/templates/security/UsernamePrincipal.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/XmlAuthorization.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/XmlAuthorization.java b/gemfire-core/src/test/java/templates/security/XmlAuthorization.java
index 5884c83..1ed0142 100644
--- a/gemfire-core/src/test/java/templates/security/XmlAuthorization.java
+++ b/gemfire-core/src/test/java/templates/security/XmlAuthorization.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/XmlErrorHandler.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/XmlErrorHandler.java b/gemfire-core/src/test/java/templates/security/XmlErrorHandler.java
index 0a62f89..5da8e09 100644
--- a/gemfire-core/src/test/java/templates/security/XmlErrorHandler.java
+++ b/gemfire-core/src/test/java/templates/security/XmlErrorHandler.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/ShunnedAddressException.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/ShunnedAddressException.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/ShunnedAddressException.java
index b16ab7f..bc7a3b3 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/ShunnedAddressException.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/ShunnedAddressException.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/SuspectMember.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/SuspectMember.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/SuspectMember.java
index 5ff5db6..7bd15fc 100644
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/SuspectMember.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/SuspectMember.java
@@ -1,4 +1,18 @@
-/**
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.org.jgroups;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/debug/JChannelTestHook.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/debug/JChannelTestHook.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/debug/JChannelTestHook.java
index 13f53d5..3fae410 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/debug/JChannelTestHook.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/debug/JChannelTestHook.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.debug;
 
 public interface JChannelTestHook {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/AUTH.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/AUTH.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/AUTH.java
index cc31e17..1f44a2d 100644
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/AUTH.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/AUTH.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.protocols;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/FRAG3.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/FRAG3.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/FRAG3.java
index 219479d..9d87247 100644
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/FRAG3.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/protocols/FRAG3.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.org.jgroups.protocols;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFBasicAdapter.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFBasicAdapter.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFBasicAdapter.java
index 8813e53..b6b83c6 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFBasicAdapter.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFBasicAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.spi;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFPeerAdapter.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFPeerAdapter.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFPeerAdapter.java
index d82cee7..4f91970 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFPeerAdapter.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/spi/GFPeerAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.spi;
 
 import java.net.DatagramSocket;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFBasicAdapterImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFBasicAdapterImpl.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFBasicAdapterImpl.java
index ba009b9..a65c186 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFBasicAdapterImpl.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFBasicAdapterImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.stack;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFPeerAdapterImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFPeerAdapterImpl.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFPeerAdapterImpl.java
index 75ab951..989428e 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFPeerAdapterImpl.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/GFPeerAdapterImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.stack;
 
 import java.net.DatagramSocket;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/SockCreatorImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/SockCreatorImpl.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/SockCreatorImpl.java
index 27ca179..bba8897 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/SockCreatorImpl.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/stack/SockCreatorImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.stack;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/ConnectionWatcher.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/ConnectionWatcher.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/ConnectionWatcher.java
index b5febde..ca5becb 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/ConnectionWatcher.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/ConnectionWatcher.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.util;
 
 import java.net.Socket;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFLogWriter.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFLogWriter.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFLogWriter.java
index de26249..fc57d0d 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFLogWriter.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFLogWriter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.util;
 
 import java.io.StreamCorruptedException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFStringIdImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFStringIdImpl.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFStringIdImpl.java
index 1b70748..ffde74e 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFStringIdImpl.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/GFStringIdImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.util;
 
 import java.text.MessageFormat;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/SockCreator.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/SockCreator.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/SockCreator.java
index 8b063f3..cb2bf4c 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/SockCreator.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/SockCreator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.util;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/StreamableFixedID.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/StreamableFixedID.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/StreamableFixedID.java
index 3aa5d9e..e22959c 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/StreamableFixedID.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/StreamableFixedID.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.util;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/VersionedStreamable.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/VersionedStreamable.java b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/VersionedStreamable.java
index 9383528..3bcf588 100755
--- a/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/VersionedStreamable.java
+++ b/gemfire-jgroups/src/main/java/com/gemstone/org/jgroups/util/VersionedStreamable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.util;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-jgroups/src/test/java/com/gemstone/org/jgroups/JChannelJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-jgroups/src/test/java/com/gemstone/org/jgroups/JChannelJUnitTest.java b/gemfire-jgroups/src/test/java/com/gemstone/org/jgroups/JChannelJUnitTest.java
index 0df24a7..a60a77b 100755
--- a/gemfire-jgroups/src/test/java/com/gemstone/org/jgroups/JChannelJUnitTest.java
+++ b/gemfire-jgroups/src/test/java/com/gemstone/org/jgroups/JChannelJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups;
 
 import java.net.DatagramPacket;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTest.java
index 72b51fb..6aa538b 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 /**
  * JUnit Test Category that specifies a test involving multiple members of a

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTransactionsTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTransactionsTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTransactionsTest.java
index 7d4a930..1892ddd 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTransactionsTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/DistributedTransactionsTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/HoplogTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/HoplogTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/HoplogTest.java
index 08987a5..43fd024 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/HoplogTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/HoplogTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 /**
  * JUnit Test Category that specifies a test with very narrow and well defined

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/IntegrationTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/IntegrationTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/IntegrationTest.java
index 95281dd..1be6e45 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/IntegrationTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/IntegrationTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 /**
  * JUnit Test Category that specifies a test involving inter-operation of 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/PerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/PerformanceTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/PerformanceTest.java
index e73b4a3..ad952be 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/PerformanceTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/PerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 /**
  * JUnit Test Category that specifies a test that measures performance.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/UnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/UnitTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/UnitTest.java
index 6f1dd57..d5be9e8 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/UnitTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/UnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 /**
  * JUnit Test Category that specifies a test with very narrow and well defined

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/WanTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/WanTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/WanTest.java
index ca3950b..9abf15b 100644
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/WanTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/categories/WanTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.categories;
 /**
  * Tests Wan Feature.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeout.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeout.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeout.java
index 9d4040a..2f53811 100755
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeout.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeout.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.rules;
 
 import static org.junit.Assert.assertThat;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeoutJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeoutJUnitTest.java b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeoutJUnitTest.java
index fe11586..24ebdde 100755
--- a/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeoutJUnitTest.java
+++ b/gemfire-junit/src/test/java/com/gemstone/gemfire/test/junit/rules/ExpectedTimeoutJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.junit.rules;
 
 import static org.hamcrest.core.StringContains.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
----------------------------------------------------------------------
diff --git a/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java b/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
index 00ebc5f..d76049a 100644
--- a/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
+++ b/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.util;
 
 import java.util.Date;
@@ -509,4 +525,4 @@ public class AutoBalancer implements Declarable {
   public CacheOperationFacade getCacheOperationFacade() {
     return this.cacheFacade;
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
index f0bcded..0d3ea25 100644
--- a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
+++ b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.util;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/RegionMetadata.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/RegionMetadata.java b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/RegionMetadata.java
index 55fe7e5..fde6204 100644
--- a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/RegionMetadata.java
+++ b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/RegionMetadata.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal;
 
 import com.gemstone.gemfire.distributed.internal.ServerLocation;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/QueryFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/QueryFunction.java b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/QueryFunction.java
index 0f4ef1d..862bc9f 100644
--- a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/QueryFunction.java
+++ b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/QueryFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.gemfirefunctions;
 
 import com.gemstone.gemfire.DataSerializer;
@@ -80,4 +96,4 @@ public class QueryFunction implements Function {
     }
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionFunction.java b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionFunction.java
index 50c35c5..d5a69f3 100644
--- a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionFunction.java
+++ b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.gemfirefunctions;
 
 import java.util.Iterator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionMetadataFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionMetadataFunction.java b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionMetadataFunction.java
index c11c231..de62cc1 100644
--- a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionMetadataFunction.java
+++ b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/RetrieveRegionMetadataFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.gemfirefunctions;
 
 import com.gemstone.gemfire.cache.execute.Function;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSender.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSender.java b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSender.java
index f79c948..793de6a 100644
--- a/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSender.java
+++ b/gemfire-spark-connector/gemfire-functions/src/main/java/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSender.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.gemfirefunctions;
 
 import com.gemstone.gemfire.DataSerializer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Employee.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Employee.java b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Employee.java
index ed7cef0..6cb571f 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Employee.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Employee.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/JavaApiIntegrationTest.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/JavaApiIntegrationTest.java b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/JavaApiIntegrationTest.java
index bbbef61..bb75c7a 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/JavaApiIntegrationTest.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/JavaApiIntegrationTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector;
 
 import com.gemstone.gemfire.cache.Region;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Portfolio.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Portfolio.java b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Portfolio.java
index d5e9c85..5fa03c6 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Portfolio.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Portfolio.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Position.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Position.java b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Position.java
index 8940d4f..b8e8be9 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Position.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/java/ittest/io/pivotal/gemfire/spark/connector/Position.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaDStreamFunctions.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaDStreamFunctions.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaDStreamFunctions.java
index 80b396c..527b462 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaDStreamFunctions.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaDStreamFunctions.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairDStreamFunctions.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairDStreamFunctions.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairDStreamFunctions.java
index 060c3e0..6556462 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairDStreamFunctions.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairDStreamFunctions.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairRDDFunctions.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairRDDFunctions.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairRDDFunctions.java
index 20b5af2..72fa7a9 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairRDDFunctions.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaPairRDDFunctions.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRDDFunctions.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRDDFunctions.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRDDFunctions.java
index 9bf35c1..519ba6e 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRDDFunctions.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRDDFunctions.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSQLContextFunctions.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSQLContextFunctions.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSQLContextFunctions.java
index eba1ad9..980c409 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSQLContextFunctions.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSQLContextFunctions.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSparkContextFunctions.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSparkContextFunctions.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSparkContextFunctions.java
index f822a1f..f8b930c 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSparkContextFunctions.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaSparkContextFunctions.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaUtil.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaUtil.java b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaUtil.java
index 5e0c928..679f197 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaUtil.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/java/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaUtil.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi;
 
 import org.apache.spark.SparkContext;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-connector/src/test/java/io/pivotal/gemfire/spark/connector/JavaAPITest.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/java/io/pivotal/gemfire/spark/connector/JavaAPITest.java b/gemfire-spark-connector/gemfire-spark-connector/src/test/java/io/pivotal/gemfire/spark/connector/JavaAPITest.java
index 43415fa..2236b4a 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/java/io/pivotal/gemfire/spark/connector/JavaAPITest.java
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/java/io/pivotal/gemfire/spark/connector/JavaAPITest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector;
 
 import io.pivotal.gemfire.spark.connector.javaapi.*;
@@ -144,4 +160,4 @@ public class JavaAPITest extends JUnitSuite {
     assertTrue(wrapper.scf.getClass() == GemFireSQLContextFunctions.class);
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/Emp.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/Emp.java b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/Emp.java
index 6207eab..03e15a0 100644
--- a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/Emp.java
+++ b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/Emp.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package demo;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/OQLJavaDemo.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/OQLJavaDemo.java b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/OQLJavaDemo.java
index b4ec109..41654a5 100644
--- a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/OQLJavaDemo.java
+++ b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/OQLJavaDemo.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package demo;
 
 import org.apache.spark.SparkConf;



[09/50] [abbrv] incubator-geode git commit: GEODE-370: Using SerialDistributionMessage for serializers

Posted by kl...@apache.org.
GEODE-370: Using SerialDistributionMessage for serializers

DataSerializers were being sent using PooledDistributionMessage. That
meant they could  be processed out of order. When DataSerializers were
added out of order to a client queue, some serializers would be lost.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/593d176f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/593d176f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/593d176f

Branch: refs/heads/feature/GEODE-328
Commit: 593d176f713af6570ff6378fc4b7f884d880033a
Parents: 9390a62
Author: Dan Smith <up...@apache.org>
Authored: Wed Oct 21 13:32:18 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Thu Oct 22 13:12:59 2015 -0700

----------------------------------------------------------------------
 .../com/gemstone/gemfire/internal/InternalDataSerializer.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/593d176f/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
index 09f9280..27ba141 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
@@ -65,7 +65,6 @@ import com.gemstone.gemfire.GemFireIOException;
 import com.gemstone.gemfire.GemFireRethrowable;
 import com.gemstone.gemfire.Instantiator;
 import com.gemstone.gemfire.InternalGemFireError;
-import com.gemstone.gemfire.InternalGemFireException;
 import com.gemstone.gemfire.SerializationException;
 import com.gemstone.gemfire.SystemFailure;
 import com.gemstone.gemfire.ToDataException;
@@ -76,7 +75,7 @@ import com.gemstone.gemfire.distributed.internal.DMStats;
 import com.gemstone.gemfire.distributed.internal.DistributionManager;
 import com.gemstone.gemfire.distributed.internal.InternalDistributedSystem;
 import com.gemstone.gemfire.distributed.internal.LonerDistributionManager;
-import com.gemstone.gemfire.distributed.internal.PooledDistributionMessage;
+import com.gemstone.gemfire.distributed.internal.SerialDistributionMessage;
 import com.gemstone.gemfire.internal.cache.EnumListenerEvent;
 import com.gemstone.gemfire.internal.cache.EventID;
 import com.gemstone.gemfire.internal.cache.GemFireCacheImpl;
@@ -3475,7 +3474,7 @@ public abstract class InternalDataSerializer extends DataSerializer implements D
    * distributed cache of a new <code>DataSerializer</code> being
    * registered.
    */
-  public static final class RegistrationMessage extends PooledDistributionMessage {
+  public static final class RegistrationMessage extends SerialDistributionMessage {
     /** The id of the <code>DataSerializer</code> that was
      * registered
      * since 5.7 an int instead of a byte


[23/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
From: Niall Pemberton <ni...@apache.org>
Date: Sat, 17 Oct 2015 12:34:12 +0100
Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header
File: 0003-Remove-Pivotal-VMWare-AsIs-License-and-add-ASF-Licen.patch.txt


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b7b08d1c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b7b08d1c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b7b08d1c

Branch: refs/heads/feature/GEODE-328
Commit: b7b08d1c1903dd35fabe7595636896eafcf33de9
Parents: 2040242
Author: Dick Cavender <dc...@pivotal.io>
Authored: Thu Oct 22 15:39:20 2015 -0700
Committer: Dick Cavender <dc...@pivotal.io>
Committed: Thu Oct 22 15:39:20 2015 -0700

----------------------------------------------------------------------
 .../gemfire/OutOfOffHeapMemoryException.java    | 21 ++++++++++++-----
 .../cache/hdfs/internal/FlushObserver.java      | 16 +++++++++++++
 .../hdfs/internal/QueuedPersistentEvent.java    | 16 +++++++++++++
 .../hdfs/internal/SignalledFlushObserver.java   | 16 +++++++++++++
 .../cache/hdfs/internal/hoplog/FlushStatus.java | 16 +++++++++++++
 .../internal/hoplog/HDFSFlushQueueArgs.java     | 16 +++++++++++++
 .../internal/hoplog/HDFSFlushQueueFunction.java | 16 +++++++++++++
 .../gemfire/cache/lucene/LuceneQuery.java       | 16 +++++++++++++
 .../cache/lucene/LuceneQueryFactory.java        | 16 +++++++++++++
 .../cache/lucene/LuceneQueryResults.java        | 16 +++++++++++++
 .../cache/lucene/LuceneResultStruct.java        | 16 +++++++++++++
 .../gemfire/cache/lucene/LuceneService.java     | 16 +++++++++++++
 .../cache/lucene/LuceneServiceFactory.java      | 16 +++++++++++++
 .../cache/lucene/LuceneServiceProvider.java     | 16 +++++++++++++
 .../cache/lucene/internal/LuceneIndexImpl.java  | 16 +++++++++++++
 .../lucene/internal/LuceneQueryFactoryImpl.java | 16 +++++++++++++
 .../cache/lucene/internal/LuceneQueryImpl.java  | 16 +++++++++++++
 .../lucene/internal/LuceneQueryResultsImpl.java | 16 +++++++++++++
 .../lucene/internal/LuceneResultStructImpl.java | 16 +++++++++++++
 .../internal/LuceneServiceFactoryImpl.java      | 16 +++++++++++++
 .../lucene/internal/LuceneServiceImpl.java      | 16 +++++++++++++
 .../internal/GetOperationContextImpl.java       | 16 +++++++++++++
 .../gemfire/cache/query/Aggregator.java         | 16 +++++++++++++
 .../internal/CompiledAggregateFunction.java     | 16 +++++++++++++
 .../query/internal/CompiledGroupBySelect.java   | 16 +++++++++++++
 .../internal/CumulativeNonDistinctResults.java  | 16 +++++++++++++
 .../cache/query/internal/NWayMergeResults.java  | 16 +++++++++++++
 .../cache/query/internal/OrderByComparator.java | 18 ++++++++++++++-
 .../internal/OrderByComparatorUnmapped.java     | 16 +++++++++++++
 .../gemfire/cache/query/internal/Ordered.java   | 16 +++++++++++++
 .../cache/query/internal/PRQueryTraceInfo.java  | 22 ++++++++++++------
 .../cache/query/internal/SortedResultsBag.java  | 16 +++++++++++++
 .../cache/query/internal/SortedStructBag.java   | 16 +++++++++++++
 .../cache/query/internal/StructFields.java      | 16 +++++++++++++
 .../internal/aggregate/AbstractAggregator.java  | 16 +++++++++++++
 .../cache/query/internal/aggregate/Avg.java     | 16 +++++++++++++
 .../query/internal/aggregate/AvgBucketNode.java | 16 +++++++++++++
 .../query/internal/aggregate/AvgDistinct.java   | 16 +++++++++++++
 .../aggregate/AvgDistinctPRQueryNode.java       | 16 +++++++++++++
 .../internal/aggregate/AvgPRQueryNode.java      | 16 +++++++++++++
 .../cache/query/internal/aggregate/Count.java   | 16 +++++++++++++
 .../query/internal/aggregate/CountDistinct.java | 16 +++++++++++++
 .../aggregate/CountDistinctPRQueryNode.java     | 16 +++++++++++++
 .../internal/aggregate/CountPRQueryNode.java    | 16 +++++++++++++
 .../internal/aggregate/DistinctAggregator.java  | 16 +++++++++++++
 .../cache/query/internal/aggregate/MaxMin.java  | 16 +++++++++++++
 .../cache/query/internal/aggregate/Sum.java     | 16 +++++++++++++
 .../query/internal/aggregate/SumDistinct.java   | 16 +++++++++++++
 .../aggregate/SumDistinctPRQueryNode.java       | 16 +++++++++++++
 .../query/internal/parse/ASTAggregateFunc.java  | 16 +++++++++++++
 .../cache/query/internal/parse/ASTDummy.java    | 16 +++++++++++++
 .../query/internal/utils/LimitIterator.java     | 16 +++++++++++++
 .../cache/query/internal/utils/PDXUtils.java    | 16 +++++++++++++
 .../gemstone/gemfire/cache/util/Gateway.java    | 16 +++++++++++++
 .../gemfire/internal/ByteBufferWriter.java      | 16 +++++++++++++
 .../com/gemstone/gemfire/internal/Sendable.java | 18 ++++++++++++++-
 .../gemstone/gemfire/internal/SocketCloser.java | 16 +++++++++++++
 .../remote/ShutdownAllGatewayHubsRequest.java   | 16 +++++++++++++
 .../internal/cache/DistPeerTXStateStub.java     | 16 +++++++++++++
 .../cache/DistTXAdjunctCommitMessage.java       | 16 +++++++++++++
 .../internal/cache/DistTXCommitMessage.java     | 17 ++++++++++++--
 .../internal/cache/DistTXPrecommitMessage.java  | 17 ++++++++++++--
 .../internal/cache/DistTXRollbackMessage.java   | 17 ++++++++++++--
 .../gemfire/internal/cache/DistTXState.java     | 16 +++++++++++++
 .../cache/DistTXStateOnCoordinator.java         | 16 +++++++++++++
 .../internal/cache/DistTXStateProxyImpl.java    | 16 +++++++++++++
 .../DistTXStateProxyImplOnCoordinator.java      | 18 ++++++++++++++-
 .../cache/DistTXStateProxyImplOnDatanode.java   | 16 +++++++++++++
 .../gemfire/internal/cache/HDFSRegionMap.java   | 16 +++++++++++++
 .../internal/cache/OffHeapRegionEntry.java      | 16 +++++++++++++
 .../internal/cache/ServerPingMessage.java       | 16 +++++++++++++
 .../cache/VMThinRegionEntryOffHeap.java         | 16 +++++++++++++
 .../cache/control/HeapMemoryMonitor.java        | 21 ++++++++++++-----
 .../cache/control/MemoryThresholds.java         | 16 +++++++++++++
 .../cache/control/OffHeapMemoryMonitor.java     | 21 ++++++++++++-----
 .../internal/cache/control/ResourceMonitor.java | 16 +++++++++++++
 .../internal/cache/lru/OffHeapEvictor.java      | 21 ++++++++++++-----
 .../DestroyRegionOnDataStoreMessage.java        | 20 +++++++++++-----
 .../rebalance/ParallelBucketOperator.java       | 16 +++++++++++++
 .../cache/tx/DistClientTXStateStub.java         | 19 +++++++++++++---
 .../internal/cache/tx/DistTxEntryEvent.java     | 16 +++++++++++++
 .../internal/cache/tx/DistTxKeyInfo.java        | 18 ++++++++++++++-
 .../cache/xmlcache/CacheXmlVersion.java         | 17 ++++++++++++--
 .../internal/logging/log4j/ConfigLocator.java   | 16 +++++++++++++
 .../internal/offheap/ByteArrayMemoryChunk.java  | 16 +++++++++++++
 .../internal/offheap/ByteBufferMemoryChunk.java | 16 +++++++++++++
 .../gemfire/internal/offheap/DataType.java      | 16 +++++++++++++
 .../internal/offheap/MemoryAllocator.java       | 16 +++++++++++++
 .../gemfire/internal/offheap/MemoryBlock.java   | 16 +++++++++++++
 .../gemfire/internal/offheap/MemoryChunk.java   | 16 +++++++++++++
 .../offheap/MemoryChunkWithRefCount.java        | 16 +++++++++++++
 .../internal/offheap/MemoryInspector.java       | 16 +++++++++++++
 .../internal/offheap/MemoryUsageListener.java   | 16 +++++++++++++
 .../offheap/OffHeapCachedDeserializable.java    | 16 +++++++++++++
 .../gemfire/internal/offheap/OffHeapHelper.java | 16 +++++++++++++
 .../internal/offheap/OffHeapMemoryStats.java    | 16 +++++++++++++
 .../internal/offheap/OffHeapReference.java      | 18 ++++++++++++++-
 .../offheap/OffHeapRegionEntryHelper.java       | 16 +++++++++++++
 .../internal/offheap/OffHeapStorage.java        | 16 +++++++++++++
 .../offheap/OutOfOffHeapMemoryListener.java     | 16 +++++++++++++
 .../gemfire/internal/offheap/Releasable.java    | 16 +++++++++++++
 .../offheap/SimpleMemoryAllocatorImpl.java      | 16 +++++++++++++
 .../gemfire/internal/offheap/StoredObject.java  | 16 +++++++++++++
 .../internal/offheap/UnsafeMemoryChunk.java     | 16 +++++++++++++
 .../offheap/annotations/OffHeapIdentifier.java  | 16 +++++++++++++
 .../internal/offheap/annotations/Released.java  | 16 +++++++++++++
 .../internal/offheap/annotations/Retained.java  | 16 +++++++++++++
 .../offheap/annotations/Unretained.java         | 16 +++++++++++++
 .../process/BlockingProcessStreamReader.java    | 16 +++++++++++++
 .../process/NonBlockingProcessStreamReader.java | 16 +++++++++++++
 .../gemfire/internal/process/PidFile.java       | 16 +++++++++++++
 .../internal/redis/ByteArrayWrapper.java        | 16 +++++++++++++
 .../internal/redis/ByteToCommandDecoder.java    | 16 +++++++++++++
 .../gemstone/gemfire/internal/redis/Coder.java  | 16 +++++++++++++
 .../gemfire/internal/redis/Command.java         | 16 +++++++++++++
 .../gemfire/internal/redis/DoubleWrapper.java   | 16 +++++++++++++
 .../internal/redis/ExecutionHandlerContext.java | 16 +++++++++++++
 .../gemfire/internal/redis/Executor.java        | 16 +++++++++++++
 .../gemfire/internal/redis/Extendable.java      | 16 +++++++++++++
 .../redis/RedisCommandParserException.java      | 16 +++++++++++++
 .../internal/redis/RedisCommandType.java        | 16 +++++++++++++
 .../gemfire/internal/redis/RedisConstants.java  | 16 +++++++++++++
 .../gemfire/internal/redis/RedisDataType.java   | 18 ++++++++++++++-
 .../redis/RedisDataTypeMismatchException.java   | 16 +++++++++++++
 .../internal/redis/RegionCreationException.java | 16 +++++++++++++
 .../gemfire/internal/redis/RegionProvider.java  | 16 +++++++++++++
 .../redis/executor/AbstractExecutor.java        | 16 +++++++++++++
 .../redis/executor/AbstractScanExecutor.java    | 16 +++++++++++++
 .../internal/redis/executor/AuthExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/DBSizeExecutor.java | 16 +++++++++++++
 .../internal/redis/executor/DelExecutor.java    | 16 +++++++++++++
 .../internal/redis/executor/EchoExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/ExistsExecutor.java | 16 +++++++++++++
 .../redis/executor/ExpirationExecutor.java      | 16 +++++++++++++
 .../redis/executor/ExpireAtExecutor.java        | 16 +++++++++++++
 .../internal/redis/executor/ExpireExecutor.java | 16 +++++++++++++
 .../redis/executor/FlushAllExecutor.java        | 16 +++++++++++++
 .../internal/redis/executor/KeysExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/ListQuery.java      | 16 +++++++++++++
 .../redis/executor/PExpireAtExecutor.java       | 16 +++++++++++++
 .../redis/executor/PExpireExecutor.java         | 16 +++++++++++++
 .../internal/redis/executor/PTTLExecutor.java   | 16 +++++++++++++
 .../redis/executor/PersistExecutor.java         | 16 +++++++++++++
 .../internal/redis/executor/PingExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/QuitExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/ScanExecutor.java   | 16 +++++++++++++
 .../redis/executor/ShutDownExecutor.java        | 16 +++++++++++++
 .../internal/redis/executor/SortedSetQuery.java | 16 +++++++++++++
 .../internal/redis/executor/TTLExecutor.java    | 16 +++++++++++++
 .../internal/redis/executor/TimeExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/TypeExecutor.java   | 16 +++++++++++++
 .../internal/redis/executor/UnkownExecutor.java | 16 +++++++++++++
 .../redis/executor/hash/HDelExecutor.java       | 16 +++++++++++++
 .../redis/executor/hash/HExistsExecutor.java    | 16 +++++++++++++
 .../redis/executor/hash/HGetAllExecutor.java    | 16 +++++++++++++
 .../redis/executor/hash/HGetExecutor.java       | 16 +++++++++++++
 .../redis/executor/hash/HIncrByExecutor.java    | 16 +++++++++++++
 .../executor/hash/HIncrByFloatExecutor.java     | 16 +++++++++++++
 .../redis/executor/hash/HKeysExecutor.java      | 16 +++++++++++++
 .../redis/executor/hash/HLenExecutor.java       | 16 +++++++++++++
 .../redis/executor/hash/HMGetExecutor.java      | 16 +++++++++++++
 .../redis/executor/hash/HMSetExecutor.java      | 16 +++++++++++++
 .../redis/executor/hash/HScanExecutor.java      | 16 +++++++++++++
 .../redis/executor/hash/HSetExecutor.java       | 16 +++++++++++++
 .../redis/executor/hash/HSetNXExecutor.java     | 16 +++++++++++++
 .../redis/executor/hash/HValsExecutor.java      | 16 +++++++++++++
 .../redis/executor/hash/HashExecutor.java       | 18 ++++++++++++++-
 .../internal/redis/executor/hll/Bits.java       | 16 +++++++++++++
 .../executor/hll/CardinalityMergeException.java | 18 ++++++++++++++-
 .../redis/executor/hll/HllExecutor.java         | 16 +++++++++++++
 .../redis/executor/hll/HyperLogLog.java         | 16 +++++++++++++
 .../redis/executor/hll/HyperLogLogPlus.java     | 18 ++++++++++++++-
 .../internal/redis/executor/hll/IBuilder.java   | 18 ++++++++++++++-
 .../redis/executor/hll/ICardinality.java        | 16 +++++++++++++
 .../internal/redis/executor/hll/MurmurHash.java | 18 ++++++++++++++-
 .../redis/executor/hll/PFAddExecutor.java       | 16 +++++++++++++
 .../redis/executor/hll/PFCountExecutor.java     | 16 +++++++++++++
 .../redis/executor/hll/PFMergeExecutor.java     | 16 +++++++++++++
 .../redis/executor/hll/RegisterSet.java         | 18 ++++++++++++++-
 .../internal/redis/executor/hll/Varint.java     | 18 ++++++++++++++-
 .../redis/executor/list/LIndexExecutor.java     | 16 +++++++++++++
 .../redis/executor/list/LInsertExecutor.java    | 16 +++++++++++++
 .../redis/executor/list/LLenExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/LPopExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/LPushExecutor.java      | 16 +++++++++++++
 .../redis/executor/list/LPushXExecutor.java     | 16 +++++++++++++
 .../redis/executor/list/LRangeExecutor.java     | 16 +++++++++++++
 .../redis/executor/list/LRemExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/LSetExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/LTrimExecutor.java      | 16 +++++++++++++
 .../redis/executor/list/ListExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/PopExecutor.java        | 16 +++++++++++++
 .../redis/executor/list/PushExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/PushXExecutor.java      | 16 +++++++++++++
 .../redis/executor/list/RPopExecutor.java       | 16 +++++++++++++
 .../redis/executor/list/RPushExecutor.java      | 16 +++++++++++++
 .../redis/executor/list/RPushXExecutor.java     | 16 +++++++++++++
 .../redis/executor/set/SAddExecutor.java        | 16 +++++++++++++
 .../redis/executor/set/SCardExecutor.java       | 16 +++++++++++++
 .../redis/executor/set/SDiffExecutor.java       | 16 +++++++++++++
 .../redis/executor/set/SDiffStoreExecutor.java  | 16 +++++++++++++
 .../redis/executor/set/SInterExecutor.java      | 16 +++++++++++++
 .../redis/executor/set/SInterStoreExecutor.java | 16 +++++++++++++
 .../redis/executor/set/SIsMemberExecutor.java   | 16 +++++++++++++
 .../redis/executor/set/SMembersExecutor.java    | 16 +++++++++++++
 .../redis/executor/set/SMoveExecutor.java       | 16 +++++++++++++
 .../redis/executor/set/SPopExecutor.java        | 16 +++++++++++++
 .../redis/executor/set/SRandMemberExecutor.java | 16 +++++++++++++
 .../redis/executor/set/SRemExecutor.java        | 16 +++++++++++++
 .../redis/executor/set/SScanExecutor.java       | 16 +++++++++++++
 .../redis/executor/set/SUnionExecutor.java      | 16 +++++++++++++
 .../redis/executor/set/SUnionStoreExecutor.java | 16 +++++++++++++
 .../redis/executor/set/SetExecutor.java         | 16 +++++++++++++
 .../redis/executor/set/SetOpExecutor.java       | 16 +++++++++++++
 .../executor/sortedset/SortedSetExecutor.java   | 16 +++++++++++++
 .../redis/executor/sortedset/ZAddExecutor.java  | 16 +++++++++++++
 .../redis/executor/sortedset/ZCardExecutor.java | 16 +++++++++++++
 .../executor/sortedset/ZCountExecutor.java      | 16 +++++++++++++
 .../executor/sortedset/ZIncrByExecutor.java     | 16 +++++++++++++
 .../executor/sortedset/ZLexCountExecutor.java   | 16 +++++++++++++
 .../executor/sortedset/ZRangeByLexExecutor.java | 16 +++++++++++++
 .../sortedset/ZRangeByScoreExecutor.java        | 16 +++++++++++++
 .../executor/sortedset/ZRangeExecutor.java      | 16 +++++++++++++
 .../redis/executor/sortedset/ZRankExecutor.java | 16 +++++++++++++
 .../redis/executor/sortedset/ZRemExecutor.java  | 16 +++++++++++++
 .../sortedset/ZRemRangeByLexExecutor.java       | 16 +++++++++++++
 .../sortedset/ZRemRangeByRankExecutor.java      | 16 +++++++++++++
 .../sortedset/ZRemRangeByScoreExecutor.java     | 16 +++++++++++++
 .../sortedset/ZRevRangeByScoreExecutor.java     | 16 +++++++++++++
 .../executor/sortedset/ZRevRangeExecutor.java   | 16 +++++++++++++
 .../executor/sortedset/ZRevRankExecutor.java    | 16 +++++++++++++
 .../redis/executor/sortedset/ZScanExecutor.java | 16 +++++++++++++
 .../executor/sortedset/ZScoreExecutor.java      | 16 +++++++++++++
 .../redis/executor/string/AppendExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/BitCountExecutor.java | 16 +++++++++++++
 .../redis/executor/string/BitOpExecutor.java    | 16 +++++++++++++
 .../redis/executor/string/BitPosExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/DecrByExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/DecrExecutor.java     | 16 +++++++++++++
 .../redis/executor/string/GetBitExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/GetExecutor.java      | 16 +++++++++++++
 .../redis/executor/string/GetRangeExecutor.java | 16 +++++++++++++
 .../redis/executor/string/GetSetExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/IncrByExecutor.java   | 16 +++++++++++++
 .../executor/string/IncrByFloatExecutor.java    | 16 +++++++++++++
 .../redis/executor/string/IncrExecutor.java     | 16 +++++++++++++
 .../redis/executor/string/MGetExecutor.java     | 16 +++++++++++++
 .../redis/executor/string/MSetExecutor.java     | 16 +++++++++++++
 .../redis/executor/string/MSetNXExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/PSetEXExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/SetBitExecutor.java   | 16 +++++++++++++
 .../redis/executor/string/SetEXExecutor.java    | 16 +++++++++++++
 .../redis/executor/string/SetExecutor.java      | 16 +++++++++++++
 .../redis/executor/string/SetNXExecutor.java    | 16 +++++++++++++
 .../redis/executor/string/SetRangeExecutor.java | 16 +++++++++++++
 .../redis/executor/string/StringExecutor.java   | 18 ++++++++++++++-
 .../redis/executor/string/StrlenExecutor.java   | 16 +++++++++++++
 .../executor/transactions/DiscardExecutor.java  | 16 +++++++++++++
 .../executor/transactions/ExecExecutor.java     | 16 +++++++++++++
 .../executor/transactions/MultiExecutor.java    | 16 +++++++++++++
 .../transactions/TransactionExecutor.java       | 16 +++++++++++++
 .../executor/transactions/UnwatchExecutor.java  | 16 +++++++++++++
 .../executor/transactions/WatchExecutor.java    | 16 +++++++++++++
 .../internal/util/SingletonCallable.java        | 16 +++++++++++++
 .../gemfire/internal/util/SingletonValue.java   | 18 ++++++++++++++-
 .../internal/util/StackTraceCollector.java      | 21 ++++++++++++-----
 .../cli/commands/HDFSStoreCommands.java         | 16 +++++++++++++
 .../cli/functions/CreateHDFSStoreFunction.java  | 16 +++++++++++++
 .../functions/DescribeHDFSStoreFunction.java    | 16 +++++++++++++
 .../pdx/PdxRegistryMismatchException.java       | 24 ++++++++++++--------
 .../gemfire/redis/GemFireRedisServer.java       | 18 ++++++++++++++-
 .../src/test/java/cacheRunner/Portfolio.java    | 16 +++++++++++++
 .../src/test/java/cacheRunner/Position.java     | 16 +++++++++++++
 .../java/com/company/data/MyDeclarable.java     | 16 +++++++++++++
 .../src/test/java/com/examples/ds/Address.java  | 16 +++++++++++++
 .../java/com/gemstone/gemfire/AppObject.java    | 18 ++++++++++++++-
 .../com/gemstone/gemfire/TXWriterTestCase.java  | 16 +++++++++++++
 .../cache/ClientServerTimeSyncDUnitTest.java    | 16 +++++++++++++
 .../ClientServerRegisterInterestsDUnitTest.java | 16 +++++++++++++
 .../internal/SSLNoClientAuthDUnitTest.java      | 21 ++++++++++++-----
 .../SignalledFlushObserverJUnitTest.java        | 16 +++++++++++++
 .../MemoryThresholdsOffHeapDUnitTest.java       | 21 ++++++++++++-----
 .../PutOperationContextJUnitTest.java           | 16 +++++++++++++
 .../GetOperationContextImplJUnitTest.java       | 16 +++++++++++++
 .../dunit/GroupByPartitionedQueryDUnitTest.java | 16 +++++++++++++
 .../functional/GroupByPartitionedJUnitTest.java | 16 +++++++++++++
 .../functional/GroupByReplicatedJUnitTest.java  | 16 +++++++++++++
 .../query/functional/GroupByTestInterface.java  | 16 +++++++++++++
 .../functional/MultiIndexCreationJUnitTest.java | 16 +++++++++++++
 .../NonDistinctOrderByPartitionedJUnitTest.java | 16 +++++++++++++
 .../NonDistinctOrderByReplicatedJUnitTest.java  | 16 +++++++++++++
 .../functional/OrderByPartitionedJUnitTest.java | 16 +++++++++++++
 .../functional/OrderByReplicatedJUnitTest.java  | 16 +++++++++++++
 .../PdxGroupByPartitionedJUnitTest.java         | 16 +++++++++++++
 .../PdxGroupByReplicatedJUnitTest.java          | 16 +++++++++++++
 .../query/functional/PdxGroupByTestImpl.java    | 16 +++++++++++++
 .../query/functional/PdxOrderByJUnitTest.java   | 16 +++++++++++++
 .../CompiledAggregateFunctionJUnitTest.java     | 16 +++++++++++++
 .../CompiledGroupBySelectJUnitTest.java         | 16 +++++++++++++
 .../internal/NWayMergeResultsJUnitTest.java     | 16 +++++++++++++
 .../internal/aggregate/AggregatorJUnitTest.java | 16 +++++++++++++
 .../internal/index/IndexHintJUnitTest.java      | 16 +++++++++++++
 .../index/MultiIndexCreationDUnitTest.java      | 16 +++++++++++++
 .../index/PdxCopyOnReadQueryJUnitTest.java      | 16 +++++++++++++
 .../gemfire/cache30/CacheXmlTestCase.java       | 16 +++++++++++++
 .../ClientMembershipSelectorDUnitTest.java      | 16 +++++++++++++
 ...ClientRegisterInterestSelectorDUnitTest.java | 16 +++++++++++++
 ...dAckPersistentRegionCCEOffHeapDUnitTest.java | 16 +++++++++++++
 ...DistributedAckRegionCCEOffHeapDUnitTest.java | 16 +++++++++++++
 .../DistributedAckRegionOffHeapDUnitTest.java   | 16 +++++++++++++
 ...stributedNoAckRegionCCEOffHeapDUnitTest.java | 16 +++++++++++++
 .../DistributedNoAckRegionOffHeapDUnitTest.java | 16 +++++++++++++
 .../GlobalRegionCCEOffHeapDUnitTest.java        | 16 +++++++++++++
 .../cache30/GlobalRegionOffHeapDUnitTest.java   | 16 +++++++++++++
 .../OffHeapLRUEvictionControllerDUnitTest.java  | 21 ++++++++++++-----
 .../PartitionedRegionOffHeapDUnitTest.java      | 16 +++++++++++++
 .../codeAnalysis/decode/cp/CpFieldref.java      | 18 ++++++++++++++-
 .../gemfire/codeAnalysis/decode/cp/CpFloat.java | 18 ++++++++++++++-
 .../codeAnalysis/decode/cp/CpInteger.java       | 18 ++++++++++++++-
 .../decode/cp/CpInterfaceMethodref.java         | 18 ++++++++++++++-
 .../codeAnalysis/decode/cp/CpMethodref.java     | 18 ++++++++++++++-
 .../codeAnalysis/decode/cp/CpNameAndType.java   | 18 ++++++++++++++-
 .../codeAnalysis/decode/cp/CpString.java        | 18 ++++++++++++++-
 .../AbstractLauncherJUnitTestCase.java          | 16 +++++++++++++
 .../AbstractLocatorLauncherJUnitTestCase.java   | 16 +++++++++++++
 .../AbstractServerLauncherJUnitTestCase.java    | 16 +++++++++++++
 .../distributed/DistributedTestSuite.java       | 16 +++++++++++++
 .../distributed/HostedLocatorsDUnitTest.java    | 16 +++++++++++++
 .../LauncherMemberMXBeanJUnitTest.java          | 16 +++++++++++++
 .../gemfire/distributed/LauncherTestSuite.java  | 16 +++++++++++++
 .../LocatorLauncherLocalFileJUnitTest.java      | 16 +++++++++++++
 .../LocatorLauncherLocalJUnitTest.java          | 16 +++++++++++++
 .../LocatorLauncherRemoteFileJUnitTest.java     | 16 +++++++++++++
 .../LocatorLauncherRemoteJUnitTest.java         | 16 +++++++++++++
 .../gemfire/distributed/MyPrincipal.java        | 18 ++++++++++++++-
 .../ServerLauncherWithSpringJUnitTest.java      | 16 +++++++++++++
 .../tcpserver/LocatorVersioningJUnitTest.java   | 17 ++++++++++++--
 ...cpServerBackwardCompatDUnitDisabledTest.java | 17 ++++++++++++--
 .../tcpserver/TcpServerJUnitDisabledTest.java   | 16 +++++++++++++
 .../gemfire/disttx/CacheMapDistTXDUnitTest.java | 16 +++++++++++++
 .../gemfire/disttx/DistTXDebugDUnitTest.java    | 16 +++++++++++++
 .../disttx/DistTXDistributedTestSuite.java      | 16 +++++++++++++
 .../gemfire/disttx/DistTXExpiryJUnitTest.java   | 16 +++++++++++++
 .../gemfire/disttx/DistTXJUnitTest.java         | 16 +++++++++++++
 .../disttx/DistTXManagerImplJUnitTest.java      | 16 +++++++++++++
 .../gemfire/disttx/DistTXOrderDUnitTest.java    | 16 +++++++++++++
 .../disttx/DistTXPersistentDebugDUnitTest.java  | 18 ++++++++++++++-
 .../DistTXReleasesOffHeapOnCloseJUnitTest.java  | 16 +++++++++++++
 .../disttx/DistTXRestrictionsDUnitTest.java     | 16 +++++++++++++
 .../disttx/DistTXWithDeltaDUnitTest.java        | 16 +++++++++++++
 .../gemfire/disttx/DistTXWriterJUnitTest.java   | 16 +++++++++++++
 .../disttx/DistTXWriterOOMEJUnitTest.java       | 16 +++++++++++++
 .../disttx/DistributedTransactionDUnitTest.java | 18 ++++++++++++++-
 .../gemfire/disttx/PRDistTXDUnitTest.java       | 16 +++++++++++++
 .../gemfire/disttx/PRDistTXJUnitTest.java       | 16 +++++++++++++
 .../disttx/PRDistTXWithVersionsDUnitTest.java   | 16 +++++++++++++
 ...entPartitionedRegionWithDistTXDUnitTest.java | 16 +++++++++++++
 .../gemfire/internal/Bug51616JUnitTest.java     | 16 +++++++++++++
 .../gemstone/gemfire/internal/FDDUnitTest.java  | 17 ++++++++++----
 .../internal/PdxDeleteFieldDUnitTest.java       | 16 +++++++++++++
 .../internal/PdxDeleteFieldJUnitTest.java       | 16 +++++++++++++
 .../gemfire/internal/PdxRenameDUnitTest.java    | 16 +++++++++++++
 .../gemfire/internal/PdxRenameJUnitTest.java    | 16 +++++++++++++
 .../gemfire/internal/SocketCloserJUnitTest.java | 16 +++++++++++++
 .../internal/SocketCloserWithWaitJUnitTest.java | 16 +++++++++++++
 .../internal/cache/Bug48182JUnitTest.java       | 16 +++++++++++++
 .../cache/ChunkValueWrapperJUnitTest.java       | 16 +++++++++++++
 .../cache/ConnectDisconnectDUnitTest.java       | 16 +++++++++++++
 ...DistrbutedRegionProfileOffHeapDUnitTest.java | 16 +++++++++++++
 ...InterruptsConserveSocketsFalseDUnitTest.java | 16 +++++++++++++
 .../cache/OffHeapEvictionDUnitTest.java         | 21 ++++++++++++-----
 .../cache/OffHeapEvictionStatsDUnitTest.java    | 21 ++++++++++++-----
 .../cache/OldValueImporterTestBase.java         | 16 +++++++++++++
 .../PRDataStoreMemoryOffHeapJUnitTest.java      | 16 +++++++++++++
 .../cache/PartitionAttributesImplJUnitTest.java | 16 +++++++++++++
 ...nedRegionLocalMaxMemoryOffHeapDUnitTest.java | 16 +++++++++++++
 ...rtitionedRegionOffHeapEvictionDUnitTest.java | 18 ++++++++++++++-
 .../PersistentPartitionedRegionJUnitTest.java   | 16 +++++++++++++
 .../cache/RemotePutReplyMessageJUnitTest.java   | 16 +++++++++++++
 .../cache/RemoteTransactionCCEDUnitTest.java    | 16 +++++++++++++
 .../internal/cache/SnapshotTestUtil.java        | 16 +++++++++++++
 .../internal/cache/TestHelperForHydraTests.java | 16 +++++++++++++
 .../internal/cache/UnitTestValueHolder.java     | 18 ++++++++++++++-
 .../control/MemoryMonitorOffHeapJUnitTest.java  | 21 ++++++++++++-----
 .../control/MemoryThresholdsJUnitTest.java      | 16 +++++++++++++
 .../cache/execute/Bug51193DUnitTest.java        | 16 +++++++++++++
 .../PRTransactionWithVersionsDUnitTest.java     | 16 +++++++++++++
 .../internal/cache/ha/Bug48879DUnitTest.java    | 16 +++++++++++++
 .../PutPutReplyMessageJUnitTest.java            | 16 +++++++++++++
 .../SizeTieredSortedOplogSetJUnitTest.java      | 16 +++++++++++++
 .../soplog/SortedBufferJUnitTest.java           | 16 +++++++++++++
 ...heServerSelectorMaxConnectionsJUnitTest.java | 16 +++++++++++++
 ...acheServerTransactionsSelectorDUnitTest.java | 16 +++++++++++++
 .../ClientHealthMonitorSelectorJUnitTest.java   | 16 +++++++++++++
 .../DurableClientQueueSizeDUnitTest.java        | 17 ++++++++++++--
 ...ForceInvalidateOffHeapEvictionDUnitTest.java | 21 ++++++++++++-----
 .../sockets/HAInterestDistributedTestCase.java  | 16 +++++++++++++
 .../internal/cache/tier/sockets/HaHelper.java   | 16 +++++++++++++
 .../InterestListEndpointSelectorDUnitTest.java  | 16 +++++++++++++
 ...ompressionCacheListenerOffHeapDUnitTest.java | 16 +++++++++++++
 ...ressionRegionOperationsOffHeapDUnitTest.java | 16 +++++++++++++
 .../internal/jta/JtaIntegrationJUnitTest.java   | 16 +++++++++++++
 .../DistributedSystemLogFileJUnitTest.java      | 16 +++++++++++++
 .../logging/LocatorLogFileJUnitTest.java        | 16 +++++++++++++
 .../logging/LogServiceIntegrationJUnitTest.java | 16 +++++++++++++
 .../LogServiceIntegrationTestSupport.java       | 16 +++++++++++++
 .../internal/logging/LogServiceJUnitTest.java   | 16 +++++++++++++
 .../LogWriterDisabledPerformanceTest.java       | 16 +++++++++++++
 .../logging/LogWriterImplJUnitTest.java         | 16 +++++++++++++
 .../logging/LogWriterPerformanceTest.java       | 16 +++++++++++++
 .../logging/LoggingIntegrationTestSuite.java    | 16 +++++++++++++
 .../logging/LoggingPerformanceTestCase.java     | 16 +++++++++++++
 .../internal/logging/LoggingUnitTestSuite.java  | 16 +++++++++++++
 .../gemfire/internal/logging/NullLogWriter.java | 16 +++++++++++++
 .../internal/logging/TestLogWriterFactory.java  | 16 +++++++++++++
 .../logging/log4j/AlertAppenderJUnitTest.java   | 16 +++++++++++++
 .../logging/log4j/ConfigLocatorJUnitTest.java   | 16 +++++++++++++
 .../log4j/FastLoggerIntegrationJUnitTest.java   | 16 +++++++++++++
 .../logging/log4j/FastLoggerJUnitTest.java      | 16 +++++++++++++
 .../FastLoggerWithDefaultConfigJUnitTest.java   | 16 +++++++++++++
 .../log4j/LocalizedMessageJUnitTest.java        | 16 +++++++++++++
 .../log4j/Log4J2DisabledPerformanceTest.java    | 16 +++++++++++++
 .../logging/log4j/Log4J2PerformanceTest.java    | 16 +++++++++++++
 .../log4j/Log4jIntegrationTestSuite.java        | 16 +++++++++++++
 .../logging/log4j/Log4jUnitTestSuite.java       | 16 +++++++++++++
 .../log4j/LogWriterAppenderJUnitTest.java       | 16 +++++++++++++
 .../LogWriterLoggerDisabledPerformanceTest.java | 16 +++++++++++++
 .../log4j/LogWriterLoggerPerformanceTest.java   | 16 +++++++++++++
 .../offheap/ByteArrayMemoryChunkJUnitTest.java  | 16 +++++++++++++
 .../offheap/ConcurrentBagJUnitTest.java         | 16 +++++++++++++
 .../internal/offheap/DataTypeJUnitTest.java     | 16 +++++++++++++
 .../DirectByteBufferMemoryChunkJUnitTest.java   | 16 +++++++++++++
 .../offheap/FreeListOffHeapRegionJUnitTest.java | 16 +++++++++++++
 .../HeapByteBufferMemoryChunkJUnitTest.java     | 16 +++++++++++++
 .../internal/offheap/InlineKeyJUnitTest.java    | 16 +++++++++++++
 .../offheap/MemoryChunkJUnitTestBase.java       | 16 +++++++++++++
 .../offheap/NullOffHeapMemoryStats.java         | 16 +++++++++++++
 .../offheap/NullOutOfOffHeapMemoryListener.java | 16 +++++++++++++
 .../internal/offheap/OffHeapIndexJUnitTest.java | 16 +++++++++++++
 .../internal/offheap/OffHeapRegionBase.java     | 16 +++++++++++++
 .../offheap/OffHeapStorageJUnitTest.java        | 16 +++++++++++++
 .../offheap/OffHeapValidationJUnitTest.java     | 16 +++++++++++++
 .../OffHeapWriteObjectAsByteArrayJUnitTest.java | 16 +++++++++++++
 .../OldFreeListOffHeapRegionJUnitTest.java      | 16 +++++++++++++
 .../offheap/OutOfOffHeapMemoryDUnitTest.java    | 16 +++++++++++++
 ...mpleMemoryAllocatorFillPatternJUnitTest.java | 16 +++++++++++++
 .../offheap/SimpleMemoryAllocatorJUnitTest.java | 16 +++++++++++++
 ...moryAllocatorLifecycleListenerJUnitTest.java | 16 +++++++++++++
 .../TxReleasesOffHeapOnCloseJUnitTest.java      | 16 +++++++++++++
 .../offheap/UnsafeMemoryChunkJUnitTest.java     | 16 +++++++++++++
 .../BlockingProcessStreamReaderJUnitTest.java   | 16 +++++++++++++
 ...NonBlockingProcessStreamReaderJUnitTest.java | 16 +++++++++++++
 .../internal/process/PidFileJUnitTest.java      | 16 +++++++++++++
 .../ProcessControllerFactoryJUnitTest.java      | 16 +++++++++++++
 .../process/ProcessStreamReaderTestCase.java    | 16 +++++++++++++
 .../gemfire/internal/process/mbean/Process.java | 16 +++++++++++++
 .../internal/process/mbean/ProcessMBean.java    | 16 +++++++++++++
 .../gemfire/internal/size/SizeTestUtil.java     | 16 +++++++++++++
 .../gemfire/management/CompositeTestMXBean.java | 16 +++++++++++++
 .../management/OffHeapManagementDUnitTest.java  | 16 +++++++++++++
 .../cli/CommandSeparatorEscapeJUnitTest.java    | 16 +++++++++++++
 .../internal/cli/DataCommandJsonJUnitTest.java  | 16 +++++++++++++
 .../internal/cli/domain/AbstractImpl.java       | 16 +++++++++++++
 .../management/internal/cli/domain/Impl1.java   | 16 +++++++++++++
 .../management/internal/cli/domain/Impl12.java  | 16 +++++++++++++
 .../internal/cli/domain/Interface1.java         | 16 +++++++++++++
 .../internal/cli/domain/Interface2.java         | 16 +++++++++++++
 .../management/internal/cli/dto/Car.java        | 16 +++++++++++++
 .../WanCommandsControllerJUnitTest.java         | 16 +++++++++++++
 .../gemfire/pdx/ByteSourceJUnitTest.java        | 16 +++++++++++++
 .../gemstone/gemfire/pdx/DomainObjectBad.java   | 16 +++++++++++++
 .../gemfire/pdx/DomainObjectClassLoadable.java  | 16 +++++++++++++
 .../OffHeapByteBufferByteSourceJUnitTest.java   | 16 +++++++++++++
 .../gemfire/pdx/OffHeapByteSourceJUnitTest.java | 16 +++++++++++++
 .../gemstone/gemfire/redis/AuthJUnitTest.java   | 18 ++++++++++++++-
 .../gemfire/redis/ConcurrentStartTest.java      | 16 +++++++++++++
 .../gemstone/gemfire/redis/HashesJUnitTest.java | 16 +++++++++++++
 .../gemstone/gemfire/redis/ListsJUnitTest.java  | 16 +++++++++++++
 .../gemfire/redis/RedisDistDUnitTest.java       | 16 +++++++++++++
 .../gemstone/gemfire/redis/SetsJUnitTest.java   | 16 +++++++++++++
 .../gemfire/redis/SortedSetsJUnitTest.java      | 16 +++++++++++++
 .../gemfire/redis/StringsJunitTest.java         | 16 +++++++++++++
 .../internal/web/controllers/DateTimeUtils.java | 16 +++++++++++++
 .../rest/internal/web/controllers/Gender.java   | 16 +++++++++++++
 .../web/controllers/RestAPITestBase.java        | 16 +++++++++++++
 .../gemfire/test/golden/ExecutableProcess.java  | 16 +++++++++++++
 .../gemfire/test/golden/FailOutputTestCase.java | 16 +++++++++++++
 .../golden/FailWithErrorInOutputJUnitTest.java  | 16 +++++++++++++
 .../FailWithExtraLineInOutputJUnitTest.java     | 16 +++++++++++++
 ...WithLineMissingFromEndOfOutputJUnitTest.java | 16 +++++++++++++
 ...hLineMissingFromMiddleOfOutputJUnitTest.java | 16 +++++++++++++
 .../FailWithLoggerErrorInOutputJUnitTest.java   | 16 +++++++++++++
 .../FailWithLoggerFatalInOutputJUnitTest.java   | 16 +++++++++++++
 .../FailWithLoggerWarnInOutputJUnitTest.java    | 16 +++++++++++++
 .../golden/FailWithProblemInOutputTestCase.java | 16 +++++++++++++
 .../golden/FailWithSevereInOutputJUnitTest.java | 16 +++++++++++++
 ...hTimeoutOfWaitForOutputToMatchJUnitTest.java | 16 +++++++++++++
 .../FailWithWarningInOutputJUnitTest.java       | 16 +++++++++++++
 .../gemfire/test/golden/GoldenComparator.java   | 16 +++++++++++++
 .../test/golden/GoldenStringComparator.java     | 16 +++++++++++++
 .../gemfire/test/golden/GoldenTestCase.java     | 16 +++++++++++++
 .../golden/GoldenTestFrameworkTestSuite.java    | 16 +++++++++++++
 .../gemfire/test/golden/PassJUnitTest.java      | 16 +++++++++++++
 .../golden/PassWithExpectedErrorJUnitTest.java  | 16 +++++++++++++
 .../golden/PassWithExpectedProblemTestCase.java | 16 +++++++++++++
 .../golden/PassWithExpectedSevereJUnitTest.java | 16 +++++++++++++
 .../PassWithExpectedWarningJUnitTest.java       | 16 +++++++++++++
 .../test/golden/RegexGoldenComparator.java      | 16 +++++++++++++
 .../test/golden/StringGoldenComparator.java     | 16 +++++++++++++
 .../gemfire/test/process/MainLauncher.java      | 16 +++++++++++++
 .../test/process/MainLauncherJUnitTest.java     | 16 +++++++++++++
 .../gemfire/test/process/OutputFormatter.java   | 16 +++++++++++++
 .../test/process/ProcessOutputReader.java       | 16 +++++++++++++
 .../test/process/ProcessStreamReader.java       | 16 +++++++++++++
 .../process/ProcessTestFrameworkTestSuite.java  | 16 +++++++++++++
 .../gemfire/test/process/ProcessWrapper.java    | 16 +++++++++++++
 .../test/process/ProcessWrapperJUnitTest.java   | 16 +++++++++++++
 .../protocols/CacheTimeSlowDownDUnitTest.java   | 17 ++++++++++++--
 .../GemFireTimeSyncProtocolDUnitTest.java       | 17 ++++++++++++--
 .../JGroupsFailureDetectionJUnitTest.java       | 16 +++++++++++++
 .../src/test/java/dunit/BounceResult.java       | 16 +++++++++++++
 .../src/test/java/dunit/RemoteDUnitVMIF.java    | 16 +++++++++++++
 .../src/test/java/dunit/RepeatableRunnable.java | 16 +++++++++++++
 .../templates/security/DummyAuthenticator.java  | 21 +++++++++++++----
 .../templates/security/DummyAuthorization.java  | 21 +++++++++++++----
 .../security/FunctionSecurityPrmsHolder.java    | 21 +++++++++++++----
 .../security/LdapUserAuthenticator.java         | 21 +++++++++++++----
 .../java/templates/security/PKCSAuthInit.java   | 21 +++++++++++++----
 .../templates/security/PKCSAuthenticator.java   | 21 +++++++++++++----
 .../java/templates/security/PKCSPrincipal.java  | 21 +++++++++++++----
 .../security/UserPasswordAuthInit.java          | 21 +++++++++++++----
 .../templates/security/UsernamePrincipal.java   | 21 +++++++++++++----
 .../templates/security/XmlAuthorization.java    | 21 +++++++++++++----
 .../templates/security/XmlErrorHandler.java     | 21 +++++++++++++----
 .../org/jgroups/ShunnedAddressException.java    | 16 +++++++++++++
 .../com/gemstone/org/jgroups/SuspectMember.java | 16 ++++++++++++-
 .../org/jgroups/debug/JChannelTestHook.java     | 16 +++++++++++++
 .../gemstone/org/jgroups/protocols/AUTH.java    | 16 +++++++++++++
 .../gemstone/org/jgroups/protocols/FRAG3.java   | 17 ++++++++++++--
 .../org/jgroups/spi/GFBasicAdapter.java         | 16 +++++++++++++
 .../gemstone/org/jgroups/spi/GFPeerAdapter.java | 16 +++++++++++++
 .../org/jgroups/stack/GFBasicAdapterImpl.java   | 16 +++++++++++++
 .../org/jgroups/stack/GFPeerAdapterImpl.java    | 16 +++++++++++++
 .../org/jgroups/stack/SockCreatorImpl.java      | 16 +++++++++++++
 .../org/jgroups/util/ConnectionWatcher.java     | 16 +++++++++++++
 .../gemstone/org/jgroups/util/GFLogWriter.java  | 16 +++++++++++++
 .../org/jgroups/util/GFStringIdImpl.java        | 16 +++++++++++++
 .../gemstone/org/jgroups/util/SockCreator.java  | 16 +++++++++++++
 .../org/jgroups/util/StreamableFixedID.java     | 16 +++++++++++++
 .../org/jgroups/util/VersionedStreamable.java   | 16 +++++++++++++
 .../gemstone/org/jgroups/JChannelJUnitTest.java | 16 +++++++++++++
 .../test/junit/categories/DistributedTest.java  | 16 +++++++++++++
 .../categories/DistributedTransactionsTest.java | 16 +++++++++++++
 .../test/junit/categories/HoplogTest.java       | 16 +++++++++++++
 .../test/junit/categories/IntegrationTest.java  | 16 +++++++++++++
 .../test/junit/categories/PerformanceTest.java  | 16 +++++++++++++
 .../gemfire/test/junit/categories/UnitTest.java | 16 +++++++++++++
 .../gemfire/test/junit/categories/WanTest.java  | 16 +++++++++++++
 .../test/junit/rules/ExpectedTimeout.java       | 16 +++++++++++++
 .../junit/rules/ExpectedTimeoutJUnitTest.java   | 16 +++++++++++++
 .../gemfire/cache/util/AutoBalancer.java        | 18 ++++++++++++++-
 .../cache/util/AutoBalancerJUnitTest.java       | 16 +++++++++++++
 .../connector/internal/RegionMetadata.java      | 16 +++++++++++++
 .../gemfirefunctions/QueryFunction.java         | 18 ++++++++++++++-
 .../RetrieveRegionFunction.java                 | 16 +++++++++++++
 .../RetrieveRegionMetadataFunction.java         | 16 +++++++++++++
 .../StructStreamingResultSender.java            | 16 +++++++++++++
 .../gemfire/spark/connector/Employee.java       | 16 +++++++++++++
 .../spark/connector/JavaApiIntegrationTest.java | 16 +++++++++++++
 .../gemfire/spark/connector/Portfolio.java      | 16 +++++++++++++
 .../gemfire/spark/connector/Position.java       | 16 +++++++++++++
 .../javaapi/GemFireJavaDStreamFunctions.java    | 16 +++++++++++++
 .../GemFireJavaPairDStreamFunctions.java        | 16 +++++++++++++
 .../javaapi/GemFireJavaPairRDDFunctions.java    | 16 +++++++++++++
 .../javaapi/GemFireJavaRDDFunctions.java        | 16 +++++++++++++
 .../javaapi/GemFireJavaSQLContextFunctions.java | 16 +++++++++++++
 .../GemFireJavaSparkContextFunctions.java       | 16 +++++++++++++
 .../connector/javaapi/GemFireJavaUtil.java      | 16 +++++++++++++
 .../gemfire/spark/connector/JavaAPITest.java    | 18 ++++++++++++++-
 .../basic-demos/src/main/java/demo/Emp.java     | 16 +++++++++++++
 .../src/main/java/demo/OQLJavaDemo.java         | 16 +++++++++++++
 .../src/main/java/demo/PairRDDSaveJavaDemo.java | 16 +++++++++++++
 .../src/main/java/demo/RDDSaveJavaDemo.java     | 16 +++++++++++++
 .../src/main/java/demo/RegionToRDDJavaDemo.java | 16 +++++++++++++
 .../src/main/scala/demo/NetworkWordCount.scala  | 16 +++++++++++++
 585 files changed, 9363 insertions(+), 210 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/OutOfOffHeapMemoryException.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/OutOfOffHeapMemoryException.java b/gemfire-core/src/main/java/com/gemstone/gemfire/OutOfOffHeapMemoryException.java
index 3909552..424d131 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/OutOfOffHeapMemoryException.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/OutOfOffHeapMemoryException.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2011 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/FlushObserver.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/FlushObserver.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/FlushObserver.java
index f0801fe..0725c59 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/FlushObserver.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/FlushObserver.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal;
 
 import java.util.concurrent.TimeUnit;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/QueuedPersistentEvent.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/QueuedPersistentEvent.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/QueuedPersistentEvent.java
index d679003..bd7994c 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/QueuedPersistentEvent.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/QueuedPersistentEvent.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal;
 
 import java.io.DataOutput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserver.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserver.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserver.java
index b9b1948..956dd2c 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserver.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserver.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/FlushStatus.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/FlushStatus.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/FlushStatus.java
index f75cdba..8fbfe92 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/FlushStatus.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/FlushStatus.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal.hoplog;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueArgs.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueArgs.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueArgs.java
index 0e620d7..aca711c 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueArgs.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueArgs.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal.hoplog;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueFunction.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueFunction.java
index a0f648c..cdf7452 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueFunction.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/hdfs/internal/hoplog/HDFSFlushQueueFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal.hoplog;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQuery.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQuery.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQuery.java
index 0579eef..6bc6428 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQuery.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.java
index 5636ea4..e3bdafd 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import org.apache.lucene.analysis.Analyzer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryResults.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryResults.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryResults.java
index d660a4b..cc8d6cf 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryResults.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneQueryResults.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneResultStruct.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneResultStruct.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneResultStruct.java
index a5b16b7..0cede8b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneResultStruct.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneResultStruct.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import java.util.LinkedList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneService.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneService.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneService.java
index dde54bf..f4fbd76 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneService.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneService.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceFactory.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceFactory.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceFactory.java
index 637f1c0..66e6d42 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceFactory.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import com.gemstone.gemfire.cache.Cache;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.java
index 27395ab..067364b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene;
 
 import java.util.Iterator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneIndexImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneIndexImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneIndexImpl.java
index a7bdd99..ae59b99 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneIndexImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneIndexImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryFactoryImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryFactoryImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryFactoryImpl.java
index 3bd5b0c..ec729dc 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryFactoryImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryFactoryImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryImpl.java
index 04025d3..23c0344 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryResultsImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryResultsImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryResultsImpl.java
index ecb6370..af22504 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryResultsImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneQueryResultsImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneResultStructImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneResultStructImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneResultStructImpl.java
index 0db8f97..7e9eb2e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneResultStructImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneResultStructImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import java.util.LinkedList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceFactoryImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceFactoryImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceFactoryImpl.java
index d506f7a..93dbf3d 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceFactoryImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceFactoryImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import com.gemstone.gemfire.cache.Cache;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceImpl.java
index ed90f89..bf7f06b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/lucene/internal/LuceneServiceImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.lucene.internal;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImpl.java
index 7772c84..fd2a944 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.operations.internal;
 
 import com.gemstone.gemfire.SerializationException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/Aggregator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/Aggregator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/Aggregator.java
index 9f54eba..c906378 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/Aggregator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/Aggregator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunction.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunction.java
index ba77310..c17483c 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunction.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import com.gemstone.gemfire.cache.query.AmbiguousNameException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelect.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelect.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelect.java
index ad41c30..fe679b9 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelect.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelect.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
index b8273e5..3735956 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResults.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResults.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResults.java
index eb54a1c..8865ef1 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResults.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResults.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparator.java
index 3b6a6f0..cd1954e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.util.Comparator;
@@ -218,4 +234,4 @@ public class OrderByComparator implements Comparator {
     // No op
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparatorUnmapped.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparatorUnmapped.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparatorUnmapped.java
index 7b9af53..6eb8c46 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparatorUnmapped.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/OrderByComparatorUnmapped.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/Ordered.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/Ordered.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/Ordered.java
index 3c60a82..2fc502e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/Ordered.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/Ordered.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.util.Comparator;



[43/50] [abbrv] incubator-geode git commit: GEODE-479 - Closing PR #23 bumping language level to Java 8

Posted by kl...@apache.org.
GEODE-479 - Closing PR #23 bumping language level to Java 8


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b639cbad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b639cbad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b639cbad

Branch: refs/heads/feature/GEODE-328
Commit: b639cbada258f1643a9e2438534db95308d81501
Parents: f0b8132
Author: William Markito <wm...@pivotal.io>
Authored: Mon Oct 26 16:32:32 2015 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Mon Oct 26 16:32:32 2015 -0700

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b639cbad/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 2e453ba..980eba8 100755
--- a/build.gradle
+++ b/build.gradle
@@ -78,8 +78,8 @@ subprojects {
   gradle.taskGraph.whenReady( { graph ->
     tasks.withType(JavaCompile).each { javac ->
       javac.configure {
-        sourceCompatibility '1.7'
-        targetCompatibility '1.7'
+        sourceCompatibility '1.8'
+        targetCompatibility '1.8'
         options.encoding = 'UTF-8'
       }
     }


[19/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SAddExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SAddExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SAddExecutor.java
index fd33104..d7b55e6 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SAddExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SAddExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SCardExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SCardExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SCardExecutor.java
index 5b8d842..5752b12 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SCardExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SCardExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffExecutor.java
index 516d52b..b415efc 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffStoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffStoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffStoreExecutor.java
index 5f70a67..263b5b4 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffStoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SDiffStoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterExecutor.java
index 98b4ef5..4f7767d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterStoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterStoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterStoreExecutor.java
index b1bcbd7..f917de1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterStoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SInterStoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SIsMemberExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SIsMemberExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SIsMemberExecutor.java
index 33de3aa..549a6fb 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SIsMemberExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SIsMemberExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMembersExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMembersExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMembersExecutor.java
index 9536fa5..1c1d8eb 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMembersExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMembersExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMoveExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMoveExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMoveExecutor.java
index a73bbd9..03104f5 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMoveExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SMoveExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SPopExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SPopExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SPopExecutor.java
index 6461f34..c548292 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SPopExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SPopExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRandMemberExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRandMemberExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRandMemberExecutor.java
index 34954c5..5de6575 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRandMemberExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRandMemberExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRemExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRemExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRemExecutor.java
index 482d83e..bb713f9 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRemExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SRemExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SScanExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SScanExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SScanExecutor.java
index 7c0133b..7c6a1e0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SScanExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SScanExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionExecutor.java
index 1e2b2f4..fb3f5d2 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionStoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionStoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionStoreExecutor.java
index aef85f4..a4cec61 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionStoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SUnionStoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetExecutor.java
index c237525..d1c5afe 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import com.gemstone.gemfire.internal.redis.executor.AbstractExecutor;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetOpExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetOpExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetOpExecutor.java
index 7cd1932..42e7d03 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetOpExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/set/SetOpExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.set;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/SortedSetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/SortedSetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/SortedSetExecutor.java
index f193727..7a23b77 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/SortedSetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/SortedSetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import com.gemstone.gemfire.cache.Region;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZAddExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZAddExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZAddExecutor.java
index 6f39d51..57d7c10 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZAddExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZAddExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCardExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCardExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCardExecutor.java
index 4e3ce64..5926736 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCardExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCardExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCountExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCountExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCountExecutor.java
index dca1346..d8dcd39 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCountExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZCountExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZIncrByExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZIncrByExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZIncrByExecutor.java
index 15852f0..5ebfb3e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZIncrByExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZIncrByExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZLexCountExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZLexCountExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZLexCountExecutor.java
index 25bf651..91547be 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZLexCountExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZLexCountExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByLexExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByLexExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByLexExecutor.java
index e5bb73f..a50c573 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByLexExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByLexExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByScoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByScoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByScoreExecutor.java
index fc73713..7ea4f6b 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByScoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeByScoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeExecutor.java
index 3953257..4f930a1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRangeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRankExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRankExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRankExecutor.java
index 4c4fe64..1e7d4a1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRankExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRankExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemExecutor.java
index d5d7a75..dbb5832 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByLexExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByLexExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByLexExecutor.java
index 2b26100..6b9074c 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByLexExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByLexExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByRankExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByRankExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByRankExecutor.java
index 34452e3..8e53c86 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByRankExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByRankExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByScoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByScoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByScoreExecutor.java
index 19356b7..c3fb464 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByScoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByScoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeByScoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeByScoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeByScoreExecutor.java
index 7693823..44e15f3 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeByScoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeByScoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeExecutor.java
index c9dcab0..fdb2f1d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRangeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRankExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRankExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRankExecutor.java
index 4ffec84..ea4ace0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRankExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRevRankExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScanExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScanExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScanExecutor.java
index faa8ffd..67f4a0d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScanExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScanExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScoreExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScoreExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScoreExecutor.java
index b887e7f..7bd6980 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScoreExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZScoreExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.sortedset;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/AppendExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/AppendExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/AppendExecutor.java
index fda38c8..db5664f 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/AppendExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/AppendExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitCountExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitCountExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitCountExecutor.java
index 4ac408d..60dabcd 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitCountExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitCountExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitOpExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitOpExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitOpExecutor.java
index c678b79..05976f5 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitOpExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitOpExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitPosExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitPosExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitPosExecutor.java
index 796c858..c32a46a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitPosExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/BitPosExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrByExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrByExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrByExecutor.java
index 9dfdfed..7ea860e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrByExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrByExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrExecutor.java
index b66160d..30dfd31 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/DecrExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetBitExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetBitExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetBitExecutor.java
index 928700a..7fc98ab 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetBitExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetBitExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetExecutor.java
index 86d5c75..517c92c 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import com.gemstone.gemfire.cache.Region;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetRangeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetRangeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetRangeExecutor.java
index 4d96c5f..b45f1b8 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetRangeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetRangeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetSetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetSetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetSetExecutor.java
index 132fdc5..4abfdeb 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetSetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/GetSetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByExecutor.java
index 02c5b1e..c7c46af 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByFloatExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByFloatExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByFloatExecutor.java
index c08f709..d1082d0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByFloatExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrByFloatExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrExecutor.java
index 44feb03..417bd5b 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/IncrExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MGetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MGetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MGetExecutor.java
index b063288..1a93d3e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MGetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MGetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetExecutor.java
index 531895e..56d85f5 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetNXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetNXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetNXExecutor.java
index 0182f19..996a7f1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetNXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/MSetNXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/PSetEXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/PSetEXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/PSetEXExecutor.java
index 0348e0f..bfdbe74 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/PSetEXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/PSetEXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetBitExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetBitExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetBitExecutor.java
index e3e85b3..bb1dafa 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetBitExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetBitExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetEXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetEXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetEXExecutor.java
index 448f912..cbe6e04 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetEXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetEXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;



[37/50] [abbrv] incubator-geode git commit: GEODE-96: fix race in unit test

Posted by kl...@apache.org.
GEODE-96: fix race in unit test

It looks like the problem might have been that the
test only waited 5 seconds for an event.
It now waits 30 seconds. It also now can sense more
of what is happening on the OffHeapMemmoryMonitor
using the new testHook OffHeapMemoryMonitorObserver.
If this problem reproduces then the test can add
additional validation to its observer to narrow down
what the cause of the missing event is.
This also fixes GEODE-348.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6aadbf81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6aadbf81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6aadbf81

Branch: refs/heads/feature/GEODE-328
Commit: 6aadbf81c8d8549cd82ae73994997f3a9e83c060
Parents: f437106
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Fri Oct 23 13:40:22 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Fri Oct 23 13:43:04 2015 -0700

----------------------------------------------------------------------
 .../cache/control/OffHeapMemoryMonitor.java     |  61 ++++++++-
 .../MemoryThresholdsOffHeapDUnitTest.java       | 132 +++++++++++++++++--
 2 files changed, 182 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6aadbf81/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
index 0678c01..27780cc 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
@@ -117,15 +117,48 @@ public class OffHeapMemoryMonitor implements ResourceMonitor, MemoryUsageListene
     }
   }
 
+  public volatile OffHeapMemoryMonitorObserver testHook;
+  
+  /**
+   * Used by unit tests to be notified when OffHeapMemoryMonitor
+   * does something.
+   */
+  public static interface OffHeapMemoryMonitorObserver {
+    /**
+     * Called at the beginning of updateMemoryUsed.
+     * @param bytesUsed the number of bytes of off-heap memory currently used
+     * @param willSendEvent true if an event will be sent to the OffHeapMemoryUsageListener. 
+     */
+    public void beginUpdateMemoryUsed(long bytesUsed, boolean willSendEvent);
+    public void afterNotifyUpdateMemoryUsed(long bytesUsed);
+    /**
+     * Called at the beginning of updateStateAndSendEvent.
+     * @param bytesUsed the number of bytes of off-heap memory currently used
+     * @param willSendEvent true if an event will be sent to the OffHeapMemoryUsageListener. 
+     */
+    public void beginUpdateStateAndSendEvent(long bytesUsed, boolean willSendEvent);
+    public void updateStateAndSendEventBeforeProcess(long bytesUsed, MemoryEvent event);
+    public void updateStateAndSendEventBeforeAbnormalProcess(long bytesUsed, MemoryEvent event);
+    public void updateStateAndSendEventIgnore(long bytesUsed, MemoryState oldState, MemoryState newState, long mostRecentBytesUsed,
+        boolean deliverNextAbnormalEvent);
+  }
   @Override
   public void updateMemoryUsed(final long bytesUsed) {
-    if (!mightSendEvent(bytesUsed)) {
+    final boolean willSendEvent = mightSendEvent(bytesUsed);
+    final OffHeapMemoryMonitorObserver _testHook = this.testHook;
+    if (_testHook != null) {
+      _testHook.beginUpdateMemoryUsed(bytesUsed, willSendEvent);
+    }
+    if (!willSendEvent) {
       return;
     }
     synchronized (this.offHeapMemoryUsageListener) {
       this.offHeapMemoryUsageListener.offHeapMemoryUsed = bytesUsed;
       this.offHeapMemoryUsageListener.notifyAll();
     }
+    if (_testHook != null) {
+      _testHook.afterNotifyUpdateMemoryUsed(bytesUsed);
+    }
   }
   
   void setCriticalThreshold(final float criticalThreshold) {
@@ -242,11 +275,15 @@ public class OffHeapMemoryMonitor implements ResourceMonitor, MemoryUsageListene
       final MemoryEvent mre = this.mostRecentEvent;
       final MemoryState oldState = mre.getState();
       final MemoryThresholds thresholds = this.thresholds;
+      final OffHeapMemoryMonitorObserver _testHook = this.testHook;
       MemoryState newState = thresholds.computeNextState(oldState, bytesUsed);
       if (oldState != newState) {
         this.currentState = newState;
         
         MemoryEvent event = new MemoryEvent(ResourceType.OFFHEAP_MEMORY, oldState, newState, this.cache.getMyId(), bytesUsed, true, thresholds);
+        if (_testHook != null) {
+          _testHook.updateStateAndSendEventBeforeProcess(bytesUsed, event);
+        }
         this.upcomingEvent.set(event);
 
         processLocalEvent(event);
@@ -257,8 +294,16 @@ public class OffHeapMemoryMonitor implements ResourceMonitor, MemoryUsageListene
           && this.deliverNextAbnormalEvent) {
         this.deliverNextAbnormalEvent = false;
         MemoryEvent event = new MemoryEvent(ResourceType.OFFHEAP_MEMORY, oldState, newState, this.cache.getMyId(), bytesUsed, true, thresholds);
+        if (_testHook != null) {
+          _testHook.updateStateAndSendEventBeforeAbnormalProcess(bytesUsed, event);
+        }
         this.upcomingEvent.set(event);
         processLocalEvent(event);
+      } else {
+        if (_testHook != null) {
+          _testHook.updateStateAndSendEventIgnore(bytesUsed, oldState, newState, mre.getBytesUsed(), this.deliverNextAbnormalEvent);
+        }
+        
       }
     }
   }
@@ -452,6 +497,20 @@ public class OffHeapMemoryMonitor implements ResourceMonitor, MemoryUsageListene
                   // The wait timed out. So tell the OffHeapMemoryMonitor
                   // that we need an event if the state is not normal.
                   deliverNextAbnormalEvent();
+                  // TODO: don't we need a "break" here?
+                  //       As it is we set deliverNextAbnormalEvent
+                  //       but then go back to sleep in wait.
+                  //       We need to call updateStateAndSendEvent
+                  //       which tests deliverNextAbnormalEvent.
+                  // But just adding a break is probably not enough.
+                  // We only set deliverNextAbnormalEvent if the wait
+                  // timed out which means that the amount of offHeapMemoryUsed
+                  // did not change.
+                  // But in updateStateAndSendEvent we only deliver an
+                  // abnormal event if the amount of memory changed.
+                  // This code needs to be reviewed with Swapnil but
+                  // it looks to Darrel like deliverNextAbnormalEvent
+                  // can be removed.
                 } else {
                   // we have been notified so exit the inner while loop
                   // and call updateStateAndSendEvent.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6aadbf81/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
index d65dcc7..816d668 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
@@ -53,6 +53,7 @@ import com.gemstone.gemfire.internal.cache.control.InternalResourceManager.Resou
 import com.gemstone.gemfire.internal.cache.control.MemoryEvent;
 import com.gemstone.gemfire.internal.cache.control.MemoryThresholds.MemoryState;
 import com.gemstone.gemfire.internal.cache.control.OffHeapMemoryMonitor;
+import com.gemstone.gemfire.internal.cache.control.OffHeapMemoryMonitor.OffHeapMemoryMonitorObserver;
 import com.gemstone.gemfire.internal.cache.control.ResourceAdvisor;
 import com.gemstone.gemfire.internal.cache.control.ResourceListener;
 import com.gemstone.gemfire.internal.cache.control.TestMemoryThresholdListener;
@@ -1383,6 +1384,8 @@ public class MemoryThresholdsOffHeapDUnitTest extends ClientServerTestCase {
     final Host host = Host.getHost(0);
     final VM server = host.getVM(0);
     final VM client = host.getVM(1);
+    final Object bigKey = -1;
+    final Object smallKey = -2;
 
     final int port = AvailablePortHelper.getRandomAvailableTCPPort();
     final int mcastPort = AvailablePortHelper.getRandomAvailableUDPPort();
@@ -1394,20 +1397,52 @@ public class MemoryThresholdsOffHeapDUnitTest extends ClientServerTestCase {
     doPutAlls(client, regionName, false/*catchServerException*/,
         false/*catchLowMemoryException*/, Range.DEFAULT);
 
+    
     //make the region sick in the server
-    server.invoke(new SerializableRunnable() {
-      public void run() {
+    final long bytesUsedAfterSmallKey = (long)server.invoke(new SerializableCallable() {
+      @Override
+      public Object call() throws Exception {
         InternalResourceManager irm = ((GemFireCacheImpl)getCache()).getResourceManager();
         final OffHeapMemoryMonitor ohm = irm.getOffHeapMonitor();
         assertTrue(ohm.getState().isNormal());
         getCache().getLoggerI18n().fine(addExpectedExString);
         final LocalRegion r = (LocalRegion) getRootRegion().getSubregion(regionName);
-        final Object key = 1;
-        r.put(key, new byte[943720]);
+        final long bytesUsedAfterSmallKey;
+        {
+          OffHeapMemoryMonitorObserverImpl _testHook = new OffHeapMemoryMonitorObserverImpl();
+          ohm.testHook = _testHook;
+          try {
+            r.put(smallKey, "1234567890");
+            bytesUsedAfterSmallKey = _testHook.verifyBeginUpdateMemoryUsed(false);
+          } finally {
+            ohm.testHook = null;
+          }
+        }
+        {
+          final OffHeapMemoryMonitorObserverImpl th = new OffHeapMemoryMonitorObserverImpl();
+          ohm.testHook = th;
+          try {
+            r.put(bigKey, new byte[943720]);
+            th.verifyBeginUpdateMemoryUsed(bytesUsedAfterSmallKey + 943720 + 8, true);
+            WaitCriterion waitForCritical = new WaitCriterion() {
+              public boolean done() {
+                return th.checkUpdateStateAndSendEventBeforeProcess(bytesUsedAfterSmallKey + 943720 + 8, MemoryState.EVICTION_DISABLED_CRITICAL);
+              }
+              @Override
+              public String description() {
+                return null;
+              }
+            };
+            waitForCriterion(waitForCritical, 30*1000, 9, false);
+            th.validateUpdateStateAndSendEventBeforeProcess(bytesUsedAfterSmallKey + 943720 + 8, MemoryState.EVICTION_DISABLED_CRITICAL);
+          } finally {
+            ohm.testHook = null;
+          }
+        }
         WaitCriterion wc;
         if (r instanceof PartitionedRegion) {
           final PartitionedRegion pr = (PartitionedRegion) r;
-          final int bucketId = PartitionedRegionHelper.getHashKey(pr, null, key, null, null);
+          final int bucketId = PartitionedRegionHelper.getHashKey(pr, null, bigKey, null, null);
           wc = new WaitCriterion() {
             @Override
             public String description() {
@@ -1419,7 +1454,7 @@ public class MemoryThresholdsOffHeapDUnitTest extends ClientServerTestCase {
               if (!ohm.getState().isCritical()) return false;
               // Only done once the bucket has been marked sick
               try {
-                pr.getRegionAdvisor().checkIfBucketSick(bucketId, key);
+                pr.getRegionAdvisor().checkIfBucketSick(bucketId, bigKey);
                 return false;
               } catch (LowMemoryException ignore) {
                 return true;
@@ -1439,9 +1474,9 @@ public class MemoryThresholdsOffHeapDUnitTest extends ClientServerTestCase {
             }
           };
         }
-        waitForCriterion(wc, 5000, 100, true);
+        waitForCriterion(wc, 30000, 9, true);
         getCache().getLoggerI18n().fine(removeExpectedExString);
-        return;
+        return bytesUsedAfterSmallKey;
       }
     });
 
@@ -1458,7 +1493,14 @@ public class MemoryThresholdsOffHeapDUnitTest extends ClientServerTestCase {
         final OffHeapMemoryMonitor ohm = irm.getOffHeapMonitor();
         assertTrue(ohm.getState().isCritical());
         getCache().getLogger().fine(MemoryThresholdsOffHeapDUnitTest.this.addExpectedBelow);
-        getRootRegion().getSubregion(regionName).destroy(1);
+        OffHeapMemoryMonitorObserverImpl _testHook = new OffHeapMemoryMonitorObserverImpl();
+        ohm.testHook = _testHook;
+        try {
+          getRootRegion().getSubregion(regionName).destroy(bigKey);
+          _testHook.verifyBeginUpdateMemoryUsed(bytesUsedAfterSmallKey, true);
+        } finally {
+          ohm.testHook = null;
+        }
         WaitCriterion wc = new WaitCriterion() {
           @Override
           public String description() {
@@ -1470,13 +1512,83 @@ public class MemoryThresholdsOffHeapDUnitTest extends ClientServerTestCase {
             return ohm.getState().isNormal();
           }
         };
-        waitForCriterion(wc, 5000, 100, true);
+        waitForCriterion(wc, 30000, 9, true);
         getCache().getLogger().fine(MemoryThresholdsOffHeapDUnitTest.this.removeExpectedBelow);
         return;
       }
     });
   }
   
+  private static class OffHeapMemoryMonitorObserverImpl implements OffHeapMemoryMonitorObserver {
+    private boolean beginUpdateMemoryUsed;
+    private long beginUpdateMemoryUsed_bytesUsed;
+    private boolean beginUpdateMemoryUsed_willSendEvent;
+    @Override
+    public synchronized void beginUpdateMemoryUsed(long bytesUsed, boolean willSendEvent) {
+      beginUpdateMemoryUsed = true;
+      beginUpdateMemoryUsed_bytesUsed = bytesUsed;
+      beginUpdateMemoryUsed_willSendEvent = willSendEvent;
+    }
+    @Override
+    public synchronized void afterNotifyUpdateMemoryUsed(long bytesUsed) {
+    }
+    @Override
+    public synchronized void beginUpdateStateAndSendEvent(long bytesUsed, boolean willSendEvent) {
+    }
+    private boolean updateStateAndSendEventBeforeProcess;
+    private long updateStateAndSendEventBeforeProcess_bytesUsed;
+    private MemoryEvent updateStateAndSendEventBeforeProcess_event;
+    @Override
+    public synchronized void updateStateAndSendEventBeforeProcess(long bytesUsed, MemoryEvent event) {
+      updateStateAndSendEventBeforeProcess = true;
+      updateStateAndSendEventBeforeProcess_bytesUsed = bytesUsed;
+      updateStateAndSendEventBeforeProcess_event = event;
+    }
+    @Override
+    public synchronized void updateStateAndSendEventBeforeAbnormalProcess(long bytesUsed, MemoryEvent event) {
+    }
+    @Override
+    public synchronized void updateStateAndSendEventIgnore(long bytesUsed, MemoryState oldState, MemoryState newState, long mostRecentBytesUsed,
+        boolean deliverNextAbnormalEvent) {
+    }
+
+    public synchronized void verifyBeginUpdateMemoryUsed(long expected_bytesUsed, boolean expected_willSendEvent) {
+      if (!beginUpdateMemoryUsed) {
+        fail("beginUpdateMemoryUsed was not called");
+      }
+      assertEquals(expected_bytesUsed, beginUpdateMemoryUsed_bytesUsed);
+      assertEquals(expected_willSendEvent, beginUpdateMemoryUsed_willSendEvent);
+    }
+    /**
+     * Verify that beginUpdateMemoryUsed was called, event will be sent, and return the "bytesUsed" it recorded.
+     */
+    public synchronized long verifyBeginUpdateMemoryUsed(boolean expected_willSendEvent) {
+      if (!beginUpdateMemoryUsed) {
+        fail("beginUpdateMemoryUsed was not called");
+      }
+      assertEquals(expected_willSendEvent, beginUpdateMemoryUsed_willSendEvent);
+      return beginUpdateMemoryUsed_bytesUsed;
+    }
+    public synchronized boolean checkUpdateStateAndSendEventBeforeProcess(long expected_bytesUsed, MemoryState expected_memoryState) {
+      if (!updateStateAndSendEventBeforeProcess) {
+        return false;
+      }
+      if (expected_bytesUsed != updateStateAndSendEventBeforeProcess_bytesUsed) {
+        return false;
+      }
+      if (!expected_memoryState.equals(updateStateAndSendEventBeforeProcess_event.getState())) {
+        return false;
+      }
+      return true;
+    }
+    public synchronized void validateUpdateStateAndSendEventBeforeProcess(long expected_bytesUsed, MemoryState expected_memoryState) {
+      if (!updateStateAndSendEventBeforeProcess) {
+        fail("updateStateAndSendEventBeforeProcess was not called");
+      }
+      assertEquals(expected_bytesUsed, updateStateAndSendEventBeforeProcess_bytesUsed);
+      assertEquals(expected_memoryState, updateStateAndSendEventBeforeProcess_event.getState());
+    }
+   }
   private void registerTestMemoryThresholdListener(VM vm) {
     vm.invoke(new SerializableCallable() {
       public Object call() throws Exception {


[18/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetExecutor.java
index b6dc703..d8d0d9a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetNXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetNXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetNXExecutor.java
index 0daaeb9..b91b997 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetNXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetNXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetRangeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetRangeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetRangeExecutor.java
index 1656065..7adedb9 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetRangeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/SetRangeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StringExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StringExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StringExecutor.java
index 49c81b3..3bf6dba 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StringExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StringExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import com.gemstone.gemfire.internal.redis.ByteArrayWrapper;
@@ -26,4 +42,4 @@ public abstract class StringExecutor extends AbstractExecutor {
       throw new RedisDataTypeMismatchException("The key name \"" + key + "\" is already used by a " + currentType.toString());
   }
   
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StrlenExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StrlenExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StrlenExecutor.java
index 389de5a..ac51903 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StrlenExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/string/StrlenExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.string;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/DiscardExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/DiscardExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/DiscardExecutor.java
index 6c46a62..bcbd153 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/DiscardExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/DiscardExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.transactions;
 
 import com.gemstone.gemfire.cache.CacheTransactionManager;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/ExecExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/ExecExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/ExecExecutor.java
index 7b8b1c7..7a02d30 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/ExecExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/ExecExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.transactions;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/MultiExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/MultiExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/MultiExecutor.java
index edd9b28..d834ca6 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/MultiExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/MultiExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.transactions;
 
 import com.gemstone.gemfire.cache.CacheTransactionManager;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/TransactionExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/TransactionExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/TransactionExecutor.java
index 736e9f7..b2a58a8 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/TransactionExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/TransactionExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.transactions;
 
 import com.gemstone.gemfire.internal.redis.executor.AbstractExecutor;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/UnwatchExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/UnwatchExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/UnwatchExecutor.java
index 263d3bf..5646968 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/UnwatchExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/UnwatchExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.transactions;
 
 import com.gemstone.gemfire.internal.redis.Command;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/WatchExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/WatchExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/WatchExecutor.java
index 11f9b79..35765a7 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/WatchExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/transactions/WatchExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.transactions;
 
 import com.gemstone.gemfire.internal.redis.Command;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonCallable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonCallable.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonCallable.java
index 3c64ab4..d497368 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonCallable.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonCallable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.util;
 
 import java.io.InterruptedIOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonValue.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonValue.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonValue.java
index c40d334..c04e467 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonValue.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/SingletonValue.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.util;
 
 import java.io.Closeable;
@@ -301,4 +317,4 @@ public class SingletonValue<T extends Closeable> {
     }
     return result;
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/StackTraceCollector.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/StackTraceCollector.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/StackTraceCollector.java
index 4fd0a04..e70756d 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/StackTraceCollector.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/util/StackTraceCollector.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2002-2011 VMware, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- *========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.util;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/HDFSStoreCommands.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/HDFSStoreCommands.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/HDFSStoreCommands.java
index 6e573f1..318350f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/HDFSStoreCommands.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/HDFSStoreCommands.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.commands;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/CreateHDFSStoreFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/CreateHDFSStoreFunction.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/CreateHDFSStoreFunction.java
index b4e5033..488e093 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/CreateHDFSStoreFunction.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/CreateHDFSStoreFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.functions;
 
 import org.apache.logging.log4j.Logger;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/DescribeHDFSStoreFunction.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/DescribeHDFSStoreFunction.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/DescribeHDFSStoreFunction.java
index 9e9df4b..e20f7b9 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/DescribeHDFSStoreFunction.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/DescribeHDFSStoreFunction.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.functions;
 
 import org.apache.logging.log4j.Logger;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/pdx/PdxRegistryMismatchException.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/pdx/PdxRegistryMismatchException.java b/gemfire-core/src/main/java/com/gemstone/gemfire/pdx/PdxRegistryMismatchException.java
index b55cc52..af14149 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/pdx/PdxRegistryMismatchException.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/pdx/PdxRegistryMismatchException.java
@@ -1,12 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2011 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
- */
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.pdx;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/redis/GemFireRedisServer.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/redis/GemFireRedisServer.java b/gemfire-core/src/main/java/com/gemstone/gemfire/redis/GemFireRedisServer.java
index 05f6024..15929d5 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/redis/GemFireRedisServer.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/redis/GemFireRedisServer.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import io.netty.bootstrap.ServerBootstrap;
@@ -699,4 +715,4 @@ public class GemFireRedisServer {
     return logLevel;
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/cacheRunner/Portfolio.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/cacheRunner/Portfolio.java b/gemfire-core/src/test/java/cacheRunner/Portfolio.java
index b62f1a5..5f81737 100644
--- a/gemfire-core/src/test/java/cacheRunner/Portfolio.java
+++ b/gemfire-core/src/test/java/cacheRunner/Portfolio.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package cacheRunner;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/cacheRunner/Position.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/cacheRunner/Position.java b/gemfire-core/src/test/java/cacheRunner/Position.java
index 4c3cdda..13b2efa 100644
--- a/gemfire-core/src/test/java/cacheRunner/Position.java
+++ b/gemfire-core/src/test/java/cacheRunner/Position.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package cacheRunner;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/company/data/MyDeclarable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/company/data/MyDeclarable.java b/gemfire-core/src/test/java/com/company/data/MyDeclarable.java
index 391e0f1..7a4f0e3 100644
--- a/gemfire-core/src/test/java/com/company/data/MyDeclarable.java
+++ b/gemfire-core/src/test/java/com/company/data/MyDeclarable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.company.data;
 
 import com.gemstone.gemfire.cache.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/examples/ds/Address.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/examples/ds/Address.java b/gemfire-core/src/test/java/com/examples/ds/Address.java
index ef4b38c..5a82531 100644
--- a/gemfire-core/src/test/java/com/examples/ds/Address.java
+++ b/gemfire-core/src/test/java/com/examples/ds/Address.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.examples.ds;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/AppObject.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/AppObject.java b/gemfire-core/src/test/java/com/gemstone/gemfire/AppObject.java
index b03ec4b..4732615 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/AppObject.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/AppObject.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire;
 
 /**
@@ -5,4 +21,4 @@ package com.gemstone.gemfire;
  * application classes.
  */
 public class AppObject {
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/TXWriterTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/TXWriterTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/TXWriterTestCase.java
index 11d0c70..c146395 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/TXWriterTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/TXWriterTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java
index 492d9a4..2ce8a6f 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/ClientServerRegisterInterestsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/ClientServerRegisterInterestsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/ClientServerRegisterInterestsDUnitTest.java
index a9ce0ea..ee4ff20 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/ClientServerRegisterInterestsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/ClientServerRegisterInterestsDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.client;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/internal/SSLNoClientAuthDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/internal/SSLNoClientAuthDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/internal/SSLNoClientAuthDUnitTest.java
index 390c285..5ca5573 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/internal/SSLNoClientAuthDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/client/internal/SSLNoClientAuthDUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. Pivotal products are covered by
- * one or more patents listed at http://www.pivotal.io/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.cache.client.internal;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserverJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserverJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserverJUnitTest.java
index e6b7aa8..26c7094 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserverJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserverJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.hdfs.internal;
 
 import java.util.concurrent.TimeUnit;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
index d65dcc7..6e76e51 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2013 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.cache.management;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/PutOperationContextJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/PutOperationContextJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/PutOperationContextJUnitTest.java
index 32db7bd..7b265f9 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/PutOperationContextJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/PutOperationContextJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.operations;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImplJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImplJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImplJUnitTest.java
index 8607468..8efec6e 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImplJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/operations/internal/GetOperationContextImplJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.operations.internal;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/GroupByPartitionedQueryDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/GroupByPartitionedQueryDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/GroupByPartitionedQueryDUnitTest.java
index d3e1aca..b1252d0 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/GroupByPartitionedQueryDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/GroupByPartitionedQueryDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.dunit;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByPartitionedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByPartitionedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByPartitionedJUnitTest.java
index 6a77405..c1a8178 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByPartitionedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByPartitionedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByReplicatedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByReplicatedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByReplicatedJUnitTest.java
index 356c606..a9fe25a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByReplicatedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByReplicatedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestInterface.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestInterface.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestInterface.java
index 2d429af..2bf5fce 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestInterface.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/GroupByTestInterface.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 public interface GroupByTestInterface {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/MultiIndexCreationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/MultiIndexCreationJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/MultiIndexCreationJUnitTest.java
index eea67e4..3867365 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/MultiIndexCreationJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/MultiIndexCreationJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByPartitionedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByPartitionedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByPartitionedJUnitTest.java
index b3a3c00..99eb6c0 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByPartitionedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByPartitionedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.fail;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByReplicatedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByReplicatedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByReplicatedJUnitTest.java
index 524c378..257385c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByReplicatedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/NonDistinctOrderByReplicatedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByPartitionedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByPartitionedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByPartitionedJUnitTest.java
index 3e82e57..0d062e3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByPartitionedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByPartitionedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByReplicatedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByReplicatedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByReplicatedJUnitTest.java
index 08f7057..84f9350 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByReplicatedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/OrderByReplicatedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByPartitionedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByPartitionedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByPartitionedJUnitTest.java
index f111b9b..2798528 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByPartitionedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByPartitionedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByReplicatedJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByReplicatedJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByReplicatedJUnitTest.java
index 1ca44cf..40050d1 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByReplicatedJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByReplicatedJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByTestImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByTestImpl.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByTestImpl.java
index 91bc0a8..dc2407d 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByTestImpl.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxGroupByTestImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxOrderByJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxOrderByJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxOrderByJUnitTest.java
index eac51b4..a1cbff4 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxOrderByJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/PdxOrderByJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.functional;
 
 import static org.junit.Assert.fail;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunctionJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunctionJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunctionJUnitTest.java
index 036fbd2..f476012 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunctionJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledAggregateFunctionJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.lang.reflect.Field;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelectJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelectJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelectJUnitTest.java
index 5831b56..e787db7 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelectJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/CompiledGroupBySelectJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import static org.junit.Assert.assertFalse;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResultsJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResultsJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResultsJUnitTest.java
index 3bb6e27..af00162 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResultsJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/NWayMergeResultsJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.lang.reflect.Method;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/aggregate/AggregatorJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/aggregate/AggregatorJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/aggregate/AggregatorJUnitTest.java
index 47243ad..0fc7dd6 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/aggregate/AggregatorJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/aggregate/AggregatorJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/IndexHintJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/IndexHintJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/IndexHintJUnitTest.java
index 2401162..e64ceac 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/IndexHintJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/IndexHintJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.index;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/MultiIndexCreationDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/MultiIndexCreationDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/MultiIndexCreationDUnitTest.java
index c3023e7..036bf62 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/MultiIndexCreationDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/MultiIndexCreationDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.index;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/PdxCopyOnReadQueryJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/PdxCopyOnReadQueryJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/PdxCopyOnReadQueryJUnitTest.java
index 0c0719b..3697183 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/PdxCopyOnReadQueryJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/PdxCopyOnReadQueryJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.index;
 
 import java.sql.Timestamp;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheXmlTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheXmlTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheXmlTestCase.java
index 8d6bf19..555f75a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheXmlTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheXmlTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientMembershipSelectorDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientMembershipSelectorDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientMembershipSelectorDUnitTest.java
index ebf894e..9f2ea95 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientMembershipSelectorDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientMembershipSelectorDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 /**



[20/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PersistExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PersistExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PersistExecutor.java
index 85ed437..f3bb686 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PersistExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PersistExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PingExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PingExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PingExecutor.java
index 3387687..828c74a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PingExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PingExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.Coder;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/QuitExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/QuitExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/QuitExecutor.java
index 2bca4fb..784676a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/QuitExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/QuitExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.Coder;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ScanExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ScanExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ScanExecutor.java
index 9257aff..f5ac4cb 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ScanExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ScanExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ShutDownExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ShutDownExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ShutDownExecutor.java
index b8e656f..3618768 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ShutDownExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ShutDownExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.Command;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/SortedSetQuery.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/SortedSetQuery.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/SortedSetQuery.java
index 24788dd..0b1a9ed 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/SortedSetQuery.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/SortedSetQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 public enum SortedSetQuery {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TTLExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TTLExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TTLExecutor.java
index 47f2f49..630b8d0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TTLExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TTLExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TimeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TimeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TimeExecutor.java
index 3191d2a..59b8b17 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TimeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TimeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TypeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TypeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TypeExecutor.java
index 75e5e53..7c8eded 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TypeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/TypeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/UnkownExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/UnkownExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/UnkownExecutor.java
index fd64c39..1e92258 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/UnkownExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/UnkownExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.Coder;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HDelExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HDelExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HDelExecutor.java
index 11122fe..ccc8f4b 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HDelExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HDelExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HExistsExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HExistsExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HExistsExecutor.java
index 79016da..e3bcee0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HExistsExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HExistsExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetAllExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetAllExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetAllExecutor.java
index ae8100e..902422a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetAllExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetAllExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetExecutor.java
index 22f61fb..b72d29c 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HGetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByExecutor.java
index 15e28f0..8001d5e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByFloatExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByFloatExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByFloatExecutor.java
index 3a68222..c8c27b5 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByFloatExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HIncrByFloatExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HKeysExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HKeysExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HKeysExecutor.java
index 5c401ff..d7cf777 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HKeysExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HKeysExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HLenExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HLenExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HLenExecutor.java
index 1b3103b..b62f49f 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HLenExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HLenExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMGetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMGetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMGetExecutor.java
index d1638e2..d8c7bbf 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMGetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMGetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMSetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMSetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMSetExecutor.java
index 8f94ef3..efb4d2a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMSetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HMSetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HScanExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HScanExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HScanExecutor.java
index ded681a..9e70a79 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HScanExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HScanExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetExecutor.java
index 1d02d45..5216594 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetNXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetNXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetNXExecutor.java
index 3942216..a3bbec1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetNXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HSetNXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HValsExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HValsExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HValsExecutor.java
index 8d5edaf..52f57aa 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HValsExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HValsExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HashExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HashExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HashExecutor.java
index 94b5115..a2f3d6a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HashExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hash/HashExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hash;
 
 import com.gemstone.gemfire.cache.Region;
@@ -20,4 +36,4 @@ public abstract class HashExecutor extends AbstractExecutor {
    return (Region<ByteArrayWrapper, ByteArrayWrapper>) context.getRegionProvider().getRegion(key);
   }
   
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Bits.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Bits.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Bits.java
index 592086d..b204442 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Bits.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Bits.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/CardinalityMergeException.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/CardinalityMergeException.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/CardinalityMergeException.java
index 21be9f7..1391779 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/CardinalityMergeException.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/CardinalityMergeException.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*
@@ -23,4 +39,4 @@ public abstract class CardinalityMergeException extends Exception {
     public CardinalityMergeException(String message) {
         super(message);
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HllExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HllExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HllExecutor.java
index 2f2a963..27ebaff 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HllExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HllExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 import com.gemstone.gemfire.internal.redis.ByteArrayWrapper;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLog.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLog.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLog.java
index 0972ce6..c857db4 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLog.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLog.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLogPlus.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLogPlus.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLogPlus.java
index ea95293..059c7c9 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLogPlus.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLogPlus.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*
@@ -1050,4 +1066,4 @@ public class HyperLogLogPlus implements ICardinality, Serializable {
     }
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/IBuilder.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/IBuilder.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/IBuilder.java
index 12e3fa4..e18be29 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/IBuilder.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/IBuilder.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*
@@ -22,4 +38,4 @@ public interface IBuilder<T> {
     T build();
 
     int sizeof();
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/ICardinality.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/ICardinality.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/ICardinality.java
index 8635943..f89f91d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/ICardinality.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/ICardinality.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/MurmurHash.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/MurmurHash.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/MurmurHash.java
index d2efd6d..1c6b9d0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/MurmurHash.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/MurmurHash.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /**
@@ -215,4 +231,4 @@ public class MurmurHash {
 
         return h;
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFAddExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFAddExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFAddExecutor.java
index 1fbe9e1..95af34a 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFAddExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFAddExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFCountExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFCountExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFCountExecutor.java
index bdced51..e081022 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFCountExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFCountExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFMergeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFMergeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFMergeExecutor.java
index f646791..dd9afbc 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFMergeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/PFMergeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/RegisterSet.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/RegisterSet.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/RegisterSet.java
index a22bc6c..fcf3a38 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/RegisterSet.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/RegisterSet.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /*
@@ -107,4 +123,4 @@ public class RegisterSet {
         System.arraycopy(M, 0, copy, 0, M.length);
         return copy;
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Varint.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Varint.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Varint.java
index d7b3371..b6fc9e1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Varint.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/Varint.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.hll;
 
 /**
@@ -222,4 +238,4 @@ public final class Varint {
         return value | (rb << i);
     }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LIndexExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LIndexExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LIndexExecutor.java
index 997f1af..5b8f3ab 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LIndexExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LIndexExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LInsertExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LInsertExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LInsertExecutor.java
index 9213a4a..77008d6 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LInsertExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LInsertExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.Command;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LLenExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LLenExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LLenExecutor.java
index 63f0e1a..8fb2682 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LLenExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LLenExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPopExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPopExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPopExecutor.java
index 7ad2449..ba109c1 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPopExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPopExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushExecutor.java
index 4d197cb..51d8ecd 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushXExecutor.java
index 9e6f6dc..0e121b2 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LPushXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRangeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRangeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRangeExecutor.java
index 84b5193..446f089 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRangeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRangeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRemExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRemExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRemExecutor.java
index 8a50b4f..e4eb7a2 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRemExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LRemExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LSetExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LSetExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LSetExecutor.java
index 0668f02..43f7397 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LSetExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LSetExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LTrimExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LTrimExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LTrimExecutor.java
index 11ae338..c2f5374 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LTrimExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/LTrimExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/ListExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/ListExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/ListExecutor.java
index ebb36a1..98cbec5 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/ListExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/ListExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PopExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PopExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PopExecutor.java
index e501de0..8cdb6bb 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PopExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PopExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushExecutor.java
index fdc7208..28472db 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushXExecutor.java
index ac89522..f33ef0e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/PushXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPopExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPopExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPopExecutor.java
index 55de43a..e0fecc7 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPopExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPopExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushExecutor.java
index 81f69fa..bc8a22e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushXExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushXExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushXExecutor.java
index 3227bf9..562d251 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushXExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/list/RPushXExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor.list;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;



[26/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Mon, 19 Oct 2015 06:05:39 +0100 Subject: [PATCH 2/2] Add ASF License Header to scala files File: 0004-Add-ASF-License-Header-to-scala-files.patch.txt

Posted by kl...@apache.org.
From: Niall Pemberton <ni...@apache.org>
Date: Mon, 19 Oct 2015 06:05:39 +0100
Subject: [PATCH 2/2] Add ASF License Header to scala files
File: 0004-Add-ASF-License-Header-to-scala-files.patch.txt


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/773744da
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/773744da
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/773744da

Branch: refs/heads/feature/GEODE-328
Commit: 773744daa07db7b2c997826dbd8e811b12ccf2b4
Parents: b7b08d1
Author: Dick Cavender <dc...@pivotal.io>
Authored: Thu Oct 22 15:47:16 2015 -0700
Committer: Dick Cavender <dc...@pivotal.io>
Committed: Thu Oct 22 15:47:16 2015 -0700

----------------------------------------------------------------------
 .../spark/connector/BasicIntegrationTest.scala    | 16 ++++++++++++++++
 .../connector/RDDJoinRegionIntegrationTest.scala  | 16 ++++++++++++++++
 .../connector/RetrieveRegionIntegrationTest.scala | 16 ++++++++++++++++
 .../pivotal/gemfire/spark/connector/package.scala | 16 ++++++++++++++++
 .../spark/connector/testkit/GemFireCluster.scala  | 16 ++++++++++++++++
 .../spark/connector/testkit/GemFireRunner.scala   | 16 ++++++++++++++++
 .../gemfire/spark/connector/testkit/IOUtils.scala | 16 ++++++++++++++++
 .../spark/streaming/ManualClockHelper.scala       | 16 ++++++++++++++++
 .../apache/spark/streaming/TestInputDStream.scala | 16 ++++++++++++++++
 .../spark/connector/GemFireConnection.scala       | 16 ++++++++++++++++
 .../spark/connector/GemFireConnectionConf.scala   | 16 ++++++++++++++++
 .../connector/GemFireConnectionManager.scala      | 16 ++++++++++++++++
 .../spark/connector/GemFireFunctionDeployer.scala | 16 ++++++++++++++++
 .../spark/connector/GemFireKryoRegistrator.scala  | 16 ++++++++++++++++
 .../spark/connector/GemFirePairRDDFunctions.scala | 16 ++++++++++++++++
 .../spark/connector/GemFireRDDFunctions.scala     | 16 ++++++++++++++++
 .../connector/GemFireSQLContextFunctions.scala    | 16 ++++++++++++++++
 .../connector/GemFireSparkContextFunctions.scala  | 16 ++++++++++++++++
 .../internal/DefaultGemFireConnection.scala       | 16 ++++++++++++++++
 .../DefaultGemFireConnectionManager.scala         | 16 ++++++++++++++++
 .../spark/connector/internal/LocatorHelper.scala  | 16 ++++++++++++++++
 .../StructStreamingResultCollector.scala          | 16 ++++++++++++++++
 .../connector/internal/oql/QueryParser.scala      | 16 ++++++++++++++++
 .../spark/connector/internal/oql/QueryRDD.scala   | 18 +++++++++++++++++-
 .../internal/oql/QueryResultCollector.scala       | 18 +++++++++++++++++-
 .../connector/internal/oql/RDDConverter.scala     | 18 +++++++++++++++++-
 .../spark/connector/internal/oql/RowBuilder.scala | 16 ++++++++++++++++
 .../connector/internal/oql/SchemaBuilder.scala    | 16 ++++++++++++++++
 .../internal/oql/UndefinedSerializer.scala        | 16 ++++++++++++++++
 .../connector/internal/rdd/GemFireJoinRDD.scala   | 16 ++++++++++++++++
 .../internal/rdd/GemFireOuterJoinRDD.scala        | 16 ++++++++++++++++
 .../internal/rdd/GemFireRDDPartition.scala        | 16 ++++++++++++++++
 .../internal/rdd/GemFireRDDPartitioner.scala      | 16 ++++++++++++++++
 .../internal/rdd/GemFireRDDPartitionerImpl.scala  | 16 ++++++++++++++++
 .../connector/internal/rdd/GemFireRDDWriter.scala | 16 ++++++++++++++++
 .../connector/internal/rdd/GemFireRegionRDD.scala | 16 ++++++++++++++++
 .../connector/javaapi/GemFireJavaRegionRDD.scala  | 16 ++++++++++++++++
 .../spark/connector/javaapi/JavaAPIHelper.scala   | 16 ++++++++++++++++
 .../pivotal/gemfire/spark/connector/package.scala | 16 ++++++++++++++++
 .../streaming/GemFireDStreamFunctions.scala       | 18 +++++++++++++++++-
 .../spark/connector/streaming/package.scala       | 16 ++++++++++++++++
 .../connector/GemFireFunctionDeployerTest.scala   | 16 ++++++++++++++++
 .../DefaultGemFireConnectionManagerTest.scala     | 16 ++++++++++++++++
 ...uctStreamingResultSenderAndCollectorTest.scala | 16 ++++++++++++++++
 .../connector/internal/oql/QueryParserTest.scala  | 18 +++++++++++++++++-
 .../spark/connector/ConnectorImplicitsTest.scala  | 16 ++++++++++++++++
 .../connector/GemFireConnectionConfTest.scala     | 16 ++++++++++++++++
 .../connector/GemFireDStreamFunctionsTest.scala   | 16 ++++++++++++++++
 .../spark/connector/GemFireRDDFunctionsTest.scala | 16 ++++++++++++++++
 .../spark/connector/LocatorHelperTest.scala       | 16 ++++++++++++++++
 .../connector/rdd/GemFireRDDPartitionerTest.scala | 16 ++++++++++++++++
 .../connector/rdd/GemFireRegionRDDTest.scala      | 16 ++++++++++++++++
 .../project/Dependencies.scala                    | 16 ++++++++++++++++
 .../project/GemFireSparkBuild.scala               | 16 ++++++++++++++++
 gemfire-spark-connector/project/Settings.scala    | 16 ++++++++++++++++
 55 files changed, 885 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/BasicIntegrationTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/BasicIntegrationTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/BasicIntegrationTest.scala
index dfd29e1..10c7eaf 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/BasicIntegrationTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/BasicIntegrationTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector
 
 import java.util.Properties

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RDDJoinRegionIntegrationTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RDDJoinRegionIntegrationTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RDDJoinRegionIntegrationTest.scala
index 1e1bde3..c286491 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RDDJoinRegionIntegrationTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RDDJoinRegionIntegrationTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector
 
 import java.util.Properties

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RetrieveRegionIntegrationTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RetrieveRegionIntegrationTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RetrieveRegionIntegrationTest.scala
index e91221c..0ab8110 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RetrieveRegionIntegrationTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/RetrieveRegionIntegrationTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector
 
 import java.util.Properties

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/package.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/package.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/package.scala
index 744e2d1..298dc4a 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/package.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/package.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark
 
 import org.scalatest.Tag

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireCluster.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireCluster.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireCluster.scala
index f87bc93..d8e07f5 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireCluster.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireCluster.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector.testkit
 
 import java.util.Properties

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireRunner.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireRunner.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireRunner.scala
index 27738d3..1d296c2 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireRunner.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/GemFireRunner.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector.testkit
 
 import java.io.{IOException, File}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/IOUtils.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/IOUtils.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/IOUtils.scala
index 99f9b33..28134a8 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/IOUtils.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/ittest/io/pivotal/gemfire/spark/connector/testkit/IOUtils.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ittest.io.pivotal.gemfire.spark.connector.testkit
 
 import java.io.{File, IOException}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/ManualClockHelper.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/ManualClockHelper.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/ManualClockHelper.scala
index fbcbffb..67f9e57 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/ManualClockHelper.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/ManualClockHelper.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.spark.streaming
 
 import org.apache.spark.util.ManualClock

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/TestInputDStream.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/TestInputDStream.scala b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/TestInputDStream.scala
index efe229c..fce1e67 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/TestInputDStream.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/it/scala/org/apache/spark/streaming/TestInputDStream.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.spark.streaming
 
 import org.apache.spark.rdd.RDD

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnection.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnection.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnection.scala
index 9c58b78..39ec1c1 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnection.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnection.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import com.gemstone.gemfire.cache.execute.ResultCollector

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionConf.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionConf.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionConf.scala
index 2b8a0a8..ea6d246 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionConf.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionConf.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import org.apache.spark.SparkConf

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionManager.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionManager.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionManager.scala
index 3b42737..7386f5c 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionManager.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireConnectionManager.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployer.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployer.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployer.scala
index 726b785..96a7e81 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployer.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployer.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import java.io.File

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireKryoRegistrator.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireKryoRegistrator.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireKryoRegistrator.scala
index f1213a1..196d991 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireKryoRegistrator.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireKryoRegistrator.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import com.esotericsoftware.kryo.Kryo

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFirePairRDDFunctions.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFirePairRDDFunctions.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFirePairRDDFunctions.scala
index 8050a5e..63583da 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFirePairRDDFunctions.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFirePairRDDFunctions.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import io.pivotal.gemfire.spark.connector.internal.rdd.{GemFireOuterJoinRDD, GemFireJoinRDD, GemFirePairRDDWriter}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireRDDFunctions.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireRDDFunctions.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireRDDFunctions.scala
index 5415727..2039b7f 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireRDDFunctions.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireRDDFunctions.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import io.pivotal.gemfire.spark.connector.internal.rdd.{GemFireOuterJoinRDD, GemFireJoinRDD, GemFireRDDWriter}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSQLContextFunctions.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSQLContextFunctions.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSQLContextFunctions.scala
index 2fb128a..51f1d01 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSQLContextFunctions.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSQLContextFunctions.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import io.pivotal.gemfire.spark.connector.internal.oql.{OQLRelation, QueryRDD}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSparkContextFunctions.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSparkContextFunctions.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSparkContextFunctions.scala
index ce13786..5341977 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSparkContextFunctions.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/GemFireSparkContextFunctions.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import io.pivotal.gemfire.spark.connector.internal.rdd.GemFireRegionRDD

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnection.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnection.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnection.scala
index 3fcb496..7d147b2 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnection.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnection.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal
 
 import java.net.InetAddress

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManager.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManager.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManager.scala
index 7495c60..6722ca8 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManager.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManager.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal
 
 import io.pivotal.gemfire.spark.connector.{GemFireConnection, GemFireConnectionConf, GemFireConnectionManager}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/LocatorHelper.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/LocatorHelper.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/LocatorHelper.scala
index 3a094cc..1d72775 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/LocatorHelper.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/LocatorHelper.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal
 
 import java.net.InetSocketAddress

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultCollector.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultCollector.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultCollector.scala
index 5d95cec..39bc0cc 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultCollector.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultCollector.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.gemfirefunctions
 
 import java.util.concurrent.{TimeUnit, LinkedBlockingQueue, BlockingQueue}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParser.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParser.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParser.scala
index dd4a40b..71e1823 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParser.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParser.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import scala.util.parsing.combinator.RegexParsers

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryRDD.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryRDD.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryRDD.scala
index 7c0d6a9..c16a70d 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryRDD.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryRDD.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf
@@ -64,4 +80,4 @@ class QueryRDD[T](@transient sc: SparkContext,
         regionPath
     }
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryResultCollector.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryResultCollector.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryResultCollector.scala
index 6bbad26..7032e5a 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryResultCollector.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryResultCollector.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import java.util.concurrent.{TimeUnit, LinkedBlockingDeque}
@@ -50,4 +66,4 @@ class QueryResultCollector extends ResultCollector[Array[Byte], Iterator[Object]
     }
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RDDConverter.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RDDConverter.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RDDConverter.scala
index e4f4152..894066c 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RDDConverter.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RDDConverter.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import org.apache.spark.rdd.RDD
@@ -21,4 +37,4 @@ object RDDConverter {
   def queryRDDToDataFrame[T](queryRDD: QueryRDD[T], sqlContext: SQLContext): DataFrame = {
     sqlContext.baseRelationToDataFrame(OQLRelation(queryRDD)(sqlContext))
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RowBuilder.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RowBuilder.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RowBuilder.scala
index 08cd042..3a4fa6a 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RowBuilder.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/RowBuilder.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import com.gemstone.gemfire.cache.query.internal.StructImpl

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/SchemaBuilder.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/SchemaBuilder.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/SchemaBuilder.scala
index d878a2a..11fff90 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/SchemaBuilder.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/SchemaBuilder.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import com.gemstone.gemfire.cache.query.internal.StructImpl

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/UndefinedSerializer.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/UndefinedSerializer.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/UndefinedSerializer.scala
index 497aadf..35e8120 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/UndefinedSerializer.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/oql/UndefinedSerializer.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import com.esotericsoftware.kryo.{Kryo, Serializer}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireJoinRDD.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireJoinRDD.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireJoinRDD.scala
index 53b61b1..cfa1537 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireJoinRDD.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireJoinRDD.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import com.gemstone.gemfire.cache.Region

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireOuterJoinRDD.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireOuterJoinRDD.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireOuterJoinRDD.scala
index bed291c..ec3a512 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireOuterJoinRDD.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireOuterJoinRDD.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import com.gemstone.gemfire.cache.Region

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartition.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartition.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartition.scala
index 0895024..02e1eed 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartition.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartition.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import org.apache.spark.Partition

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitioner.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitioner.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitioner.scala
index 7ec8d42..807a979 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitioner.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitioner.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import io.pivotal.gemfire.spark.connector.GemFireConnection

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitionerImpl.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitionerImpl.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitionerImpl.scala
index bc1a791..72904ee 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitionerImpl.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDPartitionerImpl.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import io.pivotal.gemfire.spark.connector.GemFireConnection

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDWriter.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDWriter.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDWriter.scala
index 11e1e07..b6b1330 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDWriter.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRDDWriter.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import com.gemstone.gemfire.cache.Region

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRegionRDD.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRegionRDD.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRegionRDD.scala
index 3a987b2..4535917 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRegionRDD.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/internal/rdd/GemFireRegionRDD.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.rdd
 
 import scala.collection.Seq

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRegionRDD.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRegionRDD.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRegionRDD.scala
index 6d8ed59..1a2e8f2 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRegionRDD.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/GemFireJavaRegionRDD.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi
 
 import io.pivotal.gemfire.spark.connector.internal.rdd.GemFireRegionRDD

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/JavaAPIHelper.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/JavaAPIHelper.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/JavaAPIHelper.scala
index 11de6f1..3d10fb8 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/JavaAPIHelper.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/javaapi/JavaAPIHelper.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.javaapi
 
 import org.apache.spark.api.java.{JavaPairRDD, JavaRDD}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/package.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/package.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/package.scala
index d08e96c..aaf0fcc 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/package.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/package.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark
 
 import io.pivotal.gemfire.spark.connector.internal.rdd.{ServerSplitsPartitioner, OnePartitionPartitioner}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/GemFireDStreamFunctions.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/GemFireDStreamFunctions.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/GemFireDStreamFunctions.scala
index f064498..6890ec0 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/GemFireDStreamFunctions.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/GemFireDStreamFunctions.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.streaming
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf
@@ -70,4 +86,4 @@ class GemFirePairDStreamFunctions[K, V](val dstream: DStream[(K,V)]) extends Ser
 
   private[connector] def defaultConnectionConf: GemFireConnectionConf =
     GemFireConnectionConf(dstream.context.sparkContext.getConf)
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/package.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/package.scala b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/package.scala
index c003561..b475cbb 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/package.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/main/scala/io/pivotal/gemfire/spark/connector/streaming/package.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import org.apache.spark.streaming.dstream.DStream

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployerTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployerTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployerTest.scala
index bdd4fbd..854fd8f 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployerTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/GemFireFunctionDeployerTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector
 
 import org.mockito.Mockito._

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManagerTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManagerTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManagerTest.scala
index c644aa9..0ce9808 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManagerTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/DefaultGemFireConnectionManagerTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSenderAndCollectorTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSenderAndCollectorTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSenderAndCollectorTest.scala
index 04294e7..ad2b94e 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSenderAndCollectorTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/gemfirefunctions/StructStreamingResultSenderAndCollectorTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.gemfirefunctions
 
 import com.gemstone.gemfire.DataSerializer

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParserTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParserTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParserTest.scala
index 86210b6..e33e9e8 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParserTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/io/pivotal/gemfire/spark/connector/internal/oql/QueryParserTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package io.pivotal.gemfire.spark.connector.internal.oql
 
 import org.scalatest.FunSuite
@@ -64,4 +80,4 @@ class QueryParserTest extends FunSuite {
     val r = QueryParser.parseOQL("SELECT r.id, r.\"type\", r.positions, r.status FROM /obj_obj_region r, r.positions.values f WHERE r.status = 'active' and f.secId = 'MSFT'").get
     assert(r == "List(/obj_obj_region, r.positions.values)")
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/ConnectorImplicitsTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/ConnectorImplicitsTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/ConnectorImplicitsTest.scala
index c50bbc7..4032ee8 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/ConnectorImplicitsTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/ConnectorImplicitsTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector
 
 import io.pivotal.gemfire.spark.connector._



[50/50] [abbrv] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-328

Posted by kl...@apache.org.
Merge remote-tracking branch 'origin/develop' into feature/GEODE-328


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a0271d20
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a0271d20
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a0271d20

Branch: refs/heads/feature/GEODE-328
Commit: a0271d203168ba421060b1af53a9fe3e8a1eb359
Parents: d3ff85b e9aa18b
Author: Kirk Lund <kl...@pivotal.io>
Authored: Mon Nov 2 13:27:51 2015 -0800
Committer: Kirk Lund <kl...@pivotal.io>
Committed: Mon Nov 2 13:27:51 2015 -0800

----------------------------------------------------------------------
 README.md                                       |    9 +
 build.gradle                                    |   18 +-
 dev-tools/docker/base/Dockerfile                |   54 +
 dev-tools/docker/base/build-base-docker.sh      |   30 +
 dev-tools/docker/compile/Dockerfile             |   21 +
 .../docker/compile/start-compile-docker.sh      |   62 +
 docker/Dockerfile                               |   56 +-
 docker/README.md                                |    6 +-
 docker/build-runtime-docker.sh                  |   32 +
 .../internal/ra/GFConnectionFactoryImpl.java    |   21 +-
 .../gemfire/internal/ra/GFConnectionImpl.java   |   21 +-
 .../internal/ra/spi/JCALocalTransaction.java    |   21 +-
 .../internal/ra/spi/JCAManagedConnection.java   |   21 +-
 .../ra/spi/JCAManagedConnectionFactory.java     |   21 +-
 .../ra/spi/JCAManagedConnectionMetaData.java    |   21 +-
 gemfire-core/src/jca/ra.xml                     |    2 +-
 .../com/gemstone/gemfire/CancelCriterion.java   |   21 +-
 .../com/gemstone/gemfire/CancelException.java   |   21 +-
 .../gemstone/gemfire/CanonicalInstantiator.java |   21 +-
 .../com/gemstone/gemfire/CopyException.java     |   21 +-
 .../java/com/gemstone/gemfire/CopyHelper.java   |   21 +-
 .../com/gemstone/gemfire/DataSerializable.java  |   21 +-
 .../com/gemstone/gemfire/DataSerializer.java    |   21 +-
 .../main/java/com/gemstone/gemfire/Delta.java   |   21 +-
 .../gemfire/DeltaSerializationException.java    |   21 +-
 .../gemfire/ForcedDisconnectException.java      |   21 +-
 .../gemstone/gemfire/GemFireCacheException.java |   21 +-
 .../gemfire/GemFireCheckedException.java        |   21 +-
 .../gemfire/GemFireConfigException.java         |   21 +-
 .../com/gemstone/gemfire/GemFireException.java  |   21 +-
 .../gemstone/gemfire/GemFireIOException.java    |   21 +-
 .../gemstone/gemfire/GemFireRethrowable.java    |   21 +-
 .../gemfire/IncompatibleSystemException.java    |   21 +-
 .../java/com/gemstone/gemfire/Instantiator.java |   21 +-
 .../gemstone/gemfire/InternalGemFireError.java  |   21 +-
 .../gemfire/InternalGemFireException.java       |   21 +-
 .../gemstone/gemfire/InvalidDeltaException.java |   21 +-
 .../gemstone/gemfire/InvalidValueException.java |   21 +-
 .../gemfire/InvalidVersionException.java        |   16 +
 .../com/gemstone/gemfire/LicenseException.java  |   21 +-
 .../java/com/gemstone/gemfire/LogWriter.java    |   21 +-
 .../com/gemstone/gemfire/NoSystemException.java |   21 +-
 .../gemfire/OutOfOffHeapMemoryException.java    |   21 +-
 .../gemfire/SerializationException.java         |   21 +-
 .../gemstone/gemfire/StatisticDescriptor.java   |   21 +-
 .../java/com/gemstone/gemfire/Statistics.java   |   21 +-
 .../com/gemstone/gemfire/StatisticsFactory.java |   21 +-
 .../com/gemstone/gemfire/StatisticsType.java    |   21 +-
 .../gemstone/gemfire/StatisticsTypeFactory.java |   21 +-
 .../gemfire/SystemConnectException.java         |   21 +-
 .../com/gemstone/gemfire/SystemFailure.java     |   21 +-
 .../gemfire/SystemIsRunningException.java       |   21 +-
 .../gemfire/ThreadInterruptedException.java     |   18 +-
 .../com/gemstone/gemfire/ToDataException.java   |   21 +-
 .../gemfire/UncreatedSystemException.java       |   21 +-
 .../gemstone/gemfire/UnmodifiableException.java |   21 +-
 .../gemfire/UnstartedSystemException.java       |   21 +-
 .../com/gemstone/gemfire/admin/AdminConfig.java |   21 +-
 .../gemfire/admin/AdminDistributedSystem.java   |   21 +-
 .../admin/AdminDistributedSystemFactory.java    |   21 +-
 .../gemstone/gemfire/admin/AdminException.java  |   21 +-
 .../gemfire/admin/AdminXmlException.java        |   21 +-
 .../java/com/gemstone/gemfire/admin/Alert.java  |   21 +-
 .../com/gemstone/gemfire/admin/AlertLevel.java  |   21 +-
 .../gemstone/gemfire/admin/AlertListener.java   |   21 +-
 .../gemstone/gemfire/admin/BackupStatus.java    |   21 +-
 .../admin/CacheDoesNotExistException.java       |   21 +-
 .../gemfire/admin/CacheHealthConfig.java        |   21 +-
 .../com/gemstone/gemfire/admin/CacheServer.java |   21 +-
 .../gemfire/admin/CacheServerConfig.java        |   21 +-
 .../com/gemstone/gemfire/admin/CacheVm.java     |   21 +-
 .../gemstone/gemfire/admin/CacheVmConfig.java   |   21 +-
 .../gemfire/admin/ConfigurationParameter.java   |   21 +-
 .../gemfire/admin/DistributedSystemConfig.java  |   21 +-
 .../admin/DistributedSystemHealthConfig.java    |   21 +-
 .../gemfire/admin/DistributionLocator.java      |   21 +-
 .../admin/DistributionLocatorConfig.java        |   21 +-
 .../gemstone/gemfire/admin/GemFireHealth.java   |   21 +-
 .../gemfire/admin/GemFireHealthConfig.java      |   21 +-
 .../gemfire/admin/GemFireMemberStatus.java      |   21 +-
 .../gemstone/gemfire/admin/ManagedEntity.java   |   21 +-
 .../gemfire/admin/ManagedEntityConfig.java      |   21 +-
 .../gemfire/admin/MemberHealthConfig.java       |   21 +-
 .../admin/OperationCancelledException.java      |   21 +-
 .../gemfire/admin/RegionNotFoundException.java  |   21 +-
 .../gemfire/admin/RegionSubRegionSnapshot.java  |   21 +-
 .../gemfire/admin/RuntimeAdminException.java    |   21 +-
 .../com/gemstone/gemfire/admin/Statistic.java   |   21 +-
 .../gemfire/admin/StatisticResource.java        |   21 +-
 .../gemstone/gemfire/admin/SystemMember.java    |   21 +-
 .../gemfire/admin/SystemMemberBridgeServer.java |   21 +-
 .../gemfire/admin/SystemMemberCache.java        |   21 +-
 .../gemfire/admin/SystemMemberCacheEvent.java   |   16 +
 .../admin/SystemMemberCacheListener.java        |   21 +-
 .../gemfire/admin/SystemMemberCacheServer.java  |   21 +-
 .../gemfire/admin/SystemMemberRegion.java       |   21 +-
 .../gemfire/admin/SystemMemberRegionEvent.java  |   16 +
 .../gemfire/admin/SystemMemberType.java         |   21 +-
 .../gemfire/admin/SystemMembershipEvent.java    |   21 +-
 .../gemfire/admin/SystemMembershipListener.java |   21 +-
 .../UnmodifiableConfigurationException.java     |   21 +-
 .../admin/internal/AbstractHealthEvaluator.java |   21 +-
 .../internal/AdminDistributedSystemImpl.java    |   21 +-
 .../admin/internal/BackupStatusImpl.java        |   21 +-
 .../admin/internal/CacheHealthConfigImpl.java   |   21 +-
 .../admin/internal/CacheHealthEvaluator.java    |   21 +-
 .../admin/internal/CacheServerConfigImpl.java   |   21 +-
 .../gemfire/admin/internal/CacheServerImpl.java |   21 +-
 .../internal/ConfigurationParameterImpl.java    |   21 +-
 .../ConfigurationParameterListener.java         |   21 +-
 .../DisabledManagedEntityController.java        |   21 +-
 .../internal/DistributedSystemConfigImpl.java   |   21 +-
 .../DistributedSystemHealthConfigImpl.java      |   21 +-
 .../DistributedSystemHealthEvaluator.java       |   21 +-
 .../DistributedSystemHealthMonitor.java         |   21 +-
 .../internal/DistributionLocatorConfigImpl.java |   21 +-
 .../admin/internal/DistributionLocatorImpl.java |   21 +-
 .../EnabledManagedEntityController.java         |   21 +-
 .../admin/internal/FinishBackupRequest.java     |   21 +-
 .../admin/internal/FinishBackupResponse.java    |   21 +-
 .../admin/internal/FlushToDiskRequest.java      |   21 +-
 .../admin/internal/FlushToDiskResponse.java     |   21 +-
 .../admin/internal/GemFireHealthConfigImpl.java |   21 +-
 .../admin/internal/GemFireHealthEvaluator.java  |   21 +-
 .../admin/internal/GemFireHealthImpl.java       |   21 +-
 .../gemfire/admin/internal/InetAddressUtil.java |   21 +-
 .../admin/internal/InternalManagedEntity.java   |   21 +-
 .../gemfire/admin/internal/LogCollator.java     |   21 +-
 .../admin/internal/ManagedEntityConfigImpl.java |   21 +-
 .../admin/internal/ManagedEntityConfigXml.java  |   21 +-
 .../ManagedEntityConfigXmlGenerator.java        |   21 +-
 .../internal/ManagedEntityConfigXmlParser.java  |   21 +-
 .../admin/internal/ManagedEntityController.java |   21 +-
 .../ManagedEntityControllerFactory.java         |   21 +-
 .../admin/internal/ManagedSystemMemberImpl.java |   21 +-
 .../admin/internal/MemberHealthConfigImpl.java  |   21 +-
 .../admin/internal/MemberHealthEvaluator.java   |   21 +-
 .../admin/internal/PrepareBackupRequest.java    |   21 +-
 .../admin/internal/PrepareBackupResponse.java   |   21 +-
 .../gemfire/admin/internal/StatisticImpl.java   |   21 +-
 .../admin/internal/StatisticResourceImpl.java   |   20 +-
 .../internal/SystemMemberBridgeServerImpl.java  |   21 +-
 .../internal/SystemMemberCacheEventImpl.java    |   21 +-
 .../SystemMemberCacheEventProcessor.java        |   21 +-
 .../admin/internal/SystemMemberCacheImpl.java   |   21 +-
 .../admin/internal/SystemMemberImpl.java        |   21 +-
 .../internal/SystemMemberRegionEventImpl.java   |   21 +-
 .../admin/internal/SystemMemberRegionImpl.java  |   21 +-
 .../internal/SystemMembershipEventImpl.java     |   21 +-
 .../com/gemstone/gemfire/admin/jmx/Agent.java   |   21 +-
 .../gemstone/gemfire/admin/jmx/AgentConfig.java |   21 +-
 .../gemfire/admin/jmx/AgentFactory.java         |   21 +-
 .../internal/AdminDistributedSystemJmxImpl.java |   21 +-
 .../admin/jmx/internal/AgentConfigImpl.java     |   21 +-
 .../gemfire/admin/jmx/internal/AgentImpl.java   |   20 +-
 .../admin/jmx/internal/AgentLauncher.java       |   21 +-
 .../admin/jmx/internal/CacheServerJmxImpl.java  |   21 +-
 .../admin/jmx/internal/ConfigAttributeInfo.java |   20 +-
 .../internal/ConfigurationParameterJmxImpl.java |   21 +-
 .../DistributedSystemHealthConfigJmxImpl.java   |   21 +-
 .../internal/DistributionLocatorJmxImpl.java    |   22 +-
 .../admin/jmx/internal/DynamicManagedBean.java  |   20 +-
 .../internal/GemFireHealthConfigJmxImpl.java    |   21 +-
 .../jmx/internal/GemFireHealthJmxImpl.java      |   21 +-
 .../admin/jmx/internal/GenerateMBeanHTML.java   |   21 +-
 .../gemfire/admin/jmx/internal/MBeanUtil.java   |   20 +-
 .../admin/jmx/internal/MX4JModelMBean.java      |   21 +-
 .../jmx/internal/MX4JServerSocketFactory.java   |   22 +-
 .../gemfire/admin/jmx/internal/MailManager.java |   21 +-
 .../admin/jmx/internal/ManagedResource.java     |   21 +-
 .../admin/jmx/internal/ManagedResourceType.java |   21 +-
 .../jmx/internal/MemberInfoWithStatsMBean.java  |   21 +-
 .../admin/jmx/internal/RMIRegistryService.java  |   20 +-
 .../jmx/internal/RMIRegistryServiceMBean.java   |   20 +-
 .../jmx/internal/RefreshNotificationType.java   |   21 +-
 .../jmx/internal/StatAlertNotification.java     |   21 +-
 .../jmx/internal/StatAlertsAggregator.java      |   21 +-
 .../jmx/internal/StatisticAttributeInfo.java    |   20 +-
 .../jmx/internal/StatisticResourceJmxImpl.java  |   21 +-
 .../SystemMemberBridgeServerJmxImpl.java        |   21 +-
 .../jmx/internal/SystemMemberCacheJmxImpl.java  |   21 +-
 .../admin/jmx/internal/SystemMemberJmx.java     |   21 +-
 .../admin/jmx/internal/SystemMemberJmxImpl.java |   21 +-
 .../jmx/internal/SystemMemberRegionJmxImpl.java |   21 +-
 .../gemfire/cache/AttributesFactory.java        |   52 +-
 .../gemfire/cache/AttributesMutator.java        |   21 +-
 .../java/com/gemstone/gemfire/cache/Cache.java  |   23 +-
 .../gemstone/gemfire/cache/CacheCallback.java   |   21 +-
 .../gemfire/cache/CacheClosedException.java     |   21 +-
 .../com/gemstone/gemfire/cache/CacheEvent.java  |   21 +-
 .../gemstone/gemfire/cache/CacheException.java  |   21 +-
 .../gemfire/cache/CacheExistsException.java     |   21 +-
 .../gemstone/gemfire/cache/CacheFactory.java    |   21 +-
 .../gemstone/gemfire/cache/CacheListener.java   |   21 +-
 .../com/gemstone/gemfire/cache/CacheLoader.java |   21 +-
 .../gemfire/cache/CacheLoaderException.java     |   21 +-
 .../gemfire/cache/CacheRuntimeException.java    |   21 +-
 .../gemstone/gemfire/cache/CacheStatistics.java |   21 +-
 .../gemfire/cache/CacheTransactionManager.java  |   21 +-
 .../com/gemstone/gemfire/cache/CacheWriter.java |   21 +-
 .../gemfire/cache/CacheWriterException.java     |   21 +-
 .../gemfire/cache/CacheXmlException.java        |   21 +-
 .../gemstone/gemfire/cache/ClientSession.java   |   21 +-
 .../gemfire/cache/CommitConflictException.java  |   21 +-
 .../cache/CommitDistributionException.java      |   21 +-
 .../cache/CommitIncompleteException.java        |   16 +
 .../gemfire/cache/CustomEvictionAttributes.java |   22 +-
 .../gemstone/gemfire/cache/CustomExpiry.java    |   21 +-
 .../com/gemstone/gemfire/cache/DataPolicy.java  |   40 +-
 .../com/gemstone/gemfire/cache/Declarable.java  |   21 +-
 .../gemfire/cache/DiskAccessException.java      |   21 +-
 .../com/gemstone/gemfire/cache/DiskStore.java   |   21 +-
 .../gemfire/cache/DiskStoreFactory.java         |   21 +-
 .../gemfire/cache/DiskWriteAttributes.java      |   21 +-
 .../cache/DiskWriteAttributesFactory.java       |   21 +-
 .../DuplicatePrimaryPartitionException.java     |   21 +-
 .../gemfire/cache/DynamicRegionFactory.java     |   21 +-
 .../gemfire/cache/DynamicRegionListener.java    |   21 +-
 .../gemfire/cache/EntryDestroyedException.java  |   21 +-
 .../com/gemstone/gemfire/cache/EntryEvent.java  |   21 +-
 .../gemfire/cache/EntryExistsException.java     |   21 +-
 .../gemfire/cache/EntryNotFoundException.java   |   21 +-
 .../gemfire/cache/EntryNotFoundInRegion.java    |   21 +-
 .../gemstone/gemfire/cache/EntryOperation.java  |   23 +-
 .../gemstone/gemfire/cache/EvictionAction.java  |   23 +-
 .../gemfire/cache/EvictionAlgorithm.java        |   23 +-
 .../gemfire/cache/EvictionAttributes.java       |   20 +-
 .../cache/EvictionAttributesMutator.java        |   23 +-
 .../gemfire/cache/EvictionCriteria.java         |   22 +-
 .../gemfire/cache/ExpirationAction.java         |   21 +-
 .../gemfire/cache/ExpirationAttributes.java     |   21 +-
 .../cache/FailedSynchronizationException.java   |   21 +-
 .../gemfire/cache/FixedPartitionAttributes.java |   21 +-
 .../gemfire/cache/FixedPartitionResolver.java   |   20 +-
 .../cache/GatewayConfigurationException.java    |   21 +-
 .../gemfire/cache/GatewayException.java         |   21 +-
 .../gemstone/gemfire/cache/GemFireCache.java    |   39 +-
 .../cache/IncompatibleVersionException.java     |   21 +-
 .../gemstone/gemfire/cache/InterestPolicy.java  |   21 +-
 .../cache/InterestRegistrationEvent.java        |   21 +-
 .../cache/InterestRegistrationListener.java     |   21 +-
 .../gemfire/cache/InterestResultPolicy.java     |   21 +-
 .../gemstone/gemfire/cache/LoaderHelper.java    |   21 +-
 .../com/gemstone/gemfire/cache/LossAction.java  |   21 +-
 .../gemfire/cache/LowMemoryException.java       |   21 +-
 .../gemfire/cache/MembershipAttributes.java     |   21 +-
 .../com/gemstone/gemfire/cache/MirrorType.java  |   21 +-
 .../cache/NoQueueServersAvailableException.java |   21 +-
 ...NoSubscriptionServersAvailableException.java |   21 +-
 .../com/gemstone/gemfire/cache/Operation.java   |   21 +-
 .../cache/OperationAbortedException.java        |   21 +-
 .../gemfire/cache/PartitionAttributes.java      |   21 +-
 .../cache/PartitionAttributesFactory.java       |   20 +-
 .../gemfire/cache/PartitionResolver.java        |   20 +-
 .../PartitionedRegionDistributionException.java |   21 +-
 .../PartitionedRegionStorageException.java      |   21 +-
 .../java/com/gemstone/gemfire/cache/Region.java |   21 +-
 .../gemfire/cache/RegionAccessException.java    |   21 +-
 .../gemfire/cache/RegionAttributes.java         |   21 +-
 .../gemfire/cache/RegionDestroyedException.java |   21 +-
 .../cache/RegionDistributionException.java      |   21 +-
 .../com/gemstone/gemfire/cache/RegionEvent.java |   21 +-
 .../gemfire/cache/RegionExistsException.java    |   21 +-
 .../gemstone/gemfire/cache/RegionFactory.java   |   46 +-
 .../gemfire/cache/RegionMembershipListener.java |   21 +-
 .../cache/RegionReinitializedException.java     |   21 +-
 .../gemfire/cache/RegionRoleException.java      |   21 +-
 .../gemfire/cache/RegionRoleListener.java       |   21 +-
 .../gemstone/gemfire/cache/RegionService.java   |   23 +-
 .../gemstone/gemfire/cache/RegionShortcut.java  |   71 +-
 .../cache/RemoteTransactionException.java       |   21 +-
 .../gemstone/gemfire/cache/RequiredRoles.java   |   21 +-
 .../gemfire/cache/ResourceException.java        |   21 +-
 .../gemfire/cache/ResumptionAction.java         |   21 +-
 .../com/gemstone/gemfire/cache/RoleEvent.java   |   21 +-
 .../gemstone/gemfire/cache/RoleException.java   |   21 +-
 .../java/com/gemstone/gemfire/cache/Scope.java  |   21 +-
 .../gemfire/cache/SerializedCacheValue.java     |   21 +-
 .../cache/StatisticsDisabledException.java      |   21 +-
 .../gemfire/cache/SubscriptionAttributes.java   |   21 +-
 .../SynchronizationCommitConflictException.java |   21 +-
 .../gemfire/cache/TimeoutException.java         |   21 +-
 ...TransactionDataNodeHasDepartedException.java |   21 +-
 .../TransactionDataNotColocatedException.java   |   21 +-
 .../TransactionDataRebalancedException.java     |   21 +-
 .../gemfire/cache/TransactionEvent.java         |   21 +-
 .../gemfire/cache/TransactionException.java     |   21 +-
 .../gemstone/gemfire/cache/TransactionId.java   |   21 +-
 .../cache/TransactionInDoubtException.java      |   21 +-
 .../gemfire/cache/TransactionListener.java      |   21 +-
 .../gemfire/cache/TransactionWriter.java        |   21 +-
 .../cache/TransactionWriterException.java       |   21 +-
 ...upportedOperationInTransactionException.java |   21 +-
 .../cache/UnsupportedVersionException.java      |   21 +-
 .../gemfire/cache/VersionException.java         |   21 +-
 .../gemfire/cache/asyncqueue/AsyncEvent.java    |   21 +-
 .../cache/asyncqueue/AsyncEventListener.java    |   21 +-
 .../cache/asyncqueue/AsyncEventQueue.java       |   21 +-
 .../asyncqueue/AsyncEventQueueFactory.java      |   21 +-
 .../internal/AsyncEventQueueFactoryImpl.java    |   21 +-
 .../internal/AsyncEventQueueImpl.java           |   21 +-
 .../internal/AsyncEventQueueStats.java          |   21 +-
 .../internal/ParallelAsyncEventQueueImpl.java   |   16 +
 .../internal/SerialAsyncEventQueueImpl.java     |   16 +
 .../client/AllConnectionsInUseException.java    |   21 +-
 .../gemfire/cache/client/ClientCache.java       |   21 +-
 .../cache/client/ClientCacheFactory.java        |   21 +-
 .../cache/client/ClientNotReadyException.java   |   21 +-
 .../cache/client/ClientRegionFactory.java       |   21 +-
 .../cache/client/ClientRegionShortcut.java      |   23 +-
 .../client/NoAvailableLocatorsException.java    |   21 +-
 .../client/NoAvailableServersException.java     |   21 +-
 .../com/gemstone/gemfire/cache/client/Pool.java |   21 +-
 .../gemfire/cache/client/PoolFactory.java       |   21 +-
 .../gemfire/cache/client/PoolManager.java       |   21 +-
 .../client/ServerConnectivityException.java     |   21 +-
 .../cache/client/ServerOperationException.java  |   21 +-
 .../ServerRefusedConnectionException.java       |   21 +-
 .../client/SubscriptionNotEnabledException.java |   21 +-
 .../cache/client/internal/AbstractOp.java       |   21 +-
 .../cache/client/internal/AddPDXEnumOp.java     |   21 +-
 .../cache/client/internal/AddPDXTypeOp.java     |   21 +-
 .../client/internal/AuthenticateUserOp.java     |   21 +-
 .../internal/AutoConnectionSourceImpl.java      |   21 +-
 .../client/internal/CacheServerLoadMessage.java |   21 +-
 .../gemfire/cache/client/internal/ClearOp.java  |   21 +-
 .../client/internal/ClientMetadataService.java  |   20 +-
 .../client/internal/ClientPartitionAdvisor.java |   21 +-
 .../internal/ClientRegionFactoryImpl.java       |   21 +-
 .../cache/client/internal/ClientUpdater.java    |   21 +-
 .../client/internal/CloseConnectionOp.java      |   21 +-
 .../gemfire/cache/client/internal/CommitOp.java |   21 +-
 .../cache/client/internal/Connection.java       |   21 +-
 .../client/internal/ConnectionFactory.java      |   21 +-
 .../client/internal/ConnectionFactoryImpl.java  |   45 +-
 .../cache/client/internal/ConnectionImpl.java   |   49 +-
 .../cache/client/internal/ConnectionSource.java |   21 +-
 .../cache/client/internal/ConnectionStats.java  |   21 +-
 .../cache/client/internal/ContainsKeyOp.java    |   21 +-
 .../DataSerializerRecoveryListener.java         |   21 +-
 .../cache/client/internal/DestroyOp.java        |   21 +-
 .../cache/client/internal/DestroyRegionOp.java  |   21 +-
 .../gemfire/cache/client/internal/Endpoint.java |   21 +-
 .../cache/client/internal/EndpointManager.java  |   21 +-
 .../client/internal/EndpointManagerImpl.java    |   21 +-
 .../cache/client/internal/ExecutablePool.java   |   21 +-
 .../client/internal/ExecuteFunctionHelper.java  |   21 +-
 .../client/internal/ExecuteFunctionNoAckOp.java |   21 +-
 .../client/internal/ExecuteFunctionOp.java      |   21 +-
 .../internal/ExecuteRegionFunctionNoAckOp.java  |   21 +-
 .../internal/ExecuteRegionFunctionOp.java       |   21 +-
 .../ExecuteRegionFunctionSingleHopOp.java       |   21 +-
 .../internal/ExplicitConnectionSourceImpl.java  |   21 +-
 .../gemfire/cache/client/internal/GetAllOp.java |   21 +-
 .../client/internal/GetClientPRMetaDataOp.java  |   20 +-
 .../GetClientPartitionAttributesOp.java         |   20 +-
 .../cache/client/internal/GetEntryOp.java       |   21 +-
 .../cache/client/internal/GetEventValueOp.java  |   20 +-
 .../client/internal/GetFunctionAttributeOp.java |   21 +-
 .../gemfire/cache/client/internal/GetOp.java    |   21 +-
 .../cache/client/internal/GetPDXEnumByIdOp.java |   21 +-
 .../cache/client/internal/GetPDXEnumsOp.java    |   21 +-
 .../client/internal/GetPDXIdForEnumOp.java      |   21 +-
 .../client/internal/GetPDXIdForTypeOp.java      |   21 +-
 .../cache/client/internal/GetPDXTypeByIdOp.java |   21 +-
 .../cache/client/internal/GetPDXTypesOp.java    |   21 +-
 .../internal/InstantiatorRecoveryListener.java  |   21 +-
 .../cache/client/internal/InternalPool.java     |   21 +-
 .../cache/client/internal/InvalidateOp.java     |   21 +-
 .../gemfire/cache/client/internal/KeySetOp.java |   21 +-
 .../cache/client/internal/LiveServerPinger.java |   21 +-
 .../internal/LocatorDiscoveryCallback.java      |   21 +-
 .../LocatorDiscoveryCallbackAdapter.java        |   21 +-
 .../cache/client/internal/MakePrimaryOp.java    |   21 +-
 .../gemfire/cache/client/internal/Op.java       |   23 +-
 .../cache/client/internal/OpExecutorImpl.java   |   21 +-
 .../internal/PdxRegistryRecoveryListener.java   |   21 +-
 .../gemfire/cache/client/internal/PingOp.java   |   21 +-
 .../gemfire/cache/client/internal/PoolImpl.java |   21 +-
 .../cache/client/internal/PrimaryAckOp.java     |   21 +-
 .../cache/client/internal/ProxyCache.java       |   21 +-
 .../client/internal/ProxyCacheCloseOp.java      |   21 +-
 .../cache/client/internal/ProxyRegion.java      |   21 +-
 .../gemfire/cache/client/internal/PutAllOp.java |   21 +-
 .../gemfire/cache/client/internal/PutOp.java    |   21 +-
 .../gemfire/cache/client/internal/QueryOp.java  |   21 +-
 .../client/internal/QueueConnectionImpl.java    |   21 +-
 .../cache/client/internal/QueueManager.java     |   21 +-
 .../cache/client/internal/QueueManagerImpl.java |   21 +-
 .../cache/client/internal/QueueState.java       |   16 +
 .../cache/client/internal/QueueStateImpl.java   |   21 +-
 .../cache/client/internal/ReadyForEventsOp.java |   21 +-
 .../internal/RegisterDataSerializersOp.java     |   21 +-
 .../internal/RegisterInstantiatorsOp.java       |   21 +-
 .../client/internal/RegisterInterestListOp.java |   21 +-
 .../client/internal/RegisterInterestOp.java     |   21 +-
 .../internal/RegisterInterestTracker.java       |   21 +-
 .../cache/client/internal/RemoveAllOp.java      |   21 +-
 .../cache/client/internal/RollbackOp.java       |   21 +-
 .../cache/client/internal/ServerBlackList.java  |   21 +-
 .../cache/client/internal/ServerProxy.java      |   21 +-
 .../client/internal/ServerRegionDataAccess.java |   23 +-
 .../client/internal/ServerRegionProxy.java      |   21 +-
 .../internal/SingleHopClientExecutor.java       |   21 +-
 .../internal/SingleHopOperationCallable.java    |   21 +-
 .../gemfire/cache/client/internal/SizeOp.java   |   21 +-
 .../cache/client/internal/TXFailoverOp.java     |   21 +-
 .../client/internal/TXSynchronizationOp.java    |   21 +-
 .../internal/UnregisterInterestListOp.java      |   21 +-
 .../client/internal/UnregisterInterestOp.java   |   21 +-
 .../cache/client/internal/UserAttributes.java   |   21 +-
 .../locator/ClientConnectionRequest.java        |   21 +-
 .../locator/ClientConnectionResponse.java       |   21 +-
 .../locator/ClientReplacementRequest.java       |   21 +-
 .../internal/locator/GetAllServersRequest.java  |   20 +-
 .../internal/locator/GetAllServersResponse.java |   20 +-
 .../internal/locator/LocatorListRequest.java    |   21 +-
 .../internal/locator/LocatorListResponse.java   |   21 +-
 .../internal/locator/LocatorStatusRequest.java  |   20 +-
 .../internal/locator/LocatorStatusResponse.java |   20 +-
 .../locator/QueueConnectionRequest.java         |   21 +-
 .../locator/QueueConnectionResponse.java        |   21 +-
 .../internal/locator/SerializationHelper.java   |   21 +-
 .../internal/locator/ServerLocationRequest.java |   23 +-
 .../locator/ServerLocationResponse.java         |   23 +-
 .../locator/wan/LocatorMembershipListener.java  |   21 +-
 .../pooling/ConnectionDestroyedException.java   |   21 +-
 .../internal/pooling/ConnectionManager.java     |   21 +-
 .../internal/pooling/ConnectionManagerImpl.java |   21 +-
 .../internal/pooling/PooledConnection.java      |   21 +-
 .../gemfire/cache/control/RebalanceFactory.java |   21 +-
 .../cache/control/RebalanceOperation.java       |   21 +-
 .../gemfire/cache/control/RebalanceResults.java |   21 +-
 .../gemfire/cache/control/ResourceManager.java  |   21 +-
 .../execute/EmtpyRegionFunctionException.java   |   21 +-
 .../gemfire/cache/execute/Execution.java        |   20 +-
 .../gemfire/cache/execute/Function.java         |   20 +-
 .../gemfire/cache/execute/FunctionAdapter.java  |   20 +-
 .../gemfire/cache/execute/FunctionContext.java  |   20 +-
 .../cache/execute/FunctionException.java        |   20 +-
 .../FunctionInvocationTargetException.java      |   20 +-
 .../gemfire/cache/execute/FunctionService.java  |   20 +-
 .../cache/execute/RegionFunctionContext.java    |   21 +-
 .../gemfire/cache/execute/ResultCollector.java  |   20 +-
 .../gemfire/cache/execute/ResultSender.java     |   20 +-
 .../internal/FunctionServiceManager.java        |   24 +-
 .../gemfire/cache/hdfs/HDFSIOException.java     |   21 +-
 .../gemstone/gemfire/cache/hdfs/HDFSStore.java  |   21 +-
 .../gemfire/cache/hdfs/HDFSStoreFactory.java    |   21 +-
 .../gemfire/cache/hdfs/HDFSStoreMutator.java    |   21 +-
 .../cache/hdfs/StoreExistsException.java        |   21 +-
 .../cache/hdfs/internal/FailureTracker.java     |   21 +-
 .../cache/hdfs/internal/FlushObserver.java      |   16 +
 .../hdfs/internal/HDFSBucketRegionQueue.java    |   21 +-
 .../cache/hdfs/internal/HDFSEntriesSet.java     |   21 +-
 .../cache/hdfs/internal/HDFSEventListener.java  |   21 +-
 .../hdfs/internal/HDFSEventQueueFilter.java     |   21 +-
 .../hdfs/internal/HDFSGatewayEventImpl.java     |   22 +-
 .../hdfs/internal/HDFSIntegrationUtil.java      |   21 +-
 .../HDFSParallelGatewaySenderQueue.java         |   21 +-
 .../hdfs/internal/HDFSStoreConfigHolder.java    |   23 +-
 .../cache/hdfs/internal/HDFSStoreCreation.java  |   23 +-
 .../hdfs/internal/HDFSStoreFactoryImpl.java     |   21 +-
 .../cache/hdfs/internal/HDFSStoreImpl.java      |   21 +-
 .../hdfs/internal/HDFSStoreMutatorImpl.java     |   23 +-
 .../HDFSWriteOnlyStoreEventListener.java        |   21 +-
 .../hdfs/internal/HoplogListenerForRegion.java  |   21 +-
 .../cache/hdfs/internal/PersistedEventImpl.java |   21 +-
 .../hdfs/internal/QueuedPersistentEvent.java    |   16 +
 .../hdfs/internal/SignalledFlushObserver.java   |   16 +
 .../internal/SortedHDFSQueuePersistedEvent.java |   21 +-
 .../internal/SortedHoplogPersistedEvent.java    |   21 +-
 .../UnsortedHDFSQueuePersistedEvent.java        |   21 +-
 .../internal/UnsortedHoplogPersistedEvent.java  |   21 +-
 .../cache/hdfs/internal/cardinality/Bits.java   |   21 +-
 .../cardinality/CardinalityMergeException.java  |   21 +-
 .../hdfs/internal/cardinality/HyperLogLog.java  |   21 +-
 .../hdfs/internal/cardinality/IBuilder.java     |   21 +-
 .../hdfs/internal/cardinality/ICardinality.java |   21 +-
 .../hdfs/internal/cardinality/MurmurHash.java   |   21 +-
 .../hdfs/internal/cardinality/RegisterSet.java  |   21 +-
 .../hdfs/internal/hoplog/AbstractHoplog.java    |   21 +-
 .../hoplog/AbstractHoplogOrganizer.java         |   21 +-
 .../cache/hdfs/internal/hoplog/BloomFilter.java |   21 +-
 .../hoplog/CloseTmpHoplogsTimerTask.java        |   21 +-
 .../hdfs/internal/hoplog/CompactionStatus.java  |   21 +-
 .../cache/hdfs/internal/hoplog/FlushStatus.java |   16 +
 .../internal/hoplog/HDFSCompactionManager.java  |   21 +-
 .../internal/hoplog/HDFSFlushQueueArgs.java     |   16 +
 .../internal/hoplog/HDFSFlushQueueFunction.java |   16 +
 .../hoplog/HDFSForceCompactionArgs.java         |   21 +-
 .../hoplog/HDFSForceCompactionFunction.java     |   21 +-
 .../HDFSForceCompactionResultCollector.java     |   21 +-
 .../hoplog/HDFSLastCompactionTimeFunction.java  |   21 +-
 .../internal/hoplog/HDFSRegionDirector.java     |   21 +-
 .../hdfs/internal/hoplog/HDFSStoreDirector.java |   21 +-
 .../hoplog/HDFSUnsortedHoplogOrganizer.java     |   21 +-
 .../hdfs/internal/hoplog/HFileSortedOplog.java  |   21 +-
 .../hoplog/HdfsSortedOplogOrganizer.java        |   21 +-
 .../cache/hdfs/internal/hoplog/Hoplog.java      |   21 +-
 .../hdfs/internal/hoplog/HoplogConfig.java      |   21 +-
 .../hdfs/internal/hoplog/HoplogListener.java    |   21 +-
 .../hdfs/internal/hoplog/HoplogOrganizer.java   |   21 +-
 .../hdfs/internal/hoplog/HoplogSetIterator.java |   21 +-
 .../hdfs/internal/hoplog/HoplogSetReader.java   |   21 +-
 .../internal/hoplog/SequenceFileHoplog.java     |   21 +-
 .../hoplog/mapred/AbstractGFRecordReader.java   |   21 +-
 .../internal/hoplog/mapred/GFInputFormat.java   |   21 +-
 .../internal/hoplog/mapred/GFOutputFormat.java  |   21 +-
 .../mapreduce/AbstractGFRecordReader.java       |   21 +-
 .../hoplog/mapreduce/GFInputFormat.java         |   21 +-
 .../hdfs/internal/hoplog/mapreduce/GFKey.java   |   21 +-
 .../hoplog/mapreduce/GFOutputFormat.java        |   21 +-
 .../hoplog/mapreduce/HDFSSplitIterator.java     |   21 +-
 .../internal/hoplog/mapreduce/HoplogUtil.java   |   21 +-
 .../hoplog/mapreduce/RWSplitIterator.java       |   21 +-
 .../hoplog/mapreduce/StreamSplitIterator.java   |   21 +-
 .../org/apache/hadoop/io/SequenceFile.java      |   21 +-
 .../gemfire/cache/lucene/LuceneIndex.java       |   21 +-
 .../gemfire/cache/lucene/LuceneQuery.java       |   16 +
 .../cache/lucene/LuceneQueryFactory.java        |   16 +
 .../cache/lucene/LuceneQueryResults.java        |   16 +
 .../cache/lucene/LuceneResultStruct.java        |   16 +
 .../gemfire/cache/lucene/LuceneService.java     |   16 +
 .../cache/lucene/LuceneServiceFactory.java      |   16 +
 .../cache/lucene/LuceneServiceProvider.java     |   16 +
 .../cache/lucene/internal/LuceneIndexImpl.java  |   16 +
 .../lucene/internal/LuceneQueryFactoryImpl.java |   16 +
 .../cache/lucene/internal/LuceneQueryImpl.java  |   16 +
 .../lucene/internal/LuceneQueryResultsImpl.java |   16 +
 .../lucene/internal/LuceneResultStructImpl.java |   16 +
 .../internal/LuceneServiceFactoryImpl.java      |   16 +
 .../lucene/internal/LuceneServiceImpl.java      |   16 +
 .../operations/CloseCQOperationContext.java     |   21 +-
 .../operations/DestroyOperationContext.java     |   21 +-
 .../operations/ExecuteCQOperationContext.java   |   21 +-
 .../ExecuteFunctionOperationContext.java        |   21 +-
 .../GetDurableCQsOperationContext.java          |   21 +-
 .../cache/operations/GetOperationContext.java   |   21 +-
 .../operations/InterestOperationContext.java    |   21 +-
 .../gemfire/cache/operations/InterestType.java  |   21 +-
 .../operations/InvalidateOperationContext.java  |   21 +-
 .../cache/operations/KeyOperationContext.java   |   21 +-
 .../operations/KeySetOperationContext.java      |   21 +-
 .../operations/KeyValueOperationContext.java    |   21 +-
 .../cache/operations/OperationContext.java      |   21 +-
 .../operations/PutAllOperationContext.java      |   21 +-
 .../cache/operations/PutOperationContext.java   |   21 +-
 .../cache/operations/QueryOperationContext.java |   21 +-
 .../operations/RegionClearOperationContext.java |   21 +-
 .../RegionCreateOperationContext.java           |   21 +-
 .../RegionDestroyOperationContext.java          |   21 +-
 .../operations/RegionOperationContext.java      |   21 +-
 .../RegisterInterestOperationContext.java       |   21 +-
 .../operations/RemoveAllOperationContext.java   |   21 +-
 .../operations/StopCQOperationContext.java      |   21 +-
 .../UnregisterInterestOperationContext.java     |   21 +-
 .../internal/GetOperationContextImpl.java       |   16 +
 .../cache/partition/PartitionListener.java      |   20 +-
 .../partition/PartitionListenerAdapter.java     |   23 +-
 .../cache/partition/PartitionManager.java       |   20 +-
 .../cache/partition/PartitionMemberInfo.java    |   21 +-
 .../PartitionNotAvailableException.java         |   21 +-
 .../cache/partition/PartitionRebalanceInfo.java |   21 +-
 .../cache/partition/PartitionRegionHelper.java  |   20 +-
 .../cache/partition/PartitionRegionInfo.java    |   21 +-
 .../ConflictingPersistentDataException.java     |   21 +-
 .../persistence/PartitionOfflineException.java  |   21 +-
 .../gemfire/cache/persistence/PersistentID.java |   23 +-
 .../PersistentReplicatesOfflineException.java   |   21 +-
 .../persistence/RevokeFailedException.java      |   21 +-
 .../RevokedPersistentDataException.java         |   21 +-
 .../gemfire/cache/query/Aggregator.java         |   16 +
 .../cache/query/AmbiguousNameException.java     |   21 +-
 .../gemfire/cache/query/CqAttributes.java       |   21 +-
 .../cache/query/CqAttributesFactory.java        |   21 +-
 .../cache/query/CqAttributesMutator.java        |   21 +-
 .../gemfire/cache/query/CqClosedException.java  |   21 +-
 .../gemstone/gemfire/cache/query/CqEvent.java   |   21 +-
 .../gemfire/cache/query/CqException.java        |   21 +-
 .../gemfire/cache/query/CqExistsException.java  |   21 +-
 .../gemfire/cache/query/CqListener.java         |   21 +-
 .../gemstone/gemfire/cache/query/CqQuery.java   |   21 +-
 .../gemstone/gemfire/cache/query/CqResults.java |   21 +-
 .../cache/query/CqServiceStatistics.java        |   21 +-
 .../gemstone/gemfire/cache/query/CqState.java   |   21 +-
 .../gemfire/cache/query/CqStatistics.java       |   21 +-
 .../gemfire/cache/query/CqStatusListener.java   |   21 +-
 .../cache/query/FunctionDomainException.java    |   21 +-
 .../com/gemstone/gemfire/cache/query/Index.java |   21 +-
 .../cache/query/IndexCreationException.java     |   21 +-
 .../cache/query/IndexExistsException.java       |   21 +-
 .../cache/query/IndexInvalidException.java      |   21 +-
 .../cache/query/IndexMaintenanceException.java  |   21 +-
 .../cache/query/IndexNameConflictException.java |   21 +-
 .../gemfire/cache/query/IndexStatistics.java    |   21 +-
 .../gemstone/gemfire/cache/query/IndexType.java |   21 +-
 .../query/MultiIndexCreationException.java      |   16 +
 .../cache/query/NameNotFoundException.java      |   21 +-
 .../cache/query/NameResolutionException.java    |   21 +-
 .../query/ParameterCountInvalidException.java   |   21 +-
 .../com/gemstone/gemfire/cache/query/Query.java |   21 +-
 .../gemfire/cache/query/QueryException.java     |   21 +-
 .../query/QueryExecutionLowMemoryException.java |   21 +-
 .../query/QueryExecutionTimeoutException.java   |   21 +-
 .../cache/query/QueryInvalidException.java      |   21 +-
 .../query/QueryInvocationTargetException.java   |   21 +-
 .../gemfire/cache/query/QueryService.java       |   21 +-
 .../gemfire/cache/query/QueryStatistics.java    |   21 +-
 .../cache/query/RegionNotFoundException.java    |   21 +-
 .../gemfire/cache/query/SelectResults.java      |   21 +-
 .../gemstone/gemfire/cache/query/Struct.java    |   21 +-
 .../cache/query/TypeMismatchException.java      |   21 +-
 .../query/internal/AbstractCompiledValue.java   |   22 +-
 .../internal/AbstractGroupOrRangeJunction.java  |   21 +-
 .../cache/query/internal/AllGroupJunction.java  |   21 +-
 .../query/internal/AttributeDescriptor.java     |   22 +-
 .../gemfire/cache/query/internal/Bag.java       |   21 +-
 .../internal/CompiledAggregateFunction.java     |   16 +
 .../query/internal/CompiledBindArgument.java    |   22 +-
 .../query/internal/CompiledComparison.java      |   22 +-
 .../query/internal/CompiledConstruction.java    |   22 +-
 .../cache/query/internal/CompiledFunction.java  |   22 +-
 .../query/internal/CompiledGroupBySelect.java   |   16 +
 .../cache/query/internal/CompiledID.java        |   22 +-
 .../cache/query/internal/CompiledIn.java        |   22 +-
 .../query/internal/CompiledIndexOperation.java  |   22 +-
 .../query/internal/CompiledIteratorDef.java     |   21 +-
 .../cache/query/internal/CompiledJunction.java  |   22 +-
 .../cache/query/internal/CompiledLike.java      |   21 +-
 .../cache/query/internal/CompiledLiteral.java   |   22 +-
 .../cache/query/internal/CompiledNegation.java  |   22 +-
 .../cache/query/internal/CompiledOperation.java |   22 +-
 .../cache/query/internal/CompiledPath.java      |   22 +-
 .../cache/query/internal/CompiledRegion.java    |   22 +-
 .../cache/query/internal/CompiledSelect.java    |   22 +-
 .../query/internal/CompiledSortCriterion.java   |   21 +-
 .../query/internal/CompiledUnaryMinus.java      |   21 +-
 .../cache/query/internal/CompiledUndefined.java |   22 +-
 .../cache/query/internal/CompiledValue.java     |   22 +-
 .../query/internal/CompositeGroupJunction.java  |   21 +-
 .../gemfire/cache/query/internal/CqEntry.java   |   21 +-
 .../cache/query/internal/CqQueryVsdStats.java   |   21 +-
 .../cache/query/internal/CqStateImpl.java       |   22 +-
 .../internal/CumulativeNonDistinctResults.java  |   16 +
 .../cache/query/internal/DefaultQuery.java      |   22 +-
 .../query/internal/DefaultQueryService.java     |   22 +-
 .../cache/query/internal/ExecutionContext.java  |   22 +-
 .../gemfire/cache/query/internal/Filter.java    |   22 +-
 .../gemfire/cache/query/internal/Functions.java |   22 +-
 .../cache/query/internal/GroupJunction.java     |   21 +-
 .../cache/query/internal/HashingStrategy.java   |   21 +-
 .../gemfire/cache/query/internal/IndexInfo.java |   21 +-
 .../internal/IndexTrackingQueryObserver.java    |   28 +-
 .../cache/query/internal/IndexUpdater.java      |   21 +-
 .../gemfire/cache/query/internal/Indexable.java |   21 +-
 .../cache/query/internal/LinkedResultSet.java   |   21 +-
 .../cache/query/internal/LinkedStructSet.java   |   21 +-
 .../cache/query/internal/MapIndexable.java      |   16 +
 .../cache/query/internal/MethodDispatch.java    |   22 +-
 .../cache/query/internal/NWayMergeResults.java  |   16 +
 .../gemfire/cache/query/internal/Negatable.java |   22 +-
 .../gemfire/cache/query/internal/NullToken.java |   23 +-
 .../cache/query/internal/ObjectIntHashMap.java  |   21 +-
 .../cache/query/internal/OrderByComparator.java |   18 +-
 .../internal/OrderByComparatorUnmapped.java     |   16 +
 .../gemfire/cache/query/internal/Ordered.java   |   16 +
 .../cache/query/internal/OrganizedOperands.java |   21 +-
 .../cache/query/internal/PRQueryTraceInfo.java  |   22 +-
 .../gemfire/cache/query/internal/PathUtils.java |   22 +-
 .../gemfire/cache/query/internal/PlanInfo.java  |   22 +-
 .../cache/query/internal/ProxyQueryService.java |   21 +-
 .../gemfire/cache/query/internal/QCompiler.java |   22 +-
 .../gemfire/cache/query/internal/QRegion.java   |   21 +-
 .../gemfire/cache/query/internal/QScope.java    |   22 +-
 .../QueryExecutionCanceledException.java        |   21 +-
 .../query/internal/QueryExecutionContext.java   |   24 +-
 .../cache/query/internal/QueryExecutor.java     |   21 +-
 .../cache/query/internal/QueryMonitor.java      |   21 +-
 .../cache/query/internal/QueryObserver.java     |   22 +-
 .../query/internal/QueryObserverAdapter.java    |   22 +-
 .../query/internal/QueryObserverHolder.java     |   22 +-
 .../cache/query/internal/QueryUtils.java        |   21 +-
 .../cache/query/internal/RangeJunction.java     |   21 +-
 .../cache/query/internal/ResultsBag.java        |   16 +
 .../ResultsCollectionCopyOnReadWrapper.java     |   21 +-
 ...ResultsCollectionPdxDeserializerWrapper.java |   21 +-
 .../internal/ResultsCollectionWrapper.java      |   21 +-
 .../cache/query/internal/ResultsSet.java        |   21 +-
 .../cache/query/internal/RuntimeIterator.java   |   22 +-
 .../query/internal/SelectResultsComparator.java |   21 +-
 .../cache/query/internal/SortedResultSet.java   |   21 +-
 .../cache/query/internal/SortedResultsBag.java  |   16 +
 .../cache/query/internal/SortedStructBag.java   |   16 +
 .../cache/query/internal/SortedStructSet.java   |   21 +-
 .../gemfire/cache/query/internal/StructBag.java |   21 +-
 .../cache/query/internal/StructFields.java      |   16 +
 .../cache/query/internal/StructImpl.java        |   21 +-
 .../gemfire/cache/query/internal/StructSet.java |   21 +-
 .../gemfire/cache/query/internal/Support.java   |   22 +-
 .../gemfire/cache/query/internal/Undefined.java |   22 +-
 .../internal/aggregate/AbstractAggregator.java  |   16 +
 .../cache/query/internal/aggregate/Avg.java     |   16 +
 .../query/internal/aggregate/AvgBucketNode.java |   16 +
 .../query/internal/aggregate/AvgDistinct.java   |   16 +
 .../aggregate/AvgDistinctPRQueryNode.java       |   16 +
 .../internal/aggregate/AvgPRQueryNode.java      |   16 +
 .../cache/query/internal/aggregate/Count.java   |   16 +
 .../query/internal/aggregate/CountDistinct.java |   16 +
 .../aggregate/CountDistinctPRQueryNode.java     |   16 +
 .../internal/aggregate/CountPRQueryNode.java    |   16 +
 .../internal/aggregate/DistinctAggregator.java  |   16 +
 .../cache/query/internal/aggregate/MaxMin.java  |   16 +
 .../cache/query/internal/aggregate/Sum.java     |   16 +
 .../query/internal/aggregate/SumDistinct.java   |   16 +
 .../aggregate/SumDistinctPRQueryNode.java       |   16 +
 .../cache/query/internal/cq/ClientCQ.java       |   16 +
 .../cache/query/internal/cq/CqService.java      |   16 +
 .../query/internal/cq/CqServiceProvider.java    |   16 +
 .../query/internal/cq/InternalCqQuery.java      |   16 +
 .../query/internal/cq/MissingCqService.java     |   16 +
 .../internal/cq/MissingCqServiceStatistics.java |   16 +
 .../cache/query/internal/cq/ServerCQ.java       |   16 +
 .../query/internal/cq/spi/CqServiceFactory.java |   16 +
 .../query/internal/index/AbstractIndex.java     |   44 +-
 .../query/internal/index/AbstractMapIndex.java  |   21 +-
 .../internal/index/CompactMapRangeIndex.java    |   21 +-
 .../query/internal/index/CompactRangeIndex.java |   21 +-
 .../query/internal/index/DummyQRegion.java      |   21 +-
 .../index/FunctionalIndexCreationHelper.java    |   21 +-
 .../cache/query/internal/index/HashIndex.java   |   21 +-
 .../query/internal/index/HashIndexSet.java      |   21 +-
 .../query/internal/index/HashIndexStrategy.java |   21 +-
 .../query/internal/index/IMQException.java      |   21 +-
 .../internal/index/IndexConcurrentHashSet.java  |   21 +-
 .../query/internal/index/IndexCreationData.java |   21 +-
 .../internal/index/IndexCreationHelper.java     |   21 +-
 .../cache/query/internal/index/IndexData.java   |   21 +-
 .../query/internal/index/IndexElemArray.java    |   21 +-
 .../query/internal/index/IndexManager.java      |   24 +-
 .../query/internal/index/IndexProtocol.java     |   20 +-
 .../cache/query/internal/index/IndexStats.java  |   21 +-
 .../cache/query/internal/index/IndexStore.java  |   23 +-
 .../cache/query/internal/index/IndexUtils.java  |   21 +-
 .../index/IndexedExpressionEvaluator.java       |   21 +-
 .../query/internal/index/MapIndexStore.java     |   21 +-
 .../query/internal/index/MapRangeIndex.java     |   21 +-
 .../query/internal/index/MemoryIndexStore.java  |   21 +-
 .../query/internal/index/PartitionedIndex.java  |   21 +-
 .../query/internal/index/PrimaryKeyIndex.java   |   21 +-
 .../index/PrimaryKeyIndexCreationHelper.java    |   21 +-
 .../cache/query/internal/index/RangeIndex.java  |   21 +-
 .../query/internal/parse/ASTAggregateFunc.java  |   16 +
 .../cache/query/internal/parse/ASTAnd.java      |   21 +-
 .../query/internal/parse/ASTCombination.java    |   21 +-
 .../query/internal/parse/ASTCompareOp.java      |   21 +-
 .../query/internal/parse/ASTConstruction.java   |   21 +-
 .../query/internal/parse/ASTConversionExpr.java |   21 +-
 .../cache/query/internal/parse/ASTDummy.java    |   16 +
 .../cache/query/internal/parse/ASTGroupBy.java  |   21 +-
 .../cache/query/internal/parse/ASTHint.java     |   21 +-
 .../query/internal/parse/ASTHintIdentifier.java |   21 +-
 .../query/internal/parse/ASTIdentifier.java     |   21 +-
 .../cache/query/internal/parse/ASTImport.java   |   21 +-
 .../cache/query/internal/parse/ASTIn.java       |   21 +-
 .../query/internal/parse/ASTIteratorDef.java    |   21 +-
 .../cache/query/internal/parse/ASTLike.java     |   21 +-
 .../cache/query/internal/parse/ASTLimit.java    |   23 +-
 .../cache/query/internal/parse/ASTLiteral.java  |   21 +-
 .../internal/parse/ASTMethodInvocation.java     |   21 +-
 .../cache/query/internal/parse/ASTOr.java       |   21 +-
 .../cache/query/internal/parse/ASTOrderBy.java  |   21 +-
 .../query/internal/parse/ASTParameter.java      |   21 +-
 .../cache/query/internal/parse/ASTPostfix.java  |   21 +-
 .../query/internal/parse/ASTProjection.java     |   21 +-
 .../query/internal/parse/ASTRegionPath.java     |   21 +-
 .../cache/query/internal/parse/ASTSelect.java   |   21 +-
 .../query/internal/parse/ASTSortCriterion.java  |   21 +-
 .../cache/query/internal/parse/ASTTrace.java    |   21 +-
 .../cache/query/internal/parse/ASTType.java     |   21 +-
 .../cache/query/internal/parse/ASTTypeCast.java |   21 +-
 .../cache/query/internal/parse/ASTUnary.java    |   21 +-
 .../query/internal/parse/ASTUndefinedExpr.java  |   21 +-
 .../query/internal/parse/ASTUnsupported.java    |   21 +-
 .../cache/query/internal/parse/GemFireAST.java  |   21 +-
 .../cache/query/internal/parse/UtilParser.java  |   21 +-
 .../internal/types/CollectionTypeImpl.java      |   21 +-
 .../types/ExtendedNumericComparator.java        |   22 +-
 .../cache/query/internal/types/MapTypeImpl.java |   21 +-
 .../query/internal/types/NumericComparator.java |   22 +-
 .../query/internal/types/ObjectTypeImpl.java    |   21 +-
 .../query/internal/types/StructTypeImpl.java    |   21 +-
 .../internal/types/TemporalComparator.java      |   22 +-
 .../cache/query/internal/types/TypeUtils.java   |   22 +-
 .../query/internal/utils/LimitIterator.java     |   16 +
 .../cache/query/internal/utils/PDXUtils.java    |   16 +
 .../cache/query/types/CollectionType.java       |   21 +-
 .../gemfire/cache/query/types/MapType.java      |   21 +-
 .../gemfire/cache/query/types/ObjectType.java   |   21 +-
 .../gemfire/cache/query/types/StructType.java   |   21 +-
 .../gemfire/cache/server/CacheServer.java       |   21 +-
 .../cache/server/ClientSubscriptionConfig.java  |   21 +-
 .../gemfire/cache/server/ServerLoad.java        |   21 +-
 .../gemfire/cache/server/ServerLoadProbe.java   |   21 +-
 .../cache/server/ServerLoadProbeAdapter.java    |   21 +-
 .../gemfire/cache/server/ServerMetrics.java     |   21 +-
 .../server/internal/ConnectionCountProbe.java   |   21 +-
 .../cache/server/internal/LoadMonitor.java      |   21 +-
 .../server/internal/ServerMetricsImpl.java      |   21 +-
 .../cache/snapshot/CacheSnapshotService.java    |   21 +-
 .../cache/snapshot/RegionSnapshotService.java   |   21 +-
 .../gemfire/cache/snapshot/SnapshotFilter.java  |   21 +-
 .../cache/snapshot/SnapshotIterator.java        |   21 +-
 .../gemfire/cache/snapshot/SnapshotOptions.java |   21 +-
 .../gemfire/cache/snapshot/SnapshotReader.java  |   21 +-
 .../cache/util/BoundedLinkedHashMap.java        |   21 +-
 .../cache/util/CacheListenerAdapter.java        |   21 +-
 .../gemfire/cache/util/CacheWriterAdapter.java  |   21 +-
 .../gemfire/cache/util/CqListenerAdapter.java   |   21 +-
 .../gemstone/gemfire/cache/util/Gateway.java    |   16 +
 .../cache/util/GatewayConflictHelper.java       |   21 +-
 .../cache/util/GatewayConflictResolver.java     |   21 +-
 .../gemfire/cache/util/GatewayEvent.java        |   21 +-
 .../gemfire/cache/util/ObjectSizer.java         |   21 +-
 .../gemfire/cache/util/ObjectSizerImpl.java     |   16 +
 .../util/RegionMembershipListenerAdapter.java   |   21 +-
 .../cache/util/RegionRoleListenerAdapter.java   |   21 +-
 .../cache/util/TimestampedEntryEvent.java       |   21 +-
 .../cache/util/TransactionListenerAdapter.java  |   21 +-
 .../gemfire/cache/wan/EventSequenceID.java      |   21 +-
 .../gemfire/cache/wan/GatewayEventFilter.java   |   20 +-
 .../wan/GatewayEventSubstitutionFilter.java     |   21 +-
 .../gemfire/cache/wan/GatewayQueueEvent.java    |   21 +-
 .../gemfire/cache/wan/GatewayReceiver.java      |   20 +-
 .../cache/wan/GatewayReceiverFactory.java       |   20 +-
 .../gemfire/cache/wan/GatewaySender.java        |   20 +-
 .../gemfire/cache/wan/GatewaySenderFactory.java |   20 +-
 .../cache/wan/GatewayTransportFilter.java       |   20 +-
 .../compression/CompressionException.java       |   23 +-
 .../gemfire/compression/Compressor.java         |   23 +-
 .../gemfire/compression/SnappyCompressor.java   |   21 +-
 .../gemfire/distributed/AbstractLauncher.java   |   20 +-
 .../distributed/ClientSocketFactory.java        |   21 +-
 .../distributed/DistributedLockService.java     |   21 +-
 .../gemfire/distributed/DistributedMember.java  |   21 +-
 .../gemfire/distributed/DistributedSystem.java  |   21 +-
 .../DistributedSystemDisconnectedException.java |   23 +-
 .../distributed/DurableClientAttributes.java    |   21 +-
 .../distributed/FutureCancelledException.java   |   21 +-
 .../distributed/GatewayCancelledException.java  |   23 +-
 .../distributed/LeaseExpiredException.java      |   21 +-
 .../gemstone/gemfire/distributed/Locator.java   |   21 +-
 .../gemfire/distributed/LocatorLauncher.java    |   20 +-
 .../distributed/LockNotHeldException.java       |   21 +-
 .../LockServiceDestroyedException.java          |   21 +-
 .../distributed/OplogCancelledException.java    |   23 +-
 .../distributed/PoolCancelledException.java     |   23 +-
 .../com/gemstone/gemfire/distributed/Role.java  |   21 +-
 .../gemfire/distributed/ServerLauncher.java     |   20 +-
 .../TXManagerCancelledException.java            |   23 +-
 .../internal/AbstractDistributionConfig.java    |   21 +-
 .../distributed/internal/AdminMessageType.java  |   16 +
 .../internal/AtomicLongWithTerminalState.java   |   21 +-
 .../internal/CollectingReplyProcessor.java      |   21 +-
 .../distributed/internal/ConflationKey.java     |   21 +-
 .../gemfire/distributed/internal/DM.java        |   21 +-
 .../gemfire/distributed/internal/DMStats.java   |   21 +-
 .../gemfire/distributed/internal/DSClock.java   |   16 +
 .../internal/DirectReplyProcessor.java          |   21 +-
 .../distributed/internal/DistributedState.java  |   21 +-
 .../internal/DistributionAdvisee.java           |   21 +-
 .../internal/DistributionAdvisor.java           |   21 +-
 .../internal/DistributionChannel.java           |   21 +-
 .../internal/DistributionConfig.java            |   21 +-
 .../internal/DistributionConfigImpl.java        |   21 +-
 .../internal/DistributionConfigSnapshot.java    |   21 +-
 .../internal/DistributionException.java         |   21 +-
 .../internal/DistributionManager.java           |   21 +-
 .../internal/DistributionManagerConfig.java     |   21 +-
 .../internal/DistributionMessage.java           |   21 +-
 .../internal/DistributionMessageObserver.java   |   23 +-
 .../distributed/internal/DistributionStats.java |   21 +-
 .../distributed/internal/FlowControlParams.java |   21 +-
 .../internal/ForceDisconnectOperation.java      |   21 +-
 .../FunctionExecutionPooledExecutor.java        |   21 +-
 .../distributed/internal/HealthMonitor.java     |   21 +-
 .../distributed/internal/HealthMonitorImpl.java |   21 +-
 .../internal/HighPriorityAckedMessage.java      |   21 +-
 .../HighPriorityDistributionMessage.java        |   21 +-
 .../distributed/internal/IgnoredByManager.java  |   16 +
 .../internal/InternalDistributedSystem.java     |   19 +-
 .../distributed/internal/InternalLocator.java   |   21 +-
 .../internal/LocatorLoadSnapshot.java           |   20 +-
 .../distributed/internal/LocatorStats.java      |   21 +-
 .../internal/LonerDistributionManager.java      |   21 +-
 .../gemfire/distributed/internal/MQueue.java    |   16 +
 .../internal/MembershipListener.java            |   21 +-
 .../distributed/internal/MessageFactory.java    |   21 +-
 .../distributed/internal/MessageWithReply.java  |   21 +-
 .../internal/OverflowQueueWithDMStats.java      |   21 +-
 .../distributed/internal/PoolStatHelper.java    |   21 +-
 .../internal/PooledDistributionMessage.java     |   21 +-
 .../internal/PooledExecutorWithDMStats.java     |   21 +-
 .../distributed/internal/ProcessorKeeper21.java |   21 +-
 .../distributed/internal/ProductUseLog.java     |   21 +-
 .../distributed/internal/ProfileListener.java   |   21 +-
 .../distributed/internal/QueueStatHelper.java   |   21 +-
 .../internal/ReliableReplyException.java        |   21 +-
 .../internal/ReliableReplyProcessor21.java      |   21 +-
 .../distributed/internal/ReplyException.java    |   21 +-
 .../distributed/internal/ReplyMessage.java      |   21 +-
 .../distributed/internal/ReplyProcessor21.java  |   21 +-
 .../distributed/internal/ReplySender.java       |   21 +-
 .../distributed/internal/ResourceEvent.java     |   20 +-
 .../internal/ResourceEventsListener.java        |   20 +-
 .../internal/RuntimeDistributionConfigImpl.java |   21 +-
 .../internal/SerialAckedMessage.java            |   21 +-
 .../internal/SerialDistributionMessage.java     |   21 +-
 .../SerialQueuedExecutorWithDMStats.java        |   21 +-
 .../distributed/internal/ServerLocation.java    |   21 +-
 .../distributed/internal/ServerLocator.java     |   21 +-
 .../internal/SharedConfiguration.java           |   21 +-
 .../distributed/internal/ShutdownMessage.java   |   21 +-
 .../gemfire/distributed/internal/Sizeable.java  |   16 +
 .../distributed/internal/SizeableRunnable.java  |   21 +-
 .../distributed/internal/StartupMessage.java    |   21 +-
 .../internal/StartupMessageData.java            |   21 +-
 .../internal/StartupMessageReplyProcessor.java  |   21 +-
 .../distributed/internal/StartupOperation.java  |   21 +-
 .../internal/StartupResponseMessage.java        |   21 +-
 .../StartupResponseWithVersionMessage.java      |   23 +-
 .../internal/ThrottledMemQueueStatHelper.java   |   21 +-
 .../internal/ThrottledQueueStatHelper.java      |   21 +-
 .../ThrottlingMemLinkedQueueWithDMStats.java    |   21 +-
 .../internal/WaitForViewInstallation.java       |   21 +-
 .../internal/WanLocatorDiscoverer.java          |   16 +
 .../deadlock/DLockDependencyMonitor.java        |   21 +-
 .../internal/deadlock/DeadlockDetector.java     |   21 +-
 .../internal/deadlock/Dependency.java           |   21 +-
 .../internal/deadlock/DependencyGraph.java      |   21 +-
 .../internal/deadlock/DependencyMonitor.java    |   21 +-
 .../deadlock/DependencyMonitorManager.java      |   21 +-
 .../deadlock/GemFireDeadlockDetector.java       |   21 +-
 .../internal/deadlock/LocalLockInfo.java        |   23 +-
 .../internal/deadlock/LocalThread.java          |   23 +-
 .../deadlock/MessageDependencyMonitor.java      |   21 +-
 .../internal/deadlock/ThreadReference.java      |   21 +-
 .../internal/deadlock/UnsafeThreadLocal.java    |   21 +-
 .../internal/direct/DirectChannel.java          |   21 +-
 .../internal/direct/MissingStubException.java   |   21 +-
 .../internal/locks/Collaboration.java           |   21 +-
 .../distributed/internal/locks/DLockBatch.java  |   21 +-
 .../internal/locks/DLockBatchId.java            |   21 +-
 .../internal/locks/DLockGrantor.java            |   21 +-
 .../locks/DLockLessorDepartureHandler.java      |   21 +-
 .../internal/locks/DLockQueryProcessor.java     |   21 +-
 .../locks/DLockRecoverGrantorProcessor.java     |   21 +-
 .../internal/locks/DLockReleaseProcessor.java   |   21 +-
 .../internal/locks/DLockRemoteToken.java        |   21 +-
 .../internal/locks/DLockRequestProcessor.java   |   21 +-
 .../internal/locks/DLockService.java            |   21 +-
 .../distributed/internal/locks/DLockStats.java  |   21 +-
 .../distributed/internal/locks/DLockToken.java  |   21 +-
 .../internal/locks/DeposeGrantorProcessor.java  |   21 +-
 .../internal/locks/DistributedLockStats.java    |   21 +-
 .../internal/locks/DistributedMemberLock.java   |   21 +-
 .../internal/locks/DummyDLockStats.java         |   21 +-
 .../internal/locks/ElderInitProcessor.java      |   21 +-
 .../distributed/internal/locks/ElderState.java  |   21 +-
 .../distributed/internal/locks/GrantorInfo.java |   21 +-
 .../internal/locks/GrantorRequestProcessor.java |   21 +-
 .../locks/LockGrantorDestroyedException.java    |   21 +-
 .../internal/locks/LockGrantorId.java           |   21 +-
 .../locks/NonGrantorDestroyedProcessor.java     |   21 +-
 .../internal/locks/RemoteThread.java            |   21 +-
 .../DistributedMembershipListener.java          |   21 +-
 .../membership/InternalDistributedMember.java   |   21 +-
 .../internal/membership/InternalRole.java       |   21 +-
 .../internal/membership/MemberAttributes.java   |   21 +-
 .../internal/membership/MemberFactory.java      |   21 +-
 .../internal/membership/MemberServices.java     |   21 +-
 .../internal/membership/MembershipManager.java  |   21 +-
 .../internal/membership/MembershipTestHook.java |   21 +-
 .../internal/membership/NetMember.java          |   21 +-
 .../internal/membership/NetView.java            |   21 +-
 .../internal/membership/QuorumChecker.java      |   21 +-
 .../membership/jgroup/GFJGBasicAdapter.java     |   16 +
 .../membership/jgroup/GFJGPeerAdapter.java      |   16 +
 .../membership/jgroup/JGroupMember.java         |   21 +-
 .../membership/jgroup/JGroupMemberFactory.java  |   21 +-
 .../jgroup/JGroupMembershipManager.java         |   21 +-
 .../internal/membership/jgroup/LocatorImpl.java |   16 +
 .../membership/jgroup/QuorumCheckerImpl.java    |   21 +-
 .../internal/membership/jgroup/ViewMessage.java |   21 +-
 .../internal/streaming/StreamingOperation.java  |   21 +-
 .../internal/tcpserver/InfoRequest.java         |   20 +-
 .../internal/tcpserver/InfoResponse.java        |   20 +-
 .../internal/tcpserver/ShutdownRequest.java     |   20 +-
 .../internal/tcpserver/ShutdownResponse.java    |   20 +-
 .../internal/tcpserver/TcpClient.java           |   16 +
 .../internal/tcpserver/TcpHandler.java          |   16 +
 .../internal/tcpserver/TcpServer.java           |   16 +
 .../internal/tcpserver/VersionRequest.java      |   16 +
 .../internal/tcpserver/VersionResponse.java     |   16 +
 .../unsafe/RegisterSignalHandlerSupport.java    |   20 +-
 .../gemstone/gemfire/i18n/LogWriterI18n.java    |   21 +-
 .../com/gemstone/gemfire/i18n/StringIdImpl.java |   21 +-
 .../gemfire/internal/AbstractConfig.java        |   27 +-
 .../internal/AbstractStatisticsFactory.java     |   21 +-
 .../gemfire/internal/ArchiveSplitter.java       |   21 +-
 .../com/gemstone/gemfire/internal/Assert.java   |   21 +-
 .../gemfire/internal/AvailablePort.java         |   21 +-
 .../com/gemstone/gemfire/internal/Banner.java   |   49 +-
 .../gemfire/internal/ByteArrayDataInput.java    |   21 +-
 .../internal/ByteBufferOutputStream.java        |   21 +-
 .../gemfire/internal/ByteBufferWriter.java      |   16 +
 .../gemfire/internal/ClassLoadUtil.java         |   21 +-
 .../gemfire/internal/ClassPathLoader.java       |   21 +-
 .../com/gemstone/gemfire/internal/Config.java   |   21 +-
 .../gemstone/gemfire/internal/ConfigSource.java |   21 +-
 .../gemfire/internal/CopyOnWriteHashSet.java    |   21 +-
 .../com/gemstone/gemfire/internal/DSCODE.java   |   21 +-
 .../gemstone/gemfire/internal/DSFIDFactory.java |   21 +-
 .../internal/DSFIDNotFoundException.java        |   21 +-
 .../internal/DataSerializableFixedID.java       |   21 +-
 .../gemfire/internal/DistributionLocator.java   |   21 +-
 .../internal/DummyStatisticsFactory.java        |   21 +-
 .../gemfire/internal/DummyStatisticsImpl.java   |   21 +-
 .../gemfire/internal/ExternalizableDSFID.java   |   21 +-
 .../com/gemstone/gemfire/internal/FileUtil.java |   21 +-
 .../gemfire/internal/GemFireStatSampler.java    |   21 +-
 .../gemfire/internal/GemFireUtilLauncher.java   |   21 +-
 .../gemfire/internal/GemFireVersion.java        |   21 +-
 .../internal/GfeConsoleReaderFactory.java       |   20 +-
 .../gemfire/internal/HeapDataOutputStream.java  |   21 +-
 .../gemfire/internal/HistogramStats.java        |   21 +-
 .../gemfire/internal/HostStatHelper.java        |   21 +-
 .../gemfire/internal/HostStatSampler.java       |   25 +-
 .../InsufficientDiskSpaceException.java         |   21 +-
 .../internal/InternalDataSerializer.java        |   32 +-
 .../gemfire/internal/InternalEntity.java        |   16 +
 .../gemfire/internal/InternalInstantiator.java  |   21 +-
 .../InternalStatisticsDisabledException.java    |   21 +-
 .../gemfire/internal/JarClassLoader.java        |   20 +-
 .../gemstone/gemfire/internal/JarDeployer.java  |   20 +-
 .../gemfire/internal/LinuxProcFsStatistics.java |   21 +-
 .../gemfire/internal/LinuxProcessStats.java     |   21 +-
 .../gemfire/internal/LinuxSystemStats.java      |   21 +-
 .../gemfire/internal/LocalStatListener.java     |   21 +-
 .../internal/LocalStatisticsFactory.java        |   21 +-
 .../gemfire/internal/LocalStatisticsImpl.java   |   21 +-
 .../gemstone/gemfire/internal/ManagerInfo.java  |   20 +-
 .../gemfire/internal/MigrationClient.java       |   21 +-
 .../gemfire/internal/MigrationServer.java       |   21 +-
 .../gemstone/gemfire/internal/NanoTimer.java    |   21 +-
 .../gemfire/internal/NullDataOutputStream.java  |   21 +-
 .../gemstone/gemfire/internal/OSProcess.java    |   19 +-
 .../gemfire/internal/OSXProcessStats.java       |   21 +-
 .../gemfire/internal/OSXSystemStats.java        |   21 +-
 .../gemfire/internal/ObjIdConcurrentMap.java    |   21 +-
 .../com/gemstone/gemfire/internal/ObjIdMap.java |   21 +-
 .../internal/ObjToByteArraySerializer.java      |   21 +-
 .../gemfire/internal/OneTaskOnlyExecutor.java   |   21 +-
 .../gemfire/internal/OsStatisticsFactory.java   |   21 +-
 .../gemfire/internal/PdxSerializerObject.java   |   21 +-
 .../gemfire/internal/ProcessOutputReader.java   |   21 +-
 .../gemstone/gemfire/internal/ProcessStats.java |   21 +-
 .../gemstone/gemfire/internal/PureJavaMode.java |   21 +-
 ...cheduledThreadPoolExecutorWithKeepAlive.java |   21 +-
 .../com/gemstone/gemfire/internal/Sendable.java |   18 +-
 .../gemfire/internal/SerializationVersions.java |   21 +-
 .../com/gemstone/gemfire/internal/SetUtils.java |   20 +-
 .../gemfire/internal/SharedLibrary.java         |   21 +-
 .../gemfire/internal/SimpleStatSampler.java     |   21 +-
 .../com/gemstone/gemfire/internal/SmHelper.java |   21 +-
 .../gemstone/gemfire/internal/SocketCloser.java |   16 +
 .../gemfire/internal/SocketCreator.java         |   61 +-
 .../gemfire/internal/SolarisProcessStats.java   |   21 +-
 .../gemfire/internal/SolarisSystemStats.java    |   21 +-
 .../gemfire/internal/StatArchiveFormat.java     |   21 +-
 .../gemfire/internal/StatArchiveReader.java     |   21 +-
 .../gemfire/internal/StatArchiveWriter.java     |   21 +-
 .../gemfire/internal/StatSamplerStats.java      |   21 +-
 .../internal/StatisticDescriptorImpl.java       |   21 +-
 .../gemfire/internal/StatisticsImpl.java        |   21 +-
 .../gemfire/internal/StatisticsManager.java     |   21 +-
 .../internal/StatisticsTypeFactoryImpl.java     |   21 +-
 .../gemfire/internal/StatisticsTypeImpl.java    |   21 +-
 .../gemfire/internal/StatisticsTypeXml.java     |   21 +-
 .../gemstone/gemfire/internal/SystemAdmin.java  |   21 +-
 .../gemfire/internal/SystemFailureTestHook.java |   21 +-
 .../gemstone/gemfire/internal/SystemTimer.java  |   21 +-
 .../gemfire/internal/UniqueIdGenerator.java     |   21 +-
 .../com/gemstone/gemfire/internal/VMStats.java  |   21 +-
 .../gemfire/internal/VMStatsContract.java       |   21 +-
 .../internal/VMStatsContractFactory.java        |   21 +-
 .../com/gemstone/gemfire/internal/Version.java  |   21 +-
 .../internal/VersionedDataInputStream.java      |   21 +-
 .../internal/VersionedDataOutputStream.java     |   21 +-
 .../internal/VersionedDataSerializable.java     |   16 +
 .../gemfire/internal/VersionedDataStream.java   |   21 +-
 .../gemfire/internal/VersionedObjectInput.java  |   21 +-
 .../gemfire/internal/VersionedObjectOutput.java |   21 +-
 .../gemfire/internal/WindowsProcessStats.java   |   21 +-
 .../gemfire/internal/WindowsSystemStats.java    |   21 +-
 .../internal/admin/AdminBridgeServer.java       |   16 +
 .../gemstone/gemfire/internal/admin/Alert.java  |   21 +-
 .../gemfire/internal/admin/AlertListener.java   |   21 +-
 .../gemfire/internal/admin/ApplicationVM.java   |   21 +-
 .../gemfire/internal/admin/CacheCollector.java  |   21 +-
 .../gemfire/internal/admin/CacheInfo.java       |   21 +-
 .../gemfire/internal/admin/CacheSnapshot.java   |   21 +-
 .../admin/ClientHealthMonitoringRegion.java     |   21 +-
 .../internal/admin/ClientMembershipMessage.java |   21 +-
 .../internal/admin/ClientStatsManager.java      |   21 +-
 .../internal/admin/CompoundEntrySnapshot.java   |   21 +-
 .../internal/admin/CompoundRegionSnapshot.java  |   21 +-
 .../gemfire/internal/admin/DLockInfo.java       |   21 +-
 .../gemfire/internal/admin/EntrySnapshot.java   |   21 +-
 .../gemfire/internal/admin/EntryValueNode.java  |   23 +-
 .../gemfire/internal/admin/GemFireVM.java       |   21 +-
 .../gemfire/internal/admin/GfManagerAgent.java  |   21 +-
 .../internal/admin/GfManagerAgentConfig.java    |   21 +-
 .../internal/admin/GfManagerAgentFactory.java   |   21 +-
 .../gemfire/internal/admin/GfObject.java        |   21 +-
 .../gemfire/internal/admin/HealthListener.java  |   21 +-
 .../internal/admin/JoinLeaveListener.java       |   21 +-
 .../gemfire/internal/admin/ListenerIdMap.java   |   21 +-
 .../gemfire/internal/admin/RegionSnapshot.java  |   21 +-
 .../gemfire/internal/admin/SSLConfig.java       |   21 +-
 .../gemfire/internal/admin/SnapshotClient.java  |   21 +-
 .../gemstone/gemfire/internal/admin/Stat.java   |   21 +-
 .../gemfire/internal/admin/StatAlert.java       |   21 +-
 .../internal/admin/StatAlertDefinition.java     |   21 +-
 .../internal/admin/StatAlertsManager.java       |   21 +-
 .../gemfire/internal/admin/StatListener.java    |   21 +-
 .../gemfire/internal/admin/StatResource.java    |   21 +-
 .../gemfire/internal/admin/TransportConfig.java |   21 +-
 .../admin/remote/AddHealthListenerRequest.java  |   21 +-
 .../admin/remote/AddHealthListenerResponse.java |   21 +-
 .../admin/remote/AddStatListenerRequest.java    |   21 +-
 .../admin/remote/AddStatListenerResponse.java   |   21 +-
 .../remote/AdminConsoleDisconnectMessage.java   |   21 +-
 .../admin/remote/AdminConsoleMessage.java       |   21 +-
 .../admin/remote/AdminFailureResponse.java      |   21 +-
 .../remote/AdminMultipleReplyProcessor.java     |   21 +-
 .../internal/admin/remote/AdminRegion.java      |   21 +-
 .../admin/remote/AdminReplyProcessor.java       |   21 +-
 .../internal/admin/remote/AdminRequest.java     |   21 +-
 .../internal/admin/remote/AdminResponse.java    |   21 +-
 .../internal/admin/remote/AdminWaiters.java     |   21 +-
 .../admin/remote/AlertLevelChangeMessage.java   |   21 +-
 .../admin/remote/AlertListenerMessage.java      |   21 +-
 .../admin/remote/AlertsNotificationMessage.java |   21 +-
 .../admin/remote/AppCacheSnapshotMessage.java   |   21 +-
 .../admin/remote/BridgeServerRequest.java       |   21 +-
 .../admin/remote/BridgeServerResponse.java      |   21 +-
 .../admin/remote/CacheConfigRequest.java        |   21 +-
 .../admin/remote/CacheConfigResponse.java       |   21 +-
 .../internal/admin/remote/CacheDisplay.java     |   21 +-
 .../internal/admin/remote/CacheInfoRequest.java |   21 +-
 .../admin/remote/CacheInfoResponse.java         |   21 +-
 .../admin/remote/CancelStatListenerRequest.java |   21 +-
 .../remote/CancelStatListenerResponse.java      |   21 +-
 .../internal/admin/remote/Cancellable.java      |   21 +-
 .../admin/remote/CancellationMessage.java       |   23 +-
 .../admin/remote/CancellationRegistry.java      |   23 +-
 .../remote/ChangeRefreshIntervalMessage.java    |   21 +-
 .../internal/admin/remote/CliLegacyMessage.java |   16 +
 .../admin/remote/ClientHealthStats.java         |   21 +-
 .../internal/admin/remote/CompactRequest.java   |   21 +-
 .../internal/admin/remote/CompactResponse.java  |   21 +-
 .../admin/remote/DestroyEntryMessage.java       |   23 +-
 .../admin/remote/DestroyRegionMessage.java      |   23 +-
 .../admin/remote/DistributionLocatorId.java     |   21 +-
 .../internal/admin/remote/DummyEntry.java       |   21 +-
 .../admin/remote/DurableClientInfoRequest.java  |   20 +-
 .../admin/remote/DurableClientInfoResponse.java |   20 +-
 .../admin/remote/EntryValueNodeImpl.java        |   23 +-
 .../admin/remote/FetchDistLockInfoRequest.java  |   21 +-
 .../admin/remote/FetchDistLockInfoResponse.java |   21 +-
 .../remote/FetchHealthDiagnosisRequest.java     |   21 +-
 .../remote/FetchHealthDiagnosisResponse.java    |   21 +-
 .../internal/admin/remote/FetchHostRequest.java |   21 +-
 .../admin/remote/FetchHostResponse.java         |   21 +-
 .../remote/FetchResourceAttributesRequest.java  |   21 +-
 .../remote/FetchResourceAttributesResponse.java |   21 +-
 .../admin/remote/FetchStatsRequest.java         |   21 +-
 .../admin/remote/FetchStatsResponse.java        |   20 +-
 .../admin/remote/FetchSysCfgRequest.java        |   21 +-
 .../admin/remote/FetchSysCfgResponse.java       |   21 +-
 .../remote/FlushAppCacheSnapshotMessage.java    |   21 +-
 .../admin/remote/HealthListenerMessage.java     |   21 +-
 .../remote/InspectionClasspathManager.java      |   21 +-
 .../admin/remote/LicenseInfoRequest.java        |   21 +-
 .../admin/remote/LicenseInfoResponse.java       |   21 +-
 .../remote/MissingPersistentIDsRequest.java     |   21 +-
 .../remote/MissingPersistentIDsResponse.java    |   21 +-
 .../admin/remote/ObjectDetailsRequest.java      |   21 +-
 .../admin/remote/ObjectDetailsResponse.java     |   21 +-
 .../admin/remote/ObjectNamesRequest.java        |   21 +-
 .../admin/remote/ObjectNamesResponse.java       |   21 +-
 .../PrepareRevokePersistentIDRequest.java       |   21 +-
 .../remote/RefreshMemberSnapshotRequest.java    |   21 +-
 .../remote/RefreshMemberSnapshotResponse.java   |   21 +-
 .../admin/remote/RegionAdminMessage.java        |   21 +-
 .../admin/remote/RegionAdminRequest.java        |   21 +-
 .../admin/remote/RegionAttributesRequest.java   |   21 +-
 .../admin/remote/RegionAttributesResponse.java  |   21 +-
 .../internal/admin/remote/RegionRequest.java    |   21 +-
 .../internal/admin/remote/RegionResponse.java   |   21 +-
 .../admin/remote/RegionSizeRequest.java         |   21 +-
 .../admin/remote/RegionSizeResponse.java        |   21 +-
 .../admin/remote/RegionStatisticsRequest.java   |   21 +-
 .../admin/remote/RegionStatisticsResponse.java  |   21 +-
 .../remote/RegionSubRegionSizeRequest.java      |   20 +-
 .../remote/RegionSubRegionsSizeResponse.java    |   20 +-
 .../internal/admin/remote/RemoteAlert.java      |   21 +-
 .../admin/remote/RemoteApplicationVM.java       |   21 +-
 .../admin/remote/RemoteBridgeServer.java        |   21 +-
 .../internal/admin/remote/RemoteCacheInfo.java  |   21 +-
 .../admin/remote/RemoteCacheStatistics.java     |   21 +-
 .../internal/admin/remote/RemoteDLockInfo.java  |   21 +-
 .../admin/remote/RemoteEntrySnapshot.java       |   21 +-
 .../internal/admin/remote/RemoteGemFireVM.java  |   21 +-
 .../admin/remote/RemoteGfManagerAgent.java      |   21 +-
 .../internal/admin/remote/RemoteObjectName.java |   21 +-
 .../admin/remote/RemoteRegionAttributes.java    |   23 +-
 .../admin/remote/RemoteRegionSnapshot.java      |   21 +-
 .../internal/admin/remote/RemoteStat.java       |   21 +-
 .../admin/remote/RemoteStatResource.java        |   21 +-
 .../admin/remote/RemoteTransportConfig.java     |   21 +-
 .../remote/RemoveHealthListenerRequest.java     |   21 +-
 .../remote/RemoveHealthListenerResponse.java    |   21 +-
 .../admin/remote/ResetHealthStatusRequest.java  |   21 +-
 .../admin/remote/ResetHealthStatusResponse.java |   21 +-
 .../admin/remote/RevokePersistentIDRequest.java |   21 +-
 .../remote/RevokePersistentIDResponse.java      |   21 +-
 .../admin/remote/RootRegionRequest.java         |   21 +-
 .../admin/remote/RootRegionResponse.java        |   21 +-
 .../remote/ShutdownAllGatewayHubsRequest.java   |   16 +
 .../admin/remote/ShutdownAllRequest.java        |   21 +-
 .../admin/remote/ShutdownAllResponse.java       |   21 +-
 .../admin/remote/SnapshotResultMessage.java     |   21 +-
 .../remote/StatAlertsManagerAssignMessage.java  |   21 +-
 .../admin/remote/StatListenerMessage.java       |   21 +-
 .../admin/remote/StoreSysCfgRequest.java        |   21 +-
 .../admin/remote/StoreSysCfgResponse.java       |   21 +-
 .../internal/admin/remote/SubRegionRequest.java |   21 +-
 .../admin/remote/SubRegionResponse.java         |   21 +-
 .../internal/admin/remote/TailLogRequest.java   |   21 +-
 .../internal/admin/remote/TailLogResponse.java  |   21 +-
 .../remote/UpdateAlertDefinitionMessage.java    |   21 +-
 .../admin/remote/VersionInfoRequest.java        |   21 +-
 .../admin/remote/VersionInfoResponse.java       |   21 +-
 .../admin/remote/VersionMismatchAlert.java      |   21 +-
 .../admin/statalerts/BaseDecoratorImpl.java     |   21 +-
 .../statalerts/DummyStatisticInfoImpl.java      |   21 +-
 .../admin/statalerts/FunctionDecoratorImpl.java |   21 +-
 .../admin/statalerts/FunctionHelper.java        |   20 +-
 .../statalerts/GaugeThresholdDecoratorImpl.java |   21 +-
 .../statalerts/MultiAttrDefinitionImpl.java     |   21 +-
 .../NumberThresholdDecoratorImpl.java           |   21 +-
 .../statalerts/SingleAttrDefinitionImpl.java    |   21 +-
 .../admin/statalerts/StatisticInfo.java         |   21 +-
 .../admin/statalerts/StatisticInfoImpl.java     |   21 +-
 .../cache/AbstractBucketRegionQueue.java        |   21 +-
 .../internal/cache/AbstractCacheServer.java     |   21 +-
 .../cache/AbstractDiskLRURegionEntry.java       |   21 +-
 .../internal/cache/AbstractDiskRegion.java      |   21 +-
 .../internal/cache/AbstractDiskRegionEntry.java |   21 +-
 .../internal/cache/AbstractLRURegionEntry.java  |   21 +-
 .../internal/cache/AbstractLRURegionMap.java    |   21 +-
 .../cache/AbstractOplogDiskRegionEntry.java     |   21 +-
 .../gemfire/internal/cache/AbstractRegion.java  |   21 +-
 .../internal/cache/AbstractRegionEntry.java     |   21 +-
 .../internal/cache/AbstractRegionMap.java       |   21 +-
 .../internal/cache/AbstractUpdateOperation.java |   21 +-
 .../gemfire/internal/cache/AcceptHelper.java    |   21 +-
 .../cache/AddCacheServerProfileMessage.java     |   21 +-
 .../gemfire/internal/cache/BackupLock.java      |   21 +-
 .../gemfire/internal/cache/BucketAdvisor.java   |   21 +-
 .../gemfire/internal/cache/BucketDump.java      |   21 +-
 .../internal/cache/BucketNotFoundException.java |   21 +-
 .../cache/BucketPersistenceAdvisor.java         |   21 +-
 .../gemfire/internal/cache/BucketRegion.java    |   21 +-
 .../internal/cache/BucketRegionEvictior.java    |   21 +-
 .../internal/cache/BucketRegionQueue.java       |   21 +-
 .../internal/cache/BucketServerLocation.java    |   20 +-
 .../internal/cache/BucketServerLocation66.java  |   20 +-
 .../cache/BytesAndBitsForCompactor.java         |   21 +-
 .../internal/cache/CacheClientStatus.java       |   21 +-
 .../gemfire/internal/cache/CacheConfig.java     |   21 +-
 .../cache/CacheDistributionAdvisee.java         |   21 +-
 .../cache/CacheDistributionAdvisor.java         |   21 +-
 .../internal/cache/CacheLifecycleListener.java  |   21 +-
 .../gemfire/internal/cache/CacheObserver.java   |   21 +-
 .../internal/cache/CacheObserverAdapter.java    |   21 +-
 .../internal/cache/CacheObserverHolder.java     |   21 +-
 .../gemfire/internal/cache/CachePerfStats.java  |   21 +-
 .../internal/cache/CacheServerAdvisor.java      |   21 +-
 .../gemfire/internal/cache/CacheServerImpl.java |   21 +-
 .../internal/cache/CacheServerLauncher.java     |   21 +-
 .../internal/cache/CacheStatisticsImpl.java     |   21 +-
 .../internal/cache/CachedDeserializable.java    |   21 +-
 .../cache/CachedDeserializableFactory.java      |   21 +-
 .../internal/cache/ClientRegionEventImpl.java   |   21 +-
 .../internal/cache/ClientServerObserver.java    |   21 +-
 .../cache/ClientServerObserverAdapter.java      |   21 +-
 .../cache/ClientServerObserverHolder.java       |   21 +-
 .../cache/ClientSubscriptionConfigImpl.java     |   21 +-
 .../internal/cache/CloseCacheMessage.java       |   21 +-
 .../cache/ClusterConfigurationLoader.java       |   16 +
 .../internal/cache/ColocationHelper.java        |   20 +-
 .../internal/cache/CommitReplyException.java    |   21 +-
 .../internal/cache/CompactableOplog.java        |   21 +-
 .../gemfire/internal/cache/Conflatable.java     |   21 +-
 .../internal/cache/ControllerAdvisor.java       |   21 +-
 .../internal/cache/CountingDataInputStream.java |   21 +-
 .../internal/cache/CreateRegionProcessor.java   |   21 +-
 .../internal/cache/CustomEntryExpiryTask.java   |   16 +
 .../cache/CustomEvictionAttributesImpl.java     |   21 +-
 .../internal/cache/DataLocationException.java   |   21 +-
 .../internal/cache/DestroyOperation.java        |   21 +-
 .../cache/DestroyPartitionedRegionMessage.java  |   21 +-
 .../internal/cache/DestroyRegionOperation.java  |   21 +-
 .../gemfire/internal/cache/DestroyedEntry.java  |   21 +-
 .../internal/cache/DirectReplyMessage.java      |   21 +-
 .../gemfire/internal/cache/DirectoryHolder.java |   21 +-
 .../internal/cache/DiskDirectoryStats.java      |   21 +-
 .../gemfire/internal/cache/DiskEntry.java       |   21 +-
 .../gemstone/gemfire/internal/cache/DiskId.java |   21 +-
 .../gemfire/internal/cache/DiskInitFile.java    |   21 +-
 .../gemfire/internal/cache/DiskRegion.java      |   21 +-
 .../gemfire/internal/cache/DiskRegionStats.java |   21 +-
 .../internal/cache/DiskStoreAttributes.java     |   21 +-
 .../gemfire/internal/cache/DiskStoreBackup.java |   21 +-
 .../internal/cache/DiskStoreFactoryImpl.java    |   21 +-
 .../gemfire/internal/cache/DiskStoreImpl.java   |   21 +-
 .../internal/cache/DiskStoreMonitor.java        |   21 +-
 .../internal/cache/DiskStoreObserver.java       |   21 +-
 .../gemfire/internal/cache/DiskStoreStats.java  |   21 +-
 .../gemfire/internal/cache/DiskStoreTask.java   |   21 +-
 .../internal/cache/DiskWriteAttributesImpl.java |   21 +-
 .../internal/cache/DistPeerTXStateStub.java     |   16 +
 .../cache/DistTXAdjunctCommitMessage.java       |   16 +
 .../internal/cache/DistTXCommitMessage.java     |   17 +-
 .../cache/DistTXCoordinatorInterface.java       |   21 +-
 .../internal/cache/DistTXPrecommitMessage.java  |   17 +-
 .../internal/cache/DistTXRollbackMessage.java   |   17 +-
 .../gemfire/internal/cache/DistTXState.java     |   16 +
 .../cache/DistTXStateOnCoordinator.java         |   16 +
 .../internal/cache/DistTXStateProxyImpl.java    |   16 +
 .../DistTXStateProxyImplOnCoordinator.java      |   18 +-
 .../cache/DistTXStateProxyImplOnDatanode.java   |   16 +
 .../cache/DistributedCacheOperation.java        |   20 +-
 .../cache/DistributedClearOperation.java        |   21 +-
 .../cache/DistributedPutAllOperation.java       |   21 +-
 .../internal/cache/DistributedRegion.java       |   21 +-
 ...stributedRegionFunctionStreamingMessage.java |   21 +-
 .../cache/DistributedRemoveAllOperation.java    |   21 +-
 .../cache/DistributedTombstoneOperation.java    |   21 +-
 .../internal/cache/DummyCachePerfStats.java     |   21 +-
 .../internal/cache/DynamicRegionAttributes.java |   21 +-
 .../cache/DynamicRegionFactoryImpl.java         |   21 +-
 .../gemfire/internal/cache/EntriesMap.java      |   21 +-
 .../gemfire/internal/cache/EntriesSet.java      |   21 +-
 .../gemfire/internal/cache/EntryBits.java       |   21 +-
 .../gemfire/internal/cache/EntryEventImpl.java  |   21 +-
 .../gemfire/internal/cache/EntryExpiryTask.java |   21 +-
 .../internal/cache/EntryOperationImpl.java      |   23 +-
 .../gemfire/internal/cache/EntrySnapshot.java   |   23 +-
 .../internal/cache/EnumListenerEvent.java       |   20 +-
 .../gemfire/internal/cache/EventID.java         |   21 +-
 .../internal/cache/EventStateHelper.java        |   21 +-
 .../gemfire/internal/cache/EventTracker.java    |   21 +-
 .../internal/cache/EvictionAttributesImpl.java  |   23 +-
 .../gemfire/internal/cache/EvictorService.java  |   21 +-
 .../internal/cache/ExpirationScheduler.java     |   21 +-
 .../gemfire/internal/cache/ExpiryTask.java      |   21 +-
 .../internal/cache/ExportDiskRegion.java        |   16 +
 .../gemfire/internal/cache/FilterProfile.java   |   21 +-
 .../internal/cache/FilterRoutingInfo.java       |   21 +-
 .../cache/FindDurableQueueProcessor.java        |   21 +-
 .../internal/cache/FindRemoteTXMessage.java     |   21 +-
 .../internal/cache/FindVersionTagOperation.java |   21 +-
 .../cache/FixedPartitionAttributesImpl.java     |   21 +-
 .../internal/cache/ForceReattemptException.java |   21 +-
 .../cache/ForceableLinkedBlockingQueue.java     |   21 +-
 .../FunctionStreamingOrderedReplyMessage.java   |   21 +-
 .../cache/FunctionStreamingReplyMessage.java    |   21 +-
 .../internal/cache/GatewayEventFilter.java      |   16 +
 .../internal/cache/GemFireCacheImpl.java        |   69 +-
 .../internal/cache/GemfireCacheHelper.java      |   23 +-
 .../gemfire/internal/cache/GridAdvisor.java     |   21 +-
 .../gemfire/internal/cache/HARegion.java        |   21 +-
 .../internal/cache/HDFSLRURegionMap.java        |   21 +-
 .../gemfire/internal/cache/HDFSRegionMap.java   |   16 +
 .../internal/cache/HDFSRegionMapDelegate.java   |   21 +-
 .../internal/cache/HDFSRegionMapImpl.java       |   21 +-
 .../internal/cache/HasCachePerfStats.java       |   16 +
 .../gemfire/internal/cache/ImageState.java      |   21 +-
 .../cache/InMemoryPersistentMemberView.java     |   21 +-
 .../internal/cache/IncomingGatewayStatus.java   |   21 +-
 .../internal/cache/InitialImageFlowControl.java |   21 +-
 .../internal/cache/InitialImageOperation.java   |   21 +-
 .../gemfire/internal/cache/InlineKeyHelper.java |   21 +-
 .../gemfire/internal/cache/InterestEvent.java   |   21 +-
 .../gemfire/internal/cache/InterestFilter.java  |   21 +-
 .../cache/InterestRegistrationEventImpl.java    |   21 +-
 .../gemfire/internal/cache/InternalCache.java   |   18 +-
 .../internal/cache/InternalCacheEvent.java      |   21 +-
 .../internal/cache/InternalDataView.java        |   21 +-
 .../internal/cache/InternalRegionArguments.java |   21 +-
 .../internal/cache/InvalidateOperation.java     |   21 +-
 .../InvalidatePartitionedRegionMessage.java     |   21 +-
 .../cache/InvalidateRegionOperation.java        |   21 +-
 .../cache/JtaAfterCompletionMessage.java        |   21 +-
 .../cache/JtaBeforeCompletionMessage.java       |   21 +-
 .../gemfire/internal/cache/KeyInfo.java         |   21 +-
 .../internal/cache/KeyWithRegionContext.java    |   21 +-
 .../gemfire/internal/cache/ListOfDeltas.java    |   21 +-
 .../internal/cache/LoaderHelperFactory.java     |   21 +-
 .../internal/cache/LoaderHelperImpl.java        |   21 +-
 .../gemfire/internal/cache/LocalDataSet.java    |   21 +-
 .../gemfire/internal/cache/LocalRegion.java     |   21 +-
 .../internal/cache/LocalRegionDataView.java     |   21 +-
 .../cache/MemberFunctionStreamingMessage.java   |   21 +-
 .../cache/MinimumSystemRequirements.java        |   21 +-
 .../cache/NetSearchExpirationCalculator.java    |   21 +-
 .../gemstone/gemfire/internal/cache/Node.java   |   20 +-
 .../internal/cache/NonLocalRegionEntry.java     |   21 +-
 .../cache/NonLocalRegionEntryWithStats.java     |   23 +-
 .../internal/cache/OffHeapRegionEntry.java      |   16 +
 .../cache/OfflineCompactionDiskRegion.java      |   21 +-
 .../gemstone/gemfire/internal/cache/OpType.java |   21 +-
 .../gemstone/gemfire/internal/cache/Oplog.java  |   21 +-
 .../gemfire/internal/cache/OplogSet.java        |   16 +
 .../internal/cache/OrderedTombstoneMap.java     |   21 +-
 .../gemfire/internal/cache/OverflowOplog.java   |   21 +-
 .../internal/cache/OverflowOplogSet.java        |   21 +-
 .../internal/cache/PRContainsValueFunction.java |   21 +-
 .../internal/cache/PRHARedundancyProvider.java  |   20 +-
 .../internal/cache/PRQueryProcessor.java        |   20 +-
 .../internal/cache/PRSystemPropertyGetter.java  |   21 +-
 .../internal/cache/PartitionAttributesImpl.java |   21 +-
 .../internal/cache/PartitionRegionConfig.java   |   21 +-
 .../cache/PartitionRegionConfigValidator.java   |   21 +-
 .../internal/cache/PartitionedRegion.java       |   20 +-
 .../PartitionedRegionBucketMgmtHelper.java      |   20 +-
 .../cache/PartitionedRegionDataStore.java       |   20 +-
 .../cache/PartitionedRegionDataView.java        |   21 +-
 .../cache/PartitionedRegionException.java       |   21 +-
 .../internal/cache/PartitionedRegionHelper.java |   22 +-
 .../cache/PartitionedRegionQueryEvaluator.java  |   20 +-
 .../internal/cache/PartitionedRegionStats.java  |   21 +-
 .../internal/cache/PartitionedRegionStatus.java |   21 +-
 .../gemfire/internal/cache/PeerTXStateStub.java |   21 +-
 .../internal/cache/PersistentOplogSet.java      |   21 +-
 .../internal/cache/PlaceHolderDiskRegion.java   |   23 +-
 .../gemfire/internal/cache/PoolFactoryImpl.java |   21 +-
 .../gemfire/internal/cache/PoolManagerImpl.java |   21 +-
 .../gemfire/internal/cache/PoolStats.java       |   21 +-
 .../cache/PreferBytesCachedDeserializable.java  |   21 +-
 .../internal/cache/PrimaryBucketException.java  |   21 +-
 .../cache/ProfileExchangeProcessor.java         |   21 +-
 .../internal/cache/ProxyBucketRegion.java       |   21 +-
 .../gemfire/internal/cache/ProxyRegionMap.java  |   21 +-
 .../cache/PutAllPartialResultException.java     |   21 +-
 .../gemfire/internal/cache/QueuedOperation.java |   21 +-
 .../internal/cache/RegionClearedException.java  |   21 +-
 .../gemfire/internal/cache/RegionEntry.java     |   21 +-
 .../internal/cache/RegionEntryContext.java      |   21 +-
 .../internal/cache/RegionEntryFactory.java      |   21 +-
 .../gemfire/internal/cache/RegionEventImpl.java |   21 +-
 .../internal/cache/RegionEvictorTask.java       |   21 +-
 .../internal/cache/RegionExpiryTask.java        |   21 +-
 .../internal/cache/RegionFactoryImpl.java       |   21 +-
 .../internal/cache/RegionIdleExpiryTask.java    |   21 +-
 .../gemfire/internal/cache/RegionMap.java       |   21 +-
 .../internal/cache/RegionMapFactory.java        |   21 +-
 .../gemfire/internal/cache/RegionQueue.java     |   21 +-
 .../internal/cache/RegionQueueException.java    |   21 +-
 .../gemfire/internal/cache/RegionStatus.java    |   21 +-
 .../internal/cache/RegionTTLExpiryTask.java     |   21 +-
 .../internal/cache/ReleaseClearLockMessage.java |   23 +-
 .../cache/ReliableDistributionData.java         |   21 +-
 .../internal/cache/ReliableMessageQueue.java    |   21 +-
 .../cache/ReliableMessageQueueFactory.java      |   21 +-
 .../cache/ReliableMessageQueueFactoryImpl.java  |   21 +-
 .../cache/RemoteContainsKeyValueMessage.java    |   20 +-
 .../internal/cache/RemoteDestroyMessage.java    |   21 +-
 .../internal/cache/RemoteFetchEntryMessage.java |   20 +-
 .../cache/RemoteFetchVersionMessage.java        |   20 +-
 .../internal/cache/RemoteGetMessage.java        |   21 +-
 .../internal/cache/RemoteInvalidateMessage.java |   20 +-
 .../cache/RemoteOperationException.java         |   21 +-
 .../internal/cache/RemoteOperationMessage.java  |   21 +-
 .../RemoteOperationMessageWithDirectReply.java  |   21 +-
 .../internal/cache/RemotePutAllMessage.java     |   21 +-
 .../internal/cache/RemotePutMessage.java        |   21 +-
 .../internal/cache/RemoteRegionOperation.java   |   20 +-
 .../internal/cache/RemoteRemoveAllMessage.java  |   21 +-
 .../gemfire/internal/cache/RoleEventImpl.java   |   21 +-
 .../cache/SearchLoadAndWriteProcessor.java      |   21 +-
 .../internal/cache/SendQueueOperation.java      |   21 +-
 .../internal/cache/SerializationHelper.java     |   16 +
 .../internal/cache/ServerPingMessage.java       |   16 +
 .../internal/cache/StateFlushOperation.java     |   21 +-
 .../cache/StoreAllCachedDeserializable.java     |   21 +-
 .../internal/cache/TXBucketRegionState.java     |   21 +-
 .../gemfire/internal/cache/TXCommitMessage.java |   21 +-
 .../gemfire/internal/cache/TXEntry.java         |   21 +-
 .../gemfire/internal/cache/TXEntryState.java    |   21 +-
 .../internal/cache/TXEntryStateFactory.java     |   21 +-
 .../internal/cache/TXEntryUserAttrState.java    |   21 +-
 .../gemfire/internal/cache/TXEvent.java         |   21 +-
 .../internal/cache/TXFarSideCMTracker.java      |   21 +-
 .../gemstone/gemfire/internal/cache/TXId.java   |   22 +-
 .../gemfire/internal/cache/TXLockRequest.java   |   21 +-
 .../gemfire/internal/cache/TXManagerImpl.java   |   21 +-
 .../gemfire/internal/cache/TXMessage.java       |   21 +-
 .../internal/cache/TXRegionLockRequestImpl.java |   21 +-
 .../gemfire/internal/cache/TXRegionState.java   |   21 +-
 .../internal/cache/TXRemoteCommitMessage.java   |   21 +-
 .../internal/cache/TXRemoteRollbackMessage.java |   21 +-
 .../internal/cache/TXReservationMgr.java        |   21 +-
 .../gemfire/internal/cache/TXRmtEvent.java      |   21 +-
 .../gemfire/internal/cache/TXState.java         |   21 +-
 .../internal/cache/TXStateInterface.java        |   21 +-
 .../gemfire/internal/cache/TXStateProxy.java    |   21 +-
 .../internal/cache/TXStateProxyImpl.java        |   21 +-
 .../gemfire/internal/cache/TXStateStub.java     |   21 +-
 .../cache/TXSynchronizationRunnable.java        |   21 +-
 .../cache/TestHeapThresholdObserver.java        |   21 +-
 .../cache/TimestampedEntryEventImpl.java        |   21 +-
 .../gemstone/gemfire/internal/cache/Token.java  |   21 +-
 .../internal/cache/TombstoneService.java        |   24 +-
 .../internal/cache/TransactionMessage.java      |   21 +-
 .../gemfire/internal/cache/TxEntryFactory.java  |   16 +
 .../internal/cache/UnsharedImageState.java      |   21 +-
 .../cache/UpdateAttributesProcessor.java        |   21 +-
 .../cache/UpdateEntryVersionOperation.java      |   22 +-
 .../gemfire/internal/cache/UpdateOperation.java |   20 +-
 .../cache/UserSpecifiedDiskStoreAttributes.java |   21 +-
 .../cache/UserSpecifiedRegionAttributes.java    |   21 +-
 .../internal/cache/VMCachedDeserializable.java  |   21 +-
 .../gemfire/internal/cache/VMLRURegionMap.java  |   21 +-
 .../gemfire/internal/cache/VMRegionMap.java     |   21 +-
 .../cache/VMStatsDiskLRURegionEntry.java        |   21 +-
 .../cache/VMStatsDiskLRURegionEntryHeap.java    |   21 +-
 .../VMStatsDiskLRURegionEntryHeapIntKey.java    |   21 +-
 .../VMStatsDiskLRURegionEntryHeapLongKey.java   |   21 +-
 .../VMStatsDiskLRURegionEntryHeapObjectKey.java |   21 +-
 ...VMStatsDiskLRURegionEntryHeapStringKey1.java |   21 +-
 ...VMStatsDiskLRURegionEntryHeapStringKey2.java |   21 +-
 .../VMStatsDiskLRURegionEntryHeapUUIDKey.java   |   21 +-
 .../cache/VMStatsDiskLRURegionEntryOffHeap.java |   21 +-
 .../VMStatsDiskLRURegionEntryOffHeapIntKey.java |   21 +-
 ...VMStatsDiskLRURegionEntryOffHeapLongKey.java |   21 +-
 ...StatsDiskLRURegionEntryOffHeapObjectKey.java |   21 +-
 ...tatsDiskLRURegionEntryOffHeapStringKey1.java |   21 +-
 ...tatsDiskLRURegionEntryOffHeapStringKey2.java |   21 +-
 ...VMStatsDiskLRURegionEntryOffHeapUUIDKey.java |   21 +-
 .../internal/cache/VMStatsDiskRegionEntry.java  |   21 +-
 .../cache/VMStatsDiskRegionEntryHeap.java       |   21 +-
 .../cache/VMStatsDiskRegionEntryHeapIntKey.java |   21 +-
 .../VMStatsDiskRegionEntryHeapLongKey.java      |   21 +-
 .../VMStatsDiskRegionEntryHeapObjectKey.java    |   21 +-
 .../VMStatsDiskRegionEntryHeapStringKey1.java   |   21 +-
 .../VMStatsDiskRegionEntryHeapStringKey2.java   |   21 +-
 .../VMStatsDiskRegionEntryHeapUUIDKey.java      |   21 +-
 .../cache/VMStatsDiskRegionEntryOffHeap.java    |   21 +-
 .../VMStatsDiskRegionEntryOffHeapIntKey.java    |   21 +-
 .../VMStatsDiskRegionEntryOffHeapLongKey.java   |   21 +-
 .../VMStatsDiskRegionEntryOffHeapObjectKey.java |   21 +-
 ...VMStatsDiskRegionEntryOffHeapStringKey1.java |   21 +-
 ...VMStatsDiskRegionEntryOffHeapStringKey2.java |   21 +-
 .../VMStatsDiskRegionEntryOffHeapUUIDKey.java   |   21 +-
 .../internal/cache/VMStatsLRURegionEntry.java   |   21 +-
 .../cache/VMStatsLRURegionEntryHeap.java        |   21 +-
 .../cache/VMStatsLRURegionEntryHeapIntKey.java  |   21 +-
 .../cache/VMStatsLRURegionEntryHeapLongKey.java |   21 +-
 .../VMStatsLRURegionEntryHeapObjectKey.java     |   21 +-
 .../VMStatsLRURegionEntryHeapStringKey1.java    |   21 +-
 .../VMStatsLRURegionEntryHeapStringKey2.java    |   21 +-
 .../cache/VMStatsLRURegionEntryHeapUUIDKey.java |   21 +-
 .../cache/VMStatsLRURegionEntryOffHeap.java     |   21 +-
 .../VMStatsLRURegionEntryOffHeapIntKey.java     |   21 +-
 .../VMStatsLRURegionEntryOffHeapLongKey.java    |   21 +-
 .../VMStatsLRURegionEntryOffHeapObjectKey.java  |   21 +-
 .../VMStatsLRURegionEntryOffHeapStringKey1.java |   21 +-
 .../VMStatsLRURegionEntryOffHeapStringKey2.java |   21 +-
 .../VMStatsLRURegionEntryOffHeapUUIDKey.java    |   21 +-
 .../internal/cache/VMStatsRegionEntry.java      |   21 +-
 .../internal/cache/VMStatsRegionEntryHeap.java  |   21 +-
 .../cache/VMStatsRegionEntryHeapIntKey.java     |   21 +-
 .../cache/VMStatsRegionEntryHeapLongKey.java    |   21 +-
 .../cache/VMStatsRegionEntryHeapObjectKey.java  |   21 +-
 .../cache/VMStatsRegionEntryHeapStringKey1.java |   21 +-
 .../cache/VMStatsRegionEntryHeapStringKey2.java |   21 +-
 .../cache/VMStatsRegionEntryHeapUUIDKey.java    |   21 +-
 .../cache/VMStatsRegionEntryOffHeap.java        |   21 +-
 .../cache/VMStatsRegionEntryOffHeapIntKey.java  |   21 +-
 .../cache/VMStatsRegionEntryOffHeapLongKey.java |   21 +-
 .../VMStatsRegionEntryOffHeapObjectKey.java     |   21 +-
 .../VMStatsRegionEntryOffHeapStringKey1.java    |   21 +-
 .../VMStatsRegionEntryOffHeapStringKey2.java    |   21 +-
 .../cache/VMStatsRegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VMThinDiskLRURegionEntry.java         |   21 +-
 .../cache/VMThinDiskLRURegionEntryHeap.java     |   21 +-
 .../VMThinDiskLRURegionEntryHeapIntKey.java     |   21 +-
 .../VMThinDiskLRURegionEntryHeapLongKey.java    |   21 +-
 .../VMThinDiskLRURegionEntryHeapObjectKey.java  |   21 +-
 .../VMThinDiskLRURegionEntryHeapStringKey1.java |   21 +-
 .../VMThinDiskLRURegionEntryHeapStringKey2.java |   21 +-
 .../VMThinDiskLRURegionEntryHeapUUIDKey.java    |   21 +-
 .../cache/VMThinDiskLRURegionEntryOffHeap.java  |   21 +-
 .../VMThinDiskLRURegionEntryOffHeapIntKey.java  |   21 +-
 .../VMThinDiskLRURegionEntryOffHeapLongKey.java |   21 +-
 ...MThinDiskLRURegionEntryOffHeapObjectKey.java |   21 +-
 ...ThinDiskLRURegionEntryOffHeapStringKey1.java |   21 +-
 ...ThinDiskLRURegionEntryOffHeapStringKey2.java |   21 +-
 .../VMThinDiskLRURegionEntryOffHeapUUIDKey.java |   21 +-
 .../internal/cache/VMThinDiskRegionEntry.java   |   21 +-
 .../cache/VMThinDiskRegionEntryHeap.java        |   21 +-
 .../cache/VMThinDiskRegionEntryHeapIntKey.java  |   21 +-
 .../cache/VMThinDiskRegionEntryHeapLongKey.java |   21 +-
 .../VMThinDiskRegionEntryHeapObjectKey.java     |   21 +-
 .../VMThinDiskRegionEntryHeapStringKey1.java    |   21 +-
 .../VMThinDiskRegionEntryHeapStringKey2.java    |   21 +-
 .../cache/VMThinDiskRegionEntryHeapUUIDKey.java |   21 +-
 .../cache/VMThinDiskRegionEntryOffHeap.java     |   21 +-
 .../VMThinDiskRegionEntryOffHeapIntKey.java     |   21 +-
 .../VMThinDiskRegionEntryOffHeapLongKey.java    |   21 +-
 .../VMThinDiskRegionEntryOffHeapObjectKey.java  |   21 +-
 .../VMThinDiskRegionEntryOffHeapStringKey1.java |   21 +-
 .../VMThinDiskRegionEntryOffHeapStringKey2.java |   21 +-
 .../VMThinDiskRegionEntryOffHeapUUIDKey.java    |   21 +-
 .../internal/cache/VMThinLRURegionEntry.java    |   21 +-
 .../cache/VMThinLRURegionEntryHeap.java         |   21 +-
 .../cache/VMThinLRURegionEntryHeapIntKey.java   |   21 +-
 .../cache/VMThinLRURegionEntryHeapLongKey.java  |   21 +-
 .../VMThinLRURegionEntryHeapObjectKey.java      |   21 +-
 .../VMThinLRURegionEntryHeapStringKey1.java     |   21 +-
 .../VMThinLRURegionEntryHeapStringKey2.java     |   21 +-
 .../cache/VMThinLRURegionEntryHeapUUIDKey.java  |   21 +-
 .../cache/VMThinLRURegionEntryOffHeap.java      |   21 +-
 .../VMThinLRURegionEntryOffHeapIntKey.java      |   21 +-
 .../VMThinLRURegionEntryOffHeapLongKey.java     |   21 +-
 .../VMThinLRURegionEntryOffHeapObjectKey.java   |   21 +-
 .../VMThinLRURegionEntryOffHeapStringKey1.java  |   21 +-
 .../VMThinLRURegionEntryOffHeapStringKey2.java  |   21 +-
 .../VMThinLRURegionEntryOffHeapUUIDKey.java     |   21 +-
 .../internal/cache/VMThinRegionEntry.java       |   21 +-
 .../internal/cache/VMThinRegionEntryHeap.java   |   21 +-
 .../cache/VMThinRegionEntryHeapIntKey.java      |   21 +-
 .../cache/VMThinRegionEntryHeapLongKey.java     |   21 +-
 .../cache/VMThinRegionEntryHeapObjectKey.java   |   21 +-
 .../cache/VMThinRegionEntryHeapStringKey1.java  |   21 +-
 .../cache/VMThinRegionEntryHeapStringKey2.java  |   21 +-
 .../cache/VMThinRegionEntryHeapUUIDKey.java     |   21 +-
 .../cache/VMThinRegionEntryOffHeap.java         |   16 +
 .../cache/VMThinRegionEntryOffHeapIntKey.java   |   21 +-
 .../cache/VMThinRegionEntryOffHeapLongKey.java  |   21 +-
 .../VMThinRegionEntryOffHeapObjectKey.java      |   21 +-
 .../VMThinRegionEntryOffHeapStringKey1.java     |   21 +-
 .../VMThinRegionEntryOffHeapStringKey2.java     |   21 +-
 .../cache/VMThinRegionEntryOffHeapUUIDKey.java  |   21 +-
 .../internal/cache/ValidatingDiskRegion.java    |   21 +-
 .../internal/cache/ValueByteWrapper.java        |   21 +-
 .../internal/cache/VersionTimestamp.java        |   21 +-
 .../cache/VersionedStatsDiskLRURegionEntry.java |   21 +-
 .../VersionedStatsDiskLRURegionEntryHeap.java   |   21 +-
 ...sionedStatsDiskLRURegionEntryHeapIntKey.java |   21 +-
 ...ionedStatsDiskLRURegionEntryHeapLongKey.java |   21 +-
 ...nedStatsDiskLRURegionEntryHeapObjectKey.java |   21 +-
 ...edStatsDiskLRURegionEntryHeapStringKey1.java |   21 +-
 ...edStatsDiskLRURegionEntryHeapStringKey2.java |   21 +-
 ...ionedStatsDiskLRURegionEntryHeapUUIDKey.java |   21 +-
 ...VersionedStatsDiskLRURegionEntryOffHeap.java |   21 +-
 ...nedStatsDiskLRURegionEntryOffHeapIntKey.java |   21 +-
 ...edStatsDiskLRURegionEntryOffHeapLongKey.java |   21 +-
 ...StatsDiskLRURegionEntryOffHeapObjectKey.java |   21 +-
 ...tatsDiskLRURegionEntryOffHeapStringKey1.java |   21 +-
 ...tatsDiskLRURegionEntryOffHeapStringKey2.java |   21 +-
 ...edStatsDiskLRURegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedStatsDiskRegionEntry.java    |   21 +-
 .../VersionedStatsDiskRegionEntryHeap.java      |   21 +-
 ...VersionedStatsDiskRegionEntryHeapIntKey.java |   21 +-
 ...ersionedStatsDiskRegionEntryHeapLongKey.java |   21 +-
 ...sionedStatsDiskRegionEntryHeapObjectKey.java |   21 +-
 ...ionedStatsDiskRegionEntryHeapStringKey1.java |   21 +-
 ...ionedStatsDiskRegionEntryHeapStringKey2.java |   21 +-
 ...ersionedStatsDiskRegionEntryHeapUUIDKey.java |   21 +-
 .../VersionedStatsDiskRegionEntryOffHeap.java   |   21 +-
 ...sionedStatsDiskRegionEntryOffHeapIntKey.java |   21 +-
 ...ionedStatsDiskRegionEntryOffHeapLongKey.java |   21 +-
 ...nedStatsDiskRegionEntryOffHeapObjectKey.java |   21 +-
 ...edStatsDiskRegionEntryOffHeapStringKey1.java |   21 +-
 ...edStatsDiskRegionEntryOffHeapStringKey2.java |   21 +-
 ...ionedStatsDiskRegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedStatsLRURegionEntry.java     |   21 +-
 .../cache/VersionedStatsLRURegionEntryHeap.java |   21 +-
 .../VersionedStatsLRURegionEntryHeapIntKey.java |   21 +-
 ...VersionedStatsLRURegionEntryHeapLongKey.java |   21 +-
 ...rsionedStatsLRURegionEntryHeapObjectKey.java |   21 +-
 ...sionedStatsLRURegionEntryHeapStringKey1.java |   21 +-
 ...sionedStatsLRURegionEntryHeapStringKey2.java |   21 +-
 ...VersionedStatsLRURegionEntryHeapUUIDKey.java |   21 +-
 .../VersionedStatsLRURegionEntryOffHeap.java    |   21 +-
 ...rsionedStatsLRURegionEntryOffHeapIntKey.java |   21 +-
 ...sionedStatsLRURegionEntryOffHeapLongKey.java |   21 +-
 ...onedStatsLRURegionEntryOffHeapObjectKey.java |   21 +-
 ...nedStatsLRURegionEntryOffHeapStringKey1.java |   21 +-
 ...nedStatsLRURegionEntryOffHeapStringKey2.java |   21 +-
 ...sionedStatsLRURegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedStatsRegionEntry.java        |   21 +-
 .../cache/VersionedStatsRegionEntryHeap.java    |   21 +-
 .../VersionedStatsRegionEntryHeapIntKey.java    |   21 +-
 .../VersionedStatsRegionEntryHeapLongKey.java   |   21 +-
 .../VersionedStatsRegionEntryHeapObjectKey.java |   21 +-
 ...VersionedStatsRegionEntryHeapStringKey1.java |   21 +-
 ...VersionedStatsRegionEntryHeapStringKey2.java |   21 +-
 .../VersionedStatsRegionEntryHeapUUIDKey.java   |   21 +-
 .../cache/VersionedStatsRegionEntryOffHeap.java |   21 +-
 .../VersionedStatsRegionEntryOffHeapIntKey.java |   21 +-
 ...VersionedStatsRegionEntryOffHeapLongKey.java |   21 +-
 ...rsionedStatsRegionEntryOffHeapObjectKey.java |   21 +-
 ...sionedStatsRegionEntryOffHeapStringKey1.java |   21 +-
 ...sionedStatsRegionEntryOffHeapStringKey2.java |   21 +-
 ...VersionedStatsRegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedThinDiskLRURegionEntry.java  |   21 +-
 .../VersionedThinDiskLRURegionEntryHeap.java    |   21 +-
 ...rsionedThinDiskLRURegionEntryHeapIntKey.java |   21 +-
 ...sionedThinDiskLRURegionEntryHeapLongKey.java |   21 +-
 ...onedThinDiskLRURegionEntryHeapObjectKey.java |   21 +-
 ...nedThinDiskLRURegionEntryHeapStringKey1.java |   21 +-
 ...nedThinDiskLRURegionEntryHeapStringKey2.java |   21 +-
 ...sionedThinDiskLRURegionEntryHeapUUIDKey.java |   21 +-
 .../VersionedThinDiskLRURegionEntryOffHeap.java |   21 +-
 ...onedThinDiskLRURegionEntryOffHeapIntKey.java |   21 +-
 ...nedThinDiskLRURegionEntryOffHeapLongKey.java |   21 +-
 ...dThinDiskLRURegionEntryOffHeapObjectKey.java |   21 +-
 ...ThinDiskLRURegionEntryOffHeapStringKey1.java |   21 +-
 ...ThinDiskLRURegionEntryOffHeapStringKey2.java |   21 +-
 ...nedThinDiskLRURegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedThinDiskRegionEntry.java     |   21 +-
 .../cache/VersionedThinDiskRegionEntryHeap.java |   21 +-
 .../VersionedThinDiskRegionEntryHeapIntKey.java |   21 +-
 ...VersionedThinDiskRegionEntryHeapLongKey.java |   21 +-
 ...rsionedThinDiskRegionEntryHeapObjectKey.java |   21 +-
 ...sionedThinDiskRegionEntryHeapStringKey1.java |   21 +-
 ...sionedThinDiskRegionEntryHeapStringKey2.java |   21 +-
 ...VersionedThinDiskRegionEntryHeapUUIDKey.java |   21 +-
 .../VersionedThinDiskRegionEntryOffHeap.java    |   21 +-
 ...rsionedThinDiskRegionEntryOffHeapIntKey.java |   21 +-
 ...sionedThinDiskRegionEntryOffHeapLongKey.java |   21 +-
 ...onedThinDiskRegionEntryOffHeapObjectKey.java |   21 +-
 ...nedThinDiskRegionEntryOffHeapStringKey1.java |   21 +-
 ...nedThinDiskRegionEntryOffHeapStringKey2.java |   21 +-
 ...sionedThinDiskRegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedThinLRURegionEntry.java      |   21 +-
 .../cache/VersionedThinLRURegionEntryHeap.java  |   21 +-
 .../VersionedThinLRURegionEntryHeapIntKey.java  |   21 +-
 .../VersionedThinLRURegionEntryHeapLongKey.java |   21 +-
 ...ersionedThinLRURegionEntryHeapObjectKey.java |   21 +-
 ...rsionedThinLRURegionEntryHeapStringKey1.java |   21 +-
 ...rsionedThinLRURegionEntryHeapStringKey2.java |   21 +-
 .../VersionedThinLRURegionEntryHeapUUIDKey.java |   21 +-
 .../VersionedThinLRURegionEntryOffHeap.java     |   21 +-
 ...ersionedThinLRURegionEntryOffHeapIntKey.java |   21 +-
 ...rsionedThinLRURegionEntryOffHeapLongKey.java |   21 +-
 ...ionedThinLRURegionEntryOffHeapObjectKey.java |   21 +-
 ...onedThinLRURegionEntryOffHeapStringKey1.java |   21 +-
 ...onedThinLRURegionEntryOffHeapStringKey2.java |   21 +-
 ...rsionedThinLRURegionEntryOffHeapUUIDKey.java |   21 +-
 .../cache/VersionedThinRegionEntry.java         |   21 +-
 .../cache/VersionedThinRegionEntryHeap.java     |   21 +-
 .../VersionedThinRegionEntryHeapIntKey.java     |   21 +-
 .../VersionedThinRegionEntryHeapLongKey.java    |   21 +-
 .../VersionedThinRegionEntryHeapObjectKey.java  |   21 +-
 .../VersionedThinRegionEntryHeapStringKey1.java |   21 +-
 .../VersionedThinRegionEntryHeapStringKey2.java |   21 +-
 .../VersionedThinRegionEntryHeapUUIDKey.java    |   21 +-
 .../cache/VersionedThinRegionEntryOffHeap.java  |   21 +-
 .../VersionedThinRegionEntryOffHeapIntKey.java  |   21 +-
 .../VersionedThinRegionEntryOffHeapLongKey.java |   21 +-
 ...ersionedThinRegionEntryOffHeapObjectKey.java |   21 +-
 ...rsionedThinRegionEntryOffHeapStringKey1.java |   21 +-
 ...rsionedThinRegionEntryOffHeapStringKey2.java |   21 +-
 .../VersionedThinRegionEntryOffHeapUUIDKey.java |   21 +-
 .../internal/cache/WrappedCallbackArgument.java |   21 +-
 .../cache/WrappedRegionMembershipListener.java  |   21 +-
 .../CompressedCachedDeserializable.java         |   23 +-
 .../SnappyCompressedCachedDeserializable.java   |   23 +-
 .../internal/cache/control/FilterByPath.java    |   21 +-
 .../cache/control/HeapMemoryMonitor.java        |   21 +-
 .../cache/control/InternalResourceManager.java  |   21 +-
 .../internal/cache/control/MemoryEvent.java     |   20 +-
 .../cache/control/MemoryThresholds.java         |   16 +
 .../cache/control/OffHeapMemoryMonitor.java     |   82 +-
 .../control/PartitionRebalanceDetailsImpl.java  |   21 +-
 .../cache/control/RebalanceOperationImpl.java   |   21 +-
 .../cache/control/RebalanceResultsImpl.java     |   21 +-
 .../internal/cache/control/RegionFilter.java    |   21 +-
 .../internal/cache/control/ResourceAdvisor.java |   21 +-
 .../internal/cache/control/ResourceEvent.java   |   20 +-
 .../cache/control/ResourceListener.java         |   21 +-
 .../cache/control/ResourceManagerStats.java     |   21 +-
 .../internal/cache/control/ResourceMonitor.java |   16 +
 .../gemfire/internal/cache/delta/Delta.java     |   21 +-
 .../cache/execute/AbstractExecution.java        |   21 +-
 .../cache/execute/BucketMovedException.java     |   21 +-
 .../cache/execute/DefaultResultCollector.java   |   20 +-
 .../DistributedRegionFunctionExecutor.java      |   20 +-
 .../DistributedRegionFunctionResultSender.java  |   21 +-
 .../DistributedRegionFunctionResultWaiter.java  |   21 +-
 .../cache/execute/FunctionContextImpl.java      |   21 +-
 .../execute/FunctionExecutionNodePruner.java    |   21 +-
 .../cache/execute/FunctionRemoteContext.java    |   21 +-
 .../cache/execute/FunctionServiceStats.java     |   24 +-
 .../internal/cache/execute/FunctionStats.java   |   21 +-
 .../FunctionStreamingResultCollector.java       |   21 +-
 .../cache/execute/InternalExecution.java        |   21 +-
 .../execute/InternalFunctionException.java      |   21 +-
 ...ternalFunctionInvocationTargetException.java |   21 +-
 .../cache/execute/InternalFunctionService.java  |   20 +-
 .../execute/InternalRegionFunctionContext.java  |   21 +-
 .../cache/execute/InternalResultSender.java     |   21 +-
 .../cache/execute/LocalResultCollector.java     |   20 +-
 .../cache/execute/LocalResultCollectorImpl.java |   21 +-
 .../cache/execute/MemberFunctionExecutor.java   |   21 +-
 .../execute/MemberFunctionResultSender.java     |   20 +-
 .../execute/MemberFunctionResultWaiter.java     |   21 +-
 .../cache/execute/MemberMappedArgument.java     |   20 +-
 .../execute/MultiRegionFunctionContext.java     |   21 +-
 .../execute/MultiRegionFunctionContextImpl.java |   21 +-
 .../execute/MultiRegionFunctionExecutor.java    |   21 +-
 .../MultiRegionFunctionResultWaiter.java        |   21 +-
 .../internal/cache/execute/NoResult.java        |   20 +-
 .../PartitionedRegionFunctionExecutor.java      |   21 +-
 .../PartitionedRegionFunctionResultSender.java  |   20 +-
 .../PartitionedRegionFunctionResultWaiter.java  |   21 +-
 .../execute/RegionFunctionContextImpl.java      |   21 +-
 .../cache/execute/ServerFunctionExecutor.java   |   21 +-
 .../execute/ServerRegionFunctionExecutor.java   |   23 +-
 .../ServerToClientFunctionResultSender.java     |   20 +-
 .../ServerToClientFunctionResultSender65.java   |   20 +-
 .../execute/StreamingFunctionOperation.java     |   21 +-
 .../execute/TransactionFunctionService.java     |   21 +-
 .../cache/execute/util/CommitFunction.java      |   21 +-
 .../util/FindRestEnabledServersFunction.java    |   23 +-
 .../execute/util/NestedTransactionFunction.java |   21 +-
 .../cache/execute/util/RollbackFunction.java    |   21 +-
 .../internal/cache/extension/Extensible.java    |   21 +-
 .../internal/cache/extension/Extension.java     |   21 +-
 .../cache/extension/ExtensionPoint.java         |   21 +-
 .../cache/extension/SimpleExtensionPoint.java   |   21 +-
 .../internal/cache/ha/HAContainerMap.java       |   21 +-
 .../internal/cache/ha/HAContainerRegion.java    |   21 +-
 .../internal/cache/ha/HAContainerWrapper.java   |   21 +-
 .../internal/cache/ha/HARegionQueue.java        |   20 +-
 .../cache/ha/HARegionQueueAttributes.java       |   21 +-
 .../internal/cache/ha/HARegionQueueStats.java   |   21 +-
 .../internal/cache/ha/QueueRemovalMessage.java  |   21 +-
 .../internal/cache/ha/ThreadIdentifier.java     |   21 +-
 .../locks/GFEAbstractQueuedSynchronizer.java    |   21 +-
 .../locks/ReentrantReadWriteWriteShareLock.java |   21 +-
 .../cache/locks/TXLessorDepartureHandler.java   |   21 +-
 .../internal/cache/locks/TXLockBatch.java       |   21 +-
 .../gemfire/internal/cache/locks/TXLockId.java  |   21 +-
 .../internal/cache/locks/TXLockIdImpl.java      |   21 +-
 .../internal/cache/locks/TXLockService.java     |   21 +-
 .../internal/cache/locks/TXLockServiceImpl.java |   21 +-
 .../internal/cache/locks/TXLockToken.java       |   21 +-
 .../locks/TXLockUpdateParticipantsMessage.java  |   21 +-
 .../locks/TXOriginatorRecoveryProcessor.java    |   21 +-
 .../locks/TXRecoverGrantorMessageProcessor.java |   21 +-
 .../cache/locks/TXRegionLockRequest.java        |   21 +-
 .../gemfire/internal/cache/lru/EnableLRU.java   |   21 +-
 .../gemfire/internal/cache/lru/HeapEvictor.java |   21 +-
 .../cache/lru/HeapLRUCapacityController.java    |   21 +-
 .../internal/cache/lru/HeapLRUStatistics.java   |   21 +-
 .../internal/cache/lru/LRUAlgorithm.java        |   21 +-
 .../cache/lru/LRUCapacityController.java        |   21 +-
 .../internal/cache/lru/LRUClockNode.java        |   21 +-
 .../gemfire/internal/cache/lru/LRUEntry.java    |   21 +-
 .../internal/cache/lru/LRUMapCallbacks.java     |   21 +-
 .../internal/cache/lru/LRUStatistics.java       |   21 +-
 .../cache/lru/MemLRUCapacityController.java     |   21 +-
 .../internal/cache/lru/NewLIFOClockHand.java    |   21 +-
 .../internal/cache/lru/NewLRUClockHand.java     |   21 +-
 .../internal/cache/lru/OffHeapEvictor.java      |   21 +-
 .../gemfire/internal/cache/lru/Sizeable.java    |   21 +-
 .../operations/ContainsKeyOperationContext.java |   21 +-
 .../AllBucketProfilesUpdateMessage.java         |   21 +-
 .../partitioned/BecomePrimaryBucketMessage.java |   21 +-
 .../internal/cache/partitioned/Bucket.java      |   21 +-
 .../cache/partitioned/BucketBackupMessage.java  |   20 +-
 .../partitioned/BucketProfileUpdateMessage.java |   21 +-
 .../cache/partitioned/BucketSizeMessage.java    |   21 +-
 .../partitioned/ContainsKeyValueMessage.java    |   20 +-
 .../cache/partitioned/CreateBucketMessage.java  |   21 +-
 .../partitioned/CreateMissingBucketsTask.java   |   23 +-
 .../partitioned/DeposePrimaryBucketMessage.java |   21 +-
 .../cache/partitioned/DestroyMessage.java       |   21 +-
 .../DestroyRegionOnDataStoreMessage.java        |   20 +-
 .../partitioned/DumpAllPRConfigMessage.java     |   20 +-
 .../cache/partitioned/DumpB2NRegion.java        |   20 +-
 .../cache/partitioned/DumpBucketsMessage.java   |   21 +-
 .../partitioned/EndBucketCreationMessage.java   |   21 +-
 .../partitioned/FetchBulkEntriesMessage.java    |   21 +-
 .../cache/partitioned/FetchEntriesMessage.java  |   21 +-
 .../cache/partitioned/FetchEntryMessage.java    |   20 +-
 .../cache/partitioned/FetchKeysMessage.java     |   21 +-
 .../FetchPartitionDetailsMessage.java           |   21 +-
 .../cache/partitioned/FlushMessage.java         |   21 +-
 .../internal/cache/partitioned/GetMessage.java  |   21 +-
 .../partitioned/IdentityRequestMessage.java     |   20 +-
 .../partitioned/IdentityUpdateMessage.java      |   21 +-
 .../cache/partitioned/IndexCreationMsg.java     |   21 +-
 .../cache/partitioned/InterestEventMessage.java |   21 +-
 .../cache/partitioned/InternalPRInfo.java       |   21 +-
 .../partitioned/InternalPartitionDetails.java   |   21 +-
 .../cache/partitioned/InvalidateMessage.java    |   20 +-
 .../internal/cache/partitioned/LoadProbe.java   |   21 +-
 .../internal/cache/partitioned/LockObject.java  |   21 +-
 .../partitioned/ManageBackupBucketMessage.java  |   21 +-
 .../cache/partitioned/ManageBucketMessage.java  |   21 +-
 .../cache/partitioned/MoveBucketMessage.java    |   21 +-
 .../cache/partitioned/OfflineMemberDetails.java |   23 +-
 .../partitioned/OfflineMemberDetailsImpl.java   |   21 +-
 .../cache/partitioned/PREntriesIterator.java    |   21 +-
 .../PRFunctionStreamingResultCollector.java     |   21 +-
 .../internal/cache/partitioned/PRLoad.java      |   21 +-
 .../PRLocallyDestroyedException.java            |   21 +-
 .../cache/partitioned/PRSanityCheckMessage.java |   21 +-
 .../cache/partitioned/PRTombstoneMessage.java   |   21 +-
 .../PRUpdateEntryVersionMessage.java            |   22 +-
 .../partitioned/PartitionMemberInfoImpl.java    |   21 +-
 .../cache/partitioned/PartitionMessage.java     |   21 +-
 .../PartitionMessageWithDirectReply.java        |   21 +-
 .../partitioned/PartitionRegionInfoImpl.java    |   21 +-
 ...rtitionedRegionFunctionStreamingMessage.java |   21 +-
 .../partitioned/PartitionedRegionObserver.java  |   21 +-
 .../PartitionedRegionObserverAdapter.java       |   21 +-
 .../PartitionedRegionObserverHolder.java        |   21 +-
 .../PartitionedRegionRebalanceOp.java           |   73 +-
 .../partitioned/PrimaryRequestMessage.java      |   21 +-
 .../cache/partitioned/PutAllPRMessage.java      |   21 +-
 .../internal/cache/partitioned/PutMessage.java  |   21 +-
 .../cache/partitioned/QueryMessage.java         |   21 +-
 .../cache/partitioned/RecoveryRunnable.java     |   23 +-
 .../RedundancyAlreadyMetException.java          |   21 +-
 .../cache/partitioned/RedundancyLogger.java     |   21 +-
 .../cache/partitioned/RegionAdvisor.java        |   20 +-
 .../partitioned/RemoteFetchKeysMessage.java     |   21 +-
 .../cache/partitioned/RemoteSizeMessage.java    |   21 +-
 .../cache/partitioned/RemoveAllPRMessage.java   |   21 +-
 .../cache/partitioned/RemoveBucketMessage.java  |   21 +-
 .../cache/partitioned/RemoveIndexesMessage.java |   21 +-
 .../internal/cache/partitioned/SizeMessage.java |   21 +-
 .../cache/partitioned/SizedBasedLoadProbe.java  |   21 +-
 .../StreamingPartitionOperation.java            |   24 +-
 .../partitioned/rebalance/BucketOperator.java   |   21 +-
 .../rebalance/CompositeDirector.java            |   21 +-
 .../rebalance/ExplicitMoveDirector.java         |   21 +-
 .../partitioned/rebalance/FPRDirector.java      |   21 +-
 .../partitioned/rebalance/MoveBuckets.java      |   21 +-
 .../partitioned/rebalance/MovePrimaries.java    |   21 +-
 .../partitioned/rebalance/MovePrimariesFPR.java |   21 +-
 .../rebalance/ParallelBucketOperator.java       |   16 +
 .../rebalance/PartitionedRegionLoadModel.java   |   21 +-
 .../rebalance/PercentageMoveDirector.java       |   21 +-
 .../rebalance/RebalanceDirector.java            |   21 +-
 .../rebalance/RebalanceDirectorAdapter.java     |   21 +-
 .../rebalance/RemoveOverRedundancy.java         |   21 +-
 .../rebalance/SatisfyRedundancy.java            |   21 +-
 .../rebalance/SatisfyRedundancyFPR.java         |   21 +-
 .../rebalance/SimulatedBucketOperator.java      |   21 +-
 .../cache/persistence/BackupInspector.java      |   21 +-
 .../cache/persistence/BackupManager.java        |   21 +-
 .../cache/persistence/BytesAndBits.java         |   21 +-
 .../cache/persistence/CanonicalIdHolder.java    |   21 +-
 .../CreatePersistentRegionProcessor.java        |   21 +-
 .../cache/persistence/DiskExceptionHandler.java |   21 +-
 .../persistence/DiskInitFileInterpreter.java    |   21 +-
 .../cache/persistence/DiskInitFileParser.java   |   21 +-
 .../cache/persistence/DiskRecoveryStore.java    |   23 +-
 .../cache/persistence/DiskRegionView.java       |   21 +-
 .../cache/persistence/DiskStoreFilter.java      |   23 +-
 .../internal/cache/persistence/DiskStoreID.java |   21 +-
 .../persistence/MembershipFlushRequest.java     |   21 +-
 .../persistence/MembershipViewRequest.java      |   21 +-
 .../internal/cache/persistence/OplogType.java   |   18 +-
 .../cache/persistence/PRPersistentConfig.java   |   21 +-
 .../cache/persistence/PersistenceAdvisor.java   |   21 +-
 .../persistence/PersistenceAdvisorImpl.java     |   21 +-
 .../persistence/PersistenceObserverHolder.java  |   21 +-
 .../cache/persistence/PersistentMemberID.java   |   21 +-
 .../persistence/PersistentMemberManager.java    |   21 +-
 .../persistence/PersistentMemberPattern.java    |   23 +-
 .../persistence/PersistentMemberState.java      |   21 +-
 .../cache/persistence/PersistentMemberView.java |   21 +-
 .../persistence/PersistentMembershipView.java   |   23 +-
 .../persistence/PersistentStateListener.java    |   23 +-
 .../PersistentStateQueryMessage.java            |   21 +-
 .../PersistentStateQueryResults.java            |   21 +-
 .../PrepareNewPersistentMemberMessage.java      |   21 +-
 .../RemovePersistentMemberMessage.java          |   21 +-
 .../cache/persistence/RestoreScript.java        |   21 +-
 .../persistence/UninterruptibleFileChannel.java |   18 +-
 .../UninterruptibleRandomAccessFile.java        |   16 +
 .../persistence/query/CloseableIterator.java    |   18 +-
 .../persistence/query/IdentityExtractor.java    |   16 +
 .../cache/persistence/query/IndexMap.java       |   21 +-
 .../cache/persistence/query/ResultBag.java      |   21 +-
 .../cache/persistence/query/ResultList.java     |   21 +-
 .../cache/persistence/query/ResultMap.java      |   21 +-
 .../cache/persistence/query/ResultSet.java      |   21 +-
 .../persistence/query/SortKeyExtractor.java     |   16 +
 .../query/TemporaryResultSetFactory.java        |   21 +-
 .../persistence/query/mock/ByteComparator.java  |   21 +-
 .../mock/CachedDeserializableComparator.java    |   23 +-
 .../persistence/query/mock/IndexMapImpl.java    |   21 +-
 .../persistence/query/mock/ItrAdapter.java      |   23 +-
 .../query/mock/NaturalComparator.java           |   16 +
 .../cache/persistence/query/mock/Pair.java      |   21 +-
 .../persistence/query/mock/PairComparator.java  |   21 +-
 .../persistence/query/mock/ResultListImpl.java  |   21 +-
 .../query/mock/ReverseComparator.java           |   21 +-
 .../query/mock/SortedResultBagImpl.java         |   21 +-
 .../query/mock/SortedResultMapImpl.java         |   21 +-
 .../query/mock/SortedResultSetImpl.java         |   21 +-
 .../persistence/soplog/AbstractCompactor.java   |   21 +-
 .../soplog/AbstractKeyValueIterator.java        |   21 +-
 .../soplog/AbstractSortedReader.java            |   21 +-
 .../soplog/ArraySerializedComparator.java       |   21 +-
 .../persistence/soplog/ByteComparator.java      |   21 +-
 .../cache/persistence/soplog/Compactor.java     |   21 +-
 .../soplog/CompositeSerializedComparator.java   |   21 +-
 .../persistence/soplog/CursorIterator.java      |   21 +-
 .../soplog/DelegatingSerializedComparator.java  |   21 +-
 .../soplog/HFileStoreStatistics.java            |   21 +-
 .../soplog/IndexSerializedComparator.java       |   21 +-
 .../persistence/soplog/KeyValueIterator.java    |   21 +-
 .../cache/persistence/soplog/LevelTracker.java  |   21 +-
 .../soplog/LexicographicalComparator.java       |   21 +-
 .../cache/persistence/soplog/NonCompactor.java  |   21 +-
 .../soplog/ReversingSerializedComparator.java   |   21 +-
 .../persistence/soplog/SizeTieredCompactor.java |   21 +-
 .../cache/persistence/soplog/SoplogToken.java   |   21 +-
 .../cache/persistence/soplog/SortedBuffer.java  |   21 +-
 .../cache/persistence/soplog/SortedOplog.java   |   21 +-
 .../persistence/soplog/SortedOplogFactory.java  |   21 +-
 .../persistence/soplog/SortedOplogSet.java      |   21 +-
 .../persistence/soplog/SortedOplogSetImpl.java  |   21 +-
 .../soplog/SortedOplogStatistics.java           |   21 +-
 .../cache/persistence/soplog/SortedReader.java  |   21 +-
 .../persistence/soplog/TrackedReference.java    |   21 +-
 .../soplog/hfile/BlockCacheHolder.java          |   21 +-
 .../soplog/hfile/HFileSortedOplog.java          |   21 +-
 .../soplog/hfile/HFileSortedOplogFactory.java   |   21 +-
 .../soplog/nofile/NoFileSortedOplog.java        |   21 +-
 .../soplog/nofile/NoFileSortedOplogFactory.java |   21 +-
 .../snapshot/CacheSnapshotServiceImpl.java      |   21 +-
 .../internal/cache/snapshot/ClientExporter.java |   21 +-
 .../cache/snapshot/ExportedRegistry.java        |   21 +-
 .../internal/cache/snapshot/FlowController.java |   21 +-
 .../internal/cache/snapshot/GFSnapshot.java     |   21 +-
 .../internal/cache/snapshot/LocalExporter.java  |   21 +-
 .../snapshot/RegionSnapshotServiceImpl.java     |   21 +-
 .../cache/snapshot/SnapshotFileMapper.java      |   21 +-
 .../cache/snapshot/SnapshotOptionsImpl.java     |   21 +-
 .../internal/cache/snapshot/SnapshotPacket.java |   21 +-
 .../cache/snapshot/WindowedExporter.java        |   21 +-
 .../gemfire/internal/cache/tier/Acceptor.java   |   21 +-
 .../internal/cache/tier/BatchException.java     |   21 +-
 .../internal/cache/tier/CachedRegionHelper.java |   21 +-
 .../internal/cache/tier/ClientHandShake.java    |   21 +-
 .../gemfire/internal/cache/tier/Command.java    |   21 +-
 .../internal/cache/tier/ConnectionProxy.java    |   21 +-
 .../internal/cache/tier/InterestType.java       |   21 +-
 .../cache/tier/InternalClientMembership.java    |   21 +-
 .../internal/cache/tier/MessageType.java        |   21 +-
 .../cache/tier/sockets/AcceptorImpl.java        |   57 +-
 .../cache/tier/sockets/BaseCommand.java         |   21 +-
 .../cache/tier/sockets/BaseCommandQuery.java    |   16 +
 .../cache/tier/sockets/CacheClientNotifier.java |   21 +-
 .../tier/sockets/CacheClientNotifierStats.java  |   21 +-
 .../cache/tier/sockets/CacheClientProxy.java    |   20 +-
 .../tier/sockets/CacheClientProxyStats.java     |   21 +-
 .../cache/tier/sockets/CacheClientUpdater.java  |   31 +-
 .../cache/tier/sockets/CacheServerHelper.java   |   21 +-
 .../cache/tier/sockets/CacheServerStats.java    |   21 +-
 .../cache/tier/sockets/ChunkedMessage.java      |   21 +-
 .../tier/sockets/ClientBlacklistProcessor.java  |   21 +-
 .../sockets/ClientDataSerializerMessage.java    |   21 +-
 .../cache/tier/sockets/ClientHealthMonitor.java |   21 +-
 .../tier/sockets/ClientInstantiatorMessage.java |   20 +-
 .../tier/sockets/ClientInterestMessageImpl.java |   21 +-
 .../tier/sockets/ClientMarkerMessageImpl.java   |   21 +-
 .../cache/tier/sockets/ClientMessage.java       |   21 +-
 .../tier/sockets/ClientPingMessageImpl.java     |   21 +-
 .../tier/sockets/ClientProxyMembershipID.java   |   21 +-
 .../tier/sockets/ClientTombstoneMessage.java    |   21 +-
 .../cache/tier/sockets/ClientUpdateMessage.java |   21 +-
 .../tier/sockets/ClientUpdateMessageImpl.java   |   21 +-
 .../cache/tier/sockets/ClientUserAuths.java     |   21 +-
 .../cache/tier/sockets/CommandInitializer.java  |   21 +-
 .../cache/tier/sockets/ConnectionListener.java  |   21 +-
 .../tier/sockets/ConnectionListenerAdapter.java |   21 +-
 .../cache/tier/sockets/HAEventWrapper.java      |   21 +-
 .../internal/cache/tier/sockets/HandShake.java  |   21 +-
 .../tier/sockets/InterestResultPolicyImpl.java  |   21 +-
 .../internal/cache/tier/sockets/Message.java    |   21 +-
 .../cache/tier/sockets/MessageStats.java        |   21 +-
 .../cache/tier/sockets/ObjectPartList.java      |   21 +-
 .../cache/tier/sockets/ObjectPartList651.java   |   21 +-
 .../internal/cache/tier/sockets/Part.java       |   21 +-
 .../RemoveClientFromBlacklistMessage.java       |   23 +-
 .../tier/sockets/SerializedObjectPartList.java  |   21 +-
 .../cache/tier/sockets/ServerConnection.java    |   21 +-
 .../tier/sockets/ServerHandShakeProcessor.java  |   21 +-
 .../cache/tier/sockets/ServerQueueStatus.java   |   21 +-
 .../tier/sockets/ServerResponseMatrix.java      |   20 +-
 .../tier/sockets/UnregisterAllInterest.java     |   21 +-
 .../cache/tier/sockets/UserAuthAttributes.java  |   21 +-
 .../cache/tier/sockets/VersionedObjectList.java |   21 +-
 .../cache/tier/sockets/command/AddPdxEnum.java  |   21 +-
 .../cache/tier/sockets/command/AddPdxType.java  |   21 +-
 .../cache/tier/sockets/command/ClearRegion.java |   21 +-
 .../cache/tier/sockets/command/ClientReady.java |   21 +-
 .../tier/sockets/command/CloseConnection.java   |   21 +-
 .../tier/sockets/command/CommitCommand.java     |   21 +-
 .../cache/tier/sockets/command/ContainsKey.java |   21 +-
 .../tier/sockets/command/ContainsKey66.java     |   21 +-
 .../tier/sockets/command/CreateRegion.java      |   21 +-
 .../cache/tier/sockets/command/Default.java     |   21 +-
 .../cache/tier/sockets/command/Destroy.java     |   21 +-
 .../cache/tier/sockets/command/Destroy65.java   |   21 +-
 .../cache/tier/sockets/command/Destroy70.java   |   23 +-
 .../tier/sockets/command/DestroyRegion.java     |   21 +-
 .../tier/sockets/command/ExecuteFunction.java   |   21 +-
 .../tier/sockets/command/ExecuteFunction65.java |   20 +-
 .../tier/sockets/command/ExecuteFunction66.java |   20 +-
 .../tier/sockets/command/ExecuteFunction70.java |   21 +-
 .../sockets/command/ExecuteRegionFunction.java  |   20 +-
 .../command/ExecuteRegionFunction61.java        |   20 +-
 .../command/ExecuteRegionFunction65.java        |   20 +-
 .../command/ExecuteRegionFunction66.java        |   20 +-
 .../command/ExecuteRegionFunctionSingleHop.java |   21 +-
 .../sockets/command/GatewayReceiverCommand.java |   21 +-
 .../cache/tier/sockets/command/Get70.java       |   21 +-
 .../cache/tier/sockets/command/GetAll.java      |   21 +-
 .../cache/tier/sockets/command/GetAll651.java   |   21 +-
 .../cache/tier/sockets/command/GetAll70.java    |   23 +-
 .../cache/tier/sockets/command/GetAllForRI.java |   21 +-
 .../sockets/command/GetAllWithCallback.java     |   21 +-
 .../command/GetClientPRMetadataCommand.java     |   20 +-
 .../command/GetClientPRMetadataCommand66.java   |   20 +-
 .../GetClientPartitionAttributesCommand.java    |   20 +-
 .../GetClientPartitionAttributesCommand66.java  |   20 +-
 .../cache/tier/sockets/command/GetEntry70.java  |   23 +-
 .../tier/sockets/command/GetEntryCommand.java   |   21 +-
 .../sockets/command/GetFunctionAttribute.java   |   21 +-
 .../tier/sockets/command/GetPDXEnumById.java    |   21 +-
 .../tier/sockets/command/GetPDXIdForEnum.java   |   21 +-
 .../tier/sockets/command/GetPDXIdForType.java   |   21 +-
 .../tier/sockets/command/GetPDXTypeById.java    |   21 +-
 .../tier/sockets/command/GetPdxEnums70.java     |   21 +-
 .../tier/sockets/command/GetPdxTypes70.java     |   21 +-
 .../cache/tier/sockets/command/Invalid.java     |   21 +-
 .../cache/tier/sockets/command/Invalidate.java  |   21 +-
 .../tier/sockets/command/Invalidate70.java      |   23 +-
 .../cache/tier/sockets/command/KeySet.java      |   21 +-
 .../cache/tier/sockets/command/MakePrimary.java |   21 +-
 .../tier/sockets/command/ManagementCommand.java |   21 +-
 .../cache/tier/sockets/command/PeriodicAck.java |   21 +-
 .../cache/tier/sockets/command/Ping.java        |   21 +-
 .../cache/tier/sockets/command/Put.java         |   21 +-
 .../cache/tier/sockets/command/Put61.java       |   21 +-
 .../cache/tier/sockets/command/Put65.java       |   21 +-
 .../cache/tier/sockets/command/Put70.java       |   21 +-
 .../cache/tier/sockets/command/PutAll.java      |   21 +-
 .../cache/tier/sockets/command/PutAll70.java    |   21 +-
 .../cache/tier/sockets/command/PutAll80.java    |   21 +-
 .../sockets/command/PutAllWithCallback.java     |   21 +-
 .../sockets/command/PutUserCredentials.java     |   21 +-
 .../cache/tier/sockets/command/Query.java       |   21 +-
 .../cache/tier/sockets/command/Query651.java    |   21 +-
 .../command/RegisterDataSerializers.java        |   21 +-
 .../sockets/command/RegisterInstantiators.java  |   21 +-
 .../tier/sockets/command/RegisterInterest.java  |   21 +-
 .../sockets/command/RegisterInterest61.java     |   21 +-
 .../sockets/command/RegisterInterestList.java   |   21 +-
 .../sockets/command/RegisterInterestList61.java |   21 +-
 .../sockets/command/RegisterInterestList66.java |   21 +-
 .../cache/tier/sockets/command/RemoveAll.java   |   21 +-
 .../tier/sockets/command/RemoveUserAuth.java    |   21 +-
 .../cache/tier/sockets/command/Request.java     |   21 +-
 .../tier/sockets/command/RequestEventValue.java |   20 +-
 .../tier/sockets/command/RollbackCommand.java   |   21 +-
 .../cache/tier/sockets/command/Size.java        |   21 +-
 .../tier/sockets/command/TXFailoverCommand.java |   21 +-
 .../command/TXSynchronizationCommand.java       |   21 +-
 .../sockets/command/UnregisterInterest.java     |   21 +-
 .../sockets/command/UnregisterInterestList.java |   21 +-
 .../command/UpdateClientNotification.java       |   21 +-
 .../cache/tx/AbstractPeerTXRegionStub.java      |   21 +-
 .../internal/cache/tx/ClientTXRegionStub.java   |   21 +-
 .../internal/cache/tx/ClientTXStateStub.java    |   21 +-
 .../cache/tx/DistClientTXStateStub.java         |   19 +-
 .../internal/cache/tx/DistTxEntryEvent.java     |   16 +
 .../internal/cache/tx/DistTxKeyInfo.java        |   18 +-
 .../cache/tx/DistributedTXRegionStub.java       |   21 +-
 .../cache/tx/PartitionedTXRegionStub.java       |   21 +-
 .../gemfire/internal/cache/tx/TXRegionStub.java |   21 +-
 .../cache/tx/TransactionalOperation.java        |   24 +-
 .../cache/versions/CompactVersionHolder.java    |   21 +-
 .../ConcurrentCacheModificationException.java   |   23 +-
 .../cache/versions/DiskRegionVersionVector.java |   21 +-
 .../internal/cache/versions/DiskVersionTag.java |   21 +-
 .../internal/cache/versions/RVVException.java   |   21 +-
 .../internal/cache/versions/RVVExceptionB.java  |   23 +-
 .../internal/cache/versions/RVVExceptionT.java  |   23 +-
 .../cache/versions/RegionVersionHolder.java     |   21 +-
 .../cache/versions/RegionVersionVector.java     |   21 +-
 .../cache/versions/VMRegionVersionVector.java   |   21 +-
 .../internal/cache/versions/VMVersionTag.java   |   21 +-
 .../internal/cache/versions/VersionHolder.java  |   21 +-
 .../internal/cache/versions/VersionSource.java  |   21 +-
 .../internal/cache/versions/VersionStamp.java   |   21 +-
 .../internal/cache/versions/VersionTag.java     |   21 +-
 .../internal/cache/vmotion/VMotionObserver.java |   20 +-
 .../cache/vmotion/VMotionObserverAdapter.java   |   20 +-
 .../cache/vmotion/VMotionObserverHolder.java    |   20 +-
 .../cache/wan/AbstractGatewaySender.java        |   20 +-
 .../AbstractGatewaySenderEventProcessor.java    |   21 +-
 .../AsyncEventQueueConfigurationException.java  |   21 +-
 .../internal/cache/wan/BatchException70.java    |   21 +-
 .../cache/wan/DistributedSystemListener.java    |   16 +
 .../cache/wan/GatewayEventFilterImpl.java       |   21 +-
 .../cache/wan/GatewayReceiverException.java     |   21 +-
 .../cache/wan/GatewayReceiverStats.java         |   21 +-
 .../cache/wan/GatewaySenderAdvisor.java         |   21 +-
 .../cache/wan/GatewaySenderAttributes.java      |   21 +-
 .../GatewaySenderConfigurationException.java    |   21 +-
 .../wan/GatewaySenderEventCallbackArgument.java |   20 +-
 .../GatewaySenderEventCallbackDispatcher.java   |   20 +-
 .../cache/wan/GatewaySenderEventDispatcher.java |   21 +-
 .../cache/wan/GatewaySenderEventImpl.java       |   20 +-
 .../cache/wan/GatewaySenderException.java       |   21 +-
 .../internal/cache/wan/GatewaySenderStats.java  |   21 +-
 .../cache/wan/InternalGatewaySenderFactory.java |   16 +
 .../cache/wan/TransportFilterServerSocket.java  |   21 +-
 .../cache/wan/TransportFilterSocket.java        |   21 +-
 .../cache/wan/TransportFilterSocketFactory.java |   21 +-
 .../internal/cache/wan/WANServiceProvider.java  |   16 +
 .../BucketRegionQueueUnavailableException.java  |   16 +
 ...rentParallelGatewaySenderEventProcessor.java |   21 +-
 .../ConcurrentParallelGatewaySenderQueue.java   |   21 +-
 .../ParallelGatewaySenderEventProcessor.java    |   21 +-
 .../parallel/ParallelGatewaySenderQueue.java    |   21 +-
 .../ParallelQueueBatchRemovalMessage.java       |   21 +-
 .../parallel/ParallelQueueRemovalMessage.java   |   21 +-
 .../cache/wan/parallel/RREventIDResolver.java   |   21 +-
 .../cache/wan/serial/BatchDestroyOperation.java |   21 +-
 ...urrentSerialGatewaySenderEventProcessor.java |   21 +-
 .../SerialGatewaySenderEventProcessor.java      |   20 +-
 .../wan/serial/SerialGatewaySenderQueue.java    |   21 +-
 .../serial/SerialSecondaryGatewayListener.java  |   21 +-
 .../internal/cache/wan/spi/WANFactory.java      |   16 +
 .../cache/xmlcache/AbstractXmlParser.java       |   21 +-
 .../cache/xmlcache/AsyncEventQueueCreation.java |   21 +-
 .../cache/xmlcache/BindingCreation.java         |   21 +-
 .../internal/cache/xmlcache/CacheCreation.java  |   32 +-
 .../cache/xmlcache/CacheServerCreation.java     |   45 +-
 .../CacheTransactionManagerCreation.java        |   21 +-
 .../internal/cache/xmlcache/CacheXml.java       |   21 +-
 .../cache/xmlcache/CacheXmlGenerator.java       |   25 +-
 .../internal/cache/xmlcache/CacheXmlParser.java |   27 +-
 .../xmlcache/CacheXmlPropertyResolver.java      |   21 +-
 .../CacheXmlPropertyResolverHelper.java         |   21 +-
 .../cache/xmlcache/CacheXmlVersion.java         |   17 +-
 .../cache/xmlcache/ClientCacheCreation.java     |   21 +-
 .../cache/xmlcache/ClientHaQueueCreation.java   |   21 +-
 .../internal/cache/xmlcache/Declarable2.java    |   21 +-
 .../cache/xmlcache/DefaultEntityResolver2.java  |   21 +-
 .../xmlcache/DiskStoreAttributesCreation.java   |   21 +-
 .../cache/xmlcache/FunctionServiceCreation.java |   21 +-
 .../cache/xmlcache/GatewayReceiverCreation.java |   21 +-
 .../cache/xmlcache/IndexCreationData.java       |   21 +-
 .../ParallelAsyncEventQueueCreation.java        |   21 +-
 .../xmlcache/ParallelGatewaySenderCreation.java |   21 +-
 .../cache/xmlcache/PivotalEntityResolver.java   |   21 +-
 .../cache/xmlcache/PropertyResolver.java        |   21 +-
 .../xmlcache/RegionAttributesCreation.java      |   21 +-
 .../internal/cache/xmlcache/RegionCreation.java |   21 +-
 .../cache/xmlcache/ResourceManagerCreation.java |   21 +-
 .../xmlcache/SerialAsyncEventQueueCreation.java |   21 +-
 .../xmlcache/SerialGatewaySenderCreation.java   |   21 +-
 .../cache/xmlcache/SerializerCreation.java      |   21 +-
 .../internal/cache/xmlcache/XmlGenerator.java   |   21 +-
 .../cache/xmlcache/XmlGeneratorUtils.java       |   21 +-
 .../internal/cache/xmlcache/XmlParser.java      |   21 +-
 .../gemfire/internal/concurrent/AL.java         |   21 +-
 .../internal/concurrent/AtomicLong5.java        |   21 +-
 .../gemfire/internal/concurrent/Atomics.java    |   21 +-
 .../concurrent/CompactConcurrentHashSet2.java   |   16 +
 .../internal/concurrent/ConcurrentHashSet.java  |   21 +-
 .../gemfire/internal/concurrent/LI.java         |   21 +-
 .../internal/concurrent/MapCallback.java        |   21 +-
 .../internal/concurrent/MapCallbackAdapter.java |   21 +-
 .../gemfire/internal/concurrent/MapResult.java  |   21 +-
 .../internal/datasource/AbstractDataSource.java |   21 +-
 .../internal/datasource/AbstractPoolCache.java  |   21 +-
 .../ClientConnectionFactoryWrapper.java         |   21 +-
 .../internal/datasource/ConfigProperty.java     |   21 +-
 .../ConfiguredDataSourceProperties.java         |   21 +-
 .../ConnectionEventListenerAdaptor.java         |   21 +-
 .../datasource/ConnectionPoolCache.java         |   21 +-
 .../datasource/ConnectionPoolCacheImpl.java     |   21 +-
 .../internal/datasource/ConnectionProvider.java |   21 +-
 .../datasource/ConnectionProviderException.java |   21 +-
 .../datasource/DataSourceCreateException.java   |   21 +-
 .../internal/datasource/DataSourceFactory.java  |   21 +-
 .../datasource/DataSourceResources.java         |   21 +-
 .../FacetsJCAConnectionManagerImpl.java         |   21 +-
 .../datasource/GemFireBasicDataSource.java      |   21 +-
 .../datasource/GemFireConnPooledDataSource.java |   21 +-
 .../GemFireConnectionPoolManager.java           |   21 +-
 .../GemFireTransactionDataSource.java           |   21 +-
 .../datasource/JCAConnectionManagerImpl.java    |   21 +-
 .../datasource/ManagedPoolCacheImpl.java        |   21 +-
 .../internal/datasource/PoolException.java      |   21 +-
 .../internal/datasource/TranxPoolCacheImpl.java |   21 +-
 .../i18n/AbstractStringIdResourceBundle.java    |   21 +-
 .../gemfire/internal/i18n/LocalizedStrings.java |   23 +-
 .../internal/i18n/ParentLocalizedStrings.java   |   21 +-
 .../internal/io/CompositeOutputStream.java      |   21 +-
 .../internal/io/CompositePrintStream.java       |   21 +-
 .../gemfire/internal/io/TeeOutputStream.java    |   21 +-
 .../gemfire/internal/io/TeePrintStream.java     |   21 +-
 .../gemfire/internal/jndi/ContextImpl.java      |   21 +-
 .../jndi/InitialContextFactoryImpl.java         |   21 +-
 .../gemfire/internal/jndi/JNDIInvoker.java      |   21 +-
 .../gemfire/internal/jndi/NameParserImpl.java   |   21 +-
 .../gemfire/internal/jta/GlobalTransaction.java |   21 +-
 .../gemfire/internal/jta/TransactionImpl.java   |   21 +-
 .../internal/jta/TransactionManagerImpl.java    |   21 +-
 .../gemfire/internal/jta/TransactionUtils.java  |   21 +-
 .../internal/jta/UserTransactionImpl.java       |   21 +-
 .../gemstone/gemfire/internal/jta/XidImpl.java  |   21 +-
 .../gemfire/internal/lang/ClassUtils.java       |   20 +-
 .../gemstone/gemfire/internal/lang/Filter.java  |   18 +-
 .../gemfire/internal/lang/InOutParameter.java   |   20 +-
 .../gemfire/internal/lang/Initable.java         |   20 +-
 .../gemfire/internal/lang/Initializer.java      |   21 +-
 .../internal/lang/MutableIdentifiable.java      |   24 +-
 .../gemfire/internal/lang/ObjectUtils.java      |   20 +-
 .../gemfire/internal/lang/Orderable.java        |   20 +-
 .../gemstone/gemfire/internal/lang/Ordered.java |   20 +-
 .../gemfire/internal/lang/StringUtils.java      |   20 +-
 .../gemfire/internal/lang/SystemUtils.java      |   20 +-
 .../gemfire/internal/lang/ThreadUtils.java      |   20 +-
 .../gemfire/internal/logging/DateFormatter.java |   16 +
 .../internal/logging/DebugLogWriter.java        |   21 +-
 .../internal/logging/GemFireFormatter.java      |   21 +-
 .../internal/logging/GemFireHandler.java        |   21 +-
 .../gemfire/internal/logging/GemFireLevel.java  |   21 +-
 .../internal/logging/InternalLogWriter.java     |   16 +
 .../internal/logging/LocalLogWriter.java        |   21 +-
 .../gemfire/internal/logging/LogConfig.java     |   16 +
 .../gemfire/internal/logging/LogFileParser.java |   21 +-
 .../gemfire/internal/logging/LogService.java    |   21 +-
 .../internal/logging/LogWriterFactory.java      |   16 +
 .../gemfire/internal/logging/LogWriterImpl.java |   21 +-
 .../internal/logging/LoggingThreadGroup.java    |   16 +
 .../internal/logging/ManagerLogWriter.java      |   21 +-
 .../gemfire/internal/logging/MergeLogFiles.java |   21 +-
 .../gemfire/internal/logging/PureLogWriter.java |   21 +-
 .../logging/SecurityLocalLogWriter.java         |   21 +-
 .../internal/logging/SecurityLogConfig.java     |   16 +
 .../internal/logging/SecurityLogWriter.java     |   21 +-
 .../logging/SecurityManagerLogWriter.java       |   21 +-
 .../gemfire/internal/logging/SortLogFile.java   |   21 +-
 .../internal/logging/StandardErrorPrinter.java  |   16 +
 .../internal/logging/StandardOutputPrinter.java |   16 +
 .../internal/logging/log4j/AlertAppender.java   |   16 +
 .../internal/logging/log4j/AppenderContext.java |   16 +
 .../internal/logging/log4j/ConfigLocator.java   |   16 +
 .../internal/logging/log4j/Configurator.java    |   16 +
 .../internal/logging/log4j/FastLogger.java      |   16 +
 .../internal/logging/log4j/GemFireLogger.java   |   16 +
 .../logging/log4j/LocalizedMessage.java         |   16 +
 .../internal/logging/log4j/LogMarker.java       |   16 +
 .../logging/log4j/LogWriterAppender.java        |   18 +-
 .../logging/log4j/LogWriterAppenders.java       |   16 +
 .../internal/logging/log4j/LogWriterLogger.java |   16 +
 .../logging/log4j/ThreadIdPatternConverter.java |   16 +
 .../gemfire/internal/memcached/Command.java     |   21 +-
 .../internal/memcached/CommandProcessor.java    |   21 +-
 .../internal/memcached/ConnectionHandler.java   |   21 +-
 .../gemfire/internal/memcached/KeyWrapper.java  |   21 +-
 .../gemfire/internal/memcached/Reply.java       |   21 +-
 .../internal/memcached/RequestReader.java       |   21 +-
 .../internal/memcached/ResponseStatus.java      |   21 +-
 .../internal/memcached/ValueWrapper.java        |   21 +-
 .../memcached/commands/AbstractCommand.java     |   21 +-
 .../internal/memcached/commands/AddCommand.java |   21 +-
 .../memcached/commands/AddQCommand.java         |   16 +
 .../memcached/commands/AppendCommand.java       |   21 +-
 .../memcached/commands/AppendQCommand.java      |   16 +
 .../internal/memcached/commands/CASCommand.java |   21 +-
 .../memcached/commands/ClientError.java         |   21 +-
 .../memcached/commands/DecrementCommand.java    |   21 +-
 .../memcached/commands/DecrementQCommand.java   |   16 +
 .../memcached/commands/DeleteCommand.java       |   21 +-
 .../memcached/commands/DeleteQCommand.java      |   16 +
 .../memcached/commands/FlushAllCommand.java     |   21 +-
 .../memcached/commands/FlushAllQCommand.java    |   16 +
 .../internal/memcached/commands/GATCommand.java |   16 +
 .../memcached/commands/GATQCommand.java         |   16 +
 .../internal/memcached/commands/GetCommand.java |   21 +-
 .../memcached/commands/GetKCommand.java         |   16 +
 .../memcached/commands/GetKQCommand.java        |   16 +
 .../memcached/commands/GetQCommand.java         |   21 +-
 .../memcached/commands/IncrementCommand.java    |   21 +-
 .../memcached/commands/IncrementQCommand.java   |   16 +
 .../memcached/commands/NoOpCommand.java         |   21 +-
 .../memcached/commands/NotSupportedCommand.java |   21 +-
 .../memcached/commands/PrependCommand.java      |   21 +-
 .../memcached/commands/PrependQCommand.java     |   16 +
 .../memcached/commands/QuitCommand.java         |   21 +-
 .../memcached/commands/QuitQCommand.java        |   16 +
 .../memcached/commands/ReplaceCommand.java      |   21 +-
 .../memcached/commands/ReplaceQCommand.java     |   16 +
 .../internal/memcached/commands/SetCommand.java |   21 +-
 .../memcached/commands/SetQCommand.java         |   16 +
 .../memcached/commands/StatsCommand.java        |   21 +-
 .../memcached/commands/StorageCommand.java      |   21 +-
 .../memcached/commands/TouchCommand.java        |   21 +-
 .../memcached/commands/VerbosityCommand.java    |   21 +-
 .../memcached/commands/VersionCommand.java      |   21 +-
 .../modules/util/RegionConfiguration.java       |   21 +-
 .../gemfire/internal/net/SocketUtils.java       |   20 +-
 .../internal/offheap/ByteArrayMemoryChunk.java  |   16 +
 .../internal/offheap/ByteBufferMemoryChunk.java |   16 +
 .../gemfire/internal/offheap/DataType.java      |   16 +
 .../internal/offheap/MemoryAllocator.java       |   16 +
 .../gemfire/internal/offheap/MemoryBlock.java   |   16 +
 .../gemfire/internal/offheap/MemoryChunk.java   |   16 +
 .../offheap/MemoryChunkWithRefCount.java        |   16 +
 .../internal/offheap/MemoryInspector.java       |   16 +
 .../internal/offheap/MemoryUsageListener.java   |   16 +
 .../offheap/OffHeapCachedDeserializable.java    |   16 +
 .../gemfire/internal/offheap/OffHeapHelper.java |   16 +
 .../internal/offheap/OffHeapMemoryStats.java    |   16 +
 .../internal/offheap/OffHeapReference.java      |   18 +-
 .../offheap/OffHeapRegionEntryHelper.java       |   16 +
 .../internal/offheap/OffHeapStorage.java        |   16 +
 .../offheap/OutOfOffHeapMemoryListener.java     |   16 +
 .../gemfire/internal/offheap/Releasable.java    |   16 +
 .../offheap/SimpleMemoryAllocatorImpl.java      |   16 +
 .../gemfire/internal/offheap/StoredObject.java  |   16 +
 .../internal/offheap/UnsafeMemoryChunk.java     |   16 +
 .../offheap/annotations/OffHeapIdentifier.java  |   16 +
 .../internal/offheap/annotations/Released.java  |   16 +
 .../internal/offheap/annotations/Retained.java  |   16 +
 .../offheap/annotations/Unretained.java         |   16 +
 .../internal/process/AttachProcessUtils.java    |   16 +
 .../process/BlockingProcessStreamReader.java    |   16 +
 ...usterConfigurationNotAvailableException.java |   16 +
 .../process/ConnectionFailedException.java      |   21 +-
 .../internal/process/ControlFileWatchdog.java   |   16 +
 .../process/ControlNotificationHandler.java     |   16 +
 .../internal/process/ControllableProcess.java   |   16 +
 .../process/FileAlreadyExistsException.java     |   21 +-
 .../process/FileControllerParameters.java       |   16 +
 .../internal/process/FileProcessController.java |   16 +
 .../process/LocalProcessController.java         |   21 +-
 .../internal/process/LocalProcessLauncher.java  |   21 +-
 .../process/MBeanControllerParameters.java      |   16 +
 .../process/MBeanInvocationFailedException.java |   21 +-
 .../process/MBeanProcessController.java         |   16 +
 .../internal/process/NativeProcessUtils.java    |   16 +
 .../process/NonBlockingProcessStreamReader.java |   16 +
 .../gemfire/internal/process/PidFile.java       |   16 +
 .../process/PidUnavailableException.java        |   21 +-
 .../internal/process/ProcessController.java     |   16 +
 .../process/ProcessControllerFactory.java       |   16 +
 .../process/ProcessControllerParameters.java    |   16 +
 .../process/ProcessLauncherContext.java         |   21 +-
 .../internal/process/ProcessStreamReader.java   |   21 +-
 .../ProcessTerminatedAbnormallyException.java   |   20 +-
 .../gemfire/internal/process/ProcessType.java   |   16 +
 .../gemfire/internal/process/ProcessUtils.java  |   21 +-
 .../gemfire/internal/process/StartupStatus.java |   16 +
 .../internal/process/StartupStatusListener.java |   16 +
 .../UnableToControlProcessException.java        |   16 +
 .../AbstractSignalNotificationHandler.java      |   20 +-
 .../gemfire/internal/process/signal/Signal.java |   20 +-
 .../internal/process/signal/SignalEvent.java    |   20 +-
 .../internal/process/signal/SignalListener.java |   20 +-
 .../internal/process/signal/SignalType.java     |   20 +-
 .../internal/redis/ByteArrayWrapper.java        |   16 +
 .../internal/redis/ByteToCommandDecoder.java    |   16 +
 .../gemstone/gemfire/internal/redis/Coder.java  |   16 +
 .../gemfire/internal/redis/Command.java         |   16 +
 .../gemfire/internal/redis/DoubleWrapper.java   |   16 +
 .../internal/redis/ExecutionHandlerContext.java |   16 +
 .../gemfire/internal/redis/Executor.java        |   16 +
 .../gemfire/internal/redis/Extendable.java      |   16 +
 .../redis/RedisCommandParserException.java      |   16 +
 .../internal/redis/RedisCommandType.java        |   16 +
 .../gemfire/internal/redis/RedisConstants.java  |   16 +
 .../gemfire/internal/redis/RedisDataType.java   |   18 +-
 .../redis/RedisDataTypeMismatchException.java   |   16 +
 .../internal/redis/RegionCreationException.java |   16 +
 .../gemfire/internal/redis/RegionProvider.java  |   18 +-
 .../redis/executor/AbstractExecutor.java        |   16 +
 .../redis/executor/AbstractScanExecutor.java    |   16 +
 .../internal/redis/executor/AuthExecutor.java   |   16 +
 .../internal/redis/executor/DBSizeExecutor.java |   16 +
 .../internal/redis/executor/DelExecutor.java    |   16 +
 .../internal/redis/executor/EchoExecutor.java   |   16 +
 .../internal/redis/executor/ExistsExecutor.java |   16 +
 .../redis/executor/ExpirationExecutor.java      |   16 +
 .../redis/executor/ExpireAtExecutor.java        |   16 +
 .../internal/redis/executor/ExpireExecutor.java |   16 +
 .../redis/executor/FlushAllExecutor.java        |   16 +
 .../internal/redis/executor/KeysExecutor.java   |   16 +
 .../internal/redis/executor/ListQuery.java      |   16 +
 .../redis/executor/PExpireAtExecutor.java       |   16 +
 .../redis/executor/PExpireExecutor.java         |   16 +
 .../internal/redis/executor/PTTLExecutor.java   |   16 +
 .../redis/executor/PersistExecutor.java         |   16 +
 .../internal/redis/executor/PingExecutor.java   |   16 +
 .../internal/redis/executor/QuitExecutor.java   |   16 +
 .../internal/redis/executor/ScanExecutor.java   |   16 +
 .../redis/executor/ShutDownExecutor.java        |   16 +
 .../internal/redis/executor/SortedSetQuery.java |   16 +
 .../internal/redis/executor/TTLExecutor.java    |   16 +
 .../internal/redis/executor/TimeExecutor.java   |   16 +
 .../internal/redis/executor/TypeExecutor.java   |   16 +
 .../internal/redis/executor/UnkownExecutor.java |   16 +
 .../redis/executor/hash/HDelExecutor.java       |   16 +
 .../redis/executor/hash/HExistsExecutor.java    |   16 +
 .../redis/executor/hash/HGetAllExecutor.java    |   16 +
 .../redis/executor/hash/HGetExecutor.java       |   16 +
 .../redis/executor/hash/HIncrByExecutor.java    |   16 +
 .../executor/hash/HIncrByFloatExecutor.java     |   16 +
 .../redis/executor/hash/HKeysExecutor.java      |   16 +
 .../redis/executor/hash/HLenExecutor.java       |   16 +
 .../redis/executor/hash/HMGetExecutor.java      |   16 +
 .../redis/executor/hash/HMSetExecutor.java      |   16 +
 .../redis/executor/hash/HScanExecutor.java      |   16 +
 .../redis/executor/hash/HSetExecutor.java       |   16 +
 .../redis/executor/hash/HSetNXExecutor.java     |   16 +
 .../redis/executor/hash/HValsExecutor.java      |   16 +
 .../redis/executor/hash/HashExecutor.java       |   18 +-
 .../internal/redis/executor/hll/Bits.java       |   16 +
 .../executor/hll/CardinalityMergeException.java |   18 +-
 .../redis/executor/hll/HllExecutor.java         |   16 +
 .../redis/executor/hll/HyperLogLog.java         |   16 +
 .../redis/executor/hll/HyperLogLogPlus.java     |   18 +-
 .../internal/redis/executor/hll/IBuilder.java   |   18 +-
 .../redis/executor/hll/ICardinality.java        |   16 +
 .../internal/redis/executor/hll/MurmurHash.java |   18 +-
 .../redis/executor/hll/PFAddExecutor.java       |   16 +
 .../redis/executor/hll/PFCountExecutor.java     |   16 +
 .../redis/executor/hll/PFMergeExecutor.java     |   16 +
 .../redis/executor/hll/RegisterSet.java         |   18 +-
 .../internal/redis/executor/hll/Varint.java     |   18 +-
 .../redis/executor/list/LIndexExecutor.java     |   16 +
 .../redis/executor/list/LInsertExecutor.java    |   16 +
 .../redis/executor/list/LLenExecutor.java       |   16 +
 .../redis/executor/list/LPopExecutor.java       |   16 +
 .../redis/executor/list/LPushExecutor.java      |   16 +
 .../redis/executor/list/LPushXExecutor.java     |   16 +
 .../redis/executor/list/LRangeExecutor.java     |   16 +
 .../redis/executor/list/LRemExecutor.java       |   16 +
 .../redis/executor/list/LSetExecutor.java       |   16 +
 .../redis/executor/list/LTrimExecutor.java      |   16 +
 .../redis/executor/list/ListExecutor.java       |   16 +
 .../redis/executor/list/PopExecutor.java        |   16 +
 .../redis/executor/list/PushExecutor.java       |   16 +
 .../redis/executor/list/PushXExecutor.java      |   16 +
 .../redis/executor/list/RPopExecutor.java       |   16 +
 .../redis/executor/list/RPushExecutor.java      |   16 +
 .../redis/executor/list/RPushXExecutor.java     |   16 +
 .../redis/executor/set/SAddExecutor.java        |   16 +
 .../redis/executor/set/SCardExecutor.java       |   16 +
 .../redis/executor/set/SDiffExecutor.java       |   16 +
 .../redis/executor/set/SDiffStoreExecutor.java  |   16 +
 .../redis/executor/set/SInterExecutor.java      |   16 +
 .../redis/executor/set/SInterStoreExecutor.java |   16 +
 .../redis/executor/set/SIsMemberExecutor.java   |   16 +
 .../redis/executor/set/SMembersExecutor.java    |   16 +
 .../redis/executor/set/SMoveExecutor.java       |   16 +
 .../redis/executor/set/SPopExecutor.java        |   16 +
 .../redis/executor/set/SRandMemberExecutor.java |   16 +
 .../redis/executor/set/SRemExecutor.java        |   16 +
 .../redis/executor/set/SScanExecutor.java       |   16 +
 .../redis/executor/set/SUnionExecutor.java      |   16 +
 .../redis/executor/set/SUnionStoreExecutor.java |   16 +
 .../redis/executor/set/SetExecutor.java         |   16 +
 .../redis/executor/set/SetOpExecutor.java       |   16 +
 .../executor/sortedset/SortedSetExecutor.java   |   16 +
 .../redis/executor/sortedset/ZAddExecutor.java  |   16 +
 .../redis/executor/sortedset/ZCardExecutor.java |   16 +
 .../executor/sortedset/ZCountExecutor.java      |   16 +
 .../executor/sortedset/ZIncrByExecutor.java     |   16 +
 .../executor/sortedset/ZLexCountExecutor.java   |   16 +
 .../executor/sortedset/ZRangeByLexExecutor.java |   16 +
 .../sortedset/ZRangeByScoreExecutor.java        |   16 +
 .../executor/sortedset/ZRangeExecutor.java      |   16 +
 .../redis/executor/sortedset/ZRankExecutor.java |   16 +
 .../redis/executor/sortedset/ZRemExecutor.java  |   16 +
 .../sortedset/ZRemRangeByLexExecutor.java       |   16 +
 .../sortedset/ZRemRangeByRankExecutor.java      |   16 +
 .../sortedset/ZRemRangeByScoreExecutor.java     |   16 +
 .../sortedset/ZRevRangeByScoreExecutor.java     |   16 +
 .../executor/sortedset/ZRevRangeExecutor.java   |   16 +
 .../executor/sortedset/ZRevRankExecutor.java    |   16 +
 .../redis/executor/sortedset/ZScanExecutor.java |   16 +
 .../executor/sortedset/ZScoreExecutor.java      |   16 +
 .../redis/executor/string/AppendExecutor.java   |   16 +
 .../redis/executor/string/BitCountExecutor.java |   16 +
 .../redis/executor/string/BitOpExecutor.java    |   16 +
 .../redis/executor/string/BitPosExecutor.java   |   16 +
 .../redis/executor/string/DecrByExecutor.java   |   16 +
 .../redis/executor/string/DecrExecutor.java     |   16 +
 .../redis/executor/string/GetBitExecutor.java   |   16 +
 .../redis/executor/string/GetExecutor.java      |   16 +
 .../redis/executor/string/GetRangeExecutor.java |   16 +
 .../redis/executor/string/GetSetExecutor.java   |   16 +
 .../redis/executor/string/IncrByExecutor.java   |   16 +
 .../executor/string/IncrByFloatExecutor.java    |   16 +
 .../redis/executor/string/IncrExecutor.java     |   16 +
 .../redis/executor/string/MGetExecutor.java     |   16 +
 .../redis/executor/string/MSetExecutor.java     |   16 +
 .../redis/executor/string/MSetNXExecutor.java   |   16 +
 .../redis/executor/string/PSetEXExecutor.java   |   16 +
 .../redis/executor/string/SetBitExecutor.java   |   16 +
 .../redis/executor/string/SetEXExecutor.java    |   16 +
 .../redis/executor/string/SetExecutor.java      |   16 +
 .../redis/executor/string/SetNXExecutor.java    |   16 +
 .../redis/executor/string/SetRangeExecutor.java |   16 +
 .../redis/executor/string/StringExecutor.java   |   18 +-
 .../redis/executor/string/StrlenExecutor.java   |   16 +
 .../executor/transactions/DiscardExecutor.java  |   16 +
 .../executor/transactions/ExecExecutor.java     |   16 +
 .../executor/transactions/MultiExecutor.java    |   16 +
 .../transactions/TransactionExecutor.java       |   16 +
 .../executor/transactions/UnwatchExecutor.java  |   16 +
 .../executor/transactions/WatchExecutor.java    |   16 +
 .../internal/security/AuthorizeRequest.java     |   21 +-
 .../internal/security/AuthorizeRequestPP.java   |   21 +-
 .../security/FilterPostAuthorization.java       |   21 +-
 .../security/FilterPreAuthorization.java        |   21 +-
 .../internal/security/ObjectWithAuthz.java      |   21 +-
 .../internal/sequencelog/EntryLogger.java       |   23 +-
 .../gemfire/internal/sequencelog/GraphType.java |   21 +-
 .../internal/sequencelog/MembershipLogger.java  |   21 +-
 .../internal/sequencelog/MessageLogger.java     |   21 +-
 .../internal/sequencelog/RegionLogger.java      |   21 +-
 .../internal/sequencelog/SequenceLogger.java    |   21 +-
 .../sequencelog/SequenceLoggerImpl.java         |   21 +-
 .../internal/sequencelog/Transition.java        |   21 +-
 .../gemfire/internal/sequencelog/io/Filter.java |   21 +-
 .../sequencelog/io/GemfireLogConverter.java     |   21 +-
 .../internal/sequencelog/io/GraphReader.java    |   21 +-
 .../sequencelog/io/InputStreamReader.java       |   21 +-
 .../sequencelog/io/OutputStreamAppender.java    |   21 +-
 .../internal/sequencelog/model/Edge.java        |   23 +-
 .../internal/sequencelog/model/Graph.java       |   21 +-
 .../internal/sequencelog/model/GraphID.java     |   21 +-
 .../sequencelog/model/GraphReaderCallback.java  |   23 +-
 .../internal/sequencelog/model/GraphSet.java    |   21 +-
 .../internal/sequencelog/model/Vertex.java      |   21 +-
 .../visualization/text/TextDisplay.java         |   21 +-
 .../gemfire/internal/shared/NativeCalls.java    |   21 +-
 .../internal/shared/NativeCallsJNAImpl.java     |   21 +-
 .../internal/shared/NativeErrorException.java   |   21 +-
 .../gemfire/internal/shared/OSType.java         |   21 +-
 .../internal/shared/StringPrintWriter.java      |   21 +-
 .../internal/shared/TCPSocketOptions.java       |   21 +-
 .../internal/size/CachingSingleObjectSizer.java |   21 +-
 .../size/InstrumentationSingleObjectSizer.java  |   21 +-
 .../gemfire/internal/size/ObjectGraphSizer.java |   28 +-
 .../gemfire/internal/size/ObjectTraverser.java  |   28 +-
 .../internal/size/ReflectionObjectSizer.java    |   21 +-
 .../size/ReflectionSingleObjectSizer.java       |   21 +-
 .../internal/size/SingleObjectSizer.java        |   16 +
 .../internal/size/SizeClassOnceObjectSizer.java |   21 +-
 .../gemfire/internal/size/SizeOfUtil0.java      |   21 +-
 .../internal/size/WellKnownClassSizer.java      |   21 +-
 .../internal/statistics/CounterMonitor.java     |   21 +-
 .../internal/statistics/GaugeMonitor.java       |   21 +-
 .../statistics/IgnoreResourceException.java     |   21 +-
 .../MapBasedStatisticsNotification.java         |   21 +-
 .../internal/statistics/ResourceInstance.java   |   21 +-
 .../internal/statistics/ResourceType.java       |   21 +-
 .../internal/statistics/SampleCollector.java    |   21 +-
 .../internal/statistics/SampleHandler.java      |   21 +-
 .../internal/statistics/SimpleStatisticId.java  |   21 +-
 .../statistics/StatArchiveDescriptor.java       |   21 +-
 .../internal/statistics/StatArchiveHandler.java |   21 +-
 .../statistics/StatArchiveHandlerConfig.java    |   21 +-
 .../internal/statistics/StatMonitorHandler.java |   21 +-
 .../internal/statistics/StatisticId.java        |   21 +-
 .../statistics/StatisticNotFoundException.java  |   21 +-
 .../internal/statistics/StatisticsListener.java |   23 +-
 .../internal/statistics/StatisticsMonitor.java  |   21 +-
 .../statistics/StatisticsNotification.java      |   21 +-
 .../internal/statistics/StatisticsSampler.java  |   21 +-
 .../internal/statistics/ValueMonitor.java       |   21 +-
 .../stats50/Atomic50StatisticsImpl.java         |   21 +-
 .../gemfire/internal/stats50/VMStats50.java     |   21 +-
 .../gemfire/internal/tcp/BaseMsgStreamer.java   |   21 +-
 .../gemstone/gemfire/internal/tcp/Buffers.java  |   21 +-
 .../internal/tcp/ByteBufferInputStream.java     |   21 +-
 .../gemfire/internal/tcp/ConnectExceptions.java |   21 +-
 .../gemfire/internal/tcp/Connection.java        |   21 +-
 .../internal/tcp/ConnectionException.java       |   21 +-
 .../gemfire/internal/tcp/ConnectionTable.java   |   22 +-
 .../gemfire/internal/tcp/DirectReplySender.java |   21 +-
 .../tcp/ImmutableByteBufferInputStream.java     |   21 +-
 .../internal/tcp/MemberShunnedException.java    |   21 +-
 .../gemfire/internal/tcp/MsgDestreamer.java     |   21 +-
 .../gemfire/internal/tcp/MsgIdGenerator.java    |   21 +-
 .../gemfire/internal/tcp/MsgOutputStream.java   |   21 +-
 .../gemfire/internal/tcp/MsgReader.java         |   21 +-
 .../gemfire/internal/tcp/MsgStreamer.java       |   21 +-
 .../gemfire/internal/tcp/MsgStreamerList.java   |   21 +-
 .../gemfire/internal/tcp/NIOMsgReader.java      |   21 +-
 .../gemfire/internal/tcp/OioMsgReader.java      |   21 +-
 .../internal/tcp/ReenteredConnectException.java |   21 +-
 .../gemfire/internal/tcp/ServerDelegate.java    |   21 +-
 .../com/gemstone/gemfire/internal/tcp/Stub.java |   21 +-
 .../gemfire/internal/tcp/TCPConduit.java        |   21 +-
 .../tcp/VersionedByteBufferInputStream.java     |   21 +-
 .../internal/tcp/VersionedMsgStreamer.java      |   21 +-
 .../internal/util/AbortableTaskService.java     |   21 +-
 .../gemfire/internal/util/ArrayUtils.java       |   21 +-
 .../gemfire/internal/util/BlobHelper.java       |   21 +-
 .../gemfire/internal/util/Breadcrumbs.java      |   21 +-
 .../gemstone/gemfire/internal/util/Bytes.java   |   21 +-
 .../gemfire/internal/util/Callable.java         |   21 +-
 .../gemfire/internal/util/CollectionUtils.java  |   21 +-
 .../gemfire/internal/util/DebuggerSupport.java  |   21 +-
 .../gemfire/internal/util/DelayedAction.java    |   21 +-
 .../com/gemstone/gemfire/internal/util/Hex.java |   21 +-
 .../gemstone/gemfire/internal/util/IOUtils.java |   21 +-
 .../internal/util/JavaCommandBuilder.java       |   21 +-
 .../gemfire/internal/util/LogFileUtils.java     |   21 +-
 .../internal/util/ObjectIntProcedure.java       |   16 +
 .../gemfire/internal/util/ObjectProcedure.java  |   16 +
 .../gemfire/internal/util/PasswordUtil.java     |   20 +-
 .../gemfire/internal/util/PluckStacks.java      |   21 +-
 .../internal/util/SingletonCallable.java        |   16 +
 .../gemfire/internal/util/SingletonValue.java   |   18 +-
 .../internal/util/StackTraceCollector.java      |   21 +-
 .../gemfire/internal/util/StopWatch.java        |   21 +-
 .../internal/util/SunAPINotFoundException.java  |   20 +-
 .../gemfire/internal/util/TransformUtils.java   |   21 +-
 .../gemfire/internal/util/Transformer.java      |   21 +-
 .../gemfire/internal/util/Versionable.java      |   21 +-
 .../internal/util/VersionedArrayList.java       |   20 +-
 .../util/concurrent/CopyOnWriteHashMap.java     |   21 +-
 .../util/concurrent/CopyOnWriteWeakHashMap.java |   21 +-
 .../CustomEntryConcurrentHashMap.java           |   21 +-
 .../internal/util/concurrent/FutureResult.java  |   21 +-
 .../util/concurrent/ReentrantSemaphore.java     |   21 +-
 .../util/concurrent/SemaphoreReadWriteLock.java |   21 +-
 .../util/concurrent/StoppableCondition.java     |   21 +-
 .../concurrent/StoppableCountDownLatch.java     |   21 +-
 .../concurrent/StoppableCountDownOrUpLatch.java |   21 +-
 .../concurrent/StoppableNonReentrantLock.java   |   21 +-
 .../util/concurrent/StoppableReadWriteLock.java |   16 +
 .../util/concurrent/StoppableReentrantLock.java |   21 +-
 .../StoppableReentrantReadWriteLock.java        |   21 +-
 .../lang/AttachAPINotFoundException.java        |   20 +-
 .../com/gemstone/gemfire/lang/Identifiable.java |   20 +-
 .../management/AlreadyRunningException.java     |   21 +-
 .../management/AsyncEventQueueMXBean.java       |   20 +-
 .../gemfire/management/CacheServerMXBean.java   |   20 +-
 .../gemfire/management/ClientHealthStatus.java  |   20 +-
 .../gemfire/management/ClientQueueDetail.java   |   21 +-
 .../DependenciesNotFoundException.java          |   20 +-
 .../gemfire/management/DiskBackupResult.java    |   20 +-
 .../gemfire/management/DiskBackupStatus.java    |   20 +-
 .../gemfire/management/DiskMetrics.java         |   20 +-
 .../gemfire/management/DiskStoreMXBean.java     |   20 +-
 .../DistributedLockServiceMXBean.java           |   20 +-
 .../management/DistributedRegionMXBean.java     |   20 +-
 .../management/DistributedSystemMXBean.java     |   20 +-
 .../management/EvictionAttributesData.java      |   20 +-
 .../FixedPartitionAttributesData.java           |   21 +-
 .../management/GatewayReceiverMXBean.java       |   20 +-
 .../gemfire/management/GatewaySenderMXBean.java |   20 +-
 .../gemfire/management/GemFireProperties.java   |   20 +-
 .../gemfire/management/JMXNotificationType.java |   28 +-
 .../management/JMXNotificationUserData.java     |   28 +-
 .../gemstone/gemfire/management/JVMMetrics.java |   20 +-
 .../gemfire/management/LocatorMXBean.java       |   20 +-
 .../gemfire/management/LockServiceMXBean.java   |   20 +-
 .../gemfire/management/ManagementException.java |   20 +-
 .../gemfire/management/ManagementService.java   |   21 +-
 .../gemfire/management/ManagerMXBean.java       |   20 +-
 .../gemfire/management/MemberMXBean.java        |   20 +-
 .../management/MembershipAttributesData.java    |   20 +-
 .../gemfire/management/NetworkMetrics.java      |   20 +-
 .../gemstone/gemfire/management/OSMetrics.java  |   20 +-
 .../management/PartitionAttributesData.java     |   20 +-
 .../management/PersistentMemberDetails.java     |   20 +-
 .../management/RegionAttributesData.java        |   20 +-
 .../gemfire/management/RegionMXBean.java        |   20 +-
 .../gemfire/management/ServerLoadData.java      |   20 +-
 .../gemfire/management/cli/CliMetaData.java     |   20 +-
 .../cli/CommandProcessingException.java         |   20 +-
 .../gemfire/management/cli/CommandService.java  |   20 +-
 .../management/cli/CommandServiceException.java |   20 +-
 .../management/cli/CommandStatement.java        |   20 +-
 .../gemfire/management/cli/ConverterHint.java   |   21 +-
 .../gemstone/gemfire/management/cli/Result.java |   21 +-
 .../management/internal/AlertDetails.java       |   21 +-
 .../management/internal/ArrayConverter.java     |   20 +-
 .../internal/BaseManagementService.java         |   21 +-
 .../internal/CollectionConverter.java           |   22 +-
 .../management/internal/CompositeConverter.java |   20 +-
 .../management/internal/EnumConverter.java      |   20 +-
 .../management/internal/FederatingManager.java  |   21 +-
 .../internal/FederationComponent.java           |   20 +-
 .../management/internal/FilterChain.java        |   20 +-
 .../management/internal/FilterParam.java        |   22 +-
 .../management/internal/IdentityConverter.java  |   20 +-
 .../management/internal/JettyHelper.java        |   21 +-
 .../management/internal/JmxManagerAdvisee.java  |   21 +-
 .../management/internal/JmxManagerAdvisor.java  |   21 +-
 .../management/internal/JmxManagerLocator.java  |   21 +-
 .../internal/JmxManagerLocatorRequest.java      |   20 +-
 .../internal/JmxManagerLocatorResponse.java     |   20 +-
 .../management/internal/LocalFilterChain.java   |   20 +-
 .../management/internal/LocalManager.java       |   20 +-
 .../management/internal/MBeanJMXAdapter.java    |   20 +-
 .../management/internal/MBeanProxyFactory.java  |   22 +-
 .../internal/MBeanProxyInfoRepository.java      |   22 +-
 .../internal/MBeanProxyInvocationHandler.java   |   23 +-
 .../internal/MXBeanProxyInvocationHandler.java  |   20 +-
 .../management/internal/ManagementAgent.java    |   21 +-
 .../internal/ManagementCacheListener.java       |   22 +-
 .../internal/ManagementConstants.java           |   20 +-
 .../management/internal/ManagementFunction.java |   20 +-
 .../internal/ManagementMembershipListener.java  |   20 +-
 .../internal/ManagementResourceRepo.java        |   20 +-
 .../management/internal/ManagementStrings.java  |   20 +-
 .../gemfire/management/internal/Manager.java    |   21 +-
 .../internal/ManagerStartupMessage.java         |   21 +-
 .../management/internal/MemberMessenger.java    |   20 +-
 .../internal/MonitoringRegionCacheListener.java |   20 +-
 .../internal/NotificationBroadCasterProxy.java  |   20 +-
 .../internal/NotificationCacheListener.java     |   20 +-
 .../management/internal/NotificationHub.java    |   22 +-
 .../internal/NotificationHubClient.java         |   20 +-
 .../management/internal/NotificationKey.java    |   20 +-
 .../gemfire/management/internal/OpenMethod.java |   22 +-
 .../management/internal/OpenTypeConverter.java  |   20 +-
 .../management/internal/OpenTypeUtil.java       |   20 +-
 .../gemfire/management/internal/ProxyInfo.java  |   20 +-
 .../management/internal/ProxyInterface.java     |   20 +-
 .../management/internal/ProxyListener.java      |   20 +-
 .../management/internal/RemoteFilterChain.java  |   20 +-
 .../gemfire/management/internal/RestAgent.java  |   21 +-
 .../gemfire/management/internal/SSLUtil.java    |   16 +
 .../management/internal/StringBasedFilter.java  |   20 +-
 .../internal/SystemManagementService.java       |   21 +-
 .../management/internal/TableConverter.java     |   22 +-
 .../internal/beans/AggregateHandler.java        |   20 +-
 .../internal/beans/AsyncEventQueueMBean.java    |   20 +-
 .../beans/AsyncEventQueueMBeanBridge.java       |   20 +-
 .../internal/beans/BeanUtilFuncs.java           |   20 +-
 .../internal/beans/CacheServerBridge.java       |   20 +-
 .../internal/beans/CacheServerMBean.java        |   20 +-
 .../internal/beans/DiskRegionBridge.java        |   22 +-
 .../internal/beans/DiskStoreMBean.java          |   20 +-
 .../internal/beans/DiskStoreMBeanBridge.java    |   20 +-
 .../beans/DistributedLockServiceBridge.java     |   20 +-
 .../beans/DistributedLockServiceMBean.java      |   20 +-
 .../internal/beans/DistributedRegionBridge.java |   20 +-
 .../internal/beans/DistributedRegionMBean.java  |   20 +-
 .../internal/beans/DistributedSystemBridge.java |   20 +-
 .../internal/beans/DistributedSystemMBean.java  |   20 +-
 .../internal/beans/GatewayReceiverMBean.java    |   20 +-
 .../beans/GatewayReceiverMBeanBridge.java       |   20 +-
 .../internal/beans/GatewaySenderMBean.java      |   20 +-
 .../beans/GatewaySenderMBeanBridge.java         |   20 +-
 .../internal/beans/HDFSRegionBridge.java        |   20 +-
 .../management/internal/beans/LocatorMBean.java |   20 +-
 .../internal/beans/LocatorMBeanBridge.java      |   20 +-
 .../internal/beans/LockServiceMBean.java        |   20 +-
 .../internal/beans/LockServiceMBeanBridge.java  |   22 +-
 .../internal/beans/MBeanAggregator.java         |   20 +-
 .../internal/beans/ManagementAdapter.java       |   22 +-
 .../internal/beans/ManagementListener.java      |   20 +-
 .../management/internal/beans/ManagerMBean.java |   20 +-
 .../internal/beans/ManagerMBeanBridge.java      |   20 +-
 .../management/internal/beans/MemberMBean.java  |   20 +-
 .../internal/beans/MemberMBeanBridge.java       |   21 +-
 .../internal/beans/MetricsCalculator.java       |   20 +-
 .../internal/beans/PartitionedRegionBridge.java |   20 +-
 .../internal/beans/QueryDataFunction.java       |   20 +-
 .../management/internal/beans/RegionMBean.java  |   20 +-
 .../internal/beans/RegionMBeanBridge.java       |   20 +-
 .../beans/RegionMBeanCompositeDataFactory.java  |   20 +-
 .../internal/beans/SequenceNumber.java          |   20 +-
 .../management/internal/beans/ServerBridge.java |   21 +-
 .../stats/AggregateRegionStatsMonitor.java      |   20 +-
 .../internal/beans/stats/GCStatsMonitor.java    |   20 +-
 .../GatewayReceiverClusterStatsMonitor.java     |   20 +-
 .../stats/GatewaySenderClusterStatsMonitor.java |   20 +-
 .../stats/IntegerStatsDeltaAggregator.java      |   23 +-
 .../beans/stats/LongStatsDeltaAggregator.java   |   23 +-
 .../internal/beans/stats/MBeanStatsMonitor.java |   20 +-
 .../beans/stats/MemberClusterStatsMonitor.java  |   20 +-
 .../beans/stats/MemberLevelDiskMonitor.java     |   20 +-
 .../beans/stats/RegionClusterStatsMonitor.java  |   20 +-
 .../beans/stats/ServerClusterStatsMonitor.java  |   20 +-
 .../internal/beans/stats/StatType.java          |   20 +-
 .../internal/beans/stats/StatsAggregator.java   |   20 +-
 .../beans/stats/StatsAverageLatency.java        |   20 +-
 .../internal/beans/stats/StatsKey.java          |   20 +-
 .../internal/beans/stats/StatsLatency.java      |   20 +-
 .../internal/beans/stats/StatsRate.java         |   20 +-
 .../internal/beans/stats/VMStatsMonitor.java    |   20 +-
 .../cli/AbstractCliAroundInterceptor.java       |   20 +-
 .../internal/cli/CliAroundInterceptor.java      |   20 +-
 .../management/internal/cli/CliUtil.java        |   20 +-
 .../management/internal/cli/CommandManager.java |   20 +-
 .../management/internal/cli/CommandRequest.java |   21 +-
 .../internal/cli/CommandResponse.java           |   22 +-
 .../internal/cli/CommandResponseBuilder.java    |   20 +-
 .../internal/cli/CommandResponseWriter.java     |   20 +-
 .../internal/cli/GfshParseResult.java           |   20 +-
 .../management/internal/cli/GfshParser.java     |   20 +-
 .../management/internal/cli/Launcher.java       |   20 +-
 .../management/internal/cli/LogWrapper.java     |   20 +-
 .../internal/cli/MultipleValueAdapter.java      |   21 +-
 .../internal/cli/MultipleValueConverter.java    |   21 +-
 .../internal/cli/annotation/CliArgument.java    |   20 +-
 .../cli/commands/AbstractCommandsSupport.java   |   20 +-
 .../internal/cli/commands/ClientCommands.java   |   20 +-
 .../internal/cli/commands/ConfigCommands.java   |   20 +-
 .../CreateAlterDestroyRegionCommands.java       |   32 +-
 .../internal/cli/commands/DataCommands.java     |   20 +-
 .../internal/cli/commands/DeployCommands.java   |   20 +-
 .../cli/commands/DiskStoreCommands.java         |   41 +-
 .../cli/commands/DurableClientCommands.java     |   20 +-
 ...ExportImportSharedConfigurationCommands.java |   21 +-
 .../internal/cli/commands/FunctionCommands.java |   20 +-
 .../internal/cli/commands/GfshHelpCommands.java |   20 +-
 .../cli/commands/HDFSStoreCommands.java         |  695 -------
 .../internal/cli/commands/IndexCommands.java    |   20 +-
 .../cli/commands/LauncherLifecycleCommands.java |   20 +-
 .../internal/cli/commands/MemberCommands.java   |   20 +-
 .../cli/commands/MiscellaneousCommands.java     |   20 +-
 .../internal/cli/commands/PDXCommands.java      |   16 +
 .../internal/cli/commands/QueueCommands.java    |   20 +-
 .../internal/cli/commands/RegionCommands.java   |   20 +-
 .../internal/cli/commands/ShellCommands.java    |   27 +-
 .../internal/cli/commands/StatusCommands.java   |   21 +-
 .../internal/cli/commands/WanCommands.java      |   21 +-
 .../cli/commands/dto/RegionAttributesInfo.java  |   21 +-
 .../cli/commands/dto/RegionDetails.java         |   21 +-
 .../cli/commands/dto/RegionMemberDetails.java   |   21 +-
 .../cli/converters/BooleanConverter.java        |   22 +-
 .../ClusterMemberIdNameConverter.java           |   20 +-
 .../converters/ConnectionEndpointConverter.java |   21 +-
 .../internal/cli/converters/DirConverter.java   |   20 +-
 .../cli/converters/DirPathConverter.java        |   20 +-
 .../cli/converters/DiskStoreNameConverter.java  |   20 +-
 .../internal/cli/converters/EnumConverter.java  |   20 +-
 .../cli/converters/FilePathConverter.java       |   20 +-
 .../cli/converters/FilePathStringConverter.java |   20 +-
 .../converters/GatewayReceiverIdsConverter.java |   21 +-
 .../converters/GatewaySenderIdConverter.java    |   20 +-
 .../cli/converters/HdfsStoreNameConverter.java  |   88 -
 .../internal/cli/converters/HelpConverter.java  |   20 +-
 .../cli/converters/HintTopicConverter.java      |   20 +-
 .../cli/converters/IndexTypeConverter.java      |   21 +-
 .../LocatorDiscoveryConfigConverter.java        |   20 +-
 .../cli/converters/LocatorIdNameConverter.java  |   20 +-
 .../cli/converters/LogLevelConverter.java       |   20 +-
 .../cli/converters/MemberGroupConverter.java    |   20 +-
 .../cli/converters/MemberIdNameConverter.java   |   20 +-
 .../cli/converters/RegionPathConverter.java     |   20 +-
 .../cli/converters/StringArrayConverter.java    |   20 +-
 .../cli/converters/StringListConverter.java     |   20 +-
 .../cli/domain/AsyncEventQueueDetails.java      |   21 +-
 .../internal/cli/domain/CacheServerInfo.java    |   21 +-
 .../cli/domain/ConnectToLocatorResult.java      |   20 +-
 .../internal/cli/domain/DataCommandRequest.java |   21 +-
 .../internal/cli/domain/DataCommandResult.java  |   21 +-
 .../internal/cli/domain/DiskStoreDetails.java   |   18 +-
 .../cli/domain/DurableCqNamesResult.java        |   21 +-
 .../cli/domain/EvictionAttributesInfo.java      |   21 +-
 .../domain/FixedPartitionAttributesInfo.java    |   21 +-
 .../internal/cli/domain/IndexDetails.java       |   20 +-
 .../internal/cli/domain/IndexInfo.java          |   21 +-
 .../cli/domain/MemberConfigurationInfo.java     |   21 +-
 .../internal/cli/domain/MemberInformation.java  |   20 +-
 .../internal/cli/domain/MemberResult.java       |   21 +-
 .../cli/domain/PartitionAttributesInfo.java     |   21 +-
 .../cli/domain/RegionAttributesInfo.java        |   21 +-
 .../internal/cli/domain/RegionDescription.java  |   21 +-
 .../cli/domain/RegionDescriptionPerMember.java  |   21 +-
 .../internal/cli/domain/RegionInformation.java  |   20 +-
 .../cli/domain/StackTracesPerMember.java        |   21 +-
 .../cli/domain/SubscriptionQueueSizeResult.java |   21 +-
 .../cli/exceptions/CliCommandException.java     |   20 +-
 .../exceptions/CliCommandInvalidException.java  |   20 +-
 .../CliCommandMultiModeOptionException.java     |   16 +
 .../CliCommandNotAvailableException.java        |   20 +-
 .../exceptions/CliCommandOptionException.java   |   20 +-
 ...CommandOptionHasMultipleValuesException.java |   20 +-
 .../CliCommandOptionInvalidException.java       |   20 +-
 .../CliCommandOptionMissingException.java       |   20 +-
 .../CliCommandOptionNotApplicableException.java |   20 +-
 ...liCommandOptionValueConversionException.java |   20 +-
 .../CliCommandOptionValueException.java         |   20 +-
 .../CliCommandOptionValueMissingException.java  |   20 +-
 .../internal/cli/exceptions/CliException.java   |   20 +-
 .../exceptions/CreateSubregionException.java    |   20 +-
 .../cli/exceptions/ExceptionGenerator.java      |   20 +-
 .../cli/exceptions/ExceptionHandler.java        |   20 +-
 .../cli/exceptions/IndexNotFoundException.java  |   16 +
 .../cli/functions/AlterHDFSStoreFunction.java   |  228 ---
 .../functions/AlterRuntimeConfigFunction.java   |   21 +-
 .../cli/functions/ChangeLogLevelFunction.java   |   20 +-
 .../cli/functions/CliFunctionResult.java        |   21 +-
 .../functions/CloseDurableClientFunction.java   |   21 +-
 .../cli/functions/CloseDurableCqFunction.java   |   21 +-
 .../cli/functions/ContunuousQueryFunction.java  |   20 +-
 .../CreateAsyncEventQueueFunction.java          |   21 +-
 .../functions/CreateDefinedIndexesFunction.java |   16 +
 .../cli/functions/CreateDiskStoreFunction.java  |   21 +-
 .../cli/functions/CreateHDFSStoreFunction.java  |  124 --
 .../cli/functions/CreateIndexFunction.java      |   21 +-
 .../cli/functions/DataCommandFunction.java      |   21 +-
 .../internal/cli/functions/DeployFunction.java  |   21 +-
 .../functions/DescribeDiskStoreFunction.java    |   18 +-
 .../functions/DescribeHDFSStoreFunction.java    |   16 +
 .../cli/functions/DestroyDiskStoreFunction.java |   21 +-
 .../cli/functions/DestroyHDFSStoreFunction.java |  100 -
 .../cli/functions/DestroyIndexFunction.java     |   21 +-
 .../cli/functions/ExportConfigFunction.java     |   23 +-
 .../cli/functions/ExportDataFunction.java       |   21 +-
 .../ExportSharedConfigurationFunction.java      |   21 +-
 .../FetchRegionAttributesFunction.java          |   20 +-
 .../FetchSharedConfigurationStatusFunction.java |   21 +-
 .../functions/GarbageCollectionFunction.java    |   21 +-
 .../GatewayReceiverCreateFunction.java          |   21 +-
 .../functions/GatewayReceiverFunctionArgs.java  |   21 +-
 .../functions/GatewaySenderCreateFunction.java  |   21 +-
 .../functions/GatewaySenderFunctionArgs.java    |   21 +-
 .../GetMemberConfigInformationFunction.java     |   21 +-
 .../functions/GetMemberInformationFunction.java |   21 +-
 .../functions/GetRegionDescriptionFunction.java |   20 +-
 .../cli/functions/GetRegionsFunction.java       |   20 +-
 .../cli/functions/GetStackTracesFunction.java   |   21 +-
 .../GetSubscriptionQueueSizeFunction.java       |   21 +-
 .../cli/functions/ImportDataFunction.java       |   21 +-
 ...ortSharedConfigurationArtifactsFunction.java |   21 +-
 .../functions/ListAsyncEventQueuesFunction.java |   18 +-
 .../cli/functions/ListDeployedFunction.java     |   21 +-
 .../cli/functions/ListDiskStoresFunction.java   |   18 +-
 .../functions/ListDurableCqNamesFunction.java   |   20 +-
 .../cli/functions/ListFunctionFunction.java     |   21 +-
 .../cli/functions/ListHDFSStoresFunction.java   |  102 -
 .../cli/functions/ListIndexFunction.java        |   20 +-
 .../LoadSharedConfigurationFunction.java        |   21 +-
 .../internal/cli/functions/LogFileFunction.java |   23 +-
 .../cli/functions/MemberRegionFunction.java     |   23 +-
 .../cli/functions/MembersForRegionFunction.java |   20 +-
 .../internal/cli/functions/NetstatFunction.java |   20 +-
 .../cli/functions/RebalanceFunction.java        |   23 +-
 .../cli/functions/RegionAlterFunction.java      |   20 +-
 .../cli/functions/RegionCreateFunction.java     |   28 +-
 .../cli/functions/RegionDestroyFunction.java    |   20 +-
 .../cli/functions/RegionFunctionArgs.java       |   86 +-
 .../cli/functions/ShutDownFunction.java         |   23 +-
 .../cli/functions/UndeployFunction.java         |   21 +-
 .../cli/functions/UnregisterFunction.java       |   23 +-
 .../cli/functions/UserFunctionExecution.java    |   24 +-
 .../management/internal/cli/help/CliTopic.java  |   20 +-
 .../internal/cli/help/format/Block.java         |   20 +-
 .../internal/cli/help/format/DataNode.java      |   20 +-
 .../internal/cli/help/format/Help.java          |   20 +-
 .../internal/cli/help/format/NewHelp.java       |   20 +-
 .../internal/cli/help/format/Row.java           |   20 +-
 .../internal/cli/help/utils/FormatOutput.java   |   16 +
 .../internal/cli/help/utils/HelpUtils.java      |   20 +-
 .../internal/cli/i18n/CliStrings.java           |  134 +-
 .../internal/cli/json/GfJsonArray.java          |   20 +-
 .../internal/cli/json/GfJsonException.java      |   22 +-
 .../internal/cli/json/GfJsonObject.java         |   20 +-
 .../management/internal/cli/json/TypedJson.java |   20 +-
 .../internal/cli/modes/CommandModes.java        |   18 +-
 .../cli/multistep/CLIMultiStepHelper.java       |   21 +-
 .../internal/cli/multistep/CLIRemoteStep.java   |   16 +
 .../internal/cli/multistep/CLIStep.java         |   16 +
 .../cli/multistep/CLIStepExecption.java         |   21 +-
 .../cli/multistep/MultiStepCommand.java         |   16 +
 .../internal/cli/parser/Argument.java           |   20 +-
 .../internal/cli/parser/AvailabilityTarget.java |   20 +-
 .../internal/cli/parser/CommandTarget.java      |   22 +-
 .../internal/cli/parser/GfshMethodTarget.java   |   22 +-
 .../internal/cli/parser/GfshOptionParser.java   |   22 +-
 .../internal/cli/parser/MethodParameter.java    |   20 +-
 .../management/internal/cli/parser/Option.java  |   20 +-
 .../internal/cli/parser/OptionSet.java          |   20 +-
 .../internal/cli/parser/Parameter.java          |   20 +-
 .../internal/cli/parser/ParserUtils.java        |   20 +-
 .../internal/cli/parser/SyntaxConstants.java    |   22 +-
 .../cli/parser/jopt/JoptOptionParser.java       |   20 +-
 .../preprocessor/EnclosingCharacters.java       |   20 +-
 .../cli/parser/preprocessor/Preprocessor.java   |   20 +-
 .../parser/preprocessor/PreprocessorUtils.java  |   20 +-
 .../internal/cli/parser/preprocessor/Stack.java |   20 +-
 .../cli/parser/preprocessor/TrimmedInput.java   |   20 +-
 .../cli/remote/CommandExecutionContext.java     |   20 +-
 .../internal/cli/remote/CommandProcessor.java   |   20 +-
 .../cli/remote/CommandStatementImpl.java        |   20 +-
 .../cli/remote/MemberCommandService.java        |   20 +-
 .../cli/remote/RemoteExecutionStrategy.java     |   20 +-
 .../internal/cli/remote/WrapperThreadLocal.java |   20 +-
 .../internal/cli/result/AbstractResultData.java |   20 +-
 .../cli/result/CliJsonSerializable.java         |   20 +-
 .../cli/result/CliJsonSerializableFactory.java  |   21 +-
 .../cli/result/CliJsonSerializableIds.java      |   20 +-
 .../internal/cli/result/CommandResult.java      |   20 +-
 .../cli/result/CommandResultException.java      |   21 +-
 .../cli/result/CompositeResultData.java         |   20 +-
 .../internal/cli/result/ErrorResultData.java    |   20 +-
 .../internal/cli/result/FileResult.java         |   20 +-
 .../internal/cli/result/InfoResultData.java     |   20 +-
 .../internal/cli/result/ObjectResultData.java   |   20 +-
 .../internal/cli/result/ResultBuilder.java      |   20 +-
 .../internal/cli/result/ResultData.java         |   20 +-
 .../cli/result/ResultDataException.java         |   20 +-
 .../internal/cli/result/TableBuilder.java       |   20 +-
 .../internal/cli/result/TableBuilderHelper.java |   21 +-
 .../internal/cli/result/TabularResultData.java  |   20 +-
 .../management/internal/cli/shell/Gfsh.java     |   20 +-
 .../internal/cli/shell/GfshConfig.java          |   20 +-
 .../cli/shell/GfshExecutionStrategy.java        |   20 +-
 .../cli/shell/JMXConnectionException.java       |   20 +-
 .../cli/shell/JMXInvocationException.java       |   20 +-
 .../internal/cli/shell/JmxOperationInvoker.java |   20 +-
 .../internal/cli/shell/MultiCommandHelper.java  |   16 +
 .../internal/cli/shell/OperationInvoker.java    |   20 +-
 .../internal/cli/shell/jline/ANSIHandler.java   |   20 +-
 .../cli/shell/jline/CygwinMinttyTerminal.java   |   21 +-
 .../internal/cli/shell/jline/GfshHistory.java   |   20 +-
 .../shell/jline/GfshUnsupportedTerminal.java    |   20 +-
 .../cli/shell/unsafe/GfshSignalHandler.java     |   21 +-
 .../internal/cli/util/CLIConsoleBufferUtil.java |   21 +-
 .../internal/cli/util/CauseFinder.java          |   20 +-
 .../cli/util/ClasspathScanLoadHelper.java       |   20 +-
 .../internal/cli/util/CommandStringBuilder.java |   20 +-
 .../internal/cli/util/CommentSkipHelper.java    |   20 +-
 .../internal/cli/util/ConnectionEndpoint.java   |   21 +-
 .../internal/cli/util/DiskStoreCompacter.java   |   20 +-
 .../cli/util/DiskStoreNotFoundException.java    |   18 +-
 .../internal/cli/util/DiskStoreUpgrader.java    |   21 +-
 .../internal/cli/util/DiskStoreValidater.java   |   21 +-
 .../cli/util/EvictionAttributesInfo.java        |   21 +-
 .../cli/util/FixedPartitionAttributesInfo.java  |   21 +-
 .../internal/cli/util/GfshConsoleReader.java    |   22 +-
 .../cli/util/HDFSStoreNotFoundException.java    |   18 +-
 .../cli/util/JConsoleNotFoundException.java     |   20 +-
 .../management/internal/cli/util/JsonUtil.java  |   20 +-
 .../internal/cli/util/MemberInformation.java    |   20 +-
 .../cli/util/MemberNotFoundException.java       |   18 +-
 .../management/internal/cli/util/MergeLogs.java |   21 +-
 .../internal/cli/util/ReadWriteFile.java        |   21 +-
 .../cli/util/RegionAttributesDefault.java       |   21 +-
 .../cli/util/RegionAttributesNames.java         |   21 +-
 .../internal/cli/util/RegionPath.java           |   20 +-
 .../cli/util/VisualVmNotFoundException.java     |   20 +-
 .../internal/cli/util/spring/Assert.java        |   20 +-
 .../internal/cli/util/spring/ObjectUtils.java   |   21 +-
 .../cli/util/spring/ReflectionUtils.java        |   21 +-
 .../internal/cli/util/spring/StringUtils.java   |   21 +-
 .../SharedConfigurationWriter.java              |   21 +-
 .../callbacks/ConfigurationChangeListener.java  |   21 +-
 .../configuration/domain/CacheElement.java      |   21 +-
 .../configuration/domain/Configuration.java     |   21 +-
 .../domain/ConfigurationChangeResult.java       |   21 +-
 .../domain/SharedConfigurationStatus.java       |   16 +
 .../configuration/domain/XmlEntity.java         |   21 +-
 .../configuration/functions/AddJarFunction.java |   21 +-
 .../functions/AddXmlEntityFunction.java         |   21 +-
 .../functions/DeleteJarFunction.java            |   21 +-
 .../functions/DeleteXmlEntityFunction.java      |   21 +-
 .../functions/GetAllJarsFunction.java           |   21 +-
 .../functions/ModifyPropertiesFunction.java     |   21 +-
 .../handlers/ConfigurationRequestHandler.java   |   21 +-
 ...SharedConfigurationStatusRequestHandler.java |   21 +-
 .../messages/ConfigurationRequest.java          |   21 +-
 .../messages/ConfigurationResponse.java         |   21 +-
 .../SharedConfigurationStatusRequest.java       |   21 +-
 .../SharedConfigurationStatusResponse.java      |   21 +-
 .../configuration/utils/DtdResolver.java        |   16 +
 .../configuration/utils/XmlConstants.java       |   21 +-
 .../internal/configuration/utils/XmlUtils.java  |   21 +-
 .../internal/configuration/utils/ZipUtils.java  |   21 +-
 .../internal/messages/CompactRequest.java       |   20 +-
 .../internal/messages/CompactResponse.java      |   20 +-
 .../internal/security/AccessControl.java        |   16 +
 .../internal/security/AccessControlContext.java |   16 +
 .../internal/security/AccessControlMXBean.java  |   16 +
 .../internal/security/CLIOperationContext.java  |   16 +
 .../internal/security/JMXOperationContext.java  |   16 +
 .../internal/security/JSONAuthorization.java    |   16 +
 .../internal/security/MBeanServerWrapper.java   |   16 +
 .../security/ManagementInterceptor.java         |   16 +
 .../management/internal/security/Resource.java  |   16 +
 .../internal/security/ResourceConstants.java    |   16 +
 .../internal/security/ResourceOperation.java    |   16 +
 .../security/ResourceOperationContext.java      |   16 +
 .../unsafe/ReadOpFileAccessController.java      |   21 +-
 .../controllers/AbstractCommandsController.java |   28 +-
 .../AbstractMultiPartCommandsController.java    |   21 +-
 .../controllers/ClientCommandsController.java   |   21 +-
 .../controllers/ClusterCommandsController.java  |   21 +-
 .../controllers/ConfigCommandsController.java   |   21 +-
 .../web/controllers/DataCommandsController.java |   21 +-
 .../controllers/DeployCommandsController.java   |   21 +-
 .../DiskStoreCommandsController.java            |   21 +-
 .../DurableClientCommandsController.java        |   21 +-
 .../controllers/FunctionCommandsController.java |   21 +-
 .../HDFSStoreCommandsController.java            |  229 ---
 .../controllers/IndexCommandsController.java    |   21 +-
 .../LauncherLifecycleCommandsController.java    |   21 +-
 .../controllers/MemberCommandsController.java   |   21 +-
 .../MiscellaneousCommandsController.java        |   21 +-
 .../web/controllers/PdxCommandsController.java  |   16 +
 .../controllers/QueueCommandsController.java    |   21 +-
 .../controllers/RegionCommandsController.java   |   21 +-
 .../controllers/ShellCommandsController.java    |  225 +--
 .../web/controllers/WanCommandsController.java  |   21 +-
 .../EnvironmentVariablesHandlerInterceptor.java |   21 +-
 .../support/MemberMXBeanAdapter.java            |   21 +-
 .../management/internal/web/domain/Link.java    |   21 +-
 .../internal/web/domain/LinkIndex.java          |   21 +-
 .../web/domain/QueryParameterSource.java        |   21 +-
 .../internal/web/http/ClientHttpRequest.java    |   21 +-
 .../internal/web/http/HttpHeader.java           |   21 +-
 .../internal/web/http/HttpMethod.java           |   21 +-
 .../SerializableObjectHttpMessageConverter.java |   21 +-
 .../web/http/support/SimpleHttpRequester.java   |   21 +-
 .../internal/web/io/MultipartFileAdapter.java   |   21 +-
 .../web/io/MultipartFileResourceAdapter.java    |   21 +-
 .../web/shell/AbstractHttpOperationInvoker.java |   21 +-
 .../web/shell/HttpOperationInvoker.java         |   16 +
 .../web/shell/MBeanAccessException.java         |   21 +-
 .../RestApiCallForCommandNotFoundException.java |   21 +-
 .../web/shell/RestHttpOperationInvoker.java     |   21 +-
 .../web/shell/SimpleHttpOperationInvoker.java   |   21 +-
 .../shell/support/HttpInvocationHandler.java    |   21 +-
 .../shell/support/HttpMBeanProxyFactory.java    |   21 +-
 .../internal/web/util/ConvertUtils.java         |   21 +-
 .../management/internal/web/util/UriUtils.java  |   21 +-
 .../management/membership/ClientMembership.java |   21 +-
 .../membership/ClientMembershipEvent.java       |   21 +-
 .../membership/ClientMembershipListener.java    |   21 +-
 .../ClientMembershipListenerAdapter.java        |   21 +-
 .../management/membership/MembershipEvent.java  |   21 +-
 .../membership/MembershipListener.java          |   21 +-
 .../UniversalMembershipListenerAdapter.java     |   21 +-
 .../memcached/GemFireMemcachedServer.java       |   21 +-
 .../com/gemstone/gemfire/pdx/FieldType.java     |   21 +-
 .../com/gemstone/gemfire/pdx/JSONFormatter.java |   16 +
 .../gemfire/pdx/JSONFormatterException.java     |   23 +-
 .../gemfire/pdx/NonPortableClassException.java  |   16 +
 .../gemfire/pdx/PdxConfigurationException.java  |   21 +-
 .../pdx/PdxFieldAlreadyExistsException.java     |   21 +-
 .../pdx/PdxFieldDoesNotExistException.java      |   21 +-
 .../pdx/PdxFieldTypeMismatchException.java      |   21 +-
 .../gemfire/pdx/PdxInitializationException.java |   21 +-
 .../com/gemstone/gemfire/pdx/PdxInstance.java   |   21 +-
 .../gemfire/pdx/PdxInstanceFactory.java         |   21 +-
 .../com/gemstone/gemfire/pdx/PdxReader.java     |   21 +-
 .../pdx/PdxRegistryMismatchException.java       |   24 +-
 .../gemstone/gemfire/pdx/PdxSerializable.java   |   21 +-
 .../gemfire/pdx/PdxSerializationException.java  |   21 +-
 .../com/gemstone/gemfire/pdx/PdxSerializer.java |   21 +-
 .../gemstone/gemfire/pdx/PdxUnreadFields.java   |   21 +-
 .../com/gemstone/gemfire/pdx/PdxWriter.java     |   21 +-
 .../pdx/ReflectionBasedAutoSerializer.java      |   21 +-
 .../gemfire/pdx/WritablePdxInstance.java        |   21 +-
 .../pdx/internal/AutoSerializableManager.java   |   21 +-
 .../pdx/internal/CheckTypeRegistryState.java    |   21 +-
 .../pdx/internal/ClientTypeRegistration.java    |   21 +-
 .../gemfire/pdx/internal/ComparableEnum.java    |   16 +
 .../pdx/internal/ConvertableToBytes.java        |   16 +
 .../gemstone/gemfire/pdx/internal/DataSize.java |   21 +-
 .../gemfire/pdx/internal/DefaultPdxField.java   |   21 +-
 .../gemstone/gemfire/pdx/internal/EnumId.java   |   21 +-
 .../gemstone/gemfire/pdx/internal/EnumInfo.java |   21 +-
 .../pdx/internal/FieldNotFoundInPdxVersion.java |   16 +
 .../gemfire/pdx/internal/InternalPdxReader.java |   21 +-
 .../pdx/internal/LonerTypeRegistration.java     |   21 +-
 .../pdx/internal/NullTypeRegistration.java      |   21 +-
 .../gemstone/gemfire/pdx/internal/PdxField.java |   21 +-
 .../gemfire/pdx/internal/PdxInputStream.java    |   21 +-
 .../gemfire/pdx/internal/PdxInstanceEnum.java   |   21 +-
 .../pdx/internal/PdxInstanceFactoryImpl.java    |   21 +-
 .../gemfire/pdx/internal/PdxInstanceImpl.java   |   21 +-
 .../pdx/internal/PdxInstanceInputStream.java    |   21 +-
 .../gemfire/pdx/internal/PdxOutputStream.java   |   21 +-
 .../gemfire/pdx/internal/PdxReaderImpl.java     |   21 +-
 .../gemfire/pdx/internal/PdxString.java         |   23 +-
 .../gemstone/gemfire/pdx/internal/PdxType.java  |   21 +-
 .../gemfire/pdx/internal/PdxUnreadData.java     |   21 +-
 .../gemfire/pdx/internal/PdxWriterImpl.java     |   21 +-
 .../pdx/internal/PeerTypeRegistration.java      |   21 +-
 .../pdx/internal/TrackingPdxReaderImpl.java     |   21 +-
 .../gemfire/pdx/internal/TypeRegistration.java  |   21 +-
 .../gemfire/pdx/internal/TypeRegistry.java      |   21 +-
 .../gemfire/pdx/internal/UnreadPdxType.java     |   21 +-
 .../internal/WeakConcurrentIdentityHashMap.java |   21 +-
 .../pdx/internal/WritablePdxInstanceImpl.java   |   21 +-
 .../gemfire/pdx/internal/json/JsonHelper.java   |   21 +-
 .../pdx/internal/json/PdxInstanceHelper.java    |   23 +-
 .../pdx/internal/json/PdxListHelper.java        |   23 +-
 .../gemfire/pdx/internal/json/PdxToJSON.java    |   23 +-
 .../pdx/internal/unsafe/UnsafeWrapper.java      |   21 +-
 .../com/gemstone/gemfire/ra/GFConnection.java   |   16 +
 .../gemfire/ra/GFConnectionFactory.java         |   16 +
 .../gemfire/redis/GemFireRedisServer.java       |   18 +-
 .../gemfire/security/AccessControl.java         |   21 +-
 .../gemfire/security/AuthInitialize.java        |   21 +-
 .../security/AuthenticationFailedException.java |   21 +-
 .../AuthenticationRequiredException.java        |   21 +-
 .../gemfire/security/Authenticator.java         |   21 +-
 .../security/GemFireSecurityException.java      |   21 +-
 .../security/NotAuthorizedException.java        |   21 +-
 .../batterytest/greplogs/ExpectedStrings.java   |   21 +-
 .../java/batterytest/greplogs/LogConsumer.java  |   21 +-
 .../src/test/java/cacheRunner/Portfolio.java    |   16 +
 .../src/test/java/cacheRunner/Position.java     |   16 +
 .../src/test/java/com/company/app/Customer.java |   21 +-
 .../src/test/java/com/company/app/DBLoader.java |   21 +-
 .../com/company/app/OrdersCacheListener.java    |   21 +-
 .../java/com/company/data/DatabaseLoader.java   |   21 +-
 .../java/com/company/data/MyDeclarable.java     |   16 +
 .../src/test/java/com/company/data/MySizer.java |   21 +-
 .../com/company/data/MyTransactionListener.java |   21 +-
 .../src/test/java/com/examples/LinkNode.java    |   21 +-
 .../src/test/java/com/examples/SuperClass.java  |   21 +-
 .../src/test/java/com/examples/TestObject.java  |   21 +-
 .../src/test/java/com/examples/ds/Address.java  |   16 +
 .../src/test/java/com/examples/ds/Company.java  |   21 +-
 .../java/com/examples/ds/CompanySerializer.java |   21 +-
 .../src/test/java/com/examples/ds/Employee.java |   21 +-
 .../com/examples/ds/PutDataSerializables.java   |   21 +-
 .../src/test/java/com/examples/ds/User.java     |   21 +-
 .../com/examples/snapshot/MyDataSerializer.java |   21 +-
 .../java/com/examples/snapshot/MyObject.java    |   23 +-
 .../snapshot/MyObjectDataSerializable.java      |   23 +-
 .../java/com/examples/snapshot/MyObjectPdx.java |   16 +
 .../snapshot/MyObjectPdxSerializable.java       |   21 +-
 .../com/examples/snapshot/MyPdxSerializer.java  |   21 +-
 .../java/com/gemstone/gemfire/AppObject.java    |   18 +-
 .../test/java/com/gemstone/gemfire/BadTest.java |   21 +-
 .../com/gemstone/gemfire/CopyJUnitTest.java     |   21 +-
 .../com/gemstone/gemfire/DeltaTestImpl.java     |   21 +-
 .../gemfire/DiskInstantiatorsJUnitTest.java     |   21 +-
 .../com/gemstone/gemfire/GemFireTestCase.java   |   21 +-
 .../java/com/gemstone/gemfire/Invariant.java    |   22 +-
 .../com/gemstone/gemfire/InvariantResult.java   |   22 +-
 .../com/gemstone/gemfire/JUnitTestSetup.java    |   21 +-
 .../gemfire/JtaNoninvolvementJUnitTest.java     |   21 +-
 .../gemfire/LocalStatisticsJUnitTest.java       |   21 +-
 .../com/gemstone/gemfire/LonerDMJUnitTest.java  |   21 +-
 .../gemstone/gemfire/StatisticsTestCase.java    |   21 +-
 .../gemfire/StatisticsTypeJUnitTest.java        |   21 +-
 .../com/gemstone/gemfire/TXExpiryJUnitTest.java |   39 +-
 .../java/com/gemstone/gemfire/TXJUnitTest.java  |   21 +-
 .../com/gemstone/gemfire/TXWriterJUnitTest.java |   21 +-
 .../gemstone/gemfire/TXWriterOOMEJUnitTest.java |   21 +-
 .../com/gemstone/gemfire/TXWriterTestCase.java  |   16 +
 .../gemstone/gemfire/TestDataSerializer.java    |   21 +-
 .../com/gemstone/gemfire/TimingTestCase.java    |   22 +-
 .../com/gemstone/gemfire/UnitTestDoclet.java    |   21 +-
 .../gemstone/gemfire/admin/AdminTestHelper.java |   16 +
 .../BindDistributedSystemJUnitTest.java         |   21 +-
 .../internal/CacheHealthEvaluatorJUnitTest.java |   21 +-
 .../internal/DistributedSystemTestCase.java     |   21 +-
 .../admin/internal/HealthEvaluatorTestCase.java |   21 +-
 .../MemberHealthEvaluatorJUnitTest.java         |   21 +-
 .../cache/AttributesFactoryJUnitTest.java       |   21 +-
 .../gemfire/cache/Bug36619JUnitTest.java        |   21 +-
 .../gemfire/cache/Bug42039JUnitTest.java        |   21 +-
 .../gemfire/cache/Bug52289JUnitTest.java        |   24 +-
 .../gemfire/cache/CacheListenerJUnitTest.java   |   21 +-
 .../cache/CacheRegionClearStatsDUnitTest.java   |   21 +-
 .../gemstone/gemfire/cache/ClientHelper.java    |   21 +-
 .../cache/ClientServerTimeSyncDUnitTest.java    |   16 +
 .../cache/ConnectionPoolAndLoaderDUnitTest.java |   21 +-
 .../cache/ConnectionPoolFactoryJUnitTest.java   |   21 +-
 .../gemfire/cache/OperationJUnitTest.java       |   21 +-
 .../gemfire/cache/PoolManagerJUnitTest.java     |   21 +-
 .../gemstone/gemfire/cache/ProxyJUnitTest.java  |   21 +-
 .../gemfire/cache/RegionFactoryJUnitTest.java   |   21 +-
 .../gemfire/cache/RoleExceptionJUnitTest.java   |   21 +-
 .../client/ClientCacheFactoryJUnitTest.java     |   21 +-
 .../client/ClientRegionFactoryJUnitTest.java    |   21 +-
 .../ClientServerRegisterInterestsDUnitTest.java |   16 +
 .../internal/AutoConnectionSourceDUnitTest.java |   21 +-
 .../AutoConnectionSourceImplJUnitTest.java      |   21 +-
 .../AutoConnectionSourceWithUDPDUnitTest.java   |   21 +-
 .../internal/CacheServerSSLConnectionDUnit.java |  648 -------
 .../CacheServerSSLConnectionDUnitTest.java      |  426 +++++
 .../internal/ConnectionPoolImplJUnitTest.java   |   21 +-
 .../internal/LocatorLoadBalancingDUnitTest.java |   21 +-
 .../cache/client/internal/LocatorTestBase.java  |   21 +-
 .../internal/OpExecutorImplJUnitTest.java       |   21 +-
 .../client/internal/QueueManagerJUnitTest.java  |   21 +-
 .../internal/SSLNoClientAuthDUnitTest.java      |  280 +++
 .../internal/ServerBlackListJUnitTest.java      |   21 +-
 .../locator/LocatorStatusResponseJUnitTest.java |   20 +-
 .../pooling/ConnectionManagerJUnitTest.java     |   21 +-
 .../ColocatedRegionWithHDFSDUnitTest.java       |  189 --
 .../hdfs/internal/HDFSConfigJUnitTest.java      |  520 ------
 .../hdfs/internal/HDFSEntriesSetJUnitTest.java  |  227 ---
 .../internal/HdfsStoreMutatorJUnitTest.java     |  191 --
 .../hdfs/internal/RegionRecoveryDUnitTest.java  |  415 -----
 .../internal/RegionWithHDFSBasicDUnitTest.java  | 1594 ----------------
 .../RegionWithHDFSOffHeapBasicDUnitTest.java    |  114 --
 ...RegionWithHDFSPersistenceBasicDUnitTest.java |   77 -
 .../hdfs/internal/RegionWithHDFSTestBase.java   |  715 -------
 .../SignalledFlushObserverJUnitTest.java        |   23 +-
 .../SortedListForAsyncQueueJUnitTest.java       |   31 +-
 .../internal/hoplog/BaseHoplogTestCase.java     |  389 ----
 .../hoplog/CardinalityEstimatorJUnitTest.java   |  188 --
 .../hoplog/HDFSCacheLoaderJUnitTest.java        |  106 --
 .../hoplog/HDFSCompactionManagerJUnitTest.java  |  449 -----
 .../hoplog/HDFSRegionDirectorJUnitTest.java     |   97 -
 .../internal/hoplog/HDFSStatsJUnitTest.java     |  250 ---
 .../HDFSUnsortedHoplogOrganizerJUnitTest.java   |  297 ---
 .../HdfsSortedOplogOrganizerJUnitTest.java      | 1045 -----------
 .../hoplog/HfileSortedOplogJUnitTest.java       |  540 ------
 .../hoplog/SortedOplogListIterJUnitTest.java    |  178 --
 .../hoplog/TieredCompactionJUnitTest.java       |  904 ---------
 .../hoplog/mapreduce/GFKeyJUnitTest.java        |   50 -
 .../mapreduce/HDFSSplitIteratorJUnitTest.java   |  265 ---
 .../hoplog/mapreduce/HoplogUtilJUnitTest.java   |  305 ---
 .../management/MXMemoryPoolListenerExample.java |   21 +-
 .../management/MemoryThresholdsDUnitTest.java   |   31 +-
 .../MemoryThresholdsOffHeapDUnitTest.java       |  153 +-
 .../management/ResourceManagerDUnitTest.java    |   21 +-
 .../ExceptionHandlingJUnitTest.java             |   21 +-
 .../mapInterface/MapFunctionalJUnitTest.java    |   21 +-
 .../mapInterface/PutAllGlobalLockJUnitTest.java |   21 +-
 .../PutOperationContextJUnitTest.java           |   16 +
 .../GetOperationContextImplJUnitTest.java       |   16 +
 .../partition/PartitionManagerDUnitTest.java    |   21 +-
 .../PartitionRegionHelperDUnitTest.java         |   21 +-
 .../BaseLineAndCompareQueryPerfJUnitTest.java   |   21 +-
 .../query/Bug32947ValueConstraintJUnitTest.java |   21 +-
 .../gemfire/cache/query/BugJUnitTest.java       |   21 +-
 .../gemfire/cache/query/CacheUtils.java         |   21 +-
 .../cache/query/PdxStringQueryJUnitTest.java    |   21 +-
 .../gemstone/gemfire/cache/query/PerfQuery.java |   22 +-
 .../gemfire/cache/query/QueryJUnitTest.java     |   21 +-
 .../cache/query/QueryServiceJUnitTest.java      |   21 +-
 .../gemfire/cache/query/QueryTestUtils.java     |   21 +-
 .../cache/query/QueryTestUtilsJUnitTest.java    |   21 +-
 .../gemfire/cache/query/RegionJUnitTest.java    |   21 +-
 .../cache/query/TypedIteratorJUnitTest.java     |   21 +-
 .../com/gemstone/gemfire/cache/query/Utils.java |   21 +-
 .../query/cq/dunit/CqQueryTestListener.java     |   21 +-
 .../gemfire/cache/query/data/Address.java       |   21 +-
 .../gemstone/gemfire/cache/query/data/City.java |   22 +-
 .../cache/query/data/CollectionHolder.java      |   22 +-
 .../cache/query/data/ComparableWrapper.java     |   22 +-
 .../gemfire/cache/query/data/Country.java       |   21 +-
 .../gemstone/gemfire/cache/query/data/Data.java |   22 +-
 .../gemfire/cache/query/data/District.java      |   22 +-
 .../gemfire/cache/query/data/Employee.java      |   21 +-
 .../gemfire/cache/query/data/Inventory.java     |   21 +-
 .../gemfire/cache/query/data/Keywords.java      |   21 +-
 .../gemfire/cache/query/data/Manager.java       |   21 +-
 .../gemfire/cache/query/data/Numbers.java       |   21 +-
 .../gemfire/cache/query/data/PhoneNo.java       |   21 +-
 .../gemfire/cache/query/data/Portfolio.java     |   22 +-
 .../gemfire/cache/query/data/PortfolioData.java |   21 +-
 .../gemfire/cache/query/data/PortfolioNoDS.java |   16 +
 .../gemfire/cache/query/data/PortfolioPdx.java  |   22 +-
 .../gemfire/cache/query/data/Position.java      |   21 +-
 .../gemfire/cache/query/data/PositionNoDS.java  |   16 +
 .../gemfire/cache/query/data/PositionPdx.java   |   21 +-
 .../query/data/ProhibitedSecurityQuote.java     |   21 +-
 .../gemfire/cache/query/data/Quote.java         |   21 +-
 .../gemfire/cache/query/data/Restricted.java    |   21 +-
 .../cache/query/data/SecurityMaster.java        |   21 +-
 .../gemfire/cache/query/data/State.java         |   21 +-
 .../gemfire/cache/query/data/Street.java        |   21 +-
 .../gemfire/cache/query/data/Student.java       |   23 +-
 .../gemfire/cache/query/data/Vehicle.java       |   21 +-
 .../gemfire/cache/query/data/Village.java       |   21 +-
 .../query/dunit/CloseCacheAuthorization.java    |   16 +
 .../query/dunit/CompactRangeIndexDUnitTest.java |   21 +-
 .../cache/query/dunit/CqTimeTestListener.java   |   21 +-
 .../cache/query/dunit/GroupByDUnitImpl.java     |   16 +
 .../dunit/GroupByPartitionedQueryDUnitTest.java |   16 +
 .../query/dunit/GroupByQueryDUnitTest.java      |   16 +
 .../cache/query/dunit/HashIndexDUnitTest.java   |   21 +-
 .../cache/query/dunit/HelperTestCase.java       |   16 +
 .../dunit/NonDistinctOrderByDUnitImpl.java      |   16 +
 .../NonDistinctOrderByPartitionedDUnitTest.java |   16 +
 .../query/dunit/PdxStringQueryDUnitTest.java    |   21 +-
 .../dunit/QueryAPITestPartitionResolver.java    |   22 +-
 .../cache/query/dunit/QueryAuthorization.java   |   21 +-
 .../dunit/QueryDataInconsistencyDUnitTest.java  |   24 +-
 .../dunit/QueryIndexUsingXMLDUnitTest.java      |   21 +-
 .../QueryParamsAuthorizationDUnitTest.java      |   21 +-
 .../QueryUsingFunctionContextDUnitTest.java     |   47 +-
 .../query/dunit/QueryUsingPoolDUnitTest.java    |   21 +-
 .../cache/query/dunit/RemoteQueryDUnitTest.java |   21 +-
 ...esourceManagerWithQueryMonitorDUnitTest.java |   21 +-
 .../query/dunit/SelectStarQueryDUnitTest.java   |   21 +-
 .../cache/query/facets/lang/Address.java        |   23 +-
 .../gemfire/cache/query/facets/lang/Course.java |   23 +-
 .../cache/query/facets/lang/Department.java     |   23 +-
 .../query/facets/lang/DerivedEmployee.java      |   22 +-
 .../cache/query/facets/lang/Employee.java       |   21 +-
 .../cache/query/facets/lang/Faculty.java        |   21 +-
 .../cache/query/facets/lang/G_Student.java      |   23 +-
 .../gemfire/cache/query/facets/lang/Person.java |   23 +-
 .../cache/query/facets/lang/Student.java        |   23 +-
 .../cache/query/facets/lang/UG_Student.java     |   23 +-
 .../gemfire/cache/query/facets/lang/Utils.java  |   20 +-
 .../ComparisonOperatorsJUnitTest.java           |   21 +-
 .../query/functional/ConstantsJUnitTest.java    |   21 +-
 .../query/functional/CountStarJUnitTest.java    |   21 +-
 .../CustomerOptimizationsJUnitTest.java         |   21 +-
 .../DistinctAndNonDistinctQueryJUnitTest.java   |   29 +-
 ...ctResultsWithDupValuesInRegionJUnitTest.java |   21 +-
 .../query/functional/FunctionJUnitTest.java     |   21 +-
 .../functional/GroupByPartitionedJUnitTest.java |   16 +
 .../functional/GroupByReplicatedJUnitTest.java  |   16 +
 .../cache/query/functional/GroupByTestImpl.java |   21 +-
 .../query/functional/GroupByTestInterface.java  |   16 +
 .../query/functional/INOperatorJUnitTest.java   |   21 +-
 .../functional/IUM6Bug32345ReJUnitTest.java     |   21 +-
 .../cache/query/functional/IUMJUnitTest.java    |   21 +-
 .../IUMRCompositeIteratorJUnitTest.java         |   21 +-
 .../IUMRMultiIndexesMultiRegionJUnitTest.java   |   21 +-
 .../IUMRShuffleIteratorsJUnitTest.java          |   21 +-
 .../functional/IUMRSingleRegionJUnitTest.java   |   21 +-
 ...ependentOperandsInWhereClause2JUnitTest.java |   21 +-
 .../IndexCreationDeadLockJUnitTest.java         |   21 +-
 .../functional/IndexCreationJUnitTest.java      |   21 +-
 .../IndexMaintenanceAsynchJUnitTest.java        |   21 +-
 .../functional/IndexOperatorJUnitTest.java      |   21 +-
 .../IndexPrimaryKeyUsageJUnitTest.java          |   21 +-
 .../IndexUsageInNestedQueryJUnitTest.java       |   21 +-
 .../IndexUsageWithAliasAsProjAtrbt.java         |   21 +-
 ...IndexUsageWithAliasAsProjAtrbtJUnitTest.java |   21 +-
 .../IndexUseMultFrmSnglCondJUnitTest.java       |   21 +-
 ...ndexWithSngleFrmAndMultCondQryJUnitTest.java |   21 +-
 .../functional/IteratorTypeDefEmpJUnitTest.java |   21 +-
 .../functional/IteratorTypeDefJUnitTest.java    |   21 +-
 .../IteratorTypeDefaultTypesJUnitTest.java      |   21 +-
 .../functional/IumMultConditionJUnitTest.java   |   21 +-
 .../functional/JavaSerializationJUnitTest.java  |   21 +-
 .../functional/LikePredicateJUnitTest.java      |   21 +-
 .../query/functional/LimitClauseJUnitTest.java  |   21 +-
 .../functional/LogicalOperatorsJUnitTest.java   |   21 +-
 .../cache/query/functional/MiscJUnitTest.java   |   21 +-
 .../functional/MultiIndexCreationJUnitTest.java |   16 +
 .../MultiRegionIndexUsageJUnitTest.java         |   21 +-
 .../functional/MultipleRegionsJUnitTest.java    |   21 +-
 .../NegativeNumberQueriesJUnitTest.java         |   21 +-
 .../query/functional/NestedQueryJUnitTest.java  |   21 +-
 .../NonDistinctOrderByPartitionedJUnitTest.java |   16 +
 .../NonDistinctOrderByReplicatedJUnitTest.java  |   16 +
 .../NonDistinctOrderByTestImplementation.java   |   21 +-
 .../query/functional/NumericQueryJUnitTest.java |   21 +-
 .../functional/OrderByPartitionedJUnitTest.java |   16 +
 .../functional/OrderByReplicatedJUnitTest.java  |   16 +
 .../functional/OrderByTestImplementation.java   |   21 +-
 .../functional/ParameterBindingJUnitTest.java   |   21 +-
 .../PdxGroupByPartitionedJUnitTest.java         |   16 +
 .../PdxGroupByReplicatedJUnitTest.java          |   16 +
 .../query/functional/PdxGroupByTestImpl.java    |   16 +
 .../query/functional/PdxOrderByJUnitTest.java   |   16 +
 .../functional/QRegionInterfaceJUnitTest.java   |   21 +-
 .../QueryREUpdateInProgressJUnitTest.java       |   21 +-
 .../functional/QueryUndefinedJUnitTest.java     |   21 +-
 .../functional/ReservedKeywordsJUnitTest.java   |   21 +-
 .../ResultsDataSerializabilityJUnitTest.java    |   21 +-
 .../query/functional/SelectToDateJUnitTest.java |   21 +-
 .../functional/StructMemberAccessJUnitTest.java |   21 +-
 .../query/functional/StructSetOrResultsSet.java |   25 +-
 .../query/functional/TestNewFunctionSSorRS.java |   21 +-
 .../CompiledAggregateFunctionJUnitTest.java     |   16 +
 .../CompiledGroupBySelectJUnitTest.java         |   16 +
 .../CompiledJunctionInternalsJUnitTest.java     |   21 +-
 .../internal/CopyOnReadQueryJUnitTest.java      |   21 +-
 .../internal/ExecutionContextJUnitTest.java     |   21 +-
 .../query/internal/IndexManagerJUnitTest.java   |   21 +-
 .../internal/NWayMergeResultsJUnitTest.java     |   16 +
 .../internal/OrderByComparatorJUnitTest.java    |   16 +
 .../internal/ProjectionAttributeJUnitTest.java  |   21 +-
 .../query/internal/QCompilerJUnitTest.java      |   21 +-
 ...ueryFromClauseCanonicalizationJUnitTest.java |   21 +-
 .../QueryObjectSerializationJUnitTest.java      |   21 +-
 .../QueryObserverCallbackJUnitTest.java         |   21 +-
 .../query/internal/QueryTraceJUnitTest.java     |   21 +-
 .../query/internal/QueryUtilsJUnitTest.java     |   21 +-
 .../query/internal/ResultsBagJUnitTest.java     |   21 +-
 .../ResultsBagLimitBehaviourJUnitTest.java      |   21 +-
 .../ResultsCollectionWrapperLimitJUnitTest.java |   21 +-
 .../SelectResultsComparatorJUnitTest.java       |   21 +-
 .../StructBagLimitBehaviourJUnitTest.java       |   21 +-
 .../query/internal/StructSetJUnitTest.java      |   21 +-
 .../internal/aggregate/AggregatorJUnitTest.java |   16 +
 ...syncIndexUpdaterThreadShutdownJUnitTest.java |   21 +-
 .../index/AsynchIndexMaintenanceJUnitTest.java  |   21 +-
 .../CompactRangeIndexIndexMapJUnitTest.java     |   21 +-
 .../index/CompactRangeIndexJUnitTest.java       |   21 +-
 ...rrentIndexInitOnOverflowRegionDUnitTest.java |   21 +-
 ...ndexOperationsOnOverflowRegionDUnitTest.java |   21 +-
 ...pdateWithInplaceObjectModFalseDUnitTest.java |   21 +-
 ...ConcurrentIndexUpdateWithoutWLDUnitTest.java |   21 +-
 .../index/CopyOnReadIndexDUnitTest.java         |   95 +-
 .../index/CopyOnReadIndexJUnitTest.java         |   21 +-
 .../DeclarativeIndexCreationJUnitTest.java      |   21 +-
 .../internal/index/HashIndexJUnitTest.java      |   21 +-
 .../index/IndexCreationInternalsJUnitTest.java  |   21 +-
 .../internal/index/IndexElemArrayJUnitTest.java |   21 +-
 .../internal/index/IndexHintJUnitTest.java      |   16 +
 .../query/internal/index/IndexJUnitTest.java    |   21 +-
 .../index/IndexMaintainceJUnitTest.java         |   21 +-
 .../index/IndexMaintenanceJUnitTest.java        |   21 +-
 .../index/IndexStatisticsJUnitTest.java         |   21 +-
 .../IndexTrackingQueryObserverDUnitTest.java    |   21 +-
 .../IndexTrackingQueryObserverJUnitTest.java    |   21 +-
 .../query/internal/index/IndexUseJUnitTest.java |   21 +-
 .../IndexedMergeEquiJoinScenariosJUnitTest.java |   21 +-
 ...itializeIndexEntryDestroyQueryDUnitTest.java |   21 +-
 .../internal/index/MapIndexStoreJUnitTest.java  |   21 +-
 .../MapRangeIndexMaintenanceJUnitTest.java      |   21 +-
 .../index/MultiIndexCreationDUnitTest.java      |   16 +
 .../NewDeclarativeIndexCreationJUnitTest.java   |   21 +-
 .../index/PdxCopyOnReadQueryJUnitTest.java      |   16 +
 ...gRegionCreationIndexUpdateTypeJUnitTest.java |   21 +-
 .../PutAllWithIndexPerfDUnitDisabledTest.java   |   21 +-
 .../internal/index/RangeIndexAPIJUnitTest.java  |   23 +-
 .../PRBasicIndexCreationDUnitTest.java          |   20 +-
 .../PRBasicIndexCreationDeadlockDUnitTest.java  |   20 +-
 .../PRBasicMultiIndexCreationDUnitTest.java     |   20 +-
 .../partitioned/PRBasicQueryDUnitTest.java      |   20 +-
 .../PRBasicRemoveIndexDUnitTest.java            |   21 +-
 .../PRColocatedEquiJoinDUnitTest.java           |   21 +-
 .../partitioned/PRIndexStatisticsJUnitTest.java |   21 +-
 .../partitioned/PRInvalidQueryDUnitTest.java    |   20 +-
 .../partitioned/PRInvalidQueryJUnitTest.java    |   21 +-
 .../partitioned/PRQueryCacheCloseDUnitTest.java |   20 +-
 .../PRQueryCacheClosedJUnitTest.java            |   21 +-
 .../query/partitioned/PRQueryDUnitHelper.java   |   20 +-
 .../query/partitioned/PRQueryDUnitTest.java     |   20 +-
 .../query/partitioned/PRQueryJUnitTest.java     |   21 +-
 .../partitioned/PRQueryNumThreadsJUnitTest.java |   21 +-
 .../query/partitioned/PRQueryPerfDUnitTest.java |   20 +-
 .../PRQueryRegionCloseDUnitTest.java            |   20 +-
 .../PRQueryRegionClosedJUnitTest.java           |   21 +-
 .../PRQueryRegionDestroyedDUnitTest.java        |   20 +-
 .../PRQueryRegionDestroyedJUnitTest.java        |   21 +-
 .../PRQueryRemoteNodeExceptionDUnitTest.java    |   21 +-
 .../gemfire/cache/query/transaction/Person.java |   21 +-
 .../query/transaction/QueryAndJtaJUnitTest.java |   21 +-
 .../internal/ConnectionCountProbeJUnitTest.java |   21 +-
 .../cache/snapshot/CacheSnapshotJUnitTest.java  |   21 +-
 .../snapshot/ParallelSnapshotDUnitTest.java     |   21 +-
 .../gemfire/cache/snapshot/RegionGenerator.java |   21 +-
 .../cache/snapshot/RegionSnapshotJUnitTest.java |   21 +-
 .../snapshot/SnapshotByteArrayDUnitTest.java    |   21 +-
 .../cache/snapshot/SnapshotDUnitTest.java       |   21 +-
 .../snapshot/SnapshotPerformanceDUnitTest.java  |   21 +-
 .../cache/snapshot/SnapshotTestCase.java        |   21 +-
 .../cache/snapshot/WanSnapshotJUnitTest.java    |   21 +-
 .../cache/util/PasswordUtilJUnitTest.java       |   21 +-
 .../gemfire/cache30/Bug34387DUnitTest.java      |   21 +-
 .../gemfire/cache30/Bug34948DUnitTest.java      |   21 +-
 .../gemfire/cache30/Bug35214DUnitTest.java      |   21 +-
 .../gemfire/cache30/Bug38013DUnitTest.java      |   21 +-
 .../gemfire/cache30/Bug38741DUnitTest.java      |   21 +-
 .../cache30/Bug40255JUnitDisabledTest.java      |   22 +-
 .../cache30/Bug40662JUnitDisabledTest.java      |   21 +-
 .../gemfire/cache30/Bug44418JUnitTest.java      |   21 +-
 .../gemfire/cache30/CacheCloseDUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheListenerTestCase.java  |   21 +-
 .../gemfire/cache30/CacheLoaderTestCase.java    |   21 +-
 .../gemfire/cache30/CacheLogRollDUnitTest.java  |   21 +-
 .../gemfire/cache30/CacheMapTxnDUnitTest.java   |   22 +-
 ...cheRegionsReliablityStatsCheckDUnitTest.java |   21 +-
 .../cache30/CacheSerializableRunnable.java      |   21 +-
 .../cache30/CacheStatisticsDUnitTest.java       |   21 +-
 .../gemstone/gemfire/cache30/CacheTestCase.java |   57 +-
 .../gemfire/cache30/CacheWriterTestCase.java    |   21 +-
 .../cache30/CacheXMLPartitionResolver.java      |   21 +-
 .../gemfire/cache30/CacheXml30DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml40DUnitTest.java    |   37 +-
 .../gemfire/cache30/CacheXml41DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml45DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml51DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml55DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml57DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml58DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml60DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml61DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml65DUnitTest.java    |   22 +-
 .../gemfire/cache30/CacheXml66DUnitTest.java    |   21 +-
 .../gemfire/cache30/CacheXml70DUnitTest.java    |   22 +-
 .../gemfire/cache30/CacheXml80DUnitTest.java    |   22 +-
 .../gemfire/cache30/CacheXml81DUnitTest.java    |   22 +-
 .../gemfire/cache30/CacheXml90DUnitTest.java    |   22 +-
 .../gemfire/cache30/CacheXmlTestCase.java       |   16 +
 .../cache30/CachedAllEventsDUnitTest.java       |   21 +-
 .../gemfire/cache30/CallbackArgDUnitTest.java   |   21 +-
 .../cache30/CertifiableTestCacheListener.java   |   24 +-
 .../cache30/ClearMultiVmCallBkDUnitTest.java    |   22 +-
 .../gemfire/cache30/ClearMultiVmDUnitTest.java  |   22 +-
 .../cache30/ClientMembershipDUnitTest.java      |   21 +-
 .../ClientMembershipSelectorDUnitTest.java      |   16 +
 .../ClientRegisterInterestDUnitTest.java        |   21 +-
 ...ClientRegisterInterestSelectorDUnitTest.java |   16 +
 .../cache30/ClientServerCCEDUnitTest.java       |   21 +-
 .../gemfire/cache30/ClientServerTestCase.java   |   21 +-
 .../ConcurrentLeaveDuringGIIDUnitTest.java      |   21 +-
 ...ibutedNoAckAsyncOverflowRegionDUnitTest.java |   22 +-
 ...iskDistributedNoAckAsyncRegionDUnitTest.java |   22 +-
 .../DiskDistributedNoAckRegionTestCase.java     |   22 +-
 ...ributedNoAckSyncOverflowRegionDUnitTest.java |   22 +-
 .../gemfire/cache30/DiskRegionDUnitTest.java    |   21 +-
 .../gemfire/cache30/DiskRegionTestImpl.java     |   22 +-
 .../cache30/DistAckMapMethodsDUnitTest.java     |   22 +-
 ...ckOverflowRegionCCECompressionDUnitTest.java |   21 +-
 ...istributedAckOverflowRegionCCEDUnitTest.java |   21 +-
 ...tedAckOverflowRegionCCEOffHeapDUnitTest.java |   16 +
 ...PersistentRegionCCECompressionDUnitTest.java |   21 +-
 ...tributedAckPersistentRegionCCEDUnitTest.java |   22 +-
 ...dAckPersistentRegionCCEOffHeapDUnitTest.java |   16 +
 .../DistributedAckRegionCCEDUnitTest.java       |   22 +-
 ...DistributedAckRegionCCEOffHeapDUnitTest.java |   16 +
 ...istributedAckRegionCompressionDUnitTest.java |   21 +-
 .../cache30/DistributedAckRegionDUnitTest.java  |   21 +-
 .../DistributedAckRegionOffHeapDUnitTest.java   |   16 +
 .../DistributedNoAckRegionCCEDUnitTest.java     |   21 +-
 ...stributedNoAckRegionCCEOffHeapDUnitTest.java |   16 +
 ...tributedNoAckRegionCompressionDUnitTest.java |   21 +-
 .../DistributedNoAckRegionDUnitTest.java        |   21 +-
 .../DistributedNoAckRegionOffHeapDUnitTest.java |   16 +
 .../gemfire/cache30/DynamicRegionDUnitTest.java |   21 +-
 .../gemfire/cache30/GlobalLockingDUnitTest.java |   21 +-
 .../cache30/GlobalRegionCCEDUnitTest.java       |   22 +-
 .../GlobalRegionCCEOffHeapDUnitTest.java        |   16 +
 .../GlobalRegionCompressionDUnitTest.java       |   21 +-
 .../gemfire/cache30/GlobalRegionDUnitTest.java  |   21 +-
 .../cache30/GlobalRegionOffHeapDUnitTest.java   |   16 +
 .../cache30/LRUEvictionControllerDUnitTest.java |   21 +-
 .../gemfire/cache30/LocalRegionDUnitTest.java   |   21 +-
 .../MemLRUEvictionControllerDUnitTest.java      |   21 +-
 .../gemfire/cache30/MultiVMRegionTestCase.java  |   91 +-
 .../gemfire/cache30/MyGatewayEventFilter1.java  |   21 +-
 .../gemfire/cache30/MyGatewayEventFilter2.java  |   23 +-
 .../cache30/MyGatewayTransportFilter1.java      |   21 +-
 .../cache30/MyGatewayTransportFilter2.java      |   21 +-
 .../OffHeapLRUEvictionControllerDUnitTest.java  |   21 +-
 .../PRBucketSynchronizationDUnitTest.java       |   21 +-
 .../PartitionedRegionCompressionDUnitTest.java  |   21 +-
 .../cache30/PartitionedRegionDUnitTest.java     |   21 +-
 ...tionedRegionMembershipListenerDUnitTest.java |   22 +-
 .../PartitionedRegionOffHeapDUnitTest.java      |   16 +
 .../cache30/PreloadedRegionTestCase.java        |   21 +-
 .../gemfire/cache30/ProxyDUnitTest.java         |   21 +-
 .../cache30/PutAllCallBkRemoteVMDUnitTest.java  |   22 +-
 .../cache30/PutAllCallBkSingleVMDUnitTest.java  |   22 +-
 .../gemfire/cache30/PutAllMultiVmDUnitTest.java |   22 +-
 .../gemfire/cache30/QueueMsgDUnitTest.java      |   21 +-
 .../cache30/RRSynchronizationDUnitTest.java     |   21 +-
 .../gemfire/cache30/ReconnectDUnitTest.java     |   21 +-
 .../ReconnectedCacheServerDUnitTest.java        |   21 +-
 .../cache30/RegionAttributesTestCase.java       |   21 +-
 .../cache30/RegionExpirationDUnitTest.java      |   21 +-
 .../RegionMembershipListenerDUnitTest.java      |   21 +-
 .../RegionReliabilityDistAckDUnitTest.java      |   21 +-
 .../RegionReliabilityDistNoAckDUnitTest.java    |   21 +-
 .../RegionReliabilityGlobalDUnitTest.java       |   21 +-
 .../RegionReliabilityListenerDUnitTest.java     |   21 +-
 .../cache30/RegionReliabilityTestCase.java      |   21 +-
 .../gemfire/cache30/RegionTestCase.java         |   21 +-
 .../gemfire/cache30/ReliabilityTestCase.java    |   21 +-
 .../cache30/RemoveAllMultiVmDUnitTest.java      |   22 +-
 .../gemfire/cache30/RequiredRolesDUnitTest.java |   21 +-
 .../cache30/RolePerformanceDUnitTest.java       |   21 +-
 .../gemfire/cache30/SearchAndLoadDUnitTest.java |   21 +-
 .../cache30/SlowRecDUnitDisabledTest.java       |   21 +-
 .../gemfire/cache30/TXDistributedDUnitTest.java |   21 +-
 .../gemfire/cache30/TXOrderDUnitTest.java       |   21 +-
 .../cache30/TXRestrictionsDUnitTest.java        |   21 +-
 .../gemfire/cache30/TestCacheCallback.java      |   21 +-
 .../gemfire/cache30/TestCacheListener.java      |   21 +-
 .../gemfire/cache30/TestCacheLoader.java        |   21 +-
 .../gemfire/cache30/TestCacheWriter.java        |   21 +-
 .../gemfire/cache30/TestDiskRegion.java         |   21 +-
 .../gemstone/gemfire/cache30/TestHeapLRU.java   |   21 +-
 .../gemfire/cache30/TestPdxSerializer.java      |   21 +-
 .../cache30/TestTransactionListener.java        |   21 +-
 .../gemfire/cache30/TestTransactionWriter.java  |   21 +-
 .../AnalyzeSerializablesJUnitTest.java          |   47 +-
 .../codeAnalysis/ClassAndMethodDetails.java     |   23 +-
 .../gemfire/codeAnalysis/ClassAndMethods.java   |   23 +-
 .../codeAnalysis/ClassAndVariableDetails.java   |   23 +-
 .../gemfire/codeAnalysis/ClassAndVariables.java |   23 +-
 .../codeAnalysis/CompiledClassUtils.java        |   23 +-
 .../codeAnalysis/decode/CompiledAttribute.java  |   21 +-
 .../codeAnalysis/decode/CompiledClass.java      |   21 +-
 .../codeAnalysis/decode/CompiledCode.java       |   21 +-
 .../codeAnalysis/decode/CompiledField.java      |   21 +-
 .../codeAnalysis/decode/CompiledMethod.java     |   21 +-
 .../gemfire/codeAnalysis/decode/cp/Cp.java      |   21 +-
 .../gemfire/codeAnalysis/decode/cp/CpClass.java |   21 +-
 .../codeAnalysis/decode/cp/CpDouble.java        |   21 +-
 .../codeAnalysis/decode/cp/CpFieldref.java      |   18 +-
 .../gemfire/codeAnalysis/decode/cp/CpFloat.java |   18 +-
 .../codeAnalysis/decode/cp/CpInteger.java       |   18 +-
 .../decode/cp/CpInterfaceMethodref.java         |   18 +-
 .../gemfire/codeAnalysis/decode/cp/CpLong.java  |   21 +-
 .../codeAnalysis/decode/cp/CpMethodref.java     |   18 +-
 .../codeAnalysis/decode/cp/CpNameAndType.java   |   18 +-
 .../codeAnalysis/decode/cp/CpString.java        |   18 +-
 .../gemfire/codeAnalysis/decode/cp/CpUtf8.java  |   21 +-
 .../distributed/AbstractLauncherJUnitTest.java  |   20 +-
 .../AbstractLauncherJUnitTestCase.java          |   16 +
 .../AbstractLauncherServiceStatusJUnitTest.java |   21 +-
 .../AbstractLocatorLauncherJUnitTestCase.java   |   16 +
 .../AbstractServerLauncherJUnitTestCase.java    |   16 +
 .../gemfire/distributed/AuthInitializer.java    |   23 +-
 .../distributed/CommonLauncherTestSuite.java    |   20 +-
 .../distributed/DistributedMemberDUnitTest.java |   21 +-
 .../DistributedSystemConnectPerf.java           |   21 +-
 .../distributed/DistributedSystemDUnitTest.java |   21 +-
 .../distributed/DistributedTestSuite.java       |   16 +
 .../distributed/HostedLocatorsDUnitTest.java    |   16 +
 .../gemfire/distributed/JGroupsJUnitTest.java   |   21 +-
 .../LauncherMemberMXBeanJUnitTest.java          |   16 +
 .../gemfire/distributed/LauncherTestSuite.java  |   16 +
 .../gemfire/distributed/LocatorDUnitTest.java   |   21 +-
 .../gemfire/distributed/LocatorJUnitTest.java   |   21 +-
 .../distributed/LocatorLauncherJUnitTest.java   |   45 +-
 .../LocatorLauncherLocalFileJUnitTest.java      |   16 +
 .../LocatorLauncherLocalJUnitTest.java          |  108 +-
 .../LocatorLauncherRemoteFileJUnitTest.java     |   20 +-
 .../LocatorLauncherRemoteJUnitTest.java         |   20 +-
 .../gemfire/distributed/MyAuthenticator.java    |   23 +-
 .../gemfire/distributed/MyPrincipal.java        |   18 +-
 .../gemfire/distributed/RoleDUnitTest.java      |   21 +-
 .../distributed/ServerLauncherJUnitTest.java    |   78 +-
 .../ServerLauncherLocalFileJUnitTest.java       |   20 +-
 .../ServerLauncherLocalJUnitTest.java           |  136 +-
 .../ServerLauncherRemoteFileJUnitTest.java      |   16 +
 .../ServerLauncherRemoteJUnitTest.java          |   32 +-
 .../ServerLauncherWithSpringJUnitTest.java      |   16 +
 .../distributed/SystemAdminDUnitTest.java       |   21 +-
 .../AtomicLongWithTerminalStateJUnitTest.java   |   21 +-
 .../distributed/internal/Bug40751DUnitTest.java |   21 +-
 .../ConsoleDistributionManagerDUnitTest.java    |   21 +-
 .../distributed/internal/DateMessage.java       |   21 +-
 .../internal/DistributionAdvisorDUnitTest.java  |   21 +-
 .../internal/DistributionManagerDUnitTest.java  |   21 +-
 ...istributionManagerTimeDUnitDisabledTest.java |   21 +-
 .../GemFireTimeSyncServiceDUnitTest.java        |   21 +-
 .../InternalDistributedSystemJUnitTest.java     |   45 +-
 .../gemfire/distributed/internal/LDM.java       |   21 +-
 .../internal/LocalDistributionManagerTest.java  |   21 +-
 .../internal/LocatorLoadSnapshotJUnitTest.java  |   21 +-
 .../internal/ProduceDateMessages.java           |   21 +-
 .../internal/ProductUseLogDUnitTest.java        |   21 +-
 .../internal/ProductUseLogJUnitTest.java        |   21 +-
 .../internal/ServerLocatorJUnitTest.java        |   20 +-
 .../internal/SharedConfigurationJUnitTest.java  |   21 +-
 .../internal/StartupMessageDataJUnitTest.java   |   21 +-
 .../deadlock/DeadlockDetectorJUnitTest.java     |   21 +-
 .../deadlock/DependencyGraphJUnitTest.java      |   21 +-
 .../GemFireDeadlockDetectorDUnitTest.java       |   70 +-
 .../deadlock/UnsafeThreadLocalJUnitTest.java    |   21 +-
 .../locks/CollaborationJUnitDisabledTest.java   |   21 +-
 .../internal/locks/DLockGrantorHelper.java      |   21 +-
 ...entrantReadWriteWriteShareLockJUnitTest.java |   21 +-
 .../membership/MembershipJUnitTest.java         |   21 +-
 .../jgroup/MembershipManagerHelper.java         |   21 +-
 .../StreamingOperationManyDUnitTest.java        |   29 +-
 .../StreamingOperationOneDUnitTest.java         |   29 +-
 .../tcpserver/LocatorVersioningJUnitTest.java   |   17 +-
 ...cpServerBackwardCompatDUnitDisabledTest.java |   17 +-
 .../tcpserver/TcpServerJUnitDisabledTest.java   |   16 +
 .../support/DistributedSystemAdapter.java       |   21 +-
 .../gemfire/disttx/CacheMapDistTXDUnitTest.java |   16 +
 .../gemfire/disttx/DistTXDebugDUnitTest.java    |   29 +-
 .../disttx/DistTXDistributedTestSuite.java      |   16 +
 .../gemfire/disttx/DistTXExpiryJUnitTest.java   |   16 +
 .../gemfire/disttx/DistTXJUnitTest.java         |   16 +
 .../disttx/DistTXManagerImplJUnitTest.java      |   16 +
 .../gemfire/disttx/DistTXOrderDUnitTest.java    |   16 +
 .../disttx/DistTXPersistentDebugDUnitTest.java  |   38 +-
 .../DistTXReleasesOffHeapOnCloseJUnitTest.java  |   16 +
 .../disttx/DistTXRestrictionsDUnitTest.java     |   16 +
 .../disttx/DistTXWithDeltaDUnitTest.java        |   16 +
 .../gemfire/disttx/DistTXWriterJUnitTest.java   |   16 +
 .../disttx/DistTXWriterOOMEJUnitTest.java       |   16 +
 .../disttx/DistributedTransactionDUnitTest.java |   18 +-
 .../gemfire/disttx/PRDistTXDUnitTest.java       |   16 +
 .../gemfire/disttx/PRDistTXJUnitTest.java       |   16 +
 .../disttx/PRDistTXWithVersionsDUnitTest.java   |   16 +
 ...entPartitionedRegionWithDistTXDUnitTest.java |   16 +
 .../gemfire/internal/ArrayEqualsJUnitTest.java  |   21 +-
 .../gemfire/internal/AvailablePortHelper.java   |   21 +-
 .../internal/AvailablePortJUnitTest.java        |   21 +-
 ...wardCompatibilitySerializationJUnitTest.java |   21 +-
 .../gemfire/internal/Bug49856JUnitTest.java     |   21 +-
 .../gemfire/internal/Bug51616JUnitTest.java     |   16 +
 .../gemfire/internal/ByteArrayData.java         |   21 +-
 .../gemstone/gemfire/internal/ClassBuilder.java |   21 +-
 .../ClassNotFoundExceptionDUnitTest.java        |   21 +-
 .../internal/ClassPathLoaderJUnitTest.java      |   21 +-
 .../internal/CopyOnWriteHashSetJUnitTest.java   |   21 +-
 .../internal/DataSerializableJUnitTest.java     |   21 +-
 .../gemstone/gemfire/internal/FDDUnitTest.java  |   23 +-
 .../gemfire/internal/FileUtilJUnitTest.java     |   21 +-
 .../internal/GemFireStatSamplerJUnitTest.java   |   21 +-
 .../GemFireVersionIntegrationJUnitTest.java     |   21 +-
 .../internal/GemFireVersionJUnitTest.java       |   21 +-
 .../internal/HeapDataOutputStreamJUnitTest.java |   21 +-
 .../gemfire/internal/InlineKeyJUnitTest.java    |   21 +-
 .../gemfire/internal/JSSESocketJUnitTest.java   |   21 +-
 .../internal/JarClassLoaderJUnitTest.java       |   22 +-
 .../gemfire/internal/JarDeployerDUnitTest.java  |   22 +-
 .../com/gemstone/gemfire/internal/JavaExec.java |   21 +-
 .../gemfire/internal/LineWrapUnitJUnitTest.java |   21 +-
 .../gemstone/gemfire/internal/LongBuffer.java   |   21 +-
 .../gemfire/internal/NanoTimerJUnitTest.java    |   21 +-
 .../gemfire/internal/ObjIdMapJUnitTest.java     |   21 +-
 .../internal/OneTaskOnlyDecoratorJUnitTest.java |   21 +-
 .../internal/PdxDeleteFieldDUnitTest.java       |   16 +
 .../internal/PdxDeleteFieldJUnitTest.java       |   16 +
 .../gemfire/internal/PdxRenameDUnitTest.java    |   16 +
 .../gemfire/internal/PdxRenameJUnitTest.java    |   16 +
 .../PutAllOperationContextJUnitTest.java        |   21 +-
 .../internal/SSLConfigIntegrationJUnitTest.java |   16 +
 .../gemfire/internal/SSLConfigJUnitTest.java    |   20 +-
 ...hreadPoolExecutorWithKeepAliveJUnitTest.java |   21 +-
 .../internal/SimpleStatSamplerJUnitTest.java    |   21 +-
 .../gemfire/internal/SocketCloserJUnitTest.java |   16 +
 .../internal/SocketCloserWithWaitJUnitTest.java |   16 +
 .../StatArchiveWriterReaderJUnitTest.java       |   21 +-
 .../gemfire/internal/StatSamplerJUnitTest.java  |   21 +-
 .../gemfire/internal/StatSamplerTestCase.java   |   21 +-
 .../internal/UniqueIdGeneratorJUnitTest.java    |   21 +-
 .../internal/cache/AbstractRegionJUnitTest.java |   21 +-
 .../gemfire/internal/cache/BackupDUnitTest.java |   21 +-
 .../gemfire/internal/cache/BackupJUnitTest.java |   21 +-
 .../internal/cache/Bug33359DUnitTest.java       |   21 +-
 .../internal/cache/Bug33726DUnitTest.java       |   21 +-
 .../internal/cache/Bug33726JUnitTest.java       |   21 +-
 .../Bug34179TooManyFilesOpenJUnitTest.java      |   21 +-
 .../internal/cache/Bug34583JUnitTest.java       |   21 +-
 .../internal/cache/Bug37241DUnitTest.java       |   21 +-
 .../internal/cache/Bug37244JUnitTest.java       |   21 +-
 .../internal/cache/Bug37377DUnitTest.java       |   21 +-
 .../internal/cache/Bug37500JUnitTest.java       |   21 +-
 .../internal/cache/Bug39079DUnitTest.java       |   21 +-
 .../internal/cache/Bug40299DUnitTest.java       |   21 +-
 .../internal/cache/Bug40632DUnitTest.java       |   21 +-
 .../internal/cache/Bug41091DUnitTest.java       |   21 +-
 .../internal/cache/Bug41733DUnitTest.java       |   21 +-
 .../internal/cache/Bug41957DUnitTest.java       |   21 +-
 .../internal/cache/Bug42010StatsDUnitTest.java  |   21 +-
 .../internal/cache/Bug42055DUnitTest.java       |   21 +-
 .../internal/cache/Bug45164DUnitTest.java       |   21 +-
 .../internal/cache/Bug45934DUnitTest.java       |   21 +-
 .../internal/cache/Bug47667DUnitTest.java       |   21 +-
 .../internal/cache/Bug48182JUnitTest.java       |   16 +
 .../internal/cache/CacheAdvisorDUnitTest.java   |   21 +-
 .../cache/CacheLifecycleListenerJUnitTest.java  |   21 +-
 .../cache/ChunkValueWrapperJUnitTest.java       |   16 +
 .../internal/cache/ClearDAckDUnitTest.java      |   21 +-
 .../internal/cache/ClearGlobalDUnitTest.java    |   21 +-
 ...ssagesRegionCreationAndDestroyJUnitTest.java |   21 +-
 .../cache/ClientServerGetAllDUnitTest.java      |   21 +-
 ...ServerInvalidAndDestroyedEntryDUnitTest.java |   21 +-
 .../ClientServerTransactionCCEDUnitTest.java    |   21 +-
 .../cache/ClientServerTransactionDUnitTest.java |   43 +-
 .../cache/ComplexDiskRegionJUnitTest.java       |   21 +-
 .../ConcurrentDestroySubRegionDUnitTest.java    |   21 +-
 ...entFlushingAndRegionOperationsJUnitTest.java |   21 +-
 .../cache/ConcurrentMapLocalJUnitTest.java      |   21 +-
 .../cache/ConcurrentMapOpsDUnitTest.java        |   21 +-
 .../ConcurrentRegionOperationsJUnitTest.java    |   21 +-
 ...rentRollingAndRegionOperationsJUnitTest.java |   21 +-
 .../internal/cache/ConflationJUnitTest.java     |   21 +-
 .../cache/ConnectDisconnectDUnitTest.java       |   16 +
 .../cache/CustomerIDPartitionResolver.java      |   21 +-
 .../internal/cache/DeltaFaultInDUnitTest.java   |   21 +-
 .../cache/DeltaPropagationDUnitTest.java        |   21 +-
 .../cache/DeltaPropagationStatsDUnitTest.java   |   21 +-
 .../internal/cache/DeltaSizingDUnitTest.java    |   21 +-
 .../gemfire/internal/cache/DiskIFJUnitTest.java |   21 +-
 .../gemfire/internal/cache/DiskIdJUnitTest.java |   21 +-
 .../internal/cache/DiskInitFileJUnitTest.java   |   21 +-
 .../cache/DiskOfflineCompactionJUnitTest.java   |   21 +-
 .../internal/cache/DiskOldAPIsJUnitTest.java    |   21 +-
 ...iskRandomOperationsAndRecoveryJUnitTest.java |   21 +-
 .../cache/DiskRegByteArrayDUnitTest.java        |   21 +-
 .../cache/DiskRegCacheXmlJUnitTest.java         |   21 +-
 .../DiskRegCachexmlGeneratorJUnitTest.java      |   21 +-
 .../internal/cache/DiskRegCbkChkJUnitTest.java  |   21 +-
 .../DiskRegOplogSwtchingAndRollerJUnitTest.java |   21 +-
 .../cache/DiskRegRecoveryJUnitTest.java         |   21 +-
 .../cache/DiskRegionAsyncRecoveryJUnitTest.java |   21 +-
 ...RegionChangingRegionAttributesJUnitTest.java |   21 +-
 .../cache/DiskRegionClearJUnitTest.java         |   21 +-
 .../internal/cache/DiskRegionHelperFactory.java |   21 +-
 .../DiskRegionIllegalArguementsJUnitTest.java   |   21 +-
 ...iskRegionIllegalCacheXMLvaluesJUnitTest.java |   21 +-
 .../internal/cache/DiskRegionJUnitTest.java     |   21 +-
 .../internal/cache/DiskRegionProperties.java    |   21 +-
 .../internal/cache/DiskRegionTestingBase.java   |   21 +-
 .../cache/DiskStoreFactoryJUnitTest.java        |   21 +-
 .../cache/DiskWriteAttributesJUnitTest.java     |   21 +-
 ...DistrbutedRegionProfileOffHeapDUnitTest.java |   16 +
 .../cache/DistributedCacheTestCase.java         |   21 +-
 .../cache/EnumListenerEventJUnitTest.java       |   21 +-
 .../internal/cache/EventTrackerDUnitTest.java   |   21 +-
 .../cache/EvictionDUnitDisabledTest.java        |   21 +-
 .../cache/EvictionObjectSizerDUnitTest.java     |   21 +-
 .../internal/cache/EvictionStatsDUnitTest.java  |   21 +-
 .../internal/cache/EvictionTestBase.java        |   21 +-
 .../internal/cache/FaultingInJUnitTest.java     |   21 +-
 .../cache/FixedPRSinglehopDUnitTest.java        |   21 +-
 .../internal/cache/GIIDeltaDUnitTest.java       |   21 +-
 .../internal/cache/GIIFlowControlDUnitTest.java |   21 +-
 .../internal/cache/GridAdvisorDUnitTest.java    |   21 +-
 .../internal/cache/HABug36773DUnitTest.java     |   21 +-
 .../HAOverflowMemObjectSizerDUnitTest.java      |   21 +-
 .../HDFSQueueRegionOperationsJUnitTest.java     |   33 -
 ...FSQueueRegionOperationsOffHeapJUnitTest.java |   54 -
 .../cache/HDFSRegionOperationsJUnitTest.java    |  542 ------
 .../HDFSRegionOperationsOffHeapJUnitTest.java   |   78 -
 .../cache/IncrementalBackupDUnitTest.java       |   21 +-
 .../cache/InterruptClientServerDUnitTest.java   |   21 +-
 .../internal/cache/InterruptDiskJUnitTest.java  |   21 +-
 ...InterruptsConserveSocketsFalseDUnitTest.java |   16 +
 .../internal/cache/InterruptsDUnitTest.java     |   21 +-
 .../internal/cache/IteratorDUnitTest.java       |   21 +-
 .../LIFOEvictionAlgoEnabledRegionJUnitTest.java |   21 +-
 ...victionAlgoMemoryEnabledRegionJUnitTest.java |   21 +-
 .../internal/cache/MapClearGIIDUnitTest.java    |   21 +-
 .../internal/cache/MapInterface2JUnitTest.java  |   21 +-
 .../internal/cache/MapInterfaceJUnitTest.java   |   21 +-
 .../MultipleOplogsRollingFeatureJUnitTest.java  |   21 +-
 .../cache/NetSearchMessagingDUnitTest.java      |   51 +-
 .../cache/OffHeapEvictionDUnitTest.java         |   21 +-
 .../cache/OffHeapEvictionStatsDUnitTest.java    |   21 +-
 .../gemfire/internal/cache/OffHeapTestUtil.java |   21 +-
 .../cache/OfflineSnapshotJUnitTest.java         |   21 +-
 .../gemfire/internal/cache/OldVLJUnitTest.java  |   21 +-
 .../cache/OldValueImporterTestBase.java         |   16 +
 .../cache/OplogEntryIdMapJUnitTest.java         |   21 +-
 .../cache/OplogEntryIdSetJUnitTest.java         |   21 +-
 .../gemfire/internal/cache/OplogJUnitTest.java  |   21 +-
 .../internal/cache/OplogRVVJUnitTest.java       |   21 +-
 .../cache/OrderedTombstoneMapJUnitTest.java     |   21 +-
 .../cache/P2PDeltaPropagationDUnitTest.java     |   21 +-
 .../internal/cache/PRBadToDataDUnitTest.java    |   21 +-
 .../cache/PRConcurrentMapOpsJUnitTest.java      |   21 +-
 .../cache/PRDataStoreMemoryJUnitTest.java       |   21 +-
 .../PRDataStoreMemoryOffHeapJUnitTest.java      |   16 +
 .../gemfire/internal/cache/PRTXJUnitTest.java   |   21 +-
 .../cache/PartitionAttributesImplJUnitTest.java |   16 +
 .../cache/PartitionListenerDUnitTest.java       |   21 +-
 ...dRegionAPIConserveSocketsFalseDUnitTest.java |   21 +-
 .../cache/PartitionedRegionAPIDUnitTest.java    |   20 +-
 .../PartitionedRegionAsSubRegionDUnitTest.java  |   20 +-
 ...gionBucketCreationDistributionDUnitTest.java |   20 +-
 .../PartitionedRegionCacheCloseDUnitTest.java   |   20 +-
 ...rtitionedRegionCacheLoaderForRootRegion.java |   21 +-
 ...artitionedRegionCacheLoaderForSubRegion.java |   21 +-
 ...rtitionedRegionCacheXMLExampleDUnitTest.java |   21 +-
 .../PartitionedRegionCreationDUnitTest.java     |   20 +-
 .../PartitionedRegionCreationJUnitTest.java     |   20 +-
 .../cache/PartitionedRegionDUnitTestCase.java   |   20 +-
 .../PartitionedRegionDataStoreJUnitTest.java    |   20 +-
 ...rtitionedRegionDelayedRecoveryDUnitTest.java |   21 +-
 .../PartitionedRegionDestroyDUnitTest.java      |   20 +-
 .../PartitionedRegionEntryCountDUnitTest.java   |   21 +-
 .../PartitionedRegionEvictionDUnitTest.java     |   21 +-
 .../cache/PartitionedRegionHADUnitTest.java     |   20 +-
 ...onedRegionHAFailureAndRecoveryDUnitTest.java |   20 +-
 .../cache/PartitionedRegionHelperJUnitTest.java |   21 +-
 .../PartitionedRegionInvalidateDUnitTest.java   |   21 +-
 ...artitionedRegionLocalMaxMemoryDUnitTest.java |   20 +-
 ...nedRegionLocalMaxMemoryOffHeapDUnitTest.java |   16 +
 .../PartitionedRegionMultipleDUnitTest.java     |   20 +-
 ...rtitionedRegionOffHeapEvictionDUnitTest.java |   18 +-
 .../cache/PartitionedRegionPRIDDUnitTest.java   |   21 +-
 .../cache/PartitionedRegionQueryDUnitTest.java  |   21 +-
 ...artitionedRegionQueryEvaluatorJUnitTest.java |   21 +-
 ...artitionedRegionRedundancyZoneDUnitTest.java |   25 +-
 ...tionedRegionSerializableObjectJUnitTest.java |   21 +-
 .../PartitionedRegionSingleHopDUnitTest.java    |   64 +-
 ...RegionSingleHopWithServerGroupDUnitTest.java |   21 +-
 ...onedRegionSingleNodeOperationsJUnitTest.java |   20 +-
 .../cache/PartitionedRegionSizeDUnitTest.java   |   20 +-
 .../cache/PartitionedRegionStatsDUnitTest.java  |   20 +-
 .../cache/PartitionedRegionStatsJUnitTest.java  |   21 +-
 .../cache/PartitionedRegionTestHelper.java      |   20 +-
 .../PartitionedRegionTestUtilsDUnitTest.java    |   20 +-
 .../PartitionedRegionWithSameNameDUnitTest.java |   21 +-
 .../PersistentPartitionedRegionJUnitTest.java   |   16 +
 .../internal/cache/PutAllDAckDUnitTest.java     |   21 +-
 .../internal/cache/PutAllGlobalDUnitTest.java   |   21 +-
 .../cache/RegionEntryFlagsJUnitTest.java        |   21 +-
 .../cache/RemotePutReplyMessageJUnitTest.java   |   16 +
 .../cache/RemoteTransactionCCEDUnitTest.java    |   16 +
 .../cache/RemoteTransactionDUnitTest.java       |   28 +-
 .../internal/cache/RemoveAllDAckDUnitTest.java  |   21 +-
 .../internal/cache/RemoveDAckDUnitTest.java     |   21 +-
 .../internal/cache/RemoveGlobalDUnitTest.java   |   21 +-
 .../internal/cache/RunCacheInOldGemfire.java    |   21 +-
 .../cache/SimpleDiskRegionJUnitTest.java        |   21 +-
 .../internal/cache/SizingFlagDUnitTest.java     |   21 +-
 .../internal/cache/SnapshotTestUtil.java        |   16 +
 .../internal/cache/SystemFailureDUnitTest.java  |   21 +-
 .../internal/cache/TXManagerImplJUnitTest.java  |   21 +-
 .../cache/TXReservationMgrJUnitTest.java        |   21 +-
 .../gemfire/internal/cache/TestDelta.java       |   21 +-
 .../internal/cache/TestHelperForHydraTests.java |   16 +
 .../internal/cache/TestNonSizerObject.java      |   21 +-
 .../internal/cache/TestObjectSizerImpl.java     |   21 +-
 .../gemfire/internal/cache/TestUtils.java       |   21 +-
 .../cache/TombstoneCreationJUnitTest.java       |   21 +-
 .../cache/TransactionsWithDeltaDUnitTest.java   |   21 +-
 .../internal/cache/UnitTestValueHolder.java     |   18 +-
 .../gemfire/internal/cache/UnzipUtil.java       |   21 +-
 .../internal/cache/UpdateVersionJUnitTest.java  |   21 +-
 .../gemfire/internal/cache/VLJUnitTest.java     |   21 +-
 .../cache/control/FilterByPathJUnitTest.java    |   21 +-
 .../cache/control/MemoryMonitorJUnitTest.java   |   21 +-
 .../control/MemoryMonitorOffHeapJUnitTest.java  |   21 +-
 .../control/MemoryThresholdsJUnitTest.java      |   16 +
 .../control/RebalanceOperationDUnitTest.java    |   50 +-
 .../control/TestMemoryThresholdListener.java    |   21 +-
 ...skRegOverflowAsyncGetInMemPerfJUnitTest.java |   21 +-
 ...iskRegOverflowAsyncJUnitPerformanceTest.java |   21 +-
 ...lowSyncGetInMemPerfJUnitPerformanceTest.java |   21 +-
 ...DiskRegOverflowSyncJUnitPerformanceTest.java |   21 +-
 ...egionOverflowAsyncRollingOpLogJUnitTest.java |   21 +-
 ...RegionOverflowSyncRollingOpLogJUnitTest.java |   21 +-
 .../DiskRegionPerfJUnitPerformanceTest.java     |   21 +-
 .../DiskRegionPersistOnlySyncJUnitTest.java     |   21 +-
 ...DiskRegionRollOpLogJUnitPerformanceTest.java |   21 +-
 ...ltiThreadedOplogPerJUnitPerformanceTest.java |   21 +-
 .../cache/execute/Bug51193DUnitTest.java        |   16 +
 .../ClientServerFunctionExecutionDUnitTest.java |   21 +-
 .../execute/ColocationFailoverDUnitTest.java    |   21 +-
 .../cache/execute/CustomResultCollector.java    |   21 +-
 .../execute/CustomerIDPartitionResolver.java    |   21 +-
 ...ributedRegionFunctionExecutionDUnitTest.java |   21 +-
 .../FunctionExecution_ExceptionDUnitTest.java   |   21 +-
 .../execute/FunctionServiceStatsDUnitTest.java  |   64 +-
 .../cache/execute/LocalDataSetDUnitTest.java    |   21 +-
 .../cache/execute/LocalDataSetFunction.java     |   21 +-
 .../execute/LocalDataSetIndexingDUnitTest.java  |   21 +-
 .../LocalFunctionExecutionDUnitTest.java        |   21 +-
 .../MemberFunctionExecutionDUnitTest.java       |   21 +-
 .../MultiRegionFunctionExecutionDUnitTest.java  |   21 +-
 .../execute/MyFunctionExecutionException.java   |   21 +-
 .../cache/execute/MyTransactionFunction.java    |   21 +-
 .../OnGroupsFunctionExecutionDUnitTest.java     |   51 +-
 ...ntServerFunctionExecutionNoAckDUnitTest.java |   21 +-
 ...tServerRegionFunctionExecutionDUnitTest.java |   21 +-
 ...egionFunctionExecutionFailoverDUnitTest.java |   21 +-
 ...onFunctionExecutionNoSingleHopDUnitTest.java |   21 +-
 ...onExecutionSelectorNoSingleHopDUnitTest.java |   21 +-
 ...gionFunctionExecutionSingleHopDUnitTest.java |   21 +-
 .../cache/execute/PRClientServerTestBase.java   |   21 +-
 .../cache/execute/PRColocationDUnitTest.java    |   21 +-
 .../execute/PRCustomPartitioningDUnitTest.java  |   21 +-
 .../execute/PRFunctionExecutionDUnitTest.java   |   21 +-
 .../PRFunctionExecutionTimeOutDUnitTest.java    |   21 +-
 ...ctionExecutionWithResultSenderDUnitTest.java |   21 +-
 .../execute/PRPerformanceTestDUnitTest.java     |   21 +-
 .../cache/execute/PRTransactionDUnitTest.java   |   21 +-
 .../PRTransactionWithVersionsDUnitTest.java     |   16 +
 .../internal/cache/execute/PerfFunction.java    |   21 +-
 .../internal/cache/execute/PerfTxFunction.java  |   21 +-
 .../cache/execute/PerformanceTestFunction.java  |   21 +-
 .../execute/SingleHopGetAllPutAllDUnitTest.java |   21 +-
 .../internal/cache/execute/TestFunction.java    |   21 +-
 .../internal/cache/execute/data/CustId.java     |   21 +-
 .../internal/cache/execute/data/Customer.java   |   21 +-
 .../internal/cache/execute/data/Order.java      |   21 +-
 .../internal/cache/execute/data/OrderId.java    |   21 +-
 .../internal/cache/execute/data/Shipment.java   |   21 +-
 .../internal/cache/execute/data/ShipmentId.java |   21 +-
 .../SimpleExtensionPointJUnitTest.java          |   21 +-
 .../extension/mock/AbstractMockExtension.java   |   21 +-
 .../mock/AbstractMockExtensionXmlGenerator.java |   21 +-
 .../mock/AlterMockCacheExtensionFunction.java   |   21 +-
 .../mock/AlterMockRegionExtensionFunction.java  |   21 +-
 .../mock/CreateMockCacheExtensionFunction.java  |   21 +-
 .../mock/CreateMockRegionExtensionFunction.java |   21 +-
 .../mock/DestroyMockCacheExtensionFunction.java |   21 +-
 .../DestroyMockRegionExtensionFunction.java     |   21 +-
 .../extension/mock/MockCacheExtension.java      |   21 +-
 .../mock/MockCacheExtensionXmlGenerator.java    |   21 +-
 .../extension/mock/MockExtensionCommands.java   |   21 +-
 .../extension/mock/MockExtensionXmlParser.java  |   21 +-
 .../extension/mock/MockRegionExtension.java     |   21 +-
 .../mock/MockRegionExtensionXmlGenerator.java   |   21 +-
 ...gionFunctionFunctionInvocationException.java |   21 +-
 .../functions/DistributedRegionFunction.java    |   21 +-
 .../cache/functions/LocalDataSetFunction.java   |   21 +-
 .../internal/cache/functions/TestFunction.java  |   21 +-
 .../ha/BlockingHARQAddOperationJUnitTest.java   |   21 +-
 .../cache/ha/BlockingHARQStatsJUnitTest.java    |   21 +-
 .../cache/ha/BlockingHARegionJUnitTest.java     |   21 +-
 .../ha/BlockingHARegionQueueJUnitTest.java      |   21 +-
 .../cache/ha/Bug36853EventsExpiryDUnitTest.java |   21 +-
 .../internal/cache/ha/Bug48571DUnitTest.java    |   21 +-
 .../internal/cache/ha/Bug48879DUnitTest.java    |   16 +
 .../internal/cache/ha/ConflatableObject.java    |   21 +-
 .../cache/ha/EventIdOptimizationDUnitTest.java  |   21 +-
 .../cache/ha/EventIdOptimizationJUnitTest.java  |   20 +-
 .../internal/cache/ha/FailoverDUnitTest.java    |   21 +-
 .../internal/cache/ha/HABugInPutDUnitTest.java  |   21 +-
 .../internal/cache/ha/HAClearDUnitTest.java     |   21 +-
 .../cache/ha/HAConflationDUnitTest.java         |   21 +-
 .../internal/cache/ha/HADuplicateDUnitTest.java |   21 +-
 .../cache/ha/HAEventIdPropagationDUnitTest.java |   21 +-
 .../internal/cache/ha/HAExpiryDUnitTest.java    |   21 +-
 .../internal/cache/ha/HAGIIBugDUnitTest.java    |   21 +-
 .../internal/cache/ha/HAGIIDUnitTest.java       |   25 +-
 .../gemfire/internal/cache/ha/HAHelper.java     |   21 +-
 .../cache/ha/HARQAddOperationJUnitTest.java     |   21 +-
 .../cache/ha/HARQueueNewImplDUnitTest.java      |   21 +-
 .../internal/cache/ha/HARegionDUnitTest.java    |   21 +-
 .../internal/cache/ha/HARegionJUnitTest.java    |   20 +-
 .../cache/ha/HARegionQueueDUnitTest.java        |   21 +-
 .../cache/ha/HARegionQueueJUnitTest.java        |   20 +-
 ...HARegionQueueStartStopJUnitDisabledTest.java |   21 +-
 .../ha/HARegionQueueStartStopJUnitTest.java     |   21 +-
 .../cache/ha/HARegionQueueStatsJUnitTest.java   |   20 +-
 .../cache/ha/HASlowReceiverDUnitTest.java       |   21 +-
 .../ha/OperationsPropagationDUnitTest.java      |   21 +-
 .../internal/cache/ha/PutAllDUnitTest.java      |   21 +-
 .../cache/ha/StatsBugDUnitDisabledTest.java     |   21 +-
 .../cache/ha/TestBlockingHARegionQueue.java     |   21 +-
 .../cache/ha/ThreadIdentifierJUnitTest.java     |   21 +-
 .../cache/locks/TXLockServiceDUnitTest.java     |   21 +-
 .../internal/cache/lru/LRUClockJUnitTest.java   |   21 +-
 .../cache/partitioned/Bug39356DUnitTest.java    |   21 +-
 .../cache/partitioned/Bug43684DUnitTest.java    |   21 +-
 .../cache/partitioned/Bug47388DUnitTest.java    |   21 +-
 .../cache/partitioned/Bug51400DUnitTest.java    |   21 +-
 .../partitioned/ElidedPutAllDUnitTest.java      |   21 +-
 .../OfflineMembersDetailsJUnitTest.java         |   21 +-
 .../partitioned/PartitionResolverDUnitTest.java |   21 +-
 .../PartitionedRegionLoadModelJUnitTest.java    |   21 +-
 .../PartitionedRegionLoaderWriterDUnitTest.java |   21 +-
 ...rtitionedRegionMetaDataCleanupDUnitTest.java |   21 +-
 .../partitioned/PersistPRKRFDUnitTest.java      |   21 +-
 ...tentColocatedPartitionedRegionDUnitTest.java |   21 +-
 .../PersistentPartitionedRegionDUnitTest.java   |   26 +-
 ...tentPartitionedRegionOldConfigDUnitTest.java |   21 +-
 .../PersistentPartitionedRegionTestBase.java    |   21 +-
 ...rtitionedRegionWithTransactionDUnitTest.java |   21 +-
 .../PutPutReplyMessageJUnitTest.java            |   16 +
 .../cache/partitioned/ShutdownAllDUnitTest.java |   21 +-
 ...treamingPartitionOperationManyDUnitTest.java |   28 +-
 ...StreamingPartitionOperationOneDUnitTest.java |   29 +-
 .../fixed/CustomerFixedPartitionResolver.java   |   21 +-
 .../fixed/FixedPartitioningDUnitTest.java       |   21 +-
 .../fixed/FixedPartitioningTestBase.java        |   21 +-
 ...ngWithColocationAndPersistenceDUnitTest.java |   21 +-
 .../cache/partitioned/fixed/MyDate1.java        |   21 +-
 .../cache/partitioned/fixed/MyDate2.java        |   21 +-
 .../cache/partitioned/fixed/MyDate3.java        |   21 +-
 .../fixed/QuarterPartitionResolver.java         |   21 +-
 .../SingleHopQuarterPartitionResolver.java      |   21 +-
 .../persistence/BackupInspectorJUnitTest.java   |   21 +-
 .../PersistentRVVRecoveryDUnitTest.java         |   21 +-
 .../PersistentRecoveryOrderDUnitTest.java       |   21 +-
 ...rsistentRecoveryOrderOldConfigDUnitTest.java |   21 +-
 .../PersistentReplicatedTestBase.java           |   21 +-
 .../TemporaryResultSetFactoryJUnitTest.java     |   21 +-
 .../cache/persistence/soplog/AppendLog.java     |   21 +-
 .../ArraySerializedComparatorJUnitTest.java     |   21 +-
 .../CompactionSortedOplogSetTestCase.java       |   21 +-
 .../persistence/soplog/CompactionTestCase.java  |   21 +-
 .../persistence/soplog/ComparisonTestCase.java  |   21 +-
 .../soplog/IndexComparatorJUnitTest.java        |   21 +-
 .../LexicographicalComparatorJUnitTest.java     |   21 +-
 .../soplog/RecoverableSortedOplogSet.java       |   21 +-
 .../soplog/SizeTieredCompactorJUnitTest.java    |   21 +-
 .../SizeTieredSortedOplogSetJUnitTest.java      |   16 +
 .../soplog/SortedBufferJUnitTest.java           |   16 +
 .../soplog/SortedOplogSetJUnitTest.java         |   21 +-
 .../soplog/SortedReaderTestCase.java            |   21 +-
 .../nofile/NoFileSortedOplogJUnitTest.java      |   21 +-
 .../GFSnapshotJUnitPerformanceTest.java         |   21 +-
 .../internal/cache/tier/Bug40396DUnitTest.java  |   21 +-
 .../tier/sockets/AcceptorImplJUnitTest.java     |   21 +-
 ...mpatibilityHigherVersionClientDUnitTest.java |   21 +-
 .../cache/tier/sockets/Bug36269DUnitTest.java   |   21 +-
 .../cache/tier/sockets/Bug36457DUnitTest.java   |   21 +-
 .../cache/tier/sockets/Bug36805DUnitTest.java   |   21 +-
 .../cache/tier/sockets/Bug36829DUnitTest.java   |   21 +-
 .../cache/tier/sockets/Bug36995DUnitTest.java   |   21 +-
 .../cache/tier/sockets/Bug37210DUnitTest.java   |   21 +-
 .../cache/tier/sockets/Bug37805DUnitTest.java   |   21 +-
 .../CacheServerMaxConnectionsJUnitTest.java     |   21 +-
 ...heServerSelectorMaxConnectionsJUnitTest.java |   16 +
 .../cache/tier/sockets/CacheServerTestUtil.java |   21 +-
 .../CacheServerTransactionsDUnitTest.java       |   21 +-
 ...acheServerTransactionsSelectorDUnitTest.java |   16 +
 .../tier/sockets/ClearPropagationDUnitTest.java |   21 +-
 .../tier/sockets/ClientConflationDUnitTest.java |   21 +-
 .../sockets/ClientHealthMonitorJUnitTest.java   |   21 +-
 .../ClientHealthMonitorSelectorJUnitTest.java   |   16 +
 .../sockets/ClientInterestNotifyDUnitTest.java  |   21 +-
 .../tier/sockets/ClientServerMiscDUnitTest.java |   21 +-
 .../ClientServerMiscSelectorDUnitTest.java      |   21 +-
 .../cache/tier/sockets/ConflationDUnitTest.java |   21 +-
 .../tier/sockets/ConnectionProxyJUnitTest.java  |   21 +-
 .../DataSerializerPropogationDUnitTest.java     |   21 +-
 .../cache/tier/sockets/DeltaEOFException.java   |   21 +-
 .../DestroyEntryPropagationDUnitTest.java       |   21 +-
 .../sockets/DurableClientBug39997DUnitTest.java |   21 +-
 .../DurableClientQueueSizeDUnitTest.java        |   17 +-
 .../DurableClientReconnectAutoDUnitTest.java    |   21 +-
 .../DurableClientReconnectDUnitTest.java        |   21 +-
 .../sockets/DurableClientStatsDUnitTest.java    |   21 +-
 .../sockets/DurableRegistrationDUnitTest.java   |   21 +-
 .../sockets/DurableResponseMatrixDUnitTest.java |   21 +-
 .../sockets/EventIDVerificationDUnitTest.java   |   21 +-
 .../EventIDVerificationInP2PDUnitTest.java      |   20 +-
 .../cache/tier/sockets/FaultyDelta.java         |   21 +-
 .../tier/sockets/FilterProfileJUnitTest.java    |   21 +-
 .../ForceInvalidateEvictionDUnitTest.java       |   21 +-
 ...ForceInvalidateOffHeapEvictionDUnitTest.java |   21 +-
 .../cache/tier/sockets/HABug36738DUnitTest.java |   21 +-
 .../cache/tier/sockets/HAInterestBaseTest.java  |   21 +-
 .../sockets/HAInterestDistributedTestCase.java  |   16 +
 .../tier/sockets/HAInterestPart1DUnitTest.java  |   21 +-
 .../tier/sockets/HAInterestPart2DUnitTest.java  |   21 +-
 .../sockets/HAStartupAndFailoverDUnitTest.java  |   21 +-
 .../internal/cache/tier/sockets/HaHelper.java   |   16 +
 .../tier/sockets/InterestListDUnitTest.java     |   21 +-
 .../sockets/InterestListEndpointDUnitTest.java  |   21 +-
 .../InterestListEndpointPRDUnitTest.java        |   21 +-
 .../InterestListEndpointSelectorDUnitTest.java  |   16 +
 .../sockets/InterestListFailoverDUnitTest.java  |   21 +-
 .../sockets/InterestListRecoveryDUnitTest.java  |   21 +-
 .../sockets/InterestRegrListenerDUnitTest.java  |   21 +-
 .../sockets/InterestResultPolicyDUnitTest.java  |   21 +-
 .../sockets/NewRegionAttributesDUnitTest.java   |   21 +-
 .../tier/sockets/ObjectPartListJUnitTest.java   |   21 +-
 .../tier/sockets/RedundancyLevelJUnitTest.java  |   20 +-
 .../sockets/RedundancyLevelPart1DUnitTest.java  |   21 +-
 .../sockets/RedundancyLevelPart2DUnitTest.java  |   21 +-
 .../sockets/RedundancyLevelPart3DUnitTest.java  |   21 +-
 .../tier/sockets/RedundancyLevelTestBase.java   |   21 +-
 .../tier/sockets/RegionCloseDUnitTest.java      |   21 +-
 ...erInterestBeforeRegionCreationDUnitTest.java |   21 +-
 .../sockets/RegisterInterestKeysDUnitTest.java  |   21 +-
 .../RegisterInterestKeysPRDUnitTest.java        |   21 +-
 .../sockets/ReliableMessagingDUnitTest.java     |   21 +-
 .../sockets/UnregisterInterestDUnitTest.java    |   21 +-
 .../sockets/UpdatePropagationDUnitTest.java     |   21 +-
 .../sockets/UpdatePropagationPRDUnitTest.java   |   21 +-
 .../VerifyEventIDGenerationInP2PDUnitTest.java  |   20 +-
 ...UpdatesFromNonInterestEndPointDUnitTest.java |   21 +-
 .../cache/versions/RVVExceptionJUnitTest.java   |   21 +-
 .../versions/RegionVersionHolderJUnitTest.java  |   21 +-
 .../RegionVersionHolderRandomJUnitTest.java     |   21 +-
 ...RegionVersionHolderSmallBitSetJUnitTest.java |   21 +-
 .../versions/RegionVersionVectorJUnitTest.java  |   21 +-
 .../cache/wan/CompressionConstants.java         |   21 +-
 .../cache/wan/CompressionInputStream.java       |   21 +-
 .../cache/wan/CompressionOutputStream.java      |   21 +-
 .../cache/wan/CustomAsyncEventListener.java     |   21 +-
 .../gemfire/internal/cache/wan/Filter70.java    |   21 +-
 .../cache/wan/MyAsyncEventListener.java         |   21 +-
 .../cache/wan/MyAsyncEventListener2.java        |   21 +-
 .../cache/wan/MyDistributedSystemListener.java  |   21 +-
 .../cache/wan/MyGatewaySenderEventListener.java |   21 +-
 .../wan/MyGatewaySenderEventListener2.java      |   21 +-
 .../cache/wan/MyGatewayTransportFilter1.java    |   21 +-
 .../cache/wan/MyGatewayTransportFilter2.java    |   21 +-
 .../cache/wan/MyGatewayTransportFilter3.java    |   21 +-
 .../cache/wan/MyGatewayTransportFilter4.java    |   21 +-
 .../internal/cache/wan/QueueListener.java       |   21 +-
 .../AsyncEventQueueValidationsJUnitTest.java    |   21 +-
 .../xmlcache/AbstractXmlParserJUnitTest.java    |   21 +-
 .../cache/xmlcache/CacheXmlParserJUnitTest.java |   21 +-
 .../xmlcache/CacheXmlVersionJUnitTest.java      |   17 +-
 .../PivotalEntityResolverJUnitTest.java         |   21 +-
 .../cache/xmlcache/RegionCreationJUnitTest.java |   21 +-
 .../xmlcache/XmlGeneratorUtilsJUnitTest.java    |   21 +-
 .../classpathloaderjunittest/DoesExist.java     |   16 +
 .../CompressionCacheConfigDUnitTest.java        |   21 +-
 .../CompressionCacheListenerDUnitTest.java      |   21 +-
 ...ompressionCacheListenerOffHeapDUnitTest.java |   16 +
 .../CompressionRegionConfigDUnitTest.java       |   21 +-
 .../CompressionRegionFactoryDUnitTest.java      |   21 +-
 .../CompressionRegionOperationsDUnitTest.java   |   21 +-
 ...ressionRegionOperationsOffHeapDUnitTest.java |   16 +
 .../compression/CompressionStatsDUnitTest.java  |   21 +-
 .../compression/SnappyCompressorJUnitTest.java  |   23 +-
 .../datasource/AbstractPoolCacheJUnitTest.java  |   21 +-
 .../internal/datasource/CleanUpJUnitTest.java   |   21 +-
 .../ConnectionPoolCacheImplJUnitTest.java       |   21 +-
 .../datasource/ConnectionPoolingJUnitTest.java  |   21 +-
 .../datasource/DataSourceFactoryJUnitTest.java  |   21 +-
 .../internal/datasource/RestartJUnitTest.java   |   21 +-
 .../internal/i18n/BasicI18nJUnitTest.java       |   21 +-
 .../io/CompositeOutputStreamJUnitTest.java      |   21 +-
 .../gemfire/internal/jndi/ContextJUnitTest.java |   21 +-
 .../internal/jta/BlockingTimeOutJUnitTest.java  |   21 +-
 .../gemfire/internal/jta/CacheUtils.java        |   21 +-
 .../internal/jta/DataSourceJTAJUnitTest.java    |   21 +-
 .../internal/jta/ExceptionJUnitTest.java        |   21 +-
 .../jta/GlobalTransactionJUnitTest.java         |   21 +-
 .../gemstone/gemfire/internal/jta/JTAUtils.java |   21 +-
 .../internal/jta/JtaIntegrationJUnitTest.java   |   16 +
 .../gemstone/gemfire/internal/jta/SyncImpl.java |   21 +-
 .../internal/jta/TransactionImplJUnitTest.java  |   21 +-
 .../jta/TransactionManagerImplJUnitTest.java    |   21 +-
 .../jta/TransactionTimeOutJUnitTest.java        |   21 +-
 .../jta/UserTransactionImplJUnitTest.java       |   21 +-
 .../internal/jta/dunit/CommitThread.java        |   21 +-
 .../internal/jta/dunit/ExceptionsDUnitTest.java |   21 +-
 .../jta/dunit/IdleTimeOutDUnitTest.java         |   21 +-
 .../jta/dunit/LoginTimeOutDUnitTest.java        |   21 +-
 .../jta/dunit/MaxPoolSizeDUnitTest.java         |   21 +-
 .../internal/jta/dunit/RollbackThread.java      |   21 +-
 .../jta/dunit/TransactionTimeOutDUnitTest.java  |   21 +-
 .../dunit/TxnManagerMultiThreadDUnitTest.java   |   21 +-
 .../internal/jta/dunit/TxnTimeOutDUnitTest.java |   21 +-
 .../internal/jta/functional/CacheJUnitTest.java |   21 +-
 .../jta/functional/TestXACacheLoader.java       |   21 +-
 .../internal/lang/ClassUtilsJUnitTest.java      |   21 +-
 .../internal/lang/InOutParameterJUnitTest.java  |   21 +-
 .../internal/lang/InitializerJUnitTest.java     |   21 +-
 .../internal/lang/ObjectUtilsJUnitTest.java     |   21 +-
 .../internal/lang/StringUtilsJUnitTest.java     |   21 +-
 .../internal/lang/SystemUtilsJUnitTest.java     |   21 +-
 .../internal/lang/ThreadUtilsJUnitTest.java     |   21 +-
 .../DistributedSystemLogFileJUnitTest.java      |   16 +
 .../logging/LocatorLogFileJUnitTest.java        |   16 +
 .../logging/LogServiceIntegrationJUnitTest.java |   16 +
 .../LogServiceIntegrationTestSupport.java       |   16 +
 .../internal/logging/LogServiceJUnitTest.java   |   16 +
 .../LogWriterDisabledPerformanceTest.java       |   16 +
 .../logging/LogWriterImplJUnitTest.java         |   16 +
 .../logging/LogWriterPerformanceTest.java       |   16 +
 .../logging/LoggingIntegrationTestSuite.java    |   16 +
 .../logging/LoggingPerformanceTestCase.java     |   16 +
 .../internal/logging/LoggingUnitTestSuite.java  |   16 +
 .../logging/MergeLogFilesJUnitTest.java         |   21 +-
 .../gemfire/internal/logging/NullLogWriter.java |   16 +
 .../internal/logging/SortLogFileJUnitTest.java  |   21 +-
 .../internal/logging/TestLogWriterFactory.java  |   16 +
 .../logging/log4j/AlertAppenderJUnitTest.java   |   16 +
 .../logging/log4j/ConfigLocatorJUnitTest.java   |   16 +
 .../log4j/FastLoggerIntegrationJUnitTest.java   |   16 +
 .../logging/log4j/FastLoggerJUnitTest.java      |   16 +
 .../FastLoggerWithDefaultConfigJUnitTest.java   |   16 +
 .../log4j/LocalizedMessageJUnitTest.java        |   16 +
 .../log4j/Log4J2DisabledPerformanceTest.java    |   16 +
 .../logging/log4j/Log4J2PerformanceTest.java    |   16 +
 .../log4j/Log4jIntegrationTestSuite.java        |   16 +
 .../logging/log4j/Log4jUnitTestSuite.java       |   16 +
 .../log4j/LogWriterAppenderJUnitTest.java       |   16 +
 .../LogWriterLoggerDisabledPerformanceTest.java |   16 +
 .../log4j/LogWriterLoggerPerformanceTest.java   |   16 +
 .../internal/net/SocketUtilsJUnitTest.java      |   21 +-
 .../offheap/ByteArrayMemoryChunkJUnitTest.java  |   16 +
 .../offheap/ConcurrentBagJUnitTest.java         |   16 +
 .../internal/offheap/DataTypeJUnitTest.java     |   16 +
 .../DirectByteBufferMemoryChunkJUnitTest.java   |   16 +
 .../offheap/FreeListOffHeapRegionJUnitTest.java |   16 +
 .../HeapByteBufferMemoryChunkJUnitTest.java     |   16 +
 .../internal/offheap/InlineKeyJUnitTest.java    |   16 +
 .../offheap/MemoryChunkJUnitTestBase.java       |   16 +
 .../offheap/NullOffHeapMemoryStats.java         |   16 +
 .../offheap/NullOutOfOffHeapMemoryListener.java |   16 +
 .../internal/offheap/OffHeapIndexJUnitTest.java |   16 +
 .../internal/offheap/OffHeapRegionBase.java     |   16 +
 .../offheap/OffHeapStorageJUnitTest.java        |   16 +
 .../offheap/OffHeapValidationJUnitTest.java     |   16 +
 .../OffHeapWriteObjectAsByteArrayJUnitTest.java |   16 +
 .../OldFreeListOffHeapRegionJUnitTest.java      |   16 +
 .../offheap/OutOfOffHeapMemoryDUnitTest.java    |   43 +-
 ...mpleMemoryAllocatorFillPatternJUnitTest.java |   16 +
 .../offheap/SimpleMemoryAllocatorJUnitTest.java |   16 +
 ...moryAllocatorLifecycleListenerJUnitTest.java |   16 +
 .../TxReleasesOffHeapOnCloseJUnitTest.java      |   16 +
 .../offheap/UnsafeMemoryChunkJUnitTest.java     |   16 +
 .../BlockingProcessStreamReaderJUnitTest.java   |   16 +
 .../LocalProcessControllerJUnitTest.java        |   21 +-
 .../process/LocalProcessLauncherDUnitTest.java  |   21 +-
 .../process/LocalProcessLauncherJUnitTest.java  |   21 +-
 ...NonBlockingProcessStreamReaderJUnitTest.java |   16 +
 .../internal/process/PidFileJUnitTest.java      |   16 +
 .../ProcessControllerFactoryJUnitTest.java      |   16 +
 .../process/ProcessStreamReaderTestCase.java    |   22 +-
 .../gemfire/internal/process/mbean/Process.java |   16 +
 .../internal/process/mbean/ProcessMBean.java    |   16 +
 ...tractSignalNotificationHandlerJUnitTest.java |   21 +-
 .../internal/size/ObjectSizerJUnitTest.java     |   21 +-
 .../internal/size/ObjectTraverserJUnitTest.java |   21 +-
 .../internal/size/ObjectTraverserPerf.java      |   21 +-
 .../size/SizeClassOnceObjectSizerJUnitTest.java |   21 +-
 .../gemfire/internal/size/SizeTestUtil.java     |   16 +
 .../size/WellKnownClassSizerJUnitTest.java      |   21 +-
 .../internal/statistics/DummyStatistics.java    |   21 +-
 .../statistics/SampleCollectorJUnitTest.java    |   21 +-
 .../statistics/StatMonitorHandlerJUnitTest.java |   21 +-
 .../statistics/StatisticsDUnitTest.java         |   21 +-
 .../statistics/StatisticsMonitorJUnitTest.java  |   21 +-
 .../internal/statistics/TestSampleHandler.java  |   21 +-
 .../statistics/TestStatArchiveWriter.java       |   21 +-
 .../statistics/TestStatisticsManager.java       |   21 +-
 .../statistics/TestStatisticsSampler.java       |   21 +-
 .../statistics/ValueMonitorJUnitTest.java       |   21 +-
 .../internal/stats50/AtomicStatsJUnitTest.java  |   21 +-
 .../util/AbortableTaskServiceJUnitTest.java     |   21 +-
 .../internal/util/ArrayUtilsJUnitTest.java      |   18 +-
 .../gemfire/internal/util/BytesJUnitTest.java   |   21 +-
 .../internal/util/CollectionUtilsJUnitTest.java |   18 +-
 .../internal/util/DelayedActionJUnitTest.java   |   21 +-
 .../gemfire/internal/util/IOUtilsJUnitTest.java |   21 +-
 .../gemfire/internal/util/SerializableImpl.java |   21 +-
 .../util/SerializableImplWithValue.java         |   21 +-
 .../gemfire/internal/util/Valuable.java         |   21 +-
 .../CompactConcurrentHashSetJUnitTest.java      |   16 +
 .../ConcurrentHashMapIteratorJUnitTest.java     |   21 +-
 .../concurrent/ReentrantSemaphoreJUnitTest.java |   21 +-
 .../SemaphoreReadWriteLockJUnitTest.java        |   21 +-
 .../cm/ConcurrentHashMapJUnitTest.java          |   21 +-
 .../concurrent/cm/CountedMapLoopsJUnitTest.java |   21 +-
 .../concurrent/cm/IntMapCheckJUnitTest.java     |   21 +-
 .../util/concurrent/cm/LoopHelpers.java         |   21 +-
 .../util/concurrent/cm/MapCheckJUnitTest.java   |   21 +-
 .../util/concurrent/cm/MapLoopsJUnitTest.java   |   21 +-
 .../util/concurrent/cm/RLJBarJUnitTest.java     |   21 +-
 .../concurrent/cm/StringMapLoopsJUnitTest.java  |   21 +-
 .../management/CacheManagementDUnitTest.java    |   22 +-
 .../management/ClientHealthStatsDUnitTest.java  |   20 +-
 .../gemfire/management/CompositeStats.java      |   21 +-
 .../gemfire/management/CompositeTestMBean.java  |   21 +-
 .../gemfire/management/CompositeTestMXBean.java |   16 +
 .../management/CompositeTypeTestDUnitTest.java  |   21 +-
 .../gemfire/management/CustomMBean.java         |   22 +-
 .../gemfire/management/CustomMXBean.java        |   20 +-
 .../management/DLockManagementDUnitTest.java    |   20 +-
 .../DataBrowserJSONValidationJUnitTest.java     |   21 +-
 .../management/DiskManagementDUnitTest.java     |   20 +-
 .../management/DistributedSystemDUnitTest.java  |   20 +-
 .../management/LocatorManagementDUnitTest.java  |   21 +-
 .../gemstone/gemfire/management/MBeanUtil.java  |   20 +-
 .../gemfire/management/ManagementTestBase.java  |   21 +-
 .../MemberMBeanAttributesDUnitTest.java         |   20 +-
 .../management/OffHeapManagementDUnitTest.java  |   16 +
 .../gemfire/management/QueryDataDUnitTest.java  |   21 +-
 .../management/RegionManagementDUnitTest.java   |   20 +-
 .../gemfire/management/TypedJsonJUnitTest.java  |   21 +-
 ...ersalMembershipListenerAdapterDUnitTest.java |   21 +-
 .../stats/AsyncEventQueueStatsJUnitTest.java    |   21 +-
 .../bean/stats/CacheServerStatsJUnitTest.java   |   21 +-
 .../bean/stats/DiskStatsJUnitTest.java          |   21 +-
 .../stats/DistributedSystemStatsDUnitTest.java  |   21 +-
 .../stats/DistributedSystemStatsJUnitTest.java  |   21 +-
 .../stats/GatewayReceiverStatsJUnitTest.java    |   21 +-
 .../bean/stats/GatewaySenderStatsJUnitTest.java |   21 +-
 .../HDFSRegionMBeanAttributeJUnitTest.java      |  169 --
 .../bean/stats/MBeanStatsTestCase.java          |   21 +-
 .../bean/stats/MemberLevelStatsJUnitTest.java   |   21 +-
 .../bean/stats/RegionStatsJUnitTest.java        |   21 +-
 .../bean/stats/StatsRateJUnitTest.java          |   21 +-
 .../internal/JettyHelperJUnitTest.java          |   21 +-
 .../cli/ClasspathScanLoadHelperJUnitTest.java   |   21 +-
 .../internal/cli/CliUtilDUnitTest.java          |   21 +-
 .../internal/cli/CommandManagerJUnitTest.java   |   21 +-
 .../cli/CommandSeparatorEscapeJUnitTest.java    |   16 +
 .../internal/cli/DataCommandJsonJUnitTest.java  |   16 +
 .../internal/cli/GfshParserJUnitTest.java       |   21 +-
 .../cli/annotations/CliArgumentJUnitTest.java   |   21 +-
 .../AbstractCommandsSupportJUnitTest.java       |   21 +-
 .../commands/DiskStoreCommandsJUnitTest.java    |   21 +-
 .../commands/HDFSStoreCommandsJUnitTest.java    |  838 ---------
 .../HTTPServiceSSLSupportJUnitTest.java         |   20 +-
 .../cli/commands/IndexCommandsJUnitTest.java    |   21 +-
 .../RegionPathConverterJUnitTest.java           |   21 +-
 .../internal/cli/domain/AbstractImpl.java       |   16 +
 .../management/internal/cli/domain/Impl1.java   |   16 +
 .../management/internal/cli/domain/Impl12.java  |   16 +
 .../internal/cli/domain/Interface1.java         |   16 +
 .../internal/cli/domain/Interface2.java         |   16 +
 .../management/internal/cli/domain/Stock.java   |   21 +-
 .../management/internal/cli/dto/Car.java        |   16 +
 .../management/internal/cli/dto/Key1.java       |   21 +-
 .../management/internal/cli/dto/Key2.java       |   21 +-
 .../internal/cli/dto/ObjectWithCharAttr.java    |   21 +-
 .../management/internal/cli/dto/Value1.java     |   21 +-
 .../management/internal/cli/dto/Value2.java     |   21 +-
 .../AlterHDFSStoreFunctionJUnitTest.java        |  324 ----
 .../CreateHDFSStoreFunctionJUnitTest.java       |  307 ---
 .../DescribeDiskStoreFunctionJUnitTest.java     |   21 +-
 .../DescribeHDFSStoreFunctionJUnitTest.java     |  364 ----
 .../DestroyHDFSStoreFunctionJUnitTest.java      |  305 ---
 .../ListDiskStoresFunctionJUnitTest.java        |   21 +-
 .../ListHDFSStoresFunctionJUnitTest.java        |  319 ----
 .../functions/ListIndexFunctionJUnitTest.java   |   21 +-
 .../cli/parser/ParserUtilsJUnitTest.java        |   21 +-
 .../preprocessor/PreprocessorJUnitTest.java     |   21 +-
 .../PreprocessorUtilsJUnitTest.java             |   21 +-
 .../cli/shell/GfshConfigInitFileJUnitTest.java  |   16 +
 .../shell/GfshExecutionStrategyJUnitTest.java   |   21 +-
 .../cli/shell/GfshInitFileJUnitTest.java        |   16 +
 .../SharedConfigurationDUnitTest.java           |   21 +-
 .../configuration/ZipUtilsJUnitTest.java        |   21 +-
 .../domain/CacheElementJUnitTest.java           |   21 +-
 .../utils/XmlUtilsAddNewNodeJUnitTest.java      |   21 +-
 .../configuration/utils/XmlUtilsJUnitTest.java  |   21 +-
 .../internal/pulse/TestClientIdsDUnitTest.java  |   22 +-
 .../internal/pulse/TestFunctionsDUnitTest.java  |   22 +-
 .../internal/pulse/TestHeapDUnitTest.java       |   23 +-
 .../internal/pulse/TestLocatorsDUnitTest.java   |   22 +-
 .../pulse/TestSubscriptionsDUnitTest.java       |   20 +-
 .../internal/security/JSONAuthCodeTest.java     |   16 +
 .../security/JSONAuthorizationTest.java         |   16 +
 .../security/ResourceOperationJUnit.java        |   16 +
 .../ReadOpFileAccessControllerJUnitTest.java    |   21 +-
 .../WanCommandsControllerJUnitTest.java         |   16 +
 .../gemfire/management/model/EmptyObject.java   |   21 +-
 .../gemstone/gemfire/management/model/Item.java |   21 +-
 .../gemfire/management/model/Order.java         |   21 +-
 .../gemfire/management/model/SubOrder.java      |   21 +-
 .../DomainObjectsAsValuesJUnitTest.java         |   21 +-
 .../GemcachedBinaryClientJUnitTest.java         |   21 +-
 .../GemcachedDevelopmentJUnitTest.java          |   21 +-
 .../gemfire/memcached/IntegrationJUnitTest.java |   21 +-
 .../gemfire/pdx/AutoSerializableJUnitTest.java  |   21 +-
 .../gemfire/pdx/ByteSourceJUnitTest.java        |   16 +
 .../ClientsWithVersioningRetryDUnitTest.java    |   21 +-
 .../com/gemstone/gemfire/pdx/DSInsidePdx.java   |   23 +-
 .../pdx/DistributedSystemIdDUnitTest.java       |   21 +-
 .../com/gemstone/gemfire/pdx/DomainObject.java  |   21 +-
 .../gemstone/gemfire/pdx/DomainObjectBad.java   |   16 +
 .../gemfire/pdx/DomainObjectClassLoadable.java  |   16 +
 .../gemfire/pdx/DomainObjectPdxAuto.java        |   21 +-
 ...DomainObjectPdxAutoNoDefaultConstructor.java |   21 +-
 .../java/com/gemstone/gemfire/pdx/Employee.java |   23 +-
 .../pdx/JSONPdxClientServerDUnitTest.java       |   23 +-
 .../com/gemstone/gemfire/pdx/NestedPdx.java     |   21 +-
 .../gemfire/pdx/NonDelegatingLoader.java        |   23 +-
 .../OffHeapByteBufferByteSourceJUnitTest.java   |   16 +
 .../gemfire/pdx/OffHeapByteSourceJUnitTest.java |   16 +
 .../pdx/PDXAsyncEventQueueDUnitTest.java        |   22 +-
 .../gemfire/pdx/PdxAttributesJUnitTest.java     |   21 +-
 .../gemfire/pdx/PdxClientServerDUnitTest.java   |   21 +-
 .../pdx/PdxDeserializationDUnitTest.java        |   21 +-
 .../pdx/PdxFormatterPutGetJUnitTest.java        |   21 +-
 .../com/gemstone/gemfire/pdx/PdxInsideDS.java   |   23 +-
 .../pdx/PdxInstanceFactoryJUnitTest.java        |   21 +-
 .../gemfire/pdx/PdxInstanceJUnitTest.java       |   21 +-
 .../gemfire/pdx/PdxSerializableDUnitTest.java   |   21 +-
 .../gemfire/pdx/PdxSerializableJUnitTest.java   |   21 +-
 .../gemfire/pdx/PdxStringJUnitTest.java         |   21 +-
 .../gemfire/pdx/PdxTypeExportDUnitTest.java     |   21 +-
 .../gemfire/pdx/SeparateClassloaderPdx.java     |   23 +-
 .../com/gemstone/gemfire/pdx/SimpleClass.java   |   23 +-
 .../com/gemstone/gemfire/pdx/SimpleClass1.java  |   21 +-
 .../com/gemstone/gemfire/pdx/SimpleClass2.java  |   21 +-
 .../gemfire/pdx/TestObjectForPdxFormatter.java  |   21 +-
 .../gemfire/pdx/VersionClassLoader.java         |   22 +-
 .../gemstone/gemfire/redis/AuthJUnitTest.java   |   18 +-
 .../gemfire/redis/ConcurrentStartTest.java      |   16 +
 .../gemstone/gemfire/redis/HashesJUnitTest.java |   16 +
 .../gemstone/gemfire/redis/ListsJUnitTest.java  |   16 +
 .../gemfire/redis/RedisDistDUnitTest.java       |   16 +
 .../gemstone/gemfire/redis/SetsJUnitTest.java   |   16 +
 .../gemfire/redis/SortedSetsJUnitTest.java      |   20 +-
 .../gemfire/redis/StringsJunitTest.java         |   16 +
 .../web/controllers/AddFreeItemToOrders.java    |   21 +-
 .../rest/internal/web/controllers/Customer.java |   21 +-
 .../internal/web/controllers/DateTimeUtils.java |   16 +
 .../rest/internal/web/controllers/Gender.java   |   16 +
 .../internal/web/controllers/GetAllEntries.java |   21 +-
 .../web/controllers/GetDeliveredOrders.java     |   21 +-
 .../internal/web/controllers/GetRegions.java    |   21 +-
 .../web/controllers/GetValueForKey.java         |   21 +-
 .../rest/internal/web/controllers/Item.java     |   21 +-
 .../rest/internal/web/controllers/Order.java    |   21 +-
 .../rest/internal/web/controllers/Person.java   |   21 +-
 .../web/controllers/PutKeyFunction.java         |   21 +-
 .../web/controllers/RestAPITestBase.java        |   16 +
 .../internal/web/controllers/RestTestUtils.java |   21 +-
 .../gemfire/test/golden/ExecutableProcess.java  |   16 +
 .../gemfire/test/golden/FailOutputTestCase.java |   16 +
 .../golden/FailWithErrorInOutputJUnitTest.java  |   16 +
 .../FailWithExtraLineInOutputJUnitTest.java     |   16 +
 ...WithLineMissingFromEndOfOutputJUnitTest.java |   16 +
 ...hLineMissingFromMiddleOfOutputJUnitTest.java |   16 +
 .../FailWithLoggerErrorInOutputJUnitTest.java   |   16 +
 .../FailWithLoggerFatalInOutputJUnitTest.java   |   16 +
 .../FailWithLoggerWarnInOutputJUnitTest.java    |   16 +
 .../golden/FailWithProblemInOutputTestCase.java |   16 +
 .../golden/FailWithSevereInOutputJUnitTest.java |   16 +
 ...hTimeoutOfWaitForOutputToMatchJUnitTest.java |   16 +
 .../FailWithWarningInOutputJUnitTest.java       |   16 +
 .../gemfire/test/golden/GoldenComparator.java   |   16 +
 .../test/golden/GoldenStringComparator.java     |   16 +
 .../gemfire/test/golden/GoldenTestCase.java     |   16 +
 .../golden/GoldenTestFrameworkTestSuite.java    |   16 +
 .../gemfire/test/golden/PassJUnitTest.java      |   16 +
 .../golden/PassWithExpectedErrorJUnitTest.java  |   16 +
 .../golden/PassWithExpectedProblemTestCase.java |   16 +
 .../golden/PassWithExpectedSevereJUnitTest.java |   16 +
 .../PassWithExpectedWarningJUnitTest.java       |   16 +
 .../test/golden/RegexGoldenComparator.java      |   16 +
 .../test/golden/StringGoldenComparator.java     |   16 +
 .../gemfire/test/process/MainLauncher.java      |   16 +
 .../test/process/MainLauncherJUnitTest.java     |   16 +
 .../gemfire/test/process/OutputFormatter.java   |   16 +
 .../test/process/ProcessOutputReader.java       |   16 +
 .../test/process/ProcessStreamReader.java       |   16 +
 .../process/ProcessTestFrameworkTestSuite.java  |   16 +
 .../gemfire/test/process/ProcessWrapper.java    |   16 +
 .../test/process/ProcessWrapperJUnitTest.java   |   16 +
 .../gemstone/gemfire/util/JSR166TestCase.java   |   22 +-
 .../gemstone/gemfire/util/test/TestUtil.java    |   16 +
 .../protocols/CacheTimeSlowDownDUnitTest.java   |   17 +-
 .../GemFireTimeSyncProtocolDUnitTest.java       |   17 +-
 .../JGroupsFailureDetectionJUnitTest.java       |   16 +
 .../protocols/JGroupsVersioningJUnitTest.java   |   21 +-
 .../com/gemstone/persistence/admin/Logger.java  |   21 +-
 .../gemstone/persistence/logging/Formatter.java |   21 +-
 .../gemstone/persistence/logging/Handler.java   |   21 +-
 .../com/gemstone/persistence/logging/Level.java |   21 +-
 .../gemstone/persistence/logging/LogRecord.java |   21 +-
 .../gemstone/persistence/logging/Logger.java    |   21 +-
 .../persistence/logging/SimpleFormatter.java    |   21 +-
 .../persistence/logging/StreamHandler.java      |   21 +-
 .../test/java/com/gemstone/sequence/Arrow.java  |   21 +-
 .../java/com/gemstone/sequence/Lifeline.java    |   21 +-
 .../com/gemstone/sequence/LifelineState.java    |   21 +-
 .../java/com/gemstone/sequence/LineMapper.java  |   21 +-
 .../com/gemstone/sequence/SequenceDiagram.java  |   21 +-
 .../com/gemstone/sequence/SequencePanel.java    |   21 +-
 .../com/gemstone/sequence/StateColorMap.java    |   21 +-
 .../java/com/gemstone/sequence/TimeAxis.java    |   21 +-
 .../com/gemstone/sequence/ZoomingPanel.java     |   21 +-
 .../sequence/gemfire/DefaultLineMapper.java     |   21 +-
 .../gemfire/GemfireSequenceDisplay.java         |   21 +-
 .../sequence/gemfire/HydraLineMapper.java       |   21 +-
 .../sequence/gemfire/SelectGraphDialog.java     |   21 +-
 .../com/main/MyDistributedSystemListener.java   |   21 +-
 .../com/main/WANBootStrapping_Site1_Add.java    |   21 +-
 .../com/main/WANBootStrapping_Site1_Remove.java |   21 +-
 .../com/main/WANBootStrapping_Site2_Add.java    |   21 +-
 .../com/main/WANBootStrapping_Site2_Remove.java |   21 +-
 .../src/test/java/dunit/AsyncInvocation.java    |   21 +-
 .../src/test/java/dunit/BounceResult.java       |   16 +
 gemfire-core/src/test/java/dunit/DUnitEnv.java  |   21 +-
 .../test/java/dunit/DistributedTestCase.java    |   21 +-
 gemfire-core/src/test/java/dunit/Host.java      |   21 +-
 .../src/test/java/dunit/RMIException.java       |   21 +-
 .../src/test/java/dunit/RemoteDUnitVMIF.java    |   16 +
 .../src/test/java/dunit/RepeatableRunnable.java |   16 +
 .../test/java/dunit/SerializableCallable.java   |   21 +-
 .../test/java/dunit/SerializableRunnable.java   |   21 +-
 gemfire-core/src/test/java/dunit/VM.java        |   21 +-
 .../src/test/java/dunit/standalone/ChildVM.java |   21 +-
 .../java/dunit/standalone/DUnitLauncher.java    |   21 +-
 .../java/dunit/standalone/ProcessManager.java   |   36 +-
 .../java/dunit/standalone/RemoteDUnitVM.java    |   21 +-
 .../dunit/standalone/StandAloneDUnitEnv.java    |   21 +-
 .../test/java/dunit/tests/BasicDUnitTest.java   |   21 +-
 .../src/test/java/dunit/tests/TestFailure.java  |   21 +-
 .../src/test/java/dunit/tests/VMDUnitTest.java  |   21 +-
 gemfire-core/src/test/java/hydra/GsRandom.java  |   21 +-
 .../test/java/hydra/HydraRuntimeException.java  |   21 +-
 gemfire-core/src/test/java/hydra/Log.java       |   21 +-
 .../src/test/java/hydra/LogVersionHelper.java   |   21 +-
 .../src/test/java/hydra/MethExecutor.java       |   21 +-
 .../src/test/java/hydra/MethExecutorResult.java |   21 +-
 .../src/test/java/hydra/SchedulingOrder.java    |   21 +-
 .../src/test/java/hydra/log/AnyLogWriter.java   |   21 +-
 .../java/hydra/log/CircularOutputStream.java    |   21 +-
 .../parReg/query/unittest/NewPortfolio.java     |   21 +-
 .../java/parReg/query/unittest/Position.java    |   22 +-
 .../src/test/java/perffmwk/Formatter.java       |   22 +-
 .../templates/security/DummyAuthenticator.java  |   21 +-
 .../templates/security/DummyAuthorization.java  |   21 +-
 .../security/FunctionSecurityPrmsHolder.java    |   21 +-
 .../security/LdapUserAuthenticator.java         |   21 +-
 .../java/templates/security/PKCSAuthInit.java   |   21 +-
 .../templates/security/PKCSAuthenticator.java   |   21 +-
 .../java/templates/security/PKCSPrincipal.java  |   21 +-
 .../security/UserPasswordAuthInit.java          |   21 +-
 .../templates/security/UsernamePrincipal.java   |   21 +-
 .../templates/security/XmlAuthorization.java    |   21 +-
 .../templates/security/XmlErrorHandler.java     |   21 +-
 .../src/test/java/util/TestException.java       |   21 +-
 .../cache/client/internal/cacheserver.cer       |  Bin 0 -> 782 bytes
 .../cache/client/internal/cacheserver.keystore  |  Bin 0 -> 1253 bytes
 .../client/internal/cacheserver.truststore      |  Bin 0 -> 844 bytes
 .../gemfire/cache/client/internal/client.cer    |  Bin 0 -> 782 bytes
 .../cache/client/internal/client.keystore       |  Bin 0 -> 1251 bytes
 .../cache/client/internal/client.truststore     |  Bin 0 -> 846 bytes
 .../cache/client/internal/default.keystore      |  Bin 0 -> 1115 bytes
 .../cache/client/internal/trusted.keystore      |  Bin 0 -> 1078 bytes
 .../sanctionedDataSerializables.txt             | 1755 ++++++++----------
 .../codeAnalysis/sanctionedSerializables.txt    |   27 +-
 .../org/jgroups/ShunnedAddressException.java    |   16 +
 .../com/gemstone/org/jgroups/SuspectMember.java |   16 +-
 .../org/jgroups/debug/JChannelTestHook.java     |   16 +
 .../gemstone/org/jgroups/protocols/AUTH.java    |   16 +
 .../gemstone/org/jgroups/protocols/FRAG3.java   |   17 +-
 .../org/jgroups/spi/GFBasicAdapter.java         |   16 +
 .../gemstone/org/jgroups/spi/GFPeerAdapter.java |   16 +
 .../org/jgroups/stack/BoundedLinkedHashMap.java |   21 +-
 .../org/jgroups/stack/GFBasicAdapterImpl.java   |   16 +
 .../org/jgroups/stack/GFPeerAdapterImpl.java    |   16 +
 .../org/jgroups/stack/GossipClient.java         |    6 +-
 .../org/jgroups/stack/SockCreatorImpl.java      |   21 +-
 .../org/jgroups/util/ConnectionWatcher.java     |   16 +
 .../org/jgroups/util/ExternalStrings.java       |   21 +-
 .../gemstone/org/jgroups/util/GFLogWriter.java  |   16 +
 .../org/jgroups/util/GFStringIdImpl.java        |   16 +
 .../gemstone/org/jgroups/util/SockCreator.java  |   24 +-
 .../org/jgroups/util/StreamableFixedID.java     |   16 +
 .../com/gemstone/org/jgroups/util/StringId.java |   21 +-
 .../org/jgroups/util/VersionedStreamable.java   |   16 +
 .../gemstone/org/jgroups/JChannelJUnitTest.java |   16 +
 .../test/junit/categories/DistributedTest.java  |   16 +
 .../categories/DistributedTransactionsTest.java |   16 +
 .../test/junit/categories/HoplogTest.java       |    7 -
 .../test/junit/categories/IntegrationTest.java  |   16 +
 .../test/junit/categories/PerformanceTest.java  |   16 +
 .../gemfire/test/junit/categories/UnitTest.java |   16 +
 .../gemfire/test/junit/categories/WanTest.java  |   16 +
 .../test/junit/rules/ExpectedTimeout.java       |   16 +
 .../junit/rules/ExpectedTimeoutJUnitTest.java   |   16 +
 .../gemfire/cache/util/AutoBalancer.java        |  176 +-
 .../util/AutoBalancerIntegrationJUnitTest.java  |  185 ++
 .../cache/util/AutoBalancerJUnitTest.java       |  371 +---
 .../connector/internal/RegionMetadata.java      |   16 +
 .../gemfirefunctions/QueryFunction.java         |   18 +-
 .../RetrieveRegionFunction.java                 |   16 +
 .../RetrieveRegionMetadataFunction.java         |   16 +
 .../StructStreamingResultSender.java            |   16 +
 .../gemfire/spark/connector/Employee.java       |   16 +
 .../spark/connector/JavaApiIntegrationTest.java |   16 +
 .../gemfire/spark/connector/Portfolio.java      |   16 +
 .../gemfire/spark/connector/Position.java       |   16 +
 .../spark/connector/BasicIntegrationTest.scala  |   16 +
 .../RDDJoinRegionIntegrationTest.scala          |   16 +
 .../RetrieveRegionIntegrationTest.scala         |   16 +
 .../gemfire/spark/connector/package.scala       |   16 +
 .../connector/testkit/GemFireCluster.scala      |   16 +
 .../spark/connector/testkit/GemFireRunner.scala |   16 +
 .../spark/connector/testkit/IOUtils.scala       |   16 +
 .../spark/streaming/ManualClockHelper.scala     |   16 +
 .../spark/streaming/TestInputDStream.scala      |   16 +
 .../javaapi/GemFireJavaDStreamFunctions.java    |   16 +
 .../GemFireJavaPairDStreamFunctions.java        |   16 +
 .../javaapi/GemFireJavaPairRDDFunctions.java    |   16 +
 .../javaapi/GemFireJavaRDDFunctions.java        |   16 +
 .../javaapi/GemFireJavaSQLContextFunctions.java |   16 +
 .../GemFireJavaSparkContextFunctions.java       |   16 +
 .../connector/javaapi/GemFireJavaUtil.java      |   16 +
 .../spark/connector/GemFireConnection.scala     |   16 +
 .../spark/connector/GemFireConnectionConf.scala |   16 +
 .../connector/GemFireConnectionManager.scala    |   16 +
 .../connector/GemFireFunctionDeployer.scala     |   16 +
 .../connector/GemFireKryoRegistrator.scala      |   16 +
 .../connector/GemFirePairRDDFunctions.scala     |   16 +
 .../spark/connector/GemFireRDDFunctions.scala   |   16 +
 .../connector/GemFireSQLContextFunctions.scala  |   16 +
 .../GemFireSparkContextFunctions.scala          |   16 +
 .../internal/DefaultGemFireConnection.scala     |   16 +
 .../DefaultGemFireConnectionManager.scala       |   16 +
 .../connector/internal/LocatorHelper.scala      |   16 +
 .../StructStreamingResultCollector.scala        |   16 +
 .../connector/internal/oql/QueryParser.scala    |   16 +
 .../spark/connector/internal/oql/QueryRDD.scala |   18 +-
 .../internal/oql/QueryResultCollector.scala     |   18 +-
 .../connector/internal/oql/RDDConverter.scala   |   18 +-
 .../connector/internal/oql/RowBuilder.scala     |   16 +
 .../connector/internal/oql/SchemaBuilder.scala  |   16 +
 .../internal/oql/UndefinedSerializer.scala      |   16 +
 .../connector/internal/rdd/GemFireJoinRDD.scala |   16 +
 .../internal/rdd/GemFireOuterJoinRDD.scala      |   16 +
 .../internal/rdd/GemFireRDDPartition.scala      |   16 +
 .../internal/rdd/GemFireRDDPartitioner.scala    |   16 +
 .../rdd/GemFireRDDPartitionerImpl.scala         |   16 +
 .../internal/rdd/GemFireRDDWriter.scala         |   16 +
 .../internal/rdd/GemFireRegionRDD.scala         |   16 +
 .../javaapi/GemFireJavaRegionRDD.scala          |   16 +
 .../spark/connector/javaapi/JavaAPIHelper.scala |   16 +
 .../gemfire/spark/connector/package.scala       |   16 +
 .../streaming/GemFireDStreamFunctions.scala     |   18 +-
 .../spark/connector/streaming/package.scala     |   16 +
 .../gemfire/spark/connector/JavaAPITest.java    |   18 +-
 .../connector/GemFireFunctionDeployerTest.scala |   16 +
 .../DefaultGemFireConnectionManagerTest.scala   |   16 +
 ...tStreamingResultSenderAndCollectorTest.scala |   16 +
 .../internal/oql/QueryParserTest.scala          |   18 +-
 .../connector/ConnectorImplicitsTest.scala      |   16 +
 .../connector/GemFireConnectionConfTest.scala   |   16 +
 .../connector/GemFireDStreamFunctionsTest.scala |   16 +
 .../connector/GemFireRDDFunctionsTest.scala     |   16 +
 .../spark/connector/LocatorHelperTest.scala     |   16 +
 .../rdd/GemFireRDDPartitionerTest.scala         |   16 +
 .../connector/rdd/GemFireRegionRDDTest.scala    |   16 +
 .../basic-demos/src/main/java/demo/Emp.java     |   16 +
 .../src/main/java/demo/OQLJavaDemo.java         |   16 +
 .../src/main/java/demo/PairRDDSaveJavaDemo.java |   16 +
 .../src/main/java/demo/RDDSaveJavaDemo.java     |   16 +
 .../src/main/java/demo/RegionToRDDJavaDemo.java |   16 +
 .../src/main/scala/demo/NetworkWordCount.scala  |   16 +
 .../project/Dependencies.scala                  |   16 +
 .../project/GemFireSparkBuild.scala             |   16 +
 gemfire-spark-connector/project/Settings.scala  |   16 +
 .../web/controllers/AbstractBaseController.java |   21 +-
 .../web/controllers/BaseControllerAdvice.java   |   21 +-
 .../web/controllers/CommonCrudController.java   |   21 +-
 .../controllers/FunctionAccessController.java   |   21 +-
 .../web/controllers/PdxBasedCrudController.java |   21 +-
 .../web/controllers/QueryAccessController.java  |   21 +-
 .../web/controllers/support/JSONTypes.java      |   16 +
 .../controllers/support/QueryResultTypes.java   |   21 +-
 .../web/controllers/support/RegionData.java     |   21 +-
 .../controllers/support/RegionEntryData.java    |   21 +-
 .../support/RestServersResultCollector.java     |   16 +
 .../web/controllers/support/UpdateOp.java       |   21 +-
 .../DataTypeNotSupportedException.java          |   21 +-
 .../web/exception/GemfireRestException.java     |   21 +-
 .../web/exception/MalformedJsonException.java   |   21 +-
 .../web/exception/RegionNotFoundException.java  |   21 +-
 .../exception/ResourceNotFoundException.java    |   21 +-
 ...stomMappingJackson2HttpMessageConverter.java |   16 +
 .../web/swagger/config/RestApiPathProvider.java |   16 +
 .../web/swagger/config/SwaggerConfig.java       |   16 +
 .../rest/internal/web/util/ArrayUtils.java      |   21 +-
 .../rest/internal/web/util/DateTimeUtils.java   |   21 +-
 .../internal/web/util/IdentifiableUtils.java    |   21 +-
 .../rest/internal/web/util/JSONUtils.java       |   21 +-
 .../rest/internal/web/util/JsonWriter.java      |   21 +-
 .../rest/internal/web/util/NumberUtils.java     |   21 +-
 .../rest/internal/web/util/ValidationUtils.java |   21 +-
 gemfire-web/build.gradle                        |    2 +
 .../internal/web/AbstractWebTestCase.java       |   21 +-
 .../ShellCommandsControllerJUnitTest.java       |   68 +-
 ...entVariablesHandlerInterceptorJUnitTest.java |   21 +-
 .../internal/web/domain/LinkIndexJUnitTest.java |   21 +-
 .../internal/web/domain/LinkJUnitTest.java      |   21 +-
 .../domain/QueryParameterSourceJUnitTest.java   |   21 +-
 .../web/http/ClientHttpRequestJUnitTest.java    |   21 +-
 ...ableObjectHttpMessageConverterJUnitTest.java |   21 +-
 .../RestHttpOperationInvokerJUnitTest.java      |   21 +-
 .../SimpleHttpOperationInvokerJUnitTest.java    |   21 +-
 .../web/util/ConvertUtilsJUnitTest.java         |   21 +-
 .../internal/web/util/UriUtilsJUnitTest.java    |   21 +-
 gradle/wrapper/gradle-wrapper.jar               |  Bin 51018 -> 53637 bytes
 gradle/wrapper/gradle-wrapper.properties        |    4 +-
 gradlew                                         |   12 +-
 5002 files changed, 77638 insertions(+), 42381 deletions(-)
----------------------------------------------------------------------



[05/50] [abbrv] incubator-geode git commit: GEODE-445: fix race in unit test

Posted by kl...@apache.org.
GEODE-445: fix race in unit test

The test now uses a WaitCriteria when checking
member and profile count.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9390a624
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/9390a624
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/9390a624

Branch: refs/heads/feature/GEODE-328
Commit: 9390a6248d2a92c0028275dac3711c49869f03ce
Parents: ec307d2
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Wed Oct 21 14:51:34 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Wed Oct 21 16:52:41 2015 -0700

----------------------------------------------------------------------
 .../offheap/OutOfOffHeapMemoryDUnitTest.java    | 27 +++++++++++++++++---
 1 file changed, 23 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9390a624/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
index a7921ee..76bfde7 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
@@ -293,10 +293,29 @@ public class OutOfOffHeapMemoryDUnitTest extends CacheTestCase {
           final int countMembersPlusLocator = vmCount+1-1; // +1 for locator, -1 for OOOHME member
           final int countOtherMembers = vmCount-1-1; // -1 for self, -1 for OOOHME member
           
-          assertEquals(countMembersPlusLocator, ((InternalDistributedSystem)OutOfOffHeapMemoryDUnitTest
-              .system.get()).getDistributionManager().getDistributionManagerIds().size());
-          assertEquals(countOtherMembers, ((DistributedRegion)OutOfOffHeapMemoryDUnitTest
-              .cache.get().getRegion(name)).getDistributionAdvisor().getNumProfiles());
+          final WaitCriterion waitForDisconnect = new WaitCriterion() {
+            public boolean done() {
+              InternalDistributedSystem ids = (InternalDistributedSystem)OutOfOffHeapMemoryDUnitTest.system.get();
+              DistributedRegion dr = (DistributedRegion)OutOfOffHeapMemoryDUnitTest.cache.get().getRegion(name);
+              return countMembersPlusLocator == ids.getDistributionManager().getDistributionManagerIds().size()
+                  && countOtherMembers == dr.getDistributionAdvisor().getNumProfiles();
+            }
+            public String description() {
+              String msg = "";
+              InternalDistributedSystem ids = (InternalDistributedSystem)OutOfOffHeapMemoryDUnitTest.system.get();
+              int currentMemberCount = ids.getDistributionManager().getDistributionManagerIds().size();
+              if (countMembersPlusLocator != currentMemberCount) {
+                msg += " expected " + countMembersPlusLocator + " members but found " + currentMemberCount;
+              }
+              DistributedRegion dr = (DistributedRegion)OutOfOffHeapMemoryDUnitTest.cache.get().getRegion(name);
+              int profileCount = dr.getDistributionAdvisor().getNumProfiles();
+              if (countOtherMembers != profileCount) {
+                msg += " expected " + countOtherMembers + " profiles but found " + profileCount;
+              }
+              return msg;
+            }
+          };
+          waitForCriterion(waitForDisconnect, 30*1000, 10, true);
         }
       });
     }


[45/50] [abbrv] incubator-geode git commit: GEODE-487: Remove integrationTest and distributedTest from build task.

Posted by kl...@apache.org.
GEODE-487: Remove integrationTest and distributedTest from build task.

This commit removes integrationTest and distributedTest tasks from the
build task lifecycle. The tasks were associated with the 'check' task,
which is in the 'build' lifecycle. After removing the tasks, only the
'test' task is run when build task is executed.

Tested by running 'clean build'

Review available at https://reviews.apache.org/r/39664


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b2dea99c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b2dea99c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b2dea99c

Branch: refs/heads/feature/GEODE-328
Commit: b2dea99cbb909edf0ccca9d117147316c44e87bb
Parents: 28eb309
Author: Mark Bretl <mb...@pivotal.io>
Authored: Mon Oct 26 11:26:54 2015 -0700
Committer: Mark Bretl <mb...@pivotal.io>
Committed: Tue Oct 27 10:54:18 2015 -0700

----------------------------------------------------------------------
 build.gradle | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b2dea99c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 980eba8..7e477f3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -409,10 +409,13 @@ subprojects {
     }
   })
 
-  check.dependsOn integrationTest
-  check.dependsOn distributedTest 
+  // Make precheckin task run all validation tests for checking in code.
+  task precheckin (dependsOn: [ build, integrationTest, distributedTest ]) {
+    description 'Run this task before checking in code to validate changes. This task combines the following tasks: build, integrationTest, and distributedTest'
+  }
+
   check.dependsOn checkMissedTests
-  combineReports.mustRunAfter check, test, integrationTest, distributedTest,checkMissedTests
+  combineReports.mustRunAfter check, test, integrationTest, distributedTest, checkMissedTests
   build.finalizedBy combineReports
   check.finalizedBy combineReports
   test.finalizedBy combineReports


[02/50] [abbrv] incubator-geode git commit: GEODE-453, GEODE-458: Ignoring suspect string in testRegisterInterestNoDataStores

Posted by kl...@apache.org.
GEODE-453, GEODE-458: Ignoring suspect string in testRegisterInterestNoDataStores


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5c7bbd01
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5c7bbd01
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/5c7bbd01

Branch: refs/heads/feature/GEODE-328
Commit: 5c7bbd019cd2dd4bb4929dc355144c584b7514dd
Parents: 937134b
Author: Dan Smith <up...@apache.org>
Authored: Wed Oct 21 14:16:54 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Wed Oct 21 14:20:00 2015 -0700

----------------------------------------------------------------------
 .../cache/partitioned/PersistentPartitionedRegionDUnitTest.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5c7bbd01/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
index 8b3ae52..6274dcf 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
@@ -1325,6 +1325,11 @@ public class PersistentPartitionedRegionDUnitTest extends PersistentPartitionedR
   
   
   public void testRegisterInterestNoDataStores() {
+    //Closing the client may log a warning on the server
+    addExpectedException("Connection reset");
+    addExpectedException("SocketTimeoutException");
+    addExpectedException("ServerConnectivityException");
+    addExpectedException("Socket Closed");
     final Host host = Host.getHost(0);
     VM vm0 = host.getVM(0);
     VM vm1 = host.getVM(1);


[35/50] [abbrv] incubator-geode git commit: [GEODE-480] ConcurrentIndexUpdateWithoutWLDUnitTest.testRangeIndex Stat in abstractIndex should be atomic or in a synchronized block

Posted by kl...@apache.org.
[GEODE-480] ConcurrentIndexUpdateWithoutWLDUnitTest.testRangeIndex
Stat in abstractIndex should be atomic or in a synchronized block


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f437106e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f437106e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f437106e

Branch: refs/heads/feature/GEODE-328
Commit: f437106ecde4414b04d9e21e0af4df41812b82b6
Parents: f0bd8b0
Author: Jason Huynh <jh...@pivotal.io>
Authored: Fri Oct 23 12:40:54 2015 -0700
Committer: Jason Huynh <jh...@pivotal.io>
Committed: Fri Oct 23 12:40:54 2015 -0700

----------------------------------------------------------------------
 .../query/internal/index/AbstractIndex.java     | 23 ++++++++++----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f437106e/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java
index 6c0d0bf..aca4078 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java
@@ -17,6 +17,7 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.atomic.AtomicInteger;
 import java.util.concurrent.locks.ReadWriteLock;
 import java.util.concurrent.locks.ReentrantReadWriteLock;
 
@@ -1744,7 +1745,7 @@ public abstract class AbstractIndex implements IndexProtocol
   {
     protected Map map;
     private boolean useList;
-    private volatile int numValues = 0;
+    private AtomicInteger numValues = new AtomicInteger(0);
 
     RegionEntryToValuesMap(boolean useList) {
       this.map = new ConcurrentHashMap(2, 0.75f, 1);
@@ -1793,7 +1794,7 @@ public abstract class AbstractIndex implements IndexProtocol
         coll.add(value);
         map.put(entry, coll);
       }
-      this.numValues++;
+      numValues.incrementAndGet();
     }
 
     public void addAll(RegionEntry entry, Collection values)
@@ -1803,7 +1804,7 @@ public abstract class AbstractIndex implements IndexProtocol
         Collection coll = useList?new ArrayList(values.size()):new IndexConcurrentHashSet(values.size(), 0.75f, 1);
         coll.addAll(values);
         map.put(entry, coll);
-        this.numValues = this.numValues + values.size();
+        numValues.addAndGet(values.size());
       } else if (object instanceof Collection) {
         Collection coll = (Collection) object;
         // If its a list query might get ConcurrentModificationException.
@@ -1822,7 +1823,7 @@ public abstract class AbstractIndex implements IndexProtocol
         coll.add(object);
         map.put(entry, coll);
       }
-      this.numValues = this.numValues + values.size();
+      numValues.addAndGet(values.size());
     }
 
     public Object get(RegionEntry entry)
@@ -1860,14 +1861,14 @@ public abstract class AbstractIndex implements IndexProtocol
           if (coll.size() == 0) {
             map.remove(entry);
           }
-          this.numValues--;
+          numValues.decrementAndGet();
         }
       }
       else {
         if (object.equals(value)) {
           map.remove(entry);
         }
-        this.numValues--;
+        this.numValues.decrementAndGet();
       }
     }
 
@@ -1875,8 +1876,8 @@ public abstract class AbstractIndex implements IndexProtocol
     {
       Object retVal = map.remove(entry);
       if (retVal != null) {
-            this.numValues = (retVal instanceof Collection) ? this.numValues
-                - ((Collection) retVal).size() : this.numValues - 1;
+            numValues.addAndGet((retVal instanceof Collection) ?
+              - ((Collection) retVal).size() : -1 );
       }
       return retVal;
     }
@@ -1896,7 +1897,7 @@ public abstract class AbstractIndex implements IndexProtocol
 
     public int getNumValues()
     {
-      return this.numValues;
+      return this.numValues.get();
     }
 
     public int getNumEntries()
@@ -2158,7 +2159,7 @@ public abstract class AbstractIndex implements IndexProtocol
     public void clear()
     {
       map.clear();
-      this.numValues = 0;
+      this.numValues.set(0);
     }
 
     public Set entrySet()
@@ -2175,7 +2176,7 @@ public abstract class AbstractIndex implements IndexProtocol
     public void replace(RegionEntry entry, Object values) {
       int numOldValues = getNumValues(entry);
       this.map.put(entry, values);
-      this.numValues += (((values instanceof Collection) ? ((Collection) values)
+      this.numValues.addAndGet(((values instanceof Collection) ? ((Collection) values)
           .size() : 1) - numOldValues);
     }
   }


[22/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/PRQueryTraceInfo.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/PRQueryTraceInfo.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/PRQueryTraceInfo.java
index e32cae7..6cbe397 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/PRQueryTraceInfo.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/PRQueryTraceInfo.java
@@ -1,10 +1,18 @@
-/*=========================================================================
- * Copyright Copyright (c) 2000-2011 VMware, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- * $Id: QueryObserverAdapter.java,v 1.2 2005/02/01 17:19:20 vaibhav Exp $
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.cache.query.internal;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedResultsBag.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedResultsBag.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedResultsBag.java
index 0dbbb3d..8704461 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedResultsBag.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedResultsBag.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.util.Comparator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedStructBag.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedStructBag.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedStructBag.java
index f9bbc1c..f21d0a6 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedStructBag.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/SortedStructBag.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/StructFields.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/StructFields.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/StructFields.java
index aec755a..2ce9ad7 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/StructFields.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/StructFields.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal;
 
 import java.util.Iterator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AbstractAggregator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AbstractAggregator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AbstractAggregator.java
index 5809df8..ab90aaf 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AbstractAggregator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AbstractAggregator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.Aggregator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Avg.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Avg.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Avg.java
index e1da36d..d76a879 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Avg.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Avg.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.QueryService;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgBucketNode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgBucketNode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgBucketNode.java
index 9611321..0152c71 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgBucketNode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgBucketNode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.QueryService;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinct.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinct.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinct.java
index 3863b72..2028d07 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinct.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinct.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.QueryService;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinctPRQueryNode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinctPRQueryNode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinctPRQueryNode.java
index 2bbc67d..984a359 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinctPRQueryNode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgDistinctPRQueryNode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgPRQueryNode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgPRQueryNode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgPRQueryNode.java
index 2365474..dbec4e7 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgPRQueryNode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/AvgPRQueryNode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Count.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Count.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Count.java
index 3026b63..d491e0b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Count.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Count.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.Aggregator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinct.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinct.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinct.java
index 03af70b..d93060f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinct.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinct.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinctPRQueryNode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinctPRQueryNode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinctPRQueryNode.java
index 4e56f30..5559b5e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinctPRQueryNode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountDistinctPRQueryNode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountPRQueryNode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountPRQueryNode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountPRQueryNode.java
index 34d34ac..59c3816 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountPRQueryNode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/CountPRQueryNode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.Aggregator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/DistinctAggregator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/DistinctAggregator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/DistinctAggregator.java
index 0328d9a..c2f1380 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/DistinctAggregator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/DistinctAggregator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/MaxMin.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/MaxMin.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/MaxMin.java
index 443e62d..b6d216a 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/MaxMin.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/MaxMin.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.Aggregator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Sum.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Sum.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Sum.java
index c41d0a5..180ef86 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Sum.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/Sum.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import com.gemstone.gemfire.cache.query.QueryService;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinct.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinct.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinct.java
index e4741dc..49b1222 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinct.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinct.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinctPRQueryNode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinctPRQueryNode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinctPRQueryNode.java
index 99c6fe7..d129ad6 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinctPRQueryNode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/aggregate/SumDistinctPRQueryNode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.aggregate;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTAggregateFunc.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTAggregateFunc.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTAggregateFunc.java
index 1bfe010..6695599 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTAggregateFunc.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTAggregateFunc.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.parse;
 
 import antlr.Token;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTDummy.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTDummy.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTDummy.java
index 4abfedf..ca251cd 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTDummy.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/ASTDummy.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.parse;
 
 import antlr.Token;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/LimitIterator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/LimitIterator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/LimitIterator.java
index cb5d3de..7ea843c 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/LimitIterator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/LimitIterator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.utils;
 
 import java.util.Iterator;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/PDXUtils.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/PDXUtils.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/PDXUtils.java
index d7299a3..3bbeb33 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/PDXUtils.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/utils/PDXUtils.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.query.internal.utils;
 
 import com.gemstone.gemfire.cache.CacheException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/cache/util/Gateway.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/util/Gateway.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/util/Gateway.java
index 69a578b..9fa1219 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/util/Gateway.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/util/Gateway.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache.util;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/ByteBufferWriter.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/ByteBufferWriter.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/ByteBufferWriter.java
index 05849c1..3ae09b6 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/ByteBufferWriter.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/ByteBufferWriter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.nio.ByteBuffer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Sendable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Sendable.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Sendable.java
index 2d797be..89df3da 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Sendable.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Sendable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.io.DataOutput;
@@ -23,4 +39,4 @@ public interface Sendable {
    * @throws IOException
    */
   void sendTo(DataOutput out) throws IOException;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/SocketCloser.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/SocketCloser.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/SocketCloser.java
index 8468daa..8318afa 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/SocketCloser.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/SocketCloser.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/ShutdownAllGatewayHubsRequest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/ShutdownAllGatewayHubsRequest.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/ShutdownAllGatewayHubsRequest.java
index 6d98d5d..d845402 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/ShutdownAllGatewayHubsRequest.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/ShutdownAllGatewayHubsRequest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.admin.remote;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistPeerTXStateStub.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistPeerTXStateStub.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistPeerTXStateStub.java
index 7719d80..88006bd 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistPeerTXStateStub.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistPeerTXStateStub.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXAdjunctCommitMessage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXAdjunctCommitMessage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXAdjunctCommitMessage.java
index 5d8b75a..12c879b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXAdjunctCommitMessage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXAdjunctCommitMessage.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXCommitMessage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXCommitMessage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXCommitMessage.java
index d8c52fe..020c1f4 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXCommitMessage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXCommitMessage.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage.java
index 5fe7ba0..a58eb9a 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXRollbackMessage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXRollbackMessage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXRollbackMessage.java
index 605f3bb..d21fc28 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXRollbackMessage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXRollbackMessage.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXState.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXState.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXState.java
index 53e5477..95deab6 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXState.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXState.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateOnCoordinator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateOnCoordinator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateOnCoordinator.java
index 7939b77..e7ab802 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateOnCoordinator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateOnCoordinator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImpl.java
index 8d9ad09..96e882a 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import org.apache.logging.log4j.Logger;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnCoordinator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnCoordinator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnCoordinator.java
index b44713f..75a1df7 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnCoordinator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnCoordinator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.ArrayList;
@@ -1049,4 +1065,4 @@ public class DistTXStateProxyImplOnCoordinator extends DistTXStateProxyImpl {
     }
     return m;
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnDatanode.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnDatanode.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnDatanode.java
index 8750158..93eedaa 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnDatanode.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/DistTXStateProxyImplOnDatanode.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/HDFSRegionMap.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/HDFSRegionMap.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/HDFSRegionMap.java
index 7714b0b..5c398e2 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/HDFSRegionMap.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/HDFSRegionMap.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/OffHeapRegionEntry.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/OffHeapRegionEntry.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/OffHeapRegionEntry.java
index 39aa633..c685676 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/OffHeapRegionEntry.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/OffHeapRegionEntry.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package com.gemstone.gemfire.internal.cache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/ServerPingMessage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/ServerPingMessage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/ServerPingMessage.java
index 5f98ea2..81ff11f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/ServerPingMessage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/ServerPingMessage.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/VMThinRegionEntryOffHeap.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/VMThinRegionEntryOffHeap.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/VMThinRegionEntryOffHeap.java
index c8d29c4..c752156 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/VMThinRegionEntryOffHeap.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/VMThinRegionEntryOffHeap.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache;
 
 import java.util.UUID;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/HeapMemoryMonitor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/HeapMemoryMonitor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/HeapMemoryMonitor.java
index d84a367..27a6dff 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/HeapMemoryMonitor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/HeapMemoryMonitor.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2002-2013 VMware, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- *========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.control;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholds.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholds.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholds.java
index 40cf083..11690eb 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholds.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/MemoryThresholds.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.control;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
index 0678c01..9588a2f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2002-2013 VMware, Inc. All Rights Reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- *========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.control;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/ResourceMonitor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/ResourceMonitor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/ResourceMonitor.java
index 76ad3b3..100f5a6 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/ResourceMonitor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/ResourceMonitor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.control;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/lru/OffHeapEvictor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/lru/OffHeapEvictor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/lru/OffHeapEvictor.java
index 9318d5e..297c4fe 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/lru/OffHeapEvictor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/lru/OffHeapEvictor.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2011 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.lru;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/DestroyRegionOnDataStoreMessage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/DestroyRegionOnDataStoreMessage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/DestroyRegionOnDataStoreMessage.java
index 0e7db25..19d014f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/DestroyRegionOnDataStoreMessage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/DestroyRegionOnDataStoreMessage.java
@@ -1,10 +1,18 @@
 /*
- * ========================================================================= 
- * Copyright (c) 2002-2011 VMware, Inc. All Rights Reserved. 
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * more patents listed at http://www.vmware.com/go/patents.
- * =========================================================================
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.partitioned;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/rebalance/ParallelBucketOperator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/rebalance/ParallelBucketOperator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/rebalance/ParallelBucketOperator.java
index b5094df..6f0f039 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/rebalance/ParallelBucketOperator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/rebalance/ParallelBucketOperator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.partitioned.rebalance;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistClientTXStateStub.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistClientTXStateStub.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistClientTXStateStub.java
index 217d1b3..d6f69ef 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistClientTXStateStub.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistClientTXStateStub.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.tx;
 
@@ -124,4 +137,4 @@ public class DistClientTXStateStub extends ClientTXStateStub implements
   public void finalCleanup() {
     // Do nothing
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxEntryEvent.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxEntryEvent.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxEntryEvent.java
index 2756fd3..f0f443e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxEntryEvent.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxEntryEvent.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tx;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxKeyInfo.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxKeyInfo.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxKeyInfo.java
index 8564e14..3be3a6f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxKeyInfo.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/tx/DistTxKeyInfo.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.cache.tx;
 
 import com.gemstone.gemfire.internal.cache.KeyInfo;
@@ -35,4 +51,4 @@ public class DistTxKeyInfo extends KeyInfo {
   public boolean isDistKeyInfo() {
     return true;
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlVersion.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlVersion.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlVersion.java
index a4c4d61..d59ce8f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlVersion.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlVersion.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.internal.cache.xmlcache;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocator.java
index 1c0dd8c..0a207ac 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunk.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunk.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunk.java
index 3c05b62..cd02259 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunk.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunk.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 /**



[41/50] [abbrv] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-409

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/build.gradle
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/AttributesFactory.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/Cache.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/DataPolicy.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/GemFireCache.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/RegionFactory.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/RegionShortcut.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/AbstractIndex.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/index/IndexManager.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/HostStatSampler.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/RemoteRegionAttributes.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/GemFireCacheImpl.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/PartitionedRegionHelper.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/control/OffHeapMemoryMonitor.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStats.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PartitionedRegionRebalanceOp.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheCreation.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheServerCreation.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlGenerator.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheXmlParser.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/management/cli/ConverterHint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/CreateAlterDestroyRegionCommands.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/RegionCreateFunction.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/web/controllers/ShellCommandsController.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/TXExpiryJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SignalledFlushObserverJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/hdfs/internal/SortedListForAsyncQueueJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/QueryUsingFunctionContextDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexDUnitTest.java
----------------------------------------------------------------------
diff --cc gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexDUnitTest.java
index a6e7d92,d9d3ef4..18e4f3e
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexDUnitTest.java
@@@ -1,10 -1,26 +1,19 @@@
- /*=========================================================================
-  * Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved.
-  * This product is protected by U.S. and international copyright
-  * and intellectual property laws. Pivotal products are covered by
-  * one or more patents listed at http://www.pivotal.io/patents.
-  *=========================================================================
+ /*
+  * Licensed to the Apache Software Foundation (ASF) under one or more
+  * contributor license agreements.  See the NOTICE file distributed with
+  * this work for additional information regarding copyright ownership.
+  * The ASF licenses this file to You under the Apache License, Version 2.0
+  * (the "License"); you may not use this file except in compliance with
+  * the License.  You may obtain a copy of the License at
+  *
+  *      http://www.apache.org/licenses/LICENSE-2.0
+  *
+  * Unless required by applicable law or agreed to in writing, software
+  * distributed under the License is distributed on an "AS IS" BASIS,
+  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  * See the License for the specific language governing permissions and
+  * limitations under the License.
   */
 -/*
 - * IndexTest.java
 - * JUnit based test
 - *
 - * Created on March 9, 2005, 3:30 PM
 - */
 -
  package com.gemstone.gemfire.cache.query.internal.index;
  
  import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/RangeIndexAPIJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheTestCase.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/CacheXml40DUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/AnalyzeSerializablesJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteFileJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherLocalJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherRemoteJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ClientServerTransactionDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/NetSearchMessagingDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionRedundancyZoneDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/RebalanceOperationDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStatsDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/OnGroupsFunctionExecutionDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessStreamReaderTestCase.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0b81325/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
----------------------------------------------------------------------


[32/50] [abbrv] incubator-geode git commit: GEODE-392: Using CacheTestCase.cache in DistTXDebugDUnitTest

Posted by kl...@apache.org.
GEODE-392: Using CacheTestCase.cache in DistTXDebugDUnitTest

This test was was extending CacheTestCase, but it had it's own static
cache. That means that in certain cases CacheTestCase's code to close
the cache nicely before removing the disk stores files wasn't being
invoked, if CacheTestCase had a static reference to a closed cache from
a previous test.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ca4991d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ca4991d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ca4991d8

Branch: refs/heads/feature/GEODE-328
Commit: ca4991d89296db3bbba2adcfede517311971cd6e
Parents: 20c39d7
Author: Dan Smith <up...@apache.org>
Authored: Fri Oct 23 10:52:13 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Fri Oct 23 11:01:51 2015 -0700

----------------------------------------------------------------------
 .../gemfire/disttx/DistTXDebugDUnitTest.java    | 13 +------------
 .../disttx/DistTXPersistentDebugDUnitTest.java  | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ca4991d8/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
index 668f1e6..84dd2dc 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
@@ -37,7 +37,6 @@ public class DistTXDebugDUnitTest extends CacheTestCase {
   VM dataStore1 = null;
   VM dataStore2 = null;
   VM dataStore3 = null;
-  protected static Cache cache = null;
 
   public DistTXDebugDUnitTest(String name) {
     super(name);
@@ -62,20 +61,10 @@ public class DistTXDebugDUnitTest extends CacheTestCase {
       }
     });
     InternalResourceManager.setResourceObserver(null);
-    if (cache != null) {
-      cache.close();
-    }
   }
 
   public static void createCacheInVm() {
-    Properties props = new Properties();
-//    props.setProperty(DistributionConfig.LOG_LEVEL_NAME, "fine");
-    // CacheFactory cf = new CacheFactory(props);
-    // new TxDUnit("temp").getCache(cf);
-    // new TxDUnit("temp").getCache();
-
-    InternalDistributedSystem ds = new DistTXDebugDUnitTest("temp").getSystem(props);
-    cache = CacheFactory.create(ds);
+    new DistTXDebugDUnitTest("temp").getCache();
   }
 
   protected void createCacheInAllVms() {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ca4991d8/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
index 48f933c..1824caa 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
@@ -8,11 +8,31 @@ import com.gemstone.gemfire.cache.DiskStore;
 import com.gemstone.gemfire.cache.PartitionAttributesFactory;
 import com.gemstone.gemfire.cache.Region;
 import com.gemstone.gemfire.cache.RegionAttributes;
+import com.gemstone.gemfire.distributed.DistributedMemberDUnitTest;
+import com.gemstone.gemfire.distributed.DistributedSystemDUnitTest;
+import com.gemstone.gemfire.distributed.LocatorDUnitTest;
+import com.gemstone.gemfire.distributed.RoleDUnitTest;
+import com.gemstone.gemfire.distributed.SystemAdminDUnitTest;
+import com.gemstone.gemfire.distributed.internal.Bug40751DUnitTest;
+import com.gemstone.gemfire.distributed.internal.ConsoleDistributionManagerDUnitTest;
+import com.gemstone.gemfire.distributed.internal.DistributionAdvisorDUnitTest;
+import com.gemstone.gemfire.distributed.internal.DistributionManagerDUnitTest;
+import com.gemstone.gemfire.distributed.internal.GemFireTimeSyncServiceDUnitTest;
+import com.gemstone.gemfire.distributed.internal.ProductUseLogDUnitTest;
+import com.gemstone.gemfire.distributed.internal.deadlock.GemFireDeadlockDetectorDUnitTest;
+import com.gemstone.gemfire.distributed.internal.streaming.StreamingOperationManyDUnitTest;
+import com.gemstone.gemfire.distributed.internal.streaming.StreamingOperationOneDUnitTest;
 import com.gemstone.gemfire.internal.cache.TXManagerImpl;
 import com.gemstone.gemfire.internal.cache.execute.data.CustId;
 import com.gemstone.gemfire.internal.cache.execute.data.Customer;
+import com.gemstone.gemfire.pdx.DistributedSystemIdDUnitTest;
+import com.gemstone.gemfire.pdx.JSONPdxClientServerDUnitTest;
+import com.gemstone.gemfire.pdx.PdxDeserializationDUnitTest;
+import com.gemstone.gemfire.pdx.PdxSerializableDUnitTest;
 
 import dunit.SerializableCallable;
+import junit.framework.Test;
+import junit.framework.TestSuite;
 
 public class DistTXPersistentDebugDUnitTest extends DistTXDebugDUnitTest {
 


[07/50] [abbrv] incubator-geode git commit: GEODE-468: Using 1.8 generated files for AnalyzeSerializablesJUnitTest

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/37f77a90/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedDataSerializables.txt
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedDataSerializables.txt b/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedDataSerializables.txt
index 490117f..708124f 100644
--- a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedDataSerializables.txt
+++ b/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedDataSerializables.txt
@@ -3,8 +3,8 @@ fromData,62,2a2bb80023b500082a2bb900240100b5000b2a2bb80025b500052ab40005b9002601
 toData,30,2ab400082bb800202b2ab4000bb9002102002ab40005c000032bb80022b1
 
 com/gemstone/gemfire/admin/internal/FinishBackupRequest,2
-fromData,22,2a2bb700272a2bb80028b500022a2bb80028b50003b1
-toData,22,2a2bb700292ab400022bb8002a2ab400032bb8002ab1
+fromData,22,2a2bb700282a2bb80029b500022a2bb80029b50003b1
+toData,22,2a2bb7002a2ab400022bb8002b2ab400032bb8002bb1
 
 com/gemstone/gemfire/admin/internal/FinishBackupResponse,2
 fromData,14,2a2bb700042a2bb80005b50003b1
@@ -15,12 +15,12 @@ fromData,14,2a2bb700042a2bb80005b50003b1
 toData,14,2a2bb700062ab400032bb80007b1
 
 com/gemstone/gemfire/admin/internal/SystemMemberCacheEventProcessor$SystemMemberCacheMessage,2
-fromData,27,2a2bb7001a2a2bb8001bb5000d2a2bb9001c0100b8001db50010b1
-toData,27,2a2bb7001e2ab4000d2bb8001f2b2ab40010b40020b900210200b1
+fromData,27,2a2bb7001b2a2bb8001cb5000d2a2bb9001d0100b8001eb50010b1
+toData,27,2a2bb7001f2ab4000d2bb800202b2ab40010b40021b900220200b1
 
 com/gemstone/gemfire/admin/jmx/internal/StatAlertNotification,2
-fromData,39,2a2bb80029b600032a2bb8002ab600072a2bb8002bc0002cc0002cb600052a2bb8002db50008b1
-toData,33,2ab600152bb800252ab6001f2bb800262ab6000d2bb800272ab400082bb80028b1
+fromData,39,2a2bb8002ab600032a2bb8002bb600072a2bb8002cc0002dc0002db600052a2bb8002eb50008b1
+toData,33,2ab600162bb800262ab600202bb800272ab6000e2bb800282ab400082bb80029b1
 
 com/gemstone/gemfire/cache/ExpirationAttributes,2
 fromData,22,2a2bb900120100b500022a2bb80013c00014b50004b1
@@ -35,8 +35,8 @@ fromData,14,2a2bb9000f0100b80010b50003b1
 toData,14,2b2ab40003b4000db9000e0200b1
 
 com/gemstone/gemfire/cache/client/internal/CacheServerLoadMessage,2
-fromData,52,2a2bb7000c2abb000d59b7000eb500022ab400022bb8000f2abb001059b70011b500032ab400032bb8000f2a2bb80012b50004b1
-toData,30,2a2bb700132ab400022bb800142ab400032bb800142ab400042bb80015b1
+fromData,52,2a2bb7000d2abb000e59b7000fb500022ab400022bb800102abb001159b70012b500032ab400032bb800102a2bb80013b50004b1
+toData,30,2a2bb700142ab400022bb800152ab400032bb800152ab400042bb80016b1
 
 com/gemstone/gemfire/cache/client/internal/locator/ClientConnectionRequest,2
 fromData,14,2a2bb700042a2bb80005b50003b1
@@ -63,8 +63,8 @@ fromData,41,2a2bb80006b500032a2bb900070100b500052ab40003c600122ab40003b600049a00
 toData,19,2ab400032bb800082b2ab40005b900090200b1
 
 com/gemstone/gemfire/cache/client/internal/locator/LocatorStatusResponse,2
-fromData,56,2a2bb6001e2a2bb6001f2a2bb600202a2bb600212a2bb600222a2bb600232a2bb600242a2bb600252a2bb600262a2bb600272a2bb60028b1
-toData,56,2a2bb600312a2bb600322a2bb600332a2bb600342a2bb600352a2bb600362a2bb600372a2bb600382a2bb600392a2bb6003a2a2bb6003bb1
+fromData,56,2a2bb6001f2a2bb600202a2bb600212a2bb600222a2bb600232a2bb600242a2bb600252a2bb600262a2bb600272a2bb600282a2bb60029b1
+toData,56,2a2bb600322a2bb600332a2bb600342a2bb600352a2bb600362a2bb600372a2bb600382a2bb600392a2bb6003a2a2bb6003b2a2bb6003cb1
 
 com/gemstone/gemfire/cache/client/internal/locator/QueueConnectionRequest,2
 fromData,40,2a2bb700072a2bb80008b500042a2bb80009b500062a2bb8000ab500052a2bb9000b0100b50002b1
@@ -78,17 +78,13 @@ com/gemstone/gemfire/cache/client/internal/locator/ServerLocationRequest,2
 fromData,9,2a2bb80003b50002b1
 toData,9,2ab400022bb80004b1
 
-com/gemstone/gemfire/cache/hdfs/internal/HDFSEventQueueAttributesImpl,2
-fromData,69,2a2bb9001c0100b500032a2bb9001c0100b500042a2bb9001d0100b500052a2bb8001eb500022a2bb9001c0100b500062a2bb9001d0100b500072a2bb9001c0100b50008b1
-toData,69,2b2ab40003b9001902002b2ab40004b9001902002b2ab40005b9001a02002ab400022bb8001b2b2ab40006b9001902002b2ab40007b9001a02002b2ab40008b900190200b1
-
 com/gemstone/gemfire/cache/hdfs/internal/HDFSGatewayEventImpl,2
 fromData,17,2a2bb7001b2a2bb8001cc0001db50009b1
 toData,14,2a2bb700172ab400092bb80018b1
 
 com/gemstone/gemfire/cache/hdfs/internal/PersistedEventImpl,2
-fromData,104,2a2bb900100100b80011b500032a2bb900100100b500062a04b7000999000e2a2bb80012b50004a700402a05b700099900302bb800124d2cc7000b2a01b50004a7001cb8001399000e2a2cb80014b50004a7000b2a2cb80015b50004a7000b2a2bb80016b50004b1
-toData,107,2b2ab40003b40007b9000802002b2ab40006b9000802002a04b700099900142ab40004c0000ac0000a2bb8000ba7003d2a05b7000999002d2ab40004c1000c9900182ab40004c0000c4d2cb9000d01002bb8000ea700162ab400042bb8000ea7000b2ab400042bb8000fb1
+fromData,104,2a2bb900110100b80012b500032a2bb900110100b500072a04b7000a99000e2a2bb80013b50004a700402a05b7000a9900302bb800134d2cc7000b2a01b50004a7001cb8001499000e2a2cb80015b50004a7000b2a2cb80016b50004a7000b2a2bb80017b50004b1
+toData,107,2b2ab40003b40008b9000902002b2ab40007b9000902002a04b7000a9900142ab40004c0000bc0000b2bb8000ca7003d2a05b7000a99002d2ab40004c1000d9900182ab40004c0000d4d2cb9000e01002bb8000fa700162ab400042bb8000fa7000b2ab400042bb80010b1
 
 com/gemstone/gemfire/cache/hdfs/internal/SortedHDFSQueuePersistedEvent,2
 fromData,14,2a2bb7000d2a2bb8000eb5000ab1
@@ -124,11 +120,11 @@ toData,29,2ab400042bb800082b2ab40005b9000902002b2ab40007b9000a0200b1
 
 com/gemstone/gemfire/cache/query/internal/CqEntry,2
 fromData,17,2a2bb80009b500022a2bb80009b50003b1
-toData,17,2ab400022bb8000a2ab400032bb8000ab1
+toData,17,2ab400022bb8000b2ab400032bb8000bb1
 
 com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults,2
-fromData,127,2bb8001dc0001e4d2abb0003591300042cb70005b500012cb9001f01003e2bb90020010037042abb001a59160488b70021b5000816043706160609949e00421d9900232bb800223a082ab40008bb0023592cc000241908b70025b90026020057a700152bb8001d3a082ab400081908b9002602005716060a653706a7ffbdb1
-toData,125,2ab40001b900270100b9001f01003d2ab40001b9002701002bb80028bb00295911040001b7002a4e2db6002b3a042ab600143a050336061905b9001501009900311905b9001601003a071c9900181907c0002cb9002d01003a0819082bb8002ea7000919072db80028840601a7ffcb1904150685b6002f2d2bb60030b1
+fromData,126,2bb8001dc0001e4d2abb00035912042cb70005b500012cb9001f01003e2bb90020010037042abb001a59160488b70021b5000816043706160609949e00421d9900232bb800223a082ab40008bb0023592cc000241908b70025b90026020057a700152bb8001d3a082ab400081908b9002602005716060a653706a7ffbdb1
+toData,125,2ab40001b900280100b9001f01003d2ab40001b9002801002bb80029bb002a5911040001b7002b4e2db6002c3a042ab600143a050336061905b9001501009900311905b9001601003a071c9900181907c0002db9002e01003a0819082bb8002fa7000919072db80029840601a7ffcb1904150685b600302d2bb60031b1
 
 com/gemstone/gemfire/cache/query/internal/LinkedResultSet,2
 fromData,40,2bb9001501003d2a2bb80016c00017b500071c3e1d9e00122a2bb80016b60018578403ffa7fff0b1
@@ -136,11 +132,11 @@ toData,46,2b2ab60019b9001a02002ab400072bb8001b2ab6001c4d2cb9001d01009900102cb900
 
 com/gemstone/gemfire/cache/query/internal/LinkedStructSet,2
 fromData,68,2a2bb900300100b500022bb9003101003d2a2bb80032c00020b500071c3e1d9e00242bb80032c000333a042abb000c592ab400071904b70034b60035578403ffa7ffdeb1
-toData,66,2b2ab40002b9003602002b2ab60037b9003802002ab400072bb800392ab600284d2cb90029010099001a2cb9002a0100c000124e2db9003a01002bb80039a7ffe3b1
+toData,66,2b2ab40002b9003702002b2ab60038b9003902002ab400072bb8003a2ab600284d2cb90029010099001a2cb9002a0100c000124e2db9003b01002bb8003aa7ffe3b1
 
 com/gemstone/gemfire/cache/query/internal/NWayMergeResults,2
-fromData,135,2bb8001ec0001f4d2abb0004591300202cb70006b500022cb9002101003e2a2bb80022b500012bb90023010037042abb001b59160488b70024b5000916043706160609949e00421d9900232bb800253a082ab40009bb0026592cc000271908b70028b90029020057a700152bb8001e3a082ab400091908b9002902005716060a653706a7ffbdb1
-toData,133,2ab40002b9002a0100b9002101003d2ab40002b9002a01002bb8002b2ab400012bb8002cbb002d5911040001b7002e4e2db6002f3a042ab600153a050336061905b9001601009900311905b9001701003a071c9900181907c00030b9003101003a0819082bb80032a7000919072db8002b840601a7ffcb1904150685b600332d2bb60034b1
+fromData,134,2bb8001ec0001f4d2abb00045912202cb70006b500022cb9002101003e2a2bb80022b500012bb90023010037042abb001b59160488b70024b5000916043706160609949e00421d9900232bb800253a082ab40009bb0026592cc000271908b70028b90029020057a700152bb8001e3a082ab400091908b9002902005716060a653706a7ffbdb1
+toData,133,2ab40002b9002b0100b9002101003d2ab40002b9002b01002bb8002c2ab400012bb8002dbb002e5911040001b7002f4e2db600303a042ab600153a050336061905b9001601009900311905b9001701003a071c9900181907c00031b9003201003a0819082bb80033a7000919072db8002c840601a7ffcb1904150685b600342d2bb60035b1
 
 com/gemstone/gemfire/cache/query/internal/NullToken,2
 fromData,1,b1
@@ -152,59 +148,59 @@ toData,29,2b2ab40004b9000502002b2ab40006b9000702002ab400032bb80008b1
 
 com/gemstone/gemfire/cache/query/internal/ResultsBag,2
 fromData,106,2a2bb80018c00019b5001a2a2bb9001b0100b50017b2001c9a00162ab400179c000fbb001d592ab40017b7001ebf2a2ab6001fb500042a2bb600202ab400172ab40021643d1c9e00232bb800184e2bb9001b010036042ab400042d1504b60022571c1504643da7ffdfb1
-toData,116,2ab4001a2bb800232b2ab60024b9002502002a2bb600262ab600242ab40021643d2ab40004b60027b9002801004e2db9000a010099003f1c9e003b2db9000b0100c000293a041904b6002a3a0519052bb800231904b6002b36061c1506a200061c36062b1506b9002502001c1506643da7ffbeb1
+toData,116,2ab4001a2bb800242b2ab60025b9002602002a2bb600272ab600252ab40021643d2ab40004b60028b9002901004e2db9000a010099003f1c9e003b2db9000b0100c0002a3a041904b6002b3a0519052bb800241904b6002c36061c1506a200061c36062b1506b9002602001c1506643da7ffbeb1
 
 com/gemstone/gemfire/cache/query/internal/ResultsCollectionWrapper,2
-fromData,55,2bb9005601003d1c99000e2a2bb80057b50002a7000e2a2bb80058c00059b500022a2bb80058c0005ab5000d2a2bb900560100b50004b1
-toData,60,2ab40002c100523d2b1cb9005302001c9900112ab40002c0004d2bb80054a7000b2ab400022bb800552ab4000d2bb800552b2ab40004b900530200b1
+fromData,55,2bb9005801003d1c99000e2a2bb80059b50002a7000e2a2bb8005ac0005bb500022a2bb8005ac0005cb5000d2a2bb900580100b50004b1
+toData,60,2ab40002c100543d2b1cb9005502001c9900112ab40002c0004e2bb80056a7000b2ab400022bb800572ab4000d2bb800572b2ab40004b900550200b1
 
 com/gemstone/gemfire/cache/query/internal/ResultsSet,2
-fromData,49,2bb9001701003dbb001859b700194e2d2bb8001a2a2db600051c360415049e00122a2bb8001bb6001c578404ffa7ffefb1
-toData,70,2b2ab6001db9001e02002ab6001fb900040100c000184d2cc6000704a70004031220b800212c2bb800222ab600234e2db9002401009900102db9002501002bb80026a7ffedb1
+fromData,49,2bb9001801003dbb001959b7001a4e2d2bb8001b2a2db600051c360415049e00122a2bb8001cb6001d578404ffa7ffefb1
+toData,70,2b2ab6001eb9001f02002ab60020b900040100c000194d2cc6000704a70004031221b800222c2bb800232ab600244e2db9002501009900102db9002601002bb80027a7ffedb1
 
 com/gemstone/gemfire/cache/query/internal/SortedResultSet,2
-fromData,40,2bb9001501003d2a2bb80016c00017b500081c3e1d9e00122a2bb80016b60018578403ffa7fff0b1
-toData,46,2b2ab60019b9001a02002ab400082bb8001b2ab6001c4d2cb9001d01009900102cb9001e01002bb8001ba7ffedb1
+fromData,40,2bb9001601003d2a2bb80017c00018b500081c3e1d9e00122a2bb80017b60019578403ffa7fff0b1
+toData,46,2b2ab6001ab9001b02002ab400082bb8001c2ab6001d4d2cb9001e01009900102cb9001f01002bb8001ca7ffedb1
 
 com/gemstone/gemfire/cache/query/internal/SortedStructSet,2
-fromData,57,2a2bb900430100b500022bb9004401003d2a2bb80045c00034b500091c3e1d9e00192bb80045c000283a042a1904b60013578403ffa7ffe9b1
-toData,64,2b2ab40002b9004602002b2ab6002bb9004702002ab400092bb800482ab6002c4d2cb9002601009900182cb900270100c00028c000284e2d2bb80049a7ffe5b1
+fromData,57,2a2bb900440100b500022bb9004501003d2a2bb80046c00034b500091c3e1d9e00192bb80046c000283a042a1904b60013578403ffa7ffe9b1
+toData,64,2b2ab40002b9004702002b2ab6002bb9004802002ab400092bb800492ab6002c4d2cb9002601009900182cb900270100c00028c000284e2d2bb8004aa7ffe5b1
 
 com/gemstone/gemfire/cache/query/internal/StructBag,2
-fromData,16,2a2bb700472a2bb900480100b50002b1
-toData,16,2a2bb700492b2ab40002b9004a0200b1
+fromData,16,2a2bb700482a2bb900490100b50002b1
+toData,16,2a2bb7004a2b2ab40002b9004b0200b1
 
 com/gemstone/gemfire/cache/query/internal/StructImpl,2
-fromData,72,2a2bb80025c00026b500072a2bb80027b500082ab40008c600302ab400084d2cbe3e03360415041da2001f2c1504323a051905c1000999000b2a04b50002a70009840401a7ffe1b1
-toData,17,2ab400072bb800282ab400082bb80029b1
+fromData,72,2a2bb80026c00027b500072a2bb80028b500082ab40008c600302ab400084d2cbe3e03360415041da2001f2c1504323a051905c1000999000b2a04b50002a70009840401a7ffe1b1
+toData,17,2ab400072bb800292ab400082bb8002ab1
 
 com/gemstone/gemfire/cache/query/internal/StructSet,2
-fromData,58,2abb000359bb000459b70005b70006b500072bb9004f01003d2a2bb80050c00040b5000c1c3e1d9e00122a2bb80050b60051578403ffa7fff0b1
-toData,46,2b2ab60039b9005202002ab4000c2bb800532ab600494d2cb9001201009900102cb9001301002bb80053a7ffedb1
+fromData,58,2abb000359bb000459b70005b70006b500072bb9005001003d2a2bb80051c00040b5000c1c3e1d9e00122a2bb80051b60052578403ffa7fff0b1
+toData,46,2b2ab60039b9005302002ab4000c2bb800542ab600494d2cb9001201009900102cb9001301002bb80054a7ffedb1
 
 com/gemstone/gemfire/cache/query/internal/Undefined,2
 fromData,1,b1
 toData,1,b1
 
 com/gemstone/gemfire/cache/query/internal/index/IndexCreationData,2
-fromData,106,2a2bb9000e0100b500022a2bb9000e0100b500052a2bb9000e0100b500042a2bb9000f0100b500082bb9001001003d031ca0000d2ab2000bb50003a70019041ca0000d2ab2000db50003a7000a2ab20011b500032bb9000f01003e1d99000d2a2bb9000e0100b50006b1
-toData,122,2b2ab40002b9000902002b2ab40005b9000902002b2ab40004b9000902002b2ab40008b9000a0200b2000b2ab40003a6000d2b03b9000c0200a7001eb2000d2ab40003a6000d2b04b9000c0200a7000a2b05b9000c02002ab40006c600172b04b9000a02002b2ab40006b900090200a7000a2b03b9000a0200b1
+fromData,106,2a2bb9000f0100b500022a2bb9000f0100b500052a2bb9000f0100b500042a2bb900100100b500082bb9001101003d031ca0000d2ab2000cb50003a70019041ca0000d2ab2000eb50003a7000a2ab20012b500032bb9001001003e1d99000d2a2bb9000f0100b50006b1
+toData,122,2b2ab40002b9000a02002b2ab40005b9000a02002b2ab40004b9000a02002b2ab40008b9000b0200b2000c2ab40003a6000d2b03b9000d0200a7001eb2000e2ab40003a6000d2b04b9000d0200a7000a2b05b9000d02002ab40006c600172b04b9000b02002b2ab40006b9000a0200a7000a2b03b9000b0200b1
 
 com/gemstone/gemfire/cache/query/internal/types/CollectionTypeImpl,2
-fromData,17,2a2bb700222a2bb80023c00024b50003b1
-toData,14,2a2bb700252ab400032bb80026b1
+fromData,17,2a2bb700232a2bb80024c00025b50003b1
+toData,14,2a2bb700262ab400032bb80027b1
 
 com/gemstone/gemfire/cache/query/internal/types/MapTypeImpl,2
-fromData,17,2a2bb7001b2a2bb8001cc00015b50003b1
-toData,14,2a2bb7001d2ab400032bb8001eb1
+fromData,17,2a2bb7001c2a2bb8001dc00015b50003b1
+toData,14,2a2bb7001e2ab400032bb8001fb1
 
 com/gemstone/gemfire/cache/query/internal/types/ObjectTypeImpl,2
-fromData,9,2a2bb80009b50002b1
-toData,9,2ab400022bb8000ab1
+fromData,9,2a2bb8000ab50002b1
+toData,9,2ab400022bb8000bb1
 
 com/gemstone/gemfire/cache/query/internal/types/StructTypeImpl,2
-fromData,28,2a2bb700282a2bb80029b5000b2a2bb8002ac0002bc0002bb5000db1
-toData,22,2a2bb7002c2ab4000b2bb8002d2ab4000d2bb8002eb1
+fromData,28,2a2bb700292a2bb8002ab5000b2a2bb8002bc0002cc0002cb5000db1
+toData,22,2a2bb7002d2ab4000b2bb8002e2ab4000d2bb8002fb1
 
 com/gemstone/gemfire/cache/server/ServerLoad,2
 fromData,41,2a2bb900070100b500022a2bb900070100b500042a2bb900070100b500032a2bb900070100b50005b1
@@ -219,140 +215,140 @@ fromData,19,2a2bb80012b5000e2a2bb900130100b5000fb1
 toData,19,2ab4000e2bb800102b2ab4000fb900110300b1
 
 com/gemstone/gemfire/distributed/internal/DistributionAdvisor$Profile,2
-fromData,40,2abb001059b70011b500072ab400072bb800122a2bb900130100b500082a2bb900130100b50002b1
-toData,29,2ab400072bb8000e2b2ab40008b9000f02002b2ab40002b9000f0200b1
+fromData,40,2abb001259b70013b500082ab400082bb800142a2bb900150100b500092a2bb900150100b50003b1
+toData,29,2ab400082bb800102b2ab40009b9001102002b2ab40003b900110200b1
 
 com/gemstone/gemfire/distributed/internal/DistributionMessage,2
 fromData,1,b1
 toData,1,b1
 
 com/gemstone/gemfire/distributed/internal/HighPriorityAckedMessage,2
-fromData,51,2a2bb700432a2bb900440100b500122ab800452bb90044010032b500092a2bb900460100b5000a2a2bb80047c00048b50007b1
-toData,47,2a2bb7003f2b2ab40012b9004002002b2ab40009b60024b9004002002b2ab4000ab9004102002ab400072bb80042b1
+fromData,51,2a2bb700442a2bb900450100b500122ab800462bb90045010032b500092a2bb900470100b5000a2a2bb80048c00049b50007b1
+toData,47,2a2bb700402b2ab40012b9004102002b2ab40009b60024b9004102002b2ab4000ab9004202002ab400072bb80043b1
 
 com/gemstone/gemfire/distributed/internal/ReplyMessage,2
-fromData,101,2a2bb7003c2bb9003d01003d2a1c05b8003eb500022a1c1008b8003eb500031c04b8003e99000d2a2bb9003f0100b500041c07b8003e9900132a2bb80040b500062a04b50007a700141c1040b8003e99000b2a2bb80040b500062a1c1080b8003eb50038b1
-toData,132,2a2bb70037033d2ab400029900081c0580913d2ab4000799000b1c0780913da700102ab40006c600091c104080913d2ab400049900081c0480913d2ab400039900091c100880913d2ab400389900091c108080913d2b1cb9003902002ab4000499000d2b2ab40004b9003a02002ab400079a000a2ab40006c6000b2ab400062bb8003bb1
+fromData,101,2a2bb7003d2bb9003e01003d2a1c05b8003fb500022a1c1008b8003fb500031c04b8003f99000d2a2bb900400100b500041c07b8003f9900132a2bb80041b500062a04b50007a700141c1040b8003f99000b2a2bb80041b500062a1c1080b8003fb50039b1
+toData,132,2a2bb70038033d2ab400029900081c0580913d2ab4000799000b1c0780913da700102ab40006c600091c104080913d2ab400049900081c0480913d2ab400039900091c100880913d2ab400399900091c108080913d2b1cb9003a02002ab4000499000d2b2ab40004b9003b02002ab400079a000a2ab40006c6000b2ab400062bb8003cb1
 
 com/gemstone/gemfire/distributed/internal/SerialAckedMessage,2
-fromData,27,2a2bb7002c2a2bb9002d0100b500182a2bb8002ec00020b50007b1
-toData,24,2a2bb700292b2ab40018b9002a02002ab400072bb8002bb1
+fromData,27,2a2bb7002d2a2bb9002e0100b500182a2bb8002fc00020b50007b1
+toData,24,2a2bb7002a2b2ab40018b9002b02002ab400072bb8002cb1
 
 com/gemstone/gemfire/distributed/internal/ServerLocation,2
-fromData,19,2a2bb8000ab500082a2bb9000b0100b50009b1
-toData,19,2ab400082bb8000c2b2ab40009b9000d0200b1
+fromData,19,2a2bb8000bb500092a2bb9000c0100b5000ab1
+toData,19,2ab400092bb8000d2b2ab4000ab9000e0200b1
 
 com/gemstone/gemfire/distributed/internal/ShutdownMessage,2
-fromData,27,2a2bb7000b2a2bb9000c0100b500032a2bb8000dc0000eb50002b1
-toData,24,2a2bb700082b2ab40003b9000902002ab400022bb8000ab1
+fromData,27,2a2bb7000c2a2bb9000d0100b500032a2bb8000ec0000fb50002b1
+toData,24,2a2bb700092b2ab40003b9000a02002ab400022bb8000bb1
 
 com/gemstone/gemfire/distributed/internal/StartupMessage,3
-fromDataProblem,38,2ab40039c7000e2abb006b59b7006cb500392ab400392bb6006d572ab40039126eb6006d57b1
-fromData,368,2a2bb7006f2bb9007001003d1c99000e2a2bb80071b5000ca700082a01b5000c2bb80072b2004fb600509c000704a70004033e1d9900082bb80073572a2bb80074b500092a2bb900750100b5000d2a2bb900700100b5000e2a2bb900700100b500122a2bb900700100b500132bb900750100360403360515051504a200402bb800763a062bb90075010036071906c6000d19060301011507b80077a7001a3a082ab2007804bd00235903190853b900270200b70079840501a7ffbf2bb900750100360503360615061505a2004b2bb800763a072bb800763a082bb90075010036091907c600121908c6000d19071908150903b8007aa7001a3a0a2ab2007b04bd00235903190a53b900270200b70079840601a7ffb42a2bb80073c0007cb500142a2bb900750100b500192a2bb80074b5001a2a2bb900700100b5001bbb006459b700653a0619062bb6007d2a1906b6007eb5000a2a1906b6007fb5000b2a1906b60080b5000f2a1906b60081b50010b1
-toData,409,2a2bb7004b2b2ab4000cc6000704a7000403b9004c02002ab4000cc6000b2ab4000c2bb8004d2bb8004eb2004fb600509c000704a70004033d1c99000ebb005159b700522bb800532ab400092bb800542b2ab4000db9005502002b2ab4000eb9004c02002b2ab40012b9004c02002b2ab40013b9004c0200b800564e2b2dbeb90055020003360415042dbea200212d150432b600572bb800582b2d150432b60059b900550200840401a7ffdeb8005a3a042b1904beb90055020003360515051904bea2007f1904150532c1005b9900331904150532c0005bb6005cb6005d3a061904150532c0005bb6005eb6005d3a071904150532c0005bb6005f3608a7002a1904150532c00060b600613a061904150532c00060b600623a071904150532c00060b60063360819062bb8005819072bb800582b1508b900550200840501a7ff7f2ab400142bb800532b2ab40019b9005502002ab4001a2bb800542b2ab4001bb9004c0200bb006459b700653a0519052ab4000ab6006619052ab4000bb6006719052ab4000fb6006819052ab40010b6006919052bb6006ab1
+fromDataProblem,38,2ab4003bc7000e2abb006e59b7006fb5003b2ab4003b2bb60070572ab4003b1271b6007057b1
+fromData,368,2a2bb700722bb9007301003d1c99000e2a2bb80074b5000ca700082a01b5000c2bb80075b20052b600539c000704a70004033e1d9900082bb80076572a2bb80077b500092a2bb900780100b5000d2a2bb900730100b5000e2a2bb900730100b500122a2bb900730100b500132bb900780100360403360515051504a200402bb800793a062bb90078010036071906c6000d19060301011507b8007aa7001a3a082ab2007b04bd00245903190853b900280200b7007c840501a7ffbf2bb900780100360503360615061505a2004b2bb800793a072bb800793a082bb90078010036091907c600121908c6000d19071908150903b8007da7001a3a0a2ab2007e04bd00245903190a53b900280200b7007c840601a7ffb42a2bb80076c0007fb500142a2bb900780100b500192a2bb80077b5001a2a2bb900730100b5001bbb006759b700683a0619062bb600802a1906b60081b5000a2a1906b60082b5000b2a1906b60083b5000f2a1906b60084b50010b1
+toData,409,2a2bb7004e2b2ab4000cc6000704a7000403b9004f02002ab4000cc6000b2ab4000c2bb800502bb80051b20052b600539c000704a70004033d1c99000ebb005459b700552bb800562ab400092bb800572b2ab4000db9005802002b2ab4000eb9004f02002b2ab40012b9004f02002b2ab40013b9004f0200b800594e2b2dbeb90058020003360415042dbea200212d150432b6005a2bb8005b2b2d150432b6005cb900580200840401a7ffdeb8005d3a042b1904beb90058020003360515051904bea2007f1904150532c1005e9900331904150532c0005eb6005fb600603a061904150532c0005eb60061b600603a071904150532c0005eb600623608a7002a1904150532c00063b600643a061904150532c00063b600653a071904150532c00063b60066360819062bb8005b19072bb8005b2b1508b900580200840501a7ff7f2ab400142bb800562b2ab40019b9005802002ab4001a2bb800572b2ab4001bb9004f0200bb006759b700683a0519052ab4000ab6006919052ab4000bb6006a19052ab4000fb6006b19052ab40010b6006c19052bb6006db1
 
 com/gemstone/gemfire/distributed/internal/StartupResponseMessage,3
-fromDataProblem,43,2ab40026c7000e2abb003859b70039b500262ab400262bb6003a572ab40026123b123cb8003db6003a57b1
-fromData,267,2a2bb7004c2bb8004d4d2a2bb9004e0100b500202cb20041b600429c000a2bb9004f0100582a2bb80050b500092a2bb900510100b5000a2bb9004e01003e2a1dbd0013b500032a1dbc0ab5000203360415041da200362ab4000315042bb80052532ab4000215042bb9004e01004fa700153a052ab4000215042bb9004e01004f1905bf840401a7ffca2bb9004e010036042a1504bd0013b500042a1504bd0013b500052a1504bc0ab5000603360515051504a2002c2ab4000415052bb80052532ab4000515052bb80052532ab4000615052bb9004e01004f840501a7ffd32a2bb80053c00054b5000c2cb20049b600429c00082bb80053572a2bb9004e0100b5000e2a2bb80050b50011b1
-toData,215,2a2bb7003e2bb8003f4d2b2ab40020b9004002002cb20041b600429c000c2bb80043b9004403002ab400092bb800452b2ab4000ab9004602002b2ab40002beb900400200033e1d2ab40002bea2001f2ab400031d322bb800472b2ab400021d2eb900400200840301a7ffde2b2ab40006beb900400200033e1d2ab40006bea200292ab400041d322bb800472ab400051d322bb800472b2ab400061d2eb900400200840301a7ffd42ab4000c2bb800482cb20049b600429c000ebb004a59b7004b2bb800482b2ab4000eb9004002002ab400112bb80045b1
+fromDataProblem,43,2ab40026c7000e2abb003959b7003ab500262ab400262bb6003b572ab40026123c123db8003eb6003b57b1
+fromData,267,2a2bb7004d2bb8004e4d2a2bb9004f0100b500202cb20042b600439c000a2bb900500100582a2bb80051b500092a2bb900520100b5000a2bb9004f01003e2a1dbd0013b500032a1dbc0ab5000203360415041da200362ab4000315042bb80053532ab4000215042bb9004f01004fa700153a052ab4000215042bb9004f01004f1905bf840401a7ffca2bb9004f010036042a1504bd0013b500042a1504bd0013b500052a1504bc0ab5000603360515051504a2002c2ab4000415052bb80053532ab4000515052bb80053532ab4000615052bb9004f01004f840501a7ffd32a2bb80054c00055b5000c2cb2004ab600439c00082bb80054572a2bb9004f0100b5000e2a2bb80051b50011b1
+toData,215,2a2bb7003f2bb800404d2b2ab40020b9004102002cb20042b600439c000c2bb80044b9004503002ab400092bb800462b2ab4000ab9004702002b2ab40002beb900410200033e1d2ab40002bea2001f2ab400031d322bb800482b2ab400021d2eb900410200840301a7ffde2b2ab40006beb900410200033e1d2ab40006bea200292ab400041d322bb800482ab400051d322bb800482b2ab400061d2eb900410200840301a7ffd42ab4000c2bb800492cb2004ab600439c000ebb004b59b7004c2bb800492b2ab4000eb9004102002ab400112bb80046b1
 
 com/gemstone/gemfire/distributed/internal/StartupResponseWithVersionMessage,2
-fromData,43,2a2bb7001f2a2bb80020b50004bb001a59b7001b4d2c2bb600212a2cb60022b500062a2cb60023b50009b1
-toData,43,2a2bb700182ab400042bb80019bb001a59b7001b4d2c2ab40006b6001c2c2ab40009b6001d2c2bb6001eb1
+fromData,43,2a2bb700202a2bb80021b50004bb001b59b7001c4d2c2bb600222a2cb60023b500062a2cb60024b50009b1
+toData,43,2a2bb700192ab400042bb8001abb001b59b7001c4d2c2ab40006b6001d2c2ab40009b6001e2c2bb6001fb1
 
 com/gemstone/gemfire/distributed/internal/WaitForViewInstallation,2
-fromData,26,2a2bb7001a2a2bb9001b0100b500152a2bb9001c0100b50016b1
-toData,26,2a2bb700172b2ab40015b9001803002b2ab40016b900190200b1
+fromData,26,2a2bb7001c2a2bb9001d0100b500162a2bb9001e0100b50017b1
+toData,26,2a2bb700192b2ab40016b9001a03002b2ab40017b9001b0200b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockQueryProcessor$DLockQueryMessage,2
-fromData,42,2a2bb700462a2bb80047b500032a2bb80048b500422a2bb900490100b500322a2bb9004a0100b50002b1
-toData,42,2a2bb700402ab400032bb800412ab400422bb800432b2ab40032b9004402002b2ab40002b900450200b1
+fromData,42,2a2bb700482a2bb80049b500032a2bb8004ab500442a2bb9004b0100b500332a2bb9004c0100b50002b1
+toData,42,2a2bb700422ab400032bb800432ab400442bb800452b2ab40033b9004602002b2ab40002b900470200b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockQueryProcessor$DLockQueryReplyMessage,2
-fromData,74,2a2bb700072a2bb900080100b500022ab4000204a000352bb80009c0000a4d2cc600152abb000b592c2bb900080100b7000cb500032a2bb900080100b500052a2bb9000d0100b50006b1
-toData,83,2a2bb7000e2b2ab40002b9000f02002ab4000204a0003e2ab40003c7000b012bb80010a7001b2ab40003b600042bb800102b2ab40003b60011b9000f02002b2ab40005b9000f02002b2ab40006b900120300b1
+fromData,74,2a2bb700092a2bb9000a0100b500032ab4000304a000352bb8000bc0000c4d2cc600152abb000d592c2bb9000a0100b7000eb500042a2bb9000a0100b500062a2bb9000f0100b50007b1
+toData,83,2a2bb700102b2ab40003b9001102002ab4000304a0003e2ab40004c7000b012bb80012a7001b2ab40004b600052bb800122b2ab40004b60013b9001102002b2ab40006b9001102002b2ab40007b900140300b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockRecoverGrantorProcessor$DLockRecoverGrantorMessage,2
-fromData,55,2a2bb7000f2a2bb80010b500022a2bb900110100b500032a2bb900110100b500052a2bb900120100b500042a2bb80013c00014b50006b1
-toData,52,2a2bb700152ab400022bb800162b2ab40003b9001702002b2ab40005b9001702002b2ab40004b9001803002ab400062bb80019b1
+fromData,55,2a2bb700102a2bb80011b500022a2bb900120100b500032a2bb900120100b500052a2bb900130100b500042a2bb80014c00015b50006b1
+toData,52,2a2bb700162ab400022bb800172b2ab40003b9001802002b2ab40005b9001802002b2ab40004b9001903002ab400062bb8001ab1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockRecoverGrantorProcessor$DLockRecoverGrantorReplyMessage,2
-fromData,30,2a2bb700042a2bb900050100b500022a2bb80006c00007c00007b50003b1
-toData,24,2a2bb700082b2ab40002b9000902002ab400032bb8000ab1
+fromData,30,2a2bb700052a2bb900060100b500022a2bb80007c00008c00008b50003b1
+toData,24,2a2bb700092b2ab40002b9000a02002ab400032bb8000bb1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockReleaseProcessor$DLockReleaseMessage,2
-fromData,52,2a2bb7004e2a2bb8004fb500032a2bb80050b5002c2a2bb900510100b5002b2a2bb900520100b500022a2bb900520100b50042b1
-toData,52,2a2bb700492ab400032bb8004a2ab4002c2bb8004b2b2ab4002bb9004c02002b2ab40002b9004d02002b2ab40042b9004d0200b1
+fromData,52,2a2bb7004f2a2bb80050b500032a2bb80051b5002c2a2bb900520100b5002b2a2bb900530100b500022a2bb900530100b50042b1
+toData,52,2a2bb7004a2ab400032bb8004b2ab4002c2bb8004c2b2ab4002bb9004d02002b2ab40002b9004e02002b2ab40042b9004e0200b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockReleaseProcessor$DLockReleaseReplyMessage,2
-fromData,24,2a2bb700032a2bb80004b500052a2bb900060100b50002b1
-toData,24,2a2bb700072ab400052bb800082b2ab40002b900090200b1
+fromData,24,2a2bb700052a2bb80006b500072a2bb900080100b50003b1
+toData,24,2a2bb700092ab400072bb8000a2b2ab40003b9000b0200b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockRemoteToken,2
 fromData,10,bb000e59120fb70010bf
-toData,53,2ab400112bb800242ab40012b600152bb800242b2ab40012b60025b9002602002b2ab40013b9002602002b2ab40014b900270300b1
+toData,53,2ab400112bb800252ab40012b600152bb800252b2ab40012b60026b9002702002b2ab40013b9002702002b2ab40014b900280300b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockRequestProcessor$DLockRequestMessage,2
-fromData,134,2a2bb700a22a2bb900a30100b500242a2bb800a4b500102a2bb900a50100b500112a2bb900a50100b500122a2bb900a50100b500132a2bb900a60100b500542a2bb900a60100b5000e2a2bb900a70100b5000f2a2bb900a70100b500142a2bb900a70100b500152a2bb900a50100b500162a2bb900a70100b500172a2bb900a70100b5006bb1
-toData,134,2a2bb7009c2b2ab40024b9009d02002ab400102bb8009e2b2ab40011b9009f03002b2ab40012b9009f03002b2ab40013b9009f03002b2ab40054b900a002002b2ab4000eb900a002002b2ab4000fb900a102002b2ab40014b900a102002b2ab40015b900a102002b2ab40016b9009f03002b2ab40017b900a102002b2ab4006bb900a10200b1
+fromData,134,2a2bb700a42a2bb900a50100b500242a2bb800a6b500102a2bb900a70100b500112a2bb900a70100b500122a2bb900a70100b500132a2bb900a80100b500542a2bb900a80100b5000e2a2bb900a90100b5000f2a2bb900a90100b500142a2bb900a90100b500152a2bb900a70100b500162a2bb900a90100b500172a2bb900a90100b5006bb1
+toData,134,2a2bb7009e2b2ab40024b9009f02002ab400102bb800a02b2ab40011b900a103002b2ab40012b900a103002b2ab40013b900a103002b2ab40054b900a202002b2ab4000eb900a202002b2ab4000fb900a302002b2ab40014b900a302002b2ab40015b900a302002b2ab40016b900a103002b2ab40017b900a302002b2ab4006bb900a30200b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockRequestProcessor$DLockResponseMessage,2
-fromData,72,2a2bb700432a2bb900440100b500022a2bb900450100b500102a2bb80046b500112a2bb900470100b5003e2a2bb80046b500402a2bb900480100b500122a2bb900480100b50042b1
-toData,72,2a2bb7003a2b2ab40002b9003b02002b2ab40010b9003c02002ab400112bb8003d2b2ab4003eb9003f03002ab400402bb8003d2b2ab40012b9004102002b2ab40042b900410200b1
+fromData,72,2a2bb700452a2bb900460100b500032a2bb900470100b500112a2bb80048b500122a2bb900490100b500402a2bb80048b500422a2bb9004a0100b500132a2bb9004a0100b50044b1
+toData,72,2a2bb7003c2b2ab40003b9003d02002b2ab40011b9003e02002ab400122bb8003f2b2ab40040b9004103002ab400422bb8003f2b2ab40013b9004302002b2ab40044b900430200b1
 
 com/gemstone/gemfire/distributed/internal/locks/DLockService$SuspendLockingToken,2
 fromData,1,b1
 toData,1,b1
 
 com/gemstone/gemfire/distributed/internal/locks/DeposeGrantorProcessor$DeposeGrantorMessage,2
-fromData,55,2a2bb700162a2bb900170100b500092a2bb80018b500042a2bb80019c0001ab500052a2bb9001b0100b500062a2bb900170100b50007b1
-toData,52,2a2bb7001c2b2ab40009b9001d02002ab400042bb8001e2ab400052bb8001f2b2ab40006b9002003002b2ab40007b9001d0200b1
+fromData,55,2a2bb700172a2bb900180100b500092a2bb80019b500042a2bb8001ac0001bb500052a2bb9001c0100b500062a2bb900180100b50007b1
+toData,52,2a2bb7001d2b2ab40009b9001e02002ab400042bb8001f2ab400052bb800202b2ab40006b9002103002b2ab40007b9001e0200b1
 
 com/gemstone/gemfire/distributed/internal/locks/ElderInitProcessor$ElderInitMessage,2
-fromData,16,2a2bb7001d2a2bb9001e0100b50005b1
-toData,16,2a2bb7001f2b2ab40005b900200200b1
+fromData,16,2a2bb7001e2a2bb9001f0100b50005b1
+toData,16,2a2bb700202b2ab40005b900210200b1
 
 com/gemstone/gemfire/distributed/internal/locks/ElderInitProcessor$ElderInitReplyMessage,2
-fromData,38,2a2bb7000d2a2bb8000eb500042a2bb8000eb500052a2bb8000eb500062a2bb8000eb50007b1
-toData,38,2a2bb7000f2ab400042bb800102ab400052bb800102ab400062bb800102ab400072bb80010b1
+fromData,38,2a2bb7000e2a2bb8000fb500042a2bb8000fb500052a2bb8000fb500062a2bb8000fb50007b1
+toData,38,2a2bb700102ab400042bb800112ab400052bb800112ab400062bb800112ab400072bb80011b1
 
 com/gemstone/gemfire/distributed/internal/locks/GrantorRequestProcessor$GrantorInfoReplyMessage,2
-fromData,47,2a2bb700132a2bb80014c00015b500052a2bb900160100b500092a2bb900170100b5000b2a2bb900180100b50007b1
-toData,44,2a2bb700192ab400052bb8001a2b2ab40009b9001b03002b2ab4000bb9001c02002b2ab40007b9001d0200b1
+fromData,47,2a2bb700142a2bb80015c00016b500052a2bb900170100b500092a2bb900180100b5000b2a2bb900190100b50007b1
+toData,44,2a2bb7001a2ab400052bb8001b2b2ab40009b9001c03002b2ab4000bb9001d02002b2ab40007b9001e0200b1
 
 com/gemstone/gemfire/distributed/internal/locks/GrantorRequestProcessor$GrantorRequestMessage,2
-fromData,73,2a2bb700282a2bb900290100b500042a2bb9002a0100b500052a2bb8002bb500062a2bb9002a0100b5000a2a2bb9002c0100b500082ab4000804a0000e2a2bb8002dc0002eb50007b1
-toData,70,2a2bb7002f2b2ab40004b9003003002b2ab40005b9003102002ab400062bb800322b2ab4000ab9003102002b2ab40008b9003302002ab4000804a0000b2ab400072bb80034b1
+fromData,73,2a2bb7002a2a2bb9002b0100b500052a2bb9002c0100b500062a2bb8002db500072a2bb9002c0100b5000b2a2bb9002e0100b500092ab4000904a0000e2a2bb8002fc00030b50008b1
+toData,70,2a2bb700312b2ab40005b9003203002b2ab40006b9003302002ab400072bb800342b2ab4000bb9003302002b2ab40009b9003502002ab4000904a0000b2ab400082bb80036b1
 
 com/gemstone/gemfire/distributed/internal/locks/NonGrantorDestroyedProcessor$NonGrantorDestroyedMessage,2
-fromData,24,2a2bb700272a2bb900280100b500082a2bb80029b50006b1
-toData,24,2a2bb7002a2b2ab40008b9002b02002ab400062bb8002cb1
+fromData,24,2a2bb700292a2bb9002a0100b500082a2bb8002bb50006b1
+toData,24,2a2bb7002c2b2ab40008b9002d02002ab400062bb8002eb1
 
 com/gemstone/gemfire/distributed/internal/locks/NonGrantorDestroyedProcessor$NonGrantorDestroyedReplyMessage,2
-fromData,16,2a2bb700162a2bb900170100b50008b1
-toData,16,2a2bb700182b2ab40008b900190200b1
+fromData,16,2a2bb700172a2bb900180100b50008b1
+toData,16,2a2bb700192b2ab40008b9001a0200b1
 
 com/gemstone/gemfire/distributed/internal/membership/InternalDistributedMember,4
-fromData,309,2bb8008b4d2bb9008c01003e2a2bb8007eb500172ab2001499000e2c2ab40017b8008da700072cb60018b500172bb9008e010036041504047e99000704a700040336051504057e99000704a700040336062a1504077e99000704a7000403b500332a2bb9008c0100b500032a2bb9008c0100b500072a2bb9008e0100b500052a2bb80080b5000b2a2bb8007eb500092ab40005100da0000e2a2bb8007eb50020a700172bb8007e3a071907c6000c2a1907b8008fb5000d2bb8007e3a072bb80081b6008236082abb00835919071508b70084b5000f2a15042bb70085bb0040592ab400032ab400072ab400052ab4000d2ab400092ab4000b2ab4000fb700413a092a2c1d150515061909b80026b500102ab40010c00011b600122ab40022b600862ab7003f2ab400059e000704a7000403b8003cb1
-fromDataPre_GFE_7_1_0_0,285,2bb8008b4d2bb9008c01003e2a2bb8007eb500172ab2001499000e2c2ab40017b8008da700072cb60018b500172bb9008e010036041504047e99000704a700040336051504057e99000704a700040336062a1504077e99000704a7000403b500332a2bb9008c0100b500032a2bb9008c0100b500072a2bb9008e0100b500052a2bb80080b5000b2a2bb8007eb500092ab40005100da0000e2a2bb8007eb50020a700172bb8007e3a071907c6000c2a1907b8008fb5000d2bb8007e3a072bb80081b6008236082abb00835919071508b70084b5000fbb0040592ab400032ab400072ab400052ab4000d2ab400092ab4000b2ab4000fb700413a092a2c1d150515061909b80026b500102ab7003f2ab400059e000704a7000403b8003cb1
-toData,240,2ab400059e000704a7000403b8003c2ab6004a2bb800872b2ab60049b9008802002ab400172bb80073033d2ab40010b9006601009900071c04803d2ab40010b9006701009900071c05803d2ab400339900071c07803d1c1008803d2b1c1100ff7e91b9008902002b2ab40003b9008802002b2ab40007b9008802002b2ab40005b9008902002ab4000b2bb800752ab400092bb800732ab40005100da0000e2ab400202bb80073a7000e2ab4000db8008a2bb800732ab4000fc700081243a7000a2ab4000fb600762bb800732ab4000fc7000911012ca7000a2ab4000fb60077b800782bb800792b2ab4002204b8007ab1
-toDataPre_GFE_7_1_0_0,226,2ab400059e000704a7000403b8003c2ab6004a2bb800872b2ab60049b9008802002ab400172bb80073033d2ab40010b9006601009900071c04803d2ab40010b9006701009900071c05803d2ab400339900071c07803d2b1c1100ff7e91b9008902002b2ab40003b9008802002b2ab40007b9008802002b2ab40005b9008902002ab4000b2bb800752ab400092bb800732ab40005100da0000e2ab400202bb80073a7000e2ab4000db8008a2bb800732ab4000fc700081243a7000a2ab4000fb600762bb800732ab4000fc7000911012ca7000a2ab4000fb60077b800782bb80079b1
+fromData,309,2bb8008d4d2bb9008e01003e2a2bb8007fb500172ab2001499000e2c2ab40017b8008fa700072cb60018b500172bb90090010036041504047e99000704a700040336051504057e99000704a700040336062a1504077e99000704a7000403b500342a2bb9008e0100b500032a2bb9008e0100b500072a2bb900900100b500052a2bb80081b5000b2a2bb8007fb500092ab40005100da0000e2a2bb8007fb50020a700172bb8007f3a071907c6000c2a1907b80091b5000d2bb8007f3a072bb80082b6008336082abb00845919071508b70085b5000f2a15042bb70086bb0041592ab400032ab400072ab400052ab4000d2ab400092ab4000b2ab4000fb700423a092a2c1d150515061909b80026b500102ab40010c00011b600122ab40022b600872ab700402ab400059e000704a7000403b8003db1
+fromDataPre_GFE_7_1_0_0,285,2bb8008d4d2bb9008e01003e2a2bb8007fb500172ab2001499000e2c2ab40017b8008fa700072cb60018b500172bb90090010036041504047e99000704a700040336051504057e99000704a700040336062a1504077e99000704a7000403b500342a2bb9008e0100b500032a2bb9008e0100b500072a2bb900900100b500052a2bb80081b5000b2a2bb8007fb500092ab40005100da0000e2a2bb8007fb50020a700172bb8007f3a071907c6000c2a1907b80091b5000d2bb8007f3a072bb80082b6008336082abb00845919071508b70085b5000fbb0041592ab400032ab400072ab400052ab4000d2ab400092ab4000b2ab4000fb700423a092a2c1d150515061909b80026b500102ab700402ab400059e000704a7000403b8003db1
+toData,240,2ab400059e000704a7000403b8003d2ab6004b2bb800892b2ab6004ab9008a02002ab400172bb80074033d2ab40010b9006701009900071c04803d2ab40010b9006801009900071c05803d2ab400349900071c07803d1c1008803d2b1c1100ff7e91b9008b02002b2ab40003b9008a02002b2ab40007b9008a02002b2ab40005b9008b02002ab4000b2bb800762ab400092bb800742ab40005100da0000e2ab400202bb80074a7000e2ab4000db8008c2bb800742ab4000fc700081244a7000a2ab4000fb600772bb800742ab4000fc7000911012ca7000a2ab4000fb60078b800792bb8007a2b2ab4002204b8007bb1
+toDataPre_GFE_7_1_0_0,226,2ab400059e000704a7000403b8003d2ab6004b2bb800892b2ab6004ab9008a02002ab400172bb80074033d2ab40010b9006701009900071c04803d2ab40010b9006801009900071c05803d2ab400349900071c07803d2b1c1100ff7e91b9008b02002b2ab40003b9008a02002b2ab40007b9008a02002b2ab40005b9008b02002ab4000b2bb800762ab400092bb800742ab40005100da0000e2ab400202bb80074a7000e2ab4000db8008c2bb800742ab4000fc700081244a7000a2ab4000fb600772bb800742ab4000fc7000911012ca7000a2ab4000fb60078b800792bb8007ab1
 
 com/gemstone/gemfire/distributed/internal/membership/MemberAttributes,2
 fromData,73,2a2bb9002a0100b500052a2bb9002a0100b500062a2bb9002a0100b500072a2bb8002bb5000b2a2bb8002cb5000c2bb8002b4d2bb8002db6002e3e2abb002f592c1db70030b5000db1
 toData,97,2b2ab40005b9002302002b2ab40006b9002302002b2ab40007b9002302002ab4000b2bb800242ab4000c2bb800252ab4000dc70008120aa7000a2ab4000db600262bb800242ab4000dc7000911012ca7000a2ab4000db60027b800282bb80029b1
 
 com/gemstone/gemfire/distributed/internal/membership/jgroup/ViewMessage,2
-fromData,8,bb000759b70008bf
-toData,8,bb000759b70008bf
+fromData,8,bb000859b70009bf
+toData,8,bb000859b70009bf
 
 com/gemstone/gemfire/distributed/internal/streaming/StreamingOperation$RequestStreamingMessage,2
-fromData,16,2a2bb7001f2a2bb900200100b50002b1
-toData,16,2a2bb700212b2ab40002b900220200b1
+fromData,16,2a2bb700202a2bb900210100b50003b1
+toData,16,2a2bb700222b2ab40003b900230200b1
 
 com/gemstone/gemfire/distributed/internal/streaming/StreamingOperation$StreamingReplyMessage,2
-fromData,339,2a2bb700142bb9001501003d2a2bb900150100b500112a2bb900160100b500122a2bb900160100b500032bb800174e2db20018b600199e000704a700040336041c02a0000b2a01b50002a701082a1cb5000f2abb001a591cb7001bb500022ab4000399000704b8001c2ab40008b8001d3a051905c1001e3606013a07150699000d1905c0001eb6001f3a0703360803360915091ca20087b20020c6000cb2002006b900210200150699000fb80022990009043608a700672bb800233a0a150699004a1907c600451907b90024010099003b1504360b150b99001715099a0012190ac100259a000704a7000403360b150b990019bb0026591907c00027190ac00028c00028b700293a0a2ab40002190ab9002a020057840901a7ff7915089900172a04b50004b20020c6000cb2002005b9002102002ab4000399001a03b8001ca700133a0c2ab4000399000703b8001c190cbfb1
-toData,85,2a2bb7002b2ab4000ec7000d2b02b9002c0200a7000d2b2ab4000fb9002c02002b2ab40011b9002c02002b2ab40012b9002d02002b2ab40003b9002d02002ab4000ec600122ab4000f9e000b2ab4000e2bb6002eb1
+fromData,339,2a2bb700152bb9001601003d2a2bb900160100b500112a2bb900170100b500122a2bb900170100b500032bb800184e2db20019b6001a9e000704a700040336041c02a0000b2a01b50002a701082a1cb5000f2abb001b591cb7001cb500022ab4000399000704b8001d2ab40008b8001e3a051905c1001f3606013a07150699000d1905c0001fb600203a0703360803360915091ca20087b20021c6000cb2002106b900220200150699000fb80023990009043608a700672bb800243a0a150699004a1907c600451907b90025010099003b1504360b150b99001715099a0012190ac100269a000704a7000403360b150b990019bb0027591907c00028190ac00029c00029b7002a3a0a2ab40002190ab9002b020057840901a7ff7915089900172a04b50004b20021c6000cb2002105b9002202002ab4000399001a03b8001da700133a0c2ab4000399000703b8001d190cbfb1
+toData,85,2a2bb7002c2ab4000ec7000d2b02b9002d0200a7000d2b2ab4000fb9002d02002b2ab40011b9002d02002b2ab40012b9002e02002b2ab40003b9002e02002ab4000ec600122ab4000f9e000b2ab4000e2bb6002fb1
 
 com/gemstone/gemfire/distributed/internal/tcpserver/InfoRequest,2
 fromData,1,b1
@@ -383,53 +379,53 @@ fromData,8,bb000259b70003bf
 toData,8,bb000259b70003bf
 
 com/gemstone/gemfire/internal/InternalDataSerializer$RegistrationMessage,2
-fromData,39,2a2bb700282bb800292a2bb8002ab500042a2bb9002b0100b500062a2bb8002cc00008b50009b1
-toData,32,2a2bb700242ab400042bb800252b2ab40006b9002602002ab400092bb80027b1
+fromData,39,2a2bb700292bb8002a2a2bb8002bb500042a2bb9002c0100b500062a2bb8002dc00008b50009b1
+toData,32,2a2bb700252ab400042bb800262b2ab40006b9002702002ab400092bb80028b1
 
 com/gemstone/gemfire/internal/InternalInstantiator$RegistrationContextMessage,2
-fromData,14,2a2bb700192a2bb8001ab5000db1
-toData,14,2a2bb7001b2ab4000d2bb8001cb1
+fromData,14,2a2bb7001a2a2bb8001bb5000db1
+toData,14,2a2bb7001c2ab4000d2bb8001db1
 
 com/gemstone/gemfire/internal/InternalInstantiator$RegistrationMessage,3
-fromDataProblem,38,2ab4000bc7000e2abb001a59b7001bb5000b2ab4000b2bb6001c572ab4000b121db6001c57b1
-fromData,129,2a2bb7001e2a2bb8001fb500122a2bb8001fb50013b80020c600532a2ab40012b80021b50003a7001d4d2ab2002304bd002459032c53b900250200b700262a01b500032a2ab40013b80021b50005a7001d4d2ab2002704bd002459032c53b900250200b700262a01b500052a2bb900280100b500072a2bb80029c00009b5000ab1
-toData,46,2a2bb700152ab40003b600162bb800172ab40005b600162bb800172b2ab40007b9001802002ab4000a2bb80019b1
+fromDataProblem,38,2ab4000bc7000e2abb001b59b7001cb5000b2ab4000b2bb6001d572ab4000b121eb6001d57b1
+fromData,129,2a2bb7001f2a2bb80020b500122a2bb80020b50013b80021c600532a2ab40012b80022b50003a7001d4d2ab2002404bd002559032c53b900260200b700272a01b500032a2ab40013b80022b50005a7001d4d2ab2002804bd002559032c53b900260200b700272a01b500052a2bb900290100b500072a2bb8002ac00009b5000ab1
+toData,46,2a2bb700162ab40003b600172bb800182ab40005b600172bb800182b2ab40007b9001902002ab4000a2bb8001ab1
 
 com/gemstone/gemfire/internal/ManagerInfo,2
 fromData,61,2a2bb900540100b500182a2bb900540100b500192a2bb900540100b5001a2bb9005501003d1c9e00161cbc084e2b2db9005602002a2db80057b5001bb1
 toData,74,2b2ab40018b9005002002b2ab40019b9005002002b2ab4001ab9005002002ab4001bc7000d2b03b900510200a7001d2ab4001bb600524d2b2cbeb9005102002b2c032cbeb900530400b1
 
 com/gemstone/gemfire/internal/admin/ClientMembershipMessage,2
-fromData,32,2a2bb7000c2a2bb8000db500022a2bb8000db500032a2bb9000e0100b50004b1
-toData,32,2a2bb700092ab400022bb8000a2ab400032bb8000a2b2ab40004b9000b0200b1
+fromData,32,2a2bb7000d2a2bb8000eb500022a2bb8000eb500032a2bb9000f0100b50004b1
+toData,32,2a2bb7000a2ab400022bb8000b2ab400032bb8000b2b2ab40004b9000c0200b1
 
 com/gemstone/gemfire/internal/admin/remote/AddHealthListenerRequest,2
-fromData,17,2a2bb7000f2a2bb80010c00011b50007b1
-toData,14,2a2bb7000d2ab400072bb8000eb1
+fromData,17,2a2bb700102a2bb80011c00012b50007b1
+toData,14,2a2bb7000e2ab400072bb8000fb1
 
 com/gemstone/gemfire/internal/admin/remote/AddHealthListenerResponse,2
-fromData,16,2a2bb7000b2a2bb9000c0100b50008b1
-toData,16,2a2bb700092b2ab40008b9000a0200b1
+fromData,16,2a2bb7000c2a2bb9000d0100b50008b1
+toData,16,2a2bb7000a2b2ab40008b9000b0200b1
 
 com/gemstone/gemfire/internal/admin/remote/AddStatListenerRequest,2
-fromData,26,2a2bb700102a2bb900110100b500042a2bb900120100b50006b1
-toData,26,2a2bb7000d2b2ab40004b9000e03002b2ab40006b9000f0200b1
+fromData,26,2a2bb700112a2bb900120100b500042a2bb900130100b50006b1
+toData,26,2a2bb7000e2b2ab40004b9000f03002b2ab40006b900100200b1
 
 com/gemstone/gemfire/internal/admin/remote/AddStatListenerResponse,2
-fromData,16,2a2bb7000b2a2bb9000c0100b50008b1
-toData,16,2a2bb700092b2ab40008b9000a0200b1
+fromData,16,2a2bb7000c2a2bb9000d0100b50008b1
+toData,16,2a2bb7000a2b2ab40008b9000b0200b1
 
 com/gemstone/gemfire/internal/admin/remote/AdminConsoleDisconnectMessage,2
-fromData,34,2a2bb700192a2bb9001a0100b500052a2bb9001a0100b500042a2bb8001bb50007b1
-toData,34,2a2bb700162b2ab40005b9001702002b2ab40004b9001702002ab400072bb80018b1
+fromData,34,2a2bb7001a2a2bb9001b0100b500052a2bb9001b0100b500042a2bb8001cb50007b1
+toData,34,2a2bb700172b2ab40005b9001802002b2ab40004b9001802002ab400072bb80019b1
 
 com/gemstone/gemfire/internal/admin/remote/AdminConsoleMessage,2
-fromData,16,2a2bb7000d2a2bb9000e0100b50005b1
-toData,16,2a2bb7000b2b2ab40005b9000c0200b1
+fromData,16,2a2bb7000f2a2bb900100100b50005b1
+toData,16,2a2bb7000d2b2ab40005b9000e0200b1
 
 com/gemstone/gemfire/internal/admin/remote/AdminFailureResponse,2
-fromData,17,2a2bb700082a2bb80009c0000ab50005b1
-toData,14,2a2bb700062ab400052bb80007b1
+fromData,17,2a2bb700092a2bb8000ac0000bb50005b1
+toData,14,2a2bb700072ab400052bb80008b1
 
 com/gemstone/gemfire/internal/admin/remote/AdminRequest,2
 fromData,24,2a2bb7002b2a2bb9002c0100b500052a2bb8002db50003b1
@@ -440,56 +436,56 @@ fromData,16,2a2bb700062a2bb900070100b50002b1
 toData,16,2a2bb700042b2ab40002b900050200b1
 
 com/gemstone/gemfire/internal/admin/remote/AlertLevelChangeMessage,2
-fromData,16,2a2bb700112a2bb900120100b50004b1
-toData,16,2a2bb7000f2b2ab40004b900100200b1
+fromData,16,2a2bb700132a2bb900140100b50004b1
+toData,16,2a2bb700112b2ab40004b900120200b1
 
 com/gemstone/gemfire/internal/admin/remote/AlertListenerMessage,2
-fromData,69,2a2bb7001e2a2bb9001f0100b500062a2bb80020c00021b500072a2bb80022b500082a2bb80022b5000a2a2bb900230100b5000b2a2bb80022b5000c2a2bb80022b5000db1
-toData,66,2a2bb700192b2ab40006b9001a02002ab400072bb8001b2ab400082bb8001c2ab4000a2bb8001c2b2ab4000bb9001d03002ab4000c2bb8001c2ab4000d2bb8001cb1
+fromData,69,2a2bb7001f2a2bb900200100b500062a2bb80021c00022b500072a2bb80023b500082a2bb80023b5000a2a2bb900240100b5000b2a2bb80023b5000c2a2bb80023b5000db1
+toData,66,2a2bb7001a2b2ab40006b9001b02002ab400072bb8001c2ab400082bb8001d2ab4000a2bb8001d2b2ab4000bb9001e03002ab4000c2bb8001d2ab4000d2bb8001db1
 
 com/gemstone/gemfire/internal/admin/remote/AlertsNotificationMessage,2
 fromData,20,2a2bb700052a2bb80006c00007c00007b50003b1
 toData,14,2a2bb700022ab400032bb80004b1
 
 com/gemstone/gemfire/internal/admin/remote/AppCacheSnapshotMessage,2
-fromData,16,2a2bb700112a2bb900120100b50005b1
-toData,16,2a2bb7000f2b2ab40005b900100200b1
+fromData,16,2a2bb700122a2bb900130100b50005b1
+toData,16,2a2bb700102b2ab40005b900110200b1
 
 com/gemstone/gemfire/internal/admin/remote/BridgeServerRequest,2
-fromData,47,2a2bb700172a2bb900180100b500052a2bb900180100b500062a2bb80019c0001ab5000a2a2bb900180100b5000fb1
-toData,44,2a2bb700142b2ab40005b9001502002b2ab40006b9001502002ab4000a2bb800162b2ab4000fb900150200b1
+fromData,47,2a2bb700182a2bb900190100b500052a2bb900190100b500062a2bb8001ac0001bb5000a2a2bb900190100b5000fb1
+toData,44,2a2bb700152b2ab40005b9001602002b2ab40006b9001602002ab4000a2bb800172b2ab4000fb900160200b1
 
 com/gemstone/gemfire/internal/admin/remote/BridgeServerResponse,2
-fromData,28,2a2bb700272a2bb80028c0000fb5000b2a2bb80028c00023b50024b1
-toData,22,2a2bb700252ab4000b2bb800262ab400242bb80026b1
+fromData,28,2a2bb700282a2bb80029c0000fb5000b2a2bb80029c00023b50024b1
+toData,22,2a2bb700262ab4000b2bb800272ab400242bb80027b1
 
 com/gemstone/gemfire/internal/admin/remote/CacheConfigRequest,2
-fromData,36,2a2bb700102a2bb900110100b500032a2bb900120100b500042a2bb900120100b50006b1
-toData,36,2a2bb7000d2b2ab40003b9000e02002b2ab40004b9000f02002b2ab40006b9000f0200b1
+fromData,36,2a2bb700112a2bb900120100b500032a2bb900130100b500042a2bb900130100b50006b1
+toData,36,2a2bb7000e2b2ab40003b9000f02002b2ab40004b9001002002b2ab40006b900100200b1
 
 com/gemstone/gemfire/internal/admin/remote/CacheConfigResponse,2
-fromData,28,2a2bb7001b2a2bb8001cc00014b500092a2bb8001cc00017b50018b1
-toData,22,2a2bb700192ab400092bb8001a2ab400182bb8001ab1
+fromData,28,2a2bb7001c2a2bb8001dc00014b500092a2bb8001dc00017b50018b1
+toData,22,2a2bb7001a2ab400092bb8001b2ab400182bb8001bb1
 
 com/gemstone/gemfire/internal/admin/remote/CacheInfoRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/CacheInfoResponse,2
-fromData,17,2a2bb7000e2a2bb8000fc00008b5000ab1
-toData,14,2a2bb7000c2ab4000a2bb8000db1
+fromData,17,2a2bb7000f2a2bb80010c00008b5000ab1
+toData,14,2a2bb7000d2ab4000a2bb8000eb1
 
 com/gemstone/gemfire/internal/admin/remote/CancelStatListenerRequest,2
-fromData,16,2a2bb7000c2a2bb9000d0100b50003b1
-toData,16,2a2bb7000a2b2ab40003b9000b0200b1
+fromData,16,2a2bb7000d2a2bb9000e0100b50003b1
+toData,16,2a2bb7000b2b2ab40003b9000c0200b1
 
 com/gemstone/gemfire/internal/admin/remote/CancelStatListenerResponse,2
-fromData,6,2a2bb70009b1
-toData,6,2a2bb70008b1
+fromData,6,2a2bb7000ab1
+toData,6,2a2bb70009b1
 
 com/gemstone/gemfire/internal/admin/remote/CancellationMessage,2
-fromData,16,2a2bb7000b2a2bb9000c0100b50004b1
-toData,16,2a2bb700092b2ab40004b9000a0200b1
+fromData,16,2a2bb7000c2a2bb9000d0100b50004b1
+toData,16,2a2bb7000a2b2ab40004b9000b0200b1
 
 com/gemstone/gemfire/internal/admin/remote/ChangeRefreshIntervalMessage,2
 fromData,16,2a2bb700072a2bb900080100b50003b1
@@ -502,20 +498,20 @@ toData,73,2ab400052bb8000d2ab400062bb8000d2ab400072bb8000d2ab400082bb8000d2ab400
 toDataPre_GFE_8_0_0_0,65,2ab400052bb8000d2ab400062bb8000d2ab400072bb8000d2ab400082bb8000d2ab400092bb8000d2ab4000b2bb8000d2ab4000a2bb8000e2ab4000c2bb8000fb1
 
 com/gemstone/gemfire/internal/admin/remote/CompactRequest,2
-fromData,6,2a2bb70026b1
-toData,6,2a2bb70027b1
+fromData,6,2a2bb70027b1
+toData,6,2a2bb70028b1
 
 com/gemstone/gemfire/internal/admin/remote/CompactResponse,2
 fromData,14,2a2bb700042a2bb80005b50003b1
 toData,14,2a2bb700062ab400032bb80007b1
 
 com/gemstone/gemfire/internal/admin/remote/DestroyEntryMessage,2
-fromData,25,2a2bb7001a2a2bb8001bc0001cb500042a2bb8001bb50005b1
-toData,22,2a2bb700182ab400042bb800192ab400052bb80019b1
+fromData,25,2a2bb7001b2a2bb8001cc0001db500042a2bb8001cb50005b1
+toData,22,2a2bb700192ab400042bb8001a2ab400052bb8001ab1
 
 com/gemstone/gemfire/internal/admin/remote/DestroyRegionMessage,2
-fromData,17,2a2bb700192a2bb8001ac0001bb50004b1
-toData,14,2a2bb700172ab400042bb80018b1
+fromData,17,2a2bb7001a2a2bb8001bc0001cb50004b1
+toData,14,2a2bb700182ab400042bb80019b1
 
 com/gemstone/gemfire/internal/admin/remote/DurableClientInfoRequest,2
 fromData,28,2a2bb7000c2a2bb8000db500032a2bb9000e0100b500042ab80005b1
@@ -526,95 +522,95 @@ fromData,16,2a2bb700172a2bb900180100b50002b1
 toData,16,2a2bb700152b2ab40002b900160200b1
 
 com/gemstone/gemfire/internal/admin/remote/FetchDistLockInfoRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/FetchDistLockInfoResponse,2
-fromData,20,2a2bb7001d2a2bb8001ec00018c00018b50019b1
-toData,14,2a2bb7001b2ab400192bb8001cb1
+fromData,20,2a2bb7001e2a2bb8001fc00018c00018b50019b1
+toData,14,2a2bb7001c2ab400192bb8001db1
 
 com/gemstone/gemfire/internal/admin/remote/FetchHealthDiagnosisRequest,2
-fromData,27,2a2bb7000c2bb9000d01003d2bb8000ec0000f4e2a1c2db70003b1
-toData,24,2a2bb700092b2ab40005b9000a02002ab400062bb8000bb1
+fromData,27,2a2bb7000d2bb9000e01003d2bb8000fc000104e2a1c2db70003b1
+toData,24,2a2bb7000a2b2ab40005b9000b02002ab400062bb8000cb1
 
 com/gemstone/gemfire/internal/admin/remote/FetchHealthDiagnosisResponse,2
-fromData,14,2a2bb7000b2a2bb8000cb50008b1
-toData,14,2a2bb700092ab400082bb8000ab1
+fromData,14,2a2bb7000c2a2bb8000db50008b1
+toData,14,2a2bb7000a2ab400082bb8000bb1
 
 com/gemstone/gemfire/internal/admin/remote/FetchHostRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/FetchHostResponse,2
-fromData,67,2a2bb700322a2bb80033b500122a2bb80034c00035b5000d2a2bb80034c00013b500252a2bb80034c00013b500182a2bb900360100b5002c2a2bb900370100b50002b1
-toData,58,2a2bb7002d2ab400122bb8002e2ab4000d2bb8002f2ab400252bb8002f2ab400182bb8002f2b2ab4002cb9003003002b2ab40002b900310200b1
+fromData,67,2a2bb700342a2bb80035b500132a2bb80036c00037b5000e2a2bb80036c00014b500262a2bb80036c00014b500192a2bb900380100b5002d2a2bb900390100b50002b1
+toData,58,2a2bb7002f2ab400132bb800302ab4000e2bb800312ab400262bb800312ab400192bb800312b2ab4002db9003203002b2ab40002b900330200b1
 
 com/gemstone/gemfire/internal/admin/remote/FetchResourceAttributesRequest,2
-fromData,16,2a2bb7000c2a2bb9000d0100b50003b1
-toData,16,2a2bb7000a2b2ab40003b9000b0300b1
+fromData,16,2a2bb7000d2a2bb9000e0100b50003b1
+toData,16,2a2bb7000b2b2ab40003b9000c0300b1
 
 com/gemstone/gemfire/internal/admin/remote/FetchResourceAttributesResponse,2
-fromData,20,2a2bb7000e2a2bb8000fc00010c00010b50009b1
-toData,14,2a2bb7000c2ab400092bb8000db1
+fromData,20,2a2bb7000f2a2bb80010c00011c00011b50009b1
+toData,14,2a2bb7000d2ab400092bb8000eb1
 
 com/gemstone/gemfire/internal/admin/remote/FetchStatsRequest,2
-fromData,14,2a2bb7000b2a2bb8000cb50003b1
-toData,14,2a2bb700092ab400032bb8000ab1
+fromData,14,2a2bb7000c2a2bb8000db50003b1
+toData,14,2a2bb7000a2ab400032bb8000bb1
 
 com/gemstone/gemfire/internal/admin/remote/FetchStatsResponse,2
-fromData,20,2a2bb700142a2bb80015c00011c00011b5000fb1
-toData,14,2a2bb700122ab4000f2bb80013b1
+fromData,20,2a2bb700152a2bb80016c00011c00011b5000fb1
+toData,14,2a2bb700132ab4000f2bb80014b1
 
 com/gemstone/gemfire/internal/admin/remote/FetchSysCfgRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/FetchSysCfgResponse,2
-fromData,17,2a2bb7000c2a2bb8000dc0000eb50009b1
-toData,14,2a2bb7000a2ab400092bb8000bb1
+fromData,17,2a2bb7000d2a2bb8000ec0000fb50009b1
+toData,14,2a2bb7000b2ab400092bb8000cb1
 
 com/gemstone/gemfire/internal/admin/remote/FlushAppCacheSnapshotMessage,2
-fromData,6,2a2bb70005b1
-toData,6,2a2bb70004b1
+fromData,6,2a2bb70006b1
+toData,6,2a2bb70005b1
 
 com/gemstone/gemfire/internal/admin/remote/HealthListenerMessage,2
-fromData,27,2a2bb7000d2a2bb9000e0100b500042a2bb8000fc00010b50005b1
-toData,24,2a2bb7000a2b2ab40004b9000b02002ab400052bb8000cb1
+fromData,27,2a2bb7000e2a2bb9000f0100b500042a2bb80010c00011b50005b1
+toData,24,2a2bb7000b2b2ab40004b9000c02002ab400052bb8000db1
 
 com/gemstone/gemfire/internal/admin/remote/LicenseInfoRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/LicenseInfoResponse,2
-fromData,17,2a2bb7000a2a2bb8000bc00005b50007b1
-toData,14,2a2bb700082ab400072bb80009b1
+fromData,17,2a2bb7000b2a2bb8000cc00005b50007b1
+toData,14,2a2bb700092ab400072bb8000ab1
 
 com/gemstone/gemfire/internal/admin/remote/MissingPersistentIDsRequest,1
 fromData,6,2a2bb7002eb1
 
 com/gemstone/gemfire/internal/admin/remote/MissingPersistentIDsResponse,2
-fromData,124,2a2bb700062bb9000701003d2abb0008591cb70009b50002033e1d1ca20024bb000a59b7000b3a0419042bb8000c2ab400021904b9000d020057840301a7ffdd2bb9000701003d2abb0008591cb70009b50003033e1d1ca20024bb000a59b7000b3a0419042bb8000c2ab400031904b9000d020057840301a7ffddb1
-toData,110,2a2bb7000e2b2ab40002b9000f0100b9001002002ab40002b9001101004d2cb9001201009900152cb900130100c000144e2d2bb80015a7ffe82b2ab40003b9000f0100b9001002002ab40003b9001101004d2cb9001201009900152cb900130100c000144e2d2bb80015a7ffe8b1
+fromData,124,2a2bb700072bb9000801003d2abb0009591cb7000ab50002033e1d1ca20024bb000b59b7000c3a0419042bb8000d2ab400021904b9000e020057840301a7ffdd2bb9000801003d2abb0009591cb7000ab50003033e1d1ca20024bb000b59b7000c3a0419042bb8000d2ab400031904b9000e020057840301a7ffddb1
+toData,110,2a2bb7000f2b2ab40002b900100100b9001102002ab40002b9001201004d2cb9001301009900152cb900140100c000154e2d2bb80016a7ffe82b2ab40003b900100100b9001102002ab40003b9001201004d2cb9001301009900152cb900140100c000154e2d2bb80016a7ffe8b1
 
 com/gemstone/gemfire/internal/admin/remote/ObjectDetailsRequest,2
-fromData,24,2a2bb700172a2bb80018b500032a2bb900190100b50004b1
-toData,24,2a2bb700142ab400032bb800152b2ab40004b900160200b1
+fromData,24,2a2bb700182a2bb80019b500032a2bb9001a0100b50004b1
+toData,24,2a2bb700152ab400032bb800162b2ab40004b900170200b1
 
 com/gemstone/gemfire/internal/admin/remote/ObjectDetailsResponse,2
-fromData,33,2a2bb700182a2bb80019b5000b2a2bb80019b5000d2a2bb80019c0000eb50011b1
-toData,30,2a2bb700162ab4000b2bb800172ab4000d2bb800172ab400112bb80017b1
+fromData,33,2a2bb700192a2bb8001ab5000b2a2bb8001ab5000d2a2bb8001ac0000eb50011b1
+toData,30,2a2bb700172ab4000b2bb800182ab4000d2bb800182ab400112bb80018b1
 
 com/gemstone/gemfire/internal/admin/remote/ObjectNamesRequest,2
-fromData,6,2a2bb70013b1
-toData,6,2a2bb70012b1
+fromData,6,2a2bb70014b1
+toData,6,2a2bb70013b1
 
 com/gemstone/gemfire/internal/admin/remote/ObjectNamesResponse,2
-fromData,17,2a2bb700152a2bb80016c00008b5000ab1
-toData,14,2a2bb700132ab4000a2bb80014b1
+fromData,17,2a2bb700162a2bb80017c00008b5000ab1
+toData,14,2a2bb700142ab4000a2bb80015b1
 
 com/gemstone/gemfire/internal/admin/remote/PrepareRevokePersistentIDRequest,2
-fromData,35,2a2bb700272abb002859b70029b500022ab400022bb8002a2a2bb9002b0100b50003b1
-toData,24,2a2bb7002c2ab400022bb8002d2b2ab40003b9002e0200b1
+fromData,35,2a2bb700282abb002959b7002ab500022ab400022bb8002b2a2bb9002c0100b50003b1
+toData,24,2a2bb7002d2ab400022bb8002e2b2ab40003b9002f0200b1
 
 com/gemstone/gemfire/internal/admin/remote/RefreshMemberSnapshotRequest,2
 fromData,6,2a2bb70009b1
@@ -633,36 +629,36 @@ fromData,14,2a2bb7000d2a2bb8000eb50002b1
 toData,14,2a2bb7000b2ab400022bb8000cb1
 
 com/gemstone/gemfire/internal/admin/remote/RegionAttributesRequest,2
-fromData,6,2a2bb7000cb1
-toData,6,2a2bb7000bb1
+fromData,6,2a2bb7000db1
+toData,6,2a2bb7000cb1
 
 com/gemstone/gemfire/internal/admin/remote/RegionAttributesResponse,2
-fromData,17,2a2bb7000b2a2bb8000cc00005b50008b1
-toData,14,2a2bb700092ab400082bb8000ab1
+fromData,17,2a2bb7000c2a2bb8000dc00005b50008b1
+toData,14,2a2bb7000a2ab400082bb8000bb1
 
 com/gemstone/gemfire/internal/admin/remote/RegionRequest,2
-fromData,57,2a2bb700132a2bb900140100b500032a2bb900140100b500052a2bb80015b500062a2bb80015b500082a2bb80016c00017b5000b2ab80007b1
-toData,50,2a2bb7000f2b2ab40003b9001002002b2ab40005b9001002002ab400062bb800112ab400082bb800112ab4000b2bb80012b1
+fromData,57,2a2bb700142a2bb900150100b500032a2bb900150100b500052a2bb80016b500062a2bb80016b500082a2bb80017c00018b5000b2ab80007b1
+toData,50,2a2bb700102b2ab40003b9001102002b2ab40005b9001102002ab400062bb800122ab400082bb800122ab4000b2bb80013b1
 
 com/gemstone/gemfire/internal/admin/remote/RegionResponse,2
-fromData,33,2a2bb700242a2bb80025b500162a2bb80025b5001a2a2bb80026c0001cb5001db1
-toData,30,2a2bb700212ab400162bb800222ab4001a2bb800222ab4001d2bb80023b1
+fromData,33,2a2bb700262a2bb80027b500162a2bb80027b5001b2a2bb80028c0001db5001eb1
+toData,30,2a2bb700232ab400162bb800242ab4001b2bb800242ab4001e2bb80025b1
 
 com/gemstone/gemfire/internal/admin/remote/RegionSizeRequest,2
-fromData,6,2a2bb70014b1
-toData,6,2a2bb70013b1
+fromData,6,2a2bb70015b1
+toData,6,2a2bb70014b1
 
 com/gemstone/gemfire/internal/admin/remote/RegionSizeResponse,2
-fromData,26,2a2bb7000d2a2bb9000e0100b500082a2bb9000e0100b5000ab1
-toData,26,2a2bb7000b2b2ab40008b9000c02002b2ab4000ab9000c0200b1
+fromData,26,2a2bb7000e2a2bb9000f0100b500082a2bb9000f0100b5000ab1
+toData,26,2a2bb7000c2b2ab40008b9000d02002b2ab4000ab9000d0200b1
 
 com/gemstone/gemfire/internal/admin/remote/RegionStatisticsRequest,2
-fromData,6,2a2bb7000cb1
-toData,6,2a2bb7000bb1
+fromData,6,2a2bb7000db1
+toData,6,2a2bb7000cb1
 
 com/gemstone/gemfire/internal/admin/remote/RegionStatisticsResponse,2
-fromData,17,2a2bb7000b2a2bb8000cc00005b50008b1
-toData,14,2a2bb700092ab400082bb8000ab1
+fromData,17,2a2bb7000c2a2bb8000dc00005b50008b1
+toData,14,2a2bb7000a2ab400082bb8000bb1
 
 com/gemstone/gemfire/internal/admin/remote/RegionSubRegionSizeRequest,2
 fromData,6,2a2bb70010b1
@@ -717,88 +713,92 @@ fromData,45,2a2bb9001a0100b500032a2bb9001a0100b500052a2bb8001bb500072a2bb8001bb5
 toData,45,2b2ab40003b9001803002b2ab40005b9001803002ab400072bb800192ab4000a2bb800192ab4000c2bb80019b1
 
 com/gemstone/gemfire/internal/admin/remote/RemoveHealthListenerRequest,2
-fromData,16,2a2bb7000c2a2bb9000d0100b50003b1
-toData,16,2a2bb7000a2b2ab40003b9000b0200b1
+fromData,16,2a2bb7000d2a2bb9000e0100b50003b1
+toData,16,2a2bb7000b2b2ab40003b9000c0200b1
 
 com/gemstone/gemfire/internal/admin/remote/RemoveHealthListenerResponse,2
-fromData,6,2a2bb70007b1
-toData,6,2a2bb70006b1
+fromData,6,2a2bb70008b1
+toData,6,2a2bb70007b1
 
 com/gemstone/gemfire/internal/admin/remote/ResetHealthStatusRequest,2
-fromData,16,2a2bb7000c2a2bb9000d0100b50003b1
-toData,16,2a2bb7000a2b2ab40003b9000b0200b1
+fromData,16,2a2bb7000d2a2bb9000e0100b50003b1
+toData,16,2a2bb7000b2b2ab40003b9000c0200b1
 
 com/gemstone/gemfire/internal/admin/remote/ResetHealthStatusResponse,2
-fromData,6,2a2bb70009b1
-toData,6,2a2bb70008b1
+fromData,6,2a2bb7000ab1
+toData,6,2a2bb70009b1
 
 com/gemstone/gemfire/internal/admin/remote/RevokePersistentIDRequest,2
-fromData,25,2a2bb7001b2abb001c59b7001db500022ab400022bb8001eb1
-toData,14,2a2bb7001f2ab400022bb80020b1
+fromData,25,2a2bb7001c2abb001d59b7001eb500022ab400022bb8001fb1
+toData,14,2a2bb700202ab400022bb80021b1
 
 com/gemstone/gemfire/internal/admin/remote/RootRegionRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/RootRegionResponse,2
-fromData,34,2a2bb700202a2bb80021c00017c00017b500182a2bb80021c00017c00017b50019b1
-toData,22,2a2bb7001e2ab400182bb8001f2ab400192bb8001fb1
+fromData,34,2a2bb700222a2bb80023c00018c00018b500192a2bb80023c00018c00018b5001ab1
+toData,22,2a2bb700202ab400192bb800212ab4001a2bb80021b1
+
+com/gemstone/gemfire/internal/admin/remote/ShutdownAllGatewayHubsRequest,2
+fromData,16,2a2bb700072a2bb900080100b50005b1
+toData,16,2a2bb700092b2ab40005b9000a0200b1
 
 com/gemstone/gemfire/internal/admin/remote/ShutdownAllRequest,2
-fromData,6,2a2bb70043b1
-toData,6,2a2bb70044b1
+fromData,6,2a2bb70044b1
+toData,6,2a2bb70045b1
 
 com/gemstone/gemfire/internal/admin/remote/ShutdownAllResponse,2
-fromData,16,2a2bb700062a2bb900070100b50002b1
-toData,16,2a2bb700042b2ab40002b900050200b1
+fromData,16,2a2bb700072a2bb900080100b50002b1
+toData,16,2a2bb700052b2ab40002b900060200b1
 
 com/gemstone/gemfire/internal/admin/remote/SnapshotResultMessage,2
-fromData,27,2a2bb7000d2a2bb8000ec0000fb500062a2bb900100100b50007b1
-toData,24,2a2bb7000a2ab400062bb8000b2b2ab40007b9000c0200b1
+fromData,27,2a2bb7000e2a2bb8000fc00010b500062a2bb900110100b50007b1
+toData,24,2a2bb7000b2ab400062bb8000c2b2ab40007b9000d0200b1
 
 com/gemstone/gemfire/internal/admin/remote/StatAlertsManagerAssignMessage,2
-fromData,30,2a2bb7000f2a2bb900100100b500052a2bb80011c00012c00012b50002b1
-toData,24,2a2bb7000c2b2ab40005b9000d03002ab400022bb8000eb1
+fromData,30,2a2bb700102a2bb900110100b500052a2bb80012c00013c00013b50002b1
+toData,24,2a2bb7000d2b2ab40005b9000e03002ab400022bb8000fb1
 
 com/gemstone/gemfire/internal/admin/remote/StatListenerMessage,2
-fromData,86,2a2bb700102a2bb900110100b500042a2bb900120100b500052a2ab40005bc0ab500062a2ab40005bc07b50007033d1c2ab40005a200212ab400061c2bb9001201004f2ab400071c2bb90013010052840201a7ffddb1
-toData,66,2a2bb7000c2b2ab40004b9000d03002b2ab40005b9000e0200033d1c2ab40005a200212b2ab400061c2eb9000e02002b2ab400071c31b9000f0300840201a7ffddb1
+fromData,86,2a2bb700112a2bb900120100b500042a2bb900130100b500052a2ab40005bc0ab500062a2ab40005bc07b50007033d1c2ab40005a200212ab400061c2bb9001301004f2ab400071c2bb90014010052840201a7ffddb1
+toData,66,2a2bb7000d2b2ab40004b9000e03002b2ab40005b9000f0200033d1c2ab40005a200212b2ab400061c2eb9000f02002b2ab400071c31b900100300840201a7ffddb1
 
 com/gemstone/gemfire/internal/admin/remote/StoreSysCfgRequest,2
-fromData,17,2a2bb7000c2a2bb8000dc0000eb50003b1
-toData,14,2a2bb7000a2ab400032bb8000bb1
+fromData,17,2a2bb7000d2a2bb8000ec0000fb50003b1
+toData,14,2a2bb7000b2ab400032bb8000cb1
 
 com/gemstone/gemfire/internal/admin/remote/StoreSysCfgResponse,2
-fromData,6,2a2bb7000db1
-toData,6,2a2bb7000cb1
+fromData,6,2a2bb7000eb1
+toData,6,2a2bb7000db1
 
 com/gemstone/gemfire/internal/admin/remote/SubRegionRequest,2
-fromData,6,2a2bb7000cb1
-toData,6,2a2bb7000bb1
+fromData,6,2a2bb7000db1
+toData,6,2a2bb7000cb1
 
 com/gemstone/gemfire/internal/admin/remote/SubRegionResponse,2
-fromData,34,2a2bb7001d2a2bb8001ec00012c00012b500132a2bb8001ec00012c00012b50014b1
-toData,22,2a2bb7001b2ab400132bb8001c2ab400142bb8001cb1
+fromData,34,2a2bb7001f2a2bb80020c00013c00013b500142a2bb80020c00013c00013b50015b1
+toData,22,2a2bb7001d2ab400142bb8001e2ab400152bb8001eb1
 
 com/gemstone/gemfire/internal/admin/remote/TailLogRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/TailLogResponse,2
-fromData,22,2a2bb700192a2bb8001ab5000d2a2bb8001ab5000ab1
-toData,22,2a2bb700172ab4000d2bb800182ab4000a2bb80018b1
+fromData,22,2a2bb7001a2a2bb8001bb5000d2a2bb8001bb5000ab1
+toData,22,2a2bb700182ab4000d2bb800192ab4000a2bb80019b1
 
 com/gemstone/gemfire/internal/admin/remote/UpdateAlertDefinitionMessage,2
 fromData,30,2a2bb700092a2bb9000a0100b500042a2bb8000bc0000cc0000cb50003b1
 toData,24,2a2bb700062b2ab40004b9000702002ab400032bb80008b1
 
 com/gemstone/gemfire/internal/admin/remote/VersionInfoRequest,2
-fromData,6,2a2bb7000ab1
-toData,6,2a2bb70009b1
+fromData,6,2a2bb7000bb1
+toData,6,2a2bb7000ab1
 
 com/gemstone/gemfire/internal/admin/remote/VersionInfoResponse,2
-fromData,14,2a2bb700092a2bb8000ab50006b1
-toData,14,2a2bb700072ab400062bb80008b1
+fromData,14,2a2bb7000a2a2bb8000bb50006b1
+toData,14,2a2bb700082ab400062bb80009b1
 
 com/gemstone/gemfire/internal/admin/statalerts/BaseDecoratorImpl,2
 fromData,12,2a2bb8002bc0002cb50002b1
@@ -809,20 +809,20 @@ fromData,31,2a2bb900100100b500022a2bb900100100b500032a2bb900100100b50004b1
 toData,31,2b2ab40002b9000f02002b2ab40003b9000f02002b2ab40004b9000f0200b1
 
 com/gemstone/gemfire/internal/admin/statalerts/FunctionDecoratorImpl,2
-fromData,14,2a2bb700202a2bb80021b50002b1
-toData,14,2a2bb7001e2ab400022bb8001fb1
+fromData,14,2a2bb700212a2bb80022b50002b1
+toData,14,2a2bb7001f2ab400022bb80020b1
 
 com/gemstone/gemfire/internal/admin/statalerts/GaugeThresholdDecoratorImpl,2
-fromData,28,2a2bb700232a2bb80024c00025b500032a2bb80024c00025b50004b1
-toData,22,2a2bb700212ab400032bb800222ab400042bb80022b1
+fromData,28,2a2bb700252a2bb80026c00027b500032a2bb80026c00027b50004b1
+toData,22,2a2bb700232ab400032bb800242ab400042bb80024b1
 
 com/gemstone/gemfire/internal/admin/statalerts/MultiAttrDefinitionImpl,2
 fromData,31,2a2bb8002fb500032a2bb80030b500072a2bb80031c00032c00032b50009b1
 toData,25,2ab400032bb8002c2ab400072bb8002d2ab400092bb8002eb1
 
 com/gemstone/gemfire/internal/admin/statalerts/NumberThresholdDecoratorImpl,2
-fromData,25,2a2bb700242a2bb80025c00026b500032a2bb80027b50004b1
-toData,22,2a2bb700212ab400032bb800222ab400042bb80023b1
+fromData,25,2a2bb700262a2bb80027c00028b500032a2bb80029b50004b1
+toData,22,2a2bb700232ab400032bb800242ab400042bb80025b1
 
 com/gemstone/gemfire/internal/admin/statalerts/SingleAttrDefinitionImpl,2
 fromData,28,2a2bb80031b500032a2bb80032b500072a2bb80033c00020b50002b1
@@ -833,24 +833,16 @@ fromData,1,b1
 toData,1,b1
 
 com/gemstone/gemfire/internal/cache/AbstractRegion,2
-toData,6,2a2bb80188b1
-fromData,8,bb018959b7018abf
+toData,6,2a2bb8017db1
+fromData,8,bb017e59b7017fbf
 
 com/gemstone/gemfire/internal/cache/AbstractUpdateOperation$AbstractUpdateMessage,2
 fromData,16,2a2bb700192a2bb9001a0100b5000db1
 toData,16,2a2bb7001b2b2ab4000db9001c0300b1
 
 com/gemstone/gemfire/internal/cache/AddCacheServerProfileMessage,2
-fromData,16,2a2bb7002f2a2bb900300100b50007b1
-toData,16,2a2bb7002d2b2ab40007b9002e0200b1
-
-com/gemstone/gemfire/internal/cache/ClientRegionEventImpl,2
-fromData,14,2a2bb700132a2bb80014b60003b1
-toData,14,2a2bb700112ab6000d2bb80012b1
-
-com/gemstone/gemfire/internal/cache/CacheServerAdvisor$CacheServerProfile,2
-fromData,53,2a2bb700102a2bb80011b500042a2bb900120100b500062abb001359b70014b500052ab400052bb800152a2bb900160100b60017b1
-toData,42,2a2bb7000a2ab400042bb8000b2b2ab40006b9000c02002ab400052bb8000d2b2ab6000eb9000f0300b1
+fromData,16,2a2bb700302a2bb900310100b50008b1
+toData,16,2a2bb7002e2b2ab40008b9002f0200b1
 
 com/gemstone/gemfire/internal/cache/BucketAdvisor$BucketProfile,2
 fromData,36,2a2bb700132a2bb900140100b500042a2bb900140100b500062a2bb900140100b50012b1
@@ -869,131 +861,138 @@ fromData,93,2a2bb7000a2a2bb8000bb6000cb500032a2bb8000db6000eb500042a2bb8000fb600
 toData,91,2a2bb700132ab40003b800142bb800152ab40004b800162bb800172ab40005b800182bb800192b2ab40009b9001a02002ab400099e00262ab400074d2cbe3e03360415041da200152c1504323a0519052bb8001b840401a7ffebb1
 
 com/gemstone/gemfire/internal/cache/CacheDistributionAdvisor$CacheProfile,2
-fromData,94,2a2bb700622bb9006301003d2a1cb6001b2a1cb700649900162abb006559b70066b500262ab400262bb800672a1cb7006899000e2a2bb80069c0006ab5000d2a1cb7006b99000e2a2bb80069c0006ab5000e2a2bb80069c0006cb50016b1
-toData,81,2a2bb7005b2b2ab6001ab9005c02002ab40026c6000b2ab400262bb8005d2ab4000db9002c01009a000c2a2ab4000d2bb7005e2ab4000eb9002c01009a000c2a2ab4000e2bb7005e2ab400162bb8005fb1
+fromData,94,2a2bb700662bb9006701003d2a1cb6001c2a1cb700689900162abb006959b7006ab500272ab400272bb8006b2a1cb7006c99000e2a2bb8006dc0006eb5000e2a1cb7006f99000e2a2bb8006dc0006eb5000f2a2bb8006dc00070b50017b1
+toData,81,2a2bb7005e2b2ab6001bb9005f02002ab40027c6000b2ab400272bb800602ab4000eb9002d01009a000c2a2ab4000e2bb700612ab4000fb9002d01009a000c2a2ab4000f2bb700612ab400172bb80062b1
+
+com/gemstone/gemfire/internal/cache/CacheServerAdvisor$CacheServerProfile,2
+fromData,53,2a2bb700112a2bb80012b500042a2bb900130100b500062abb001459b70015b500052ab400052bb800162a2bb900170100b60018b1
+toData,42,2a2bb7000b2ab400042bb8000c2b2ab40006b9000d02002ab400052bb8000e2b2ab6000fb900100300b1
+
+com/gemstone/gemfire/internal/cache/ClientRegionEventImpl,2
+fromData,14,2a2bb700142a2bb80015b60003b1
+toData,14,2a2bb700122ab6000d2bb80013b1
 
 com/gemstone/gemfire/internal/cache/CloseCacheMessage,2
-fromData,16,2a2bb700172a2bb900180100b50002b1
-toData,16,2a2bb700192b2ab40002b9001a0200b1
+fromData,16,2a2bb700182a2bb900190100b50002b1
+toData,16,2a2bb7001a2b2ab40002b9001b0200b1
 
 com/gemstone/gemfire/internal/cache/ControllerAdvisor$ControllerProfile,2
 fromData,6,2a2bb70007b1
 toData,6,2a2bb70006b1
 
 com/gemstone/gemfire/internal/cache/CreateRegionProcessor$CreateRegionMessage,2
-fromData,45,2a2bb7008b2a2bb8008cb500092a2bb8008dc00055b500432a2bb9008e0100b500032a2bb9008f0100b50064b1
-toData,42,2a2bb700902ab400092bb800912ab400432bb800922b2ab40003b9009302002b2ab40064b900940200b1
+fromData,45,2a2bb7008c2a2bb8008db5000a2a2bb8008ec00055b500432a2bb9008f0100b500032a2bb900900100b50064b1
+toData,42,2a2bb700922ab4000a2bb800932ab400432bb800942b2ab40003b9009502002b2ab40064b900960200b1
 
 com/gemstone/gemfire/internal/cache/CreateRegionProcessor$CreateRegionReplyMessage,2
-fromData,161,2a2bb700052bb90006010099000e2a2bb80007c00008b500092bb9000a01003d1c9a000b2a01b5000ba700352abb000c591cb7000db5000b033e1d1ca20022bb000e59b7000f3a0419042bb800102ab4000b1904b6001157840301a7ffdf2bb90006010099000c2a2b03b80012b500132bb9000601009900162abb001459b70015b500162ab400162bb800102a2bb900060100b500172a2bb900180100b50004b1
-toData,191,2a2bb700192b2ab40009c6000704a7000403b9001a02002ab40009c6000b2ab400092bb8001b2ab4000bc7000d2b03b9001c0200a700322ab4000bb6001d3d2b1cb9001c0200033e1d1ca2001c2ab4000b1db6001ec0000e3a0419042bb8001f840301a7ffe52ab40013c600192b04b9001a02002b2ab40013c0002003b80021a7000a2b03b9001a02002ab40016c600152b04b9001a02002ab400162bb8001fa7000a2b03b9001a02002b2ab40017b9001a02002b2ab40004b900220300b1
+fromData,161,2a2bb700062bb90007010099000e2a2bb80008c00009b5000a2bb9000b01003d1c9a000b2a01b5000ca700352abb000d591cb7000eb5000c033e1d1ca20022bb000f59b700103a0419042bb800112ab4000c1904b6001257840301a7ffdf2bb90007010099000c2a2b03b80013b500142bb9000701009900162abb001559b70016b500172ab400172bb800112a2bb900070100b500182a2bb900190100b50004b1
+toData,191,2a2bb7001a2b2ab4000ac6000704a7000403b9001b02002ab4000ac6000b2ab4000a2bb8001c2ab4000cc7000d2b03b9001d0200a700322ab4000cb6001e3d2b1cb9001d0200033e1d1ca2001c2ab4000c1db6001fc0000f3a0419042bb80020840301a7ffe52ab40014c600192b04b9001b02002b2ab40014c0002103b80022a7000a2b03b9001b02002ab40017c600152b04b9001b02002ab400172bb80020a7000a2b03b9001b02002b2ab40018b9001b02002b2ab40004b900230300b1
 
 com/gemstone/gemfire/internal/cache/DestroyOperation$DestroyMessage,2
-fromData,45,2a2bb700342a2bb80035c00036b500022a2bb80035b5001a2bb800374d2cb6003899000b2a2bb80039b50005b1
-toData,118,2a2bb7003a2ab400022bb8003b2ab4001a2bb8003b2ab40003b6003cc000084d2cc1003d99002e2cb6003e4e2db6003f990018b200402bb800412ab40003b600422bb80043a7000ab200442bb80041a700262cb60045990018b200402bb800412ab40003b600422bb80043a7000ab200442bb80041b1
+fromData,45,2a2bb700352a2bb80036c00037b500022a2bb80036b5001a2bb800384d2cb6003999000b2a2bb8003ab50005b1
+toData,118,2a2bb7003b2ab400022bb8003c2ab4001a2bb8003c2ab40003b6003dc000084d2cc1003e99002e2cb6003f4e2db60040990018b200412bb800422ab40003b600432bb80044a7000ab200452bb80042a700262cb60046990018b200412bb800422ab40003b600432bb80044a7000ab200452bb80042b1
 
 com/gemstone/gemfire/internal/cache/DestroyOperation$DestroyWithContextMessage,2
-fromData,14,2a2bb7000f2a2bb80010b50008b1
-toData,14,2a2bb700112ab400082bb80012b1
+fromData,14,2a2bb700102a2bb80011b50008b1
+toData,14,2a2bb700122ab400082bb80013b1
 
 com/gemstone/gemfire/internal/cache/DestroyPartitionedRegionMessage,2
-fromData,76,2a2bb700432a2bb80044b500062a2bb900450100b80046b500082a2bb900470100b5000a2bb9004701003d2a1cbc0ab5000c033e1d1ca200152ab4000c1d2bb9004701004f840301a7ffecb1
-toData,77,2a2bb700482ab400062bb800492b2ab40008b4004ab9004b02002b2ab4000ab9004c02002b2ab4000cbeb9004c0200033d1c2ab4000cbea200152b2ab4000c1c2eb9004c0200840201a7ffe8b1
+fromData,76,2a2bb700452a2bb80046b500062a2bb900470100b80048b500082a2bb900490100b5000a2bb9004901003d2a1cbc0ab5000d033e1d1ca200152ab4000d1d2bb9004901004f840301a7ffecb1
+toData,77,2a2bb7004a2ab400062bb8004b2b2ab40008b4004cb9004d02002b2ab4000ab9004e02002b2ab4000dbeb9004e0200033d1c2ab4000dbea200152b2ab4000d1c2eb9004e0200840201a7ffe8b1
 
 com/gemstone/gemfire/internal/cache/DestroyRegionOperation$DestroyRegionMessage,2
-fromData,41,2a2bb700562a2bb80057c00058b500082a2bb80059b500112a2bb8005ab5001e2a2bb8005bb50028b1
-toData,38,2a2bb7005c2ab400082bb8005d2ab400112bb8005e2ab4001e2bb8005f2ab400282bb80060b1
+fromData,41,2a2bb700582a2bb80059c0005ab500082a2bb8005bb500112a2bb8005cb5001f2a2bb8005db50029b1
+toData,38,2a2bb7005e2ab400082bb8005f2ab400112bb800602ab4001f2bb800612ab400292bb80062b1
 
 com/gemstone/gemfire/internal/cache/DestroyRegionOperation$DestroyRegionWithContextMessage,2
-fromData,14,2a2bb7000d2a2bb8000eb50006b1
-toData,14,2a2bb7000f2ab400062bb80010b1
+fromData,14,2a2bb7000e2a2bb8000fb50006b1
+toData,14,2a2bb700102ab400062bb80011b1
 
 com/gemstone/gemfire/internal/cache/DistTXCommitMessage,2
-fromData,14,2a2bb7002e2a2bb8002fb50003b1
-toData,14,2a2bb700302ab400032bb80031b1
+fromData,14,2a2bb7002f2a2bb80030b50003b1
+toData,14,2a2bb700312ab400032bb80032b1
 
 com/gemstone/gemfire/internal/cache/DistTXCommitMessage$DistTXCommitReplyMessage,2
-fromData,17,2a2bb700192a2bb8001ac0001bb50004b1
-toData,14,2a2bb700172ab400042bb80018b1
+fromData,17,2a2bb7001a2a2bb8001bc0001cb50004b1
+toData,14,2a2bb700182ab400042bb80019b1
 
 com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage,2
-fromData,14,2a2bb700312a2bb80032b5000ab1
-toData,14,2a2bb7002f2ab4000a2bb80030b1
+fromData,14,2a2bb700322a2bb80033b5000bb1
+toData,14,2a2bb700302ab4000b2bb80031b1
 
 com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage$DistTXPrecommitReplyMessage,2
-fromData,17,2a2bb700192a2bb8001ac0001bb50004b1
-toData,14,2a2bb700172ab400042bb80018b1
+fromData,17,2a2bb7001a2a2bb8001bc0001cb50004b1
+toData,14,2a2bb700182ab400042bb80019b1
 
 com/gemstone/gemfire/internal/cache/DistTXPrecommitMessage$DistTxPrecommitResponse,2
-fromData,17,2a2bb80007b500032a2bb80008b50004b1
-toData,17,2ab400032bb800052ab400042bb80006b1
+fromData,17,2a2bb80008b500032a2bb80009b50004b1
+toData,17,2ab400032bb800062ab400042bb80007b1
 
 com/gemstone/gemfire/internal/cache/DistTXRollbackMessage,2
-fromData,6,2a2bb70015b1
-toData,6,2a2bb70016b1
+fromData,6,2a2bb70016b1
+toData,6,2a2bb70017b1
 
 com/gemstone/gemfire/internal/cache/DistTXRollbackMessage$DistTXRollbackReplyMessage,2
-fromData,14,2a2bb700192a2bb8001ab50004b1
-toData,14,2a2bb700172ab400042bb80018b1
-
+fromData,14,2a2bb7001a2a2bb8001bb50004b1
+toData,14,2a2bb700182ab400042bb80019b1
 
 com/gemstone/gemfire/internal/cache/DistributedCacheOperation$CacheOperationMessage,2
-fromData,360,2bb800904d2bb9009101003e0336042cb20092b600939b000b2bb90091010036042a1db500942a1d2bb600952a2bb80096b500212a2bb900970100b80098b500072a1d1100807e99000704a7000403b500022a1d10087e99000704a7000403b500521d1102007e99000b2a2bb80099b500832a1d1104007e99000704a7000403b500052a1d10407e99000704a7000403b5001b2ab4001b9900382bb900970100360515059a000b2a03b5001ca7001b150504a0000b2a04b5001ca7000dbb009a59129bb7009cbf2a2bb8009db5001d1d1101007e99000704a700040336052a1d1108007e99000704a7000403b5009e15059900162abb009f59b700a0b5000c2ab4000c2bb800a11d1110007e99001c1d1120007e99000704a700040336062a15062bb800a2b5000815041104007e9900392a04b5000d2ac100a399002d2ac000a315041102007e99000704a7000403b600a42ac000a315041101007e99000704a7000403b600a5b1
-toData,219,033d033e2a1cb600a63d2a1db600a73e2b1cb900a802002bb800a93a041904b20092b600939b000a2b1db900a802002ab4000b9e000d2b2ab4000bb900aa02002ab400212bb800ab2b2ab40007b400acb900ad02002ab40083c6000b2ab400832bb800ae2ab4001b9900542b2ab4001c99000704a7000403b900ad02002ab4001cb800af36052ab4001c9a001f2ab4001dc1001e990015013a062ab4001dc0001ec0001e3a07a7000c2ab4001d3a06013a071505190619072bb800b02ab4000cc6000b2ab4000c2bb800b12ab40008c6000b2ab400082bb800b1b1
+fromData,360,2bb800924d2bb9009301003e0336042cb20094b600959b000b2bb90093010036042a1db500962a1d2bb600972a2bb80098b500212a2bb900990100b8009ab500072a1d1100807e99000704a7000403b500022a1d10087e99000704a7000403b500541d1102007e99000b2a2bb8009cb500852a1d1104007e99000704a7000403b500052a1d10407e99000704a7000403b5001b2ab4001b9900382bb900990100360515059a000b2a03b5001ca7001b150504a0000b2a04b5001ca7000dbb009d59129eb7009fbf2a2bb800a0b5001d1d1101007e99000704a700040336052a1d1108007e99000704a7000403b500a115059900162abb00a259b700a3b5000c2ab4000c2bb800a41d1110007e99001c1d1120007e99000704a700040336062a15062bb800a5b5000815041104007e9900392a04b5000d2ac100a699002d2ac000a615041102007e99000704a7000403b600a72ac000a615041101007e99000704a7000403b600a8b1
+toData,219,033d033e2a1cb600a93d2a1db600aa3e2b1cb900ab02002bb800ac3a041904b20094b600959b000a2b1db900ab02002ab4000b9e000d2b2ab4000bb900ad02002ab400212bb800ae2b2ab40007b400afb900b002002ab40085c6000b2ab400852bb800b12ab4001b9900542b2ab4001c99000704a7000403b900b002002ab4001cb800b236052ab4001c9a001f2ab4001dc1001e990015013a062ab4001dc0001ec0001e3a07a7000c2ab4001d3a06013a071505190619072bb800b32ab4000cc6000b2ab4000c2bb800b42ab40008c6000b2ab400082bb800b4b1
 
 com/gemstone/gemfire/internal/cache/DistributedClearOperation$ClearRegionMessage,2
-fromData,66,2a2bb7001f2ab800202bb90021010032b500022a2bb80022c00023b500052a2bb80022c00024b500162bb80025b20026b600279b000e2a2bb80022c00028b50010b1
-toData,56,2a2bb700292b2ab40002b60015b9002a02002ab400052bb8002b2ab400162bb8002b2bb8002cb20026b600279b000b2ab400102bb8002bb1
+fromData,66,2a2bb700212ab800222bb90023010032b500022a2bb80024c00025b500062a2bb80024c00026b500172bb80027b20028b600299b000e2a2bb80024c0002ab50011b1
+toData,56,2a2bb7002b2b2ab40002b60016b9002c02002ab400062bb8002d2ab400172bb8002d2bb8002eb20028b600299b000b2ab400112bb8002db1
 
 com/gemstone/gemfire/internal/cache/DistributedClearOperation$ClearRegionWithContextMessage,2
-fromData,14,2a2bb7000d2a2bb8000eb50006b1
-toData,14,2a2bb7000f2ab400062bb80010b1
+fromData,14,2a2bb7000e2a2bb8000fb50006b1
+toData,14,2a2bb700102ab400062bb80011b1
 
 com/gemstone/gemfire/internal/cache/DistributedPutAllOperation$EntryVersionsList,2
-fromData,284,2bb9002201003d1c077e07a0000704a70004033e1c10207e1020a0000704a70004033604b80011b20012b900130200990018b80011122304bd001559031cb8001653b9002403001d9900d32bb80025883605b80011b20012b90013020099001cb80011b20012122604bd001559031505b8002753b900170400bb0028591505b700023a0603360715071505a200902bb90022010036081508aa0000000000007d0000000000000003000000200000002900000037000000562a01b6000757a700572a15042bb80029b6000757a7004915042bb800293a0919061909b6001cb9002a0200572a1909b6000757a7002a15042bb800293a092bb8002588360a19091906150ab9002b0200c0002cb600212a1909b6000757840701a7ff6fb1
-toData,299,033d033e2ab600089e003d1c07803d043e2ab6000b3a041904b9000c01009900271904b9000d0100c0000a3a051905c600131905c1001099000e1c1020803da70006a7ffd5b80011b20012b90013020099001fb80011b20012121405bd001559032a5359041cb8001653b9001704002b1cb9001802001d9900b32ab60008852bb80019bb001a592ab60008b7001b3a040336052ab6000b3a061906b9000c010099008a1906b9000d0100c0000a3a071907c7000d2b03b900180200a7006c1907b6001c3a081908c700132b04b90018020019072bb8001da7005019041908b6001e360915099a00242b05b90018020084050115053609190419081509b6001f5719072bb8001da700212b06b90018020019072b03b6002019071908b6002115090464852bb80019a7ff72b1
+fromData,284,2bb9002301003d1c077e07a0000704a70004033e1c10207e1020a0000704a70004033604b80012b20013b900140200990018b80012122404bd001659031cb8001753b9002503001d9900d32bb80026883605b80012b20013b90014020099001cb80012b20013122704bd001659031505b8002853b900180400bb0029591505b700023a0603360715071505a200902bb90023010036081508aa0000000000007d0000000000000003000000200000002900000037000000562a01b6000757a700572a15042bb8002ab6000757a7004915042bb8002a3a0919061909b6001db9002b0200572a1909b6000757a7002a15042bb8002a3a092bb8002688360a19091906150ab9002c0200c0002db600222a1909b6000757840701a7ff6fb1
+toData,299,033d033e2ab600089e003d1c07803d043e2ab6000b3a041904b9000c01009900271904b9000d0100c0000a3a051905c600131905c1001199000e1c1020803da70006a7ffd5b80012b20013b90014020099001fb80012b20013121505bd001659032a5359041cb8001753b9001804002b1cb9001902001d9900b32ab60008852bb8001abb001b592ab60008b7001c3a040336052ab6000b3a061906b9000c010099008a1906b9000d0100c0000a3a071907c7000d2b03b900190200a7006c1907b6001d3a081908c700132b04b90019020019072bb8001ea7005019041908b6001f360915099a00242b05b90019020084050115053609190419081509b600205719072bb8001ea700212b06b90019020019072b03b6002119071908b6002215090464852bb8001aa7ff72b1
 
 com/gemstone/gemfire/internal/cache/DistributedPutAllOperation$PutAllEntryData,1
-toData,236,2ab400094e2ab4000b3a042d2bb8003c1904c1003d9a00081904c700192b03b9003e02001904c0003dc0003d2bb8003fa700341904c1004099001f1904c000403a052b04b9003e02001905b9004101002bb8003fa700102b04b9003e020019042bb800422b2ab40011b40043b9003e02002ab4000536052ab40025c6000a150507809136052ab40016c6001d15051008809136052ab40016c1004499000b150510208091360515051080809136052b1505b9003e02002ab40025c6000b2ab400252bb8003c2ab40016c6000b2ab400162bb800452ab6002799000b2ab400132bb800452ab400072bb80046b1
+toData,236,2ab4000a4e2ab4000c3a042d2bb8003d1904c1003e9a00081904c700192b03b9003f02001904c0003ec0003e2bb80040a700341904c1004199001f1904c000413a052b04b9003f02001905b9004201002bb80040a700102b04b9003f020019042bb800432b2ab40012b40044b9003f02002ab4000636052ab40026c6000a150507809136052ab40017c6001d15051008809136052ab40017c1004599000b150510208091360515051080809136052b1505b9003f02002ab40026c6000b2ab400262bb8003d2ab40017c6000b2ab400172bb800462ab6002899000b2ab400142bb800462ab400082bb80047b1
 
 com/gemstone/gemfire/internal/cache/DistributedPutAllOperation$PutAllMessage,2
-fromData,197,2a2bb7003c2a2bb8003dc0003eb500052a2bb8003f88b500152a2ab40015bd0040b500062ab400159e00722bb800414dbb004259b700434e03360415042ab40015a200202ab400061504bb0040592b2ab4000515042c2db7004453840401a7ffdd2bb9004501003604150499002f2bb800463a0503360615062ab40015a2001d2ab4000615063219051506b60047c00048b5002f840601a7ffe02ab400491140007e99000e2a2bb8003dc0004ab5000b2a2ab400491180007e99000704a7000403b5001ab1
-toData,181,2a2bb7004b2ab400052bb8004c2ab40015852bb8004d2ab400159e008bbb004e592ab40015b7004f4d033e2ab400060332b40050c10025360403360515052ab40015a200531d9a00122ab40006150532b4002fc60005043e2ab40006150532b4002f3a062c1906b60051572ab4000615053201b5002f2ab400061505322b1504b600522ab400061505321906b5002f840501a7ffaa2b1db9005302001d9900082c2bb800542ab4000bc6000b2ab4000b2bb8004cb1
+fromData,197,2a2bb7003e2a2bb8003fc00040b500062a2bb8004188b500162a2ab40016bd0042b500072ab400169e00722bb800434dbb004459b700454e03360415042ab40016a200202ab400071504bb0042592b2ab4000615042c2db7004653840401a7ffdd2bb9004701003604150499002f2bb800483a0503360615062ab40016a2001d2ab4000715063219051506b60049c0004ab50030840601a7ffe02ab4004b1140007e99000e2a2bb8003fc0004db5000c2a2ab4004b1180007e99000704a7000403b5001bb1
+toData,181,2a2bb7004e2ab400062bb8004f2ab40016852bb800502ab400169e008bbb0051592ab40016b700524d033e2ab400070332b40053c10026360403360515052ab40016a200531d9a00122ab40007150532b40030c60005043e2ab40007150532b400303a062c1906b60054572ab4000715053201b500302ab400071505322b1504b600552ab400071505321906b50030840501a7ffaa2b1db9005602001d9900082c2bb800572ab4000cc6000b2ab4000c2bb8004fb1
 
 com/gemstone/gemfire/internal/cache/DistributedRegionFunctionStreamingMessage,2
-fromData,171,2a2bb7005f2bb9006001003d1c047e9900142a2bb900610100b500072ab40007b800621c077e99000d2a2bb900610100b500041c057e99000e2a2bb80063c00064b500052bb800634e2dc100659900252a03b5000c2a2dc00065b80066b500062ab40006c7001b2a2dc00065b5004ba700102a2dc00067b500062a04b5000c2a2bb80063c00068b500082a2bb80069b5000a2a2bb8006ab500092a1c10407e99000704a7000403b5000bb1
-toData,173,2a2bb7006b033d2ab400079900081c0480933d2ab40004029f00081c0780933d2ab40005c600081c0580933d2ab4000b9900091c104080933d2b1cb9006c02002ab4000799000d2b2ab40007b9006d02002ab40004029f000d2b2ab40004b9006d02002ab40005c6000b2ab400052bb8006e2ab4000c99000e2ab400062bb8006ea700102ab40006b9005601002bb8006e2ab400082bb8006e2ab4000ac0006f2bb800702ab400092bb80071b1
+fromData,171,2a2bb700612bb9006201003d1c047e9900142a2bb900640100b500082ab40008b800651c077e99000d2a2bb900640100b500051c057e99000e2a2bb80066c00067b500062bb800664e2dc100689900252a03b5000d2a2dc00068b80069b500072ab40007c7001b2a2dc00068b5004ca700102a2dc0006ab500072a04b5000d2a2bb80066c0006bb500092a2bb8006cb5000b2a2bb8006db5000a2a1c10407e99000704a7000403b5000cb1
+toData,173,2a2bb7006f033d2ab400089900081c0480933d2ab40005029f00081c0780933d2ab40006c600081c0580933d2ab4000c9900091c104080933d2b1cb9007002002ab4000899000d2b2ab40008b9007102002ab40005029f000d2b2ab40005b9007102002ab40006c6000b2ab400062bb800722ab4000d99000e2ab400072bb80072a700102ab40007b9005701002bb800722ab400092bb800722ab4000bc000732bb800742ab4000a2bb80075b1
 
 com/gemstone/gemfire/internal/cache/DistributedRemoveAllOperation$RemoveAllEntryData,1
-toData,146,2ab400094e2d2bb8003e2b2ab4000fb4003fb9004002002ab4000536042ab40021c6000a150407809136042ab40014c6001d15041008809136042ab40014c1004199000b150410208091360415041080809136042b1504b9004002002ab40021c6000b2ab400212bb8003e2ab40014c6000b2ab400142bb800422ab6002399000b2ab400112bb800422ab400072bb80043b1
+toData,146,2ab4000a4e2d2bb8003f2b2ab40010b40040b9004102002ab4000636042ab40022c6000a150407809136042ab40015c6001d15041008809136042ab40015c1004299000b150410208091360415041080809136042b1504b9004102002ab40022c6000b2ab400222bb8003f2ab40015c6000b2ab400152bb800432ab6002499000b2ab400122bb800432ab400082bb80044b1
 
 com/gemstone/gemfire/internal/cache/DistributedRemoveAllOperation$RemoveAllMessage,2
-fromData,197,2a2bb700372a2bb80038c00039b500032a2bb8003a88b500132a2ab40013bd003bb500042ab400139e00722bb8003c4dbb003d59b7003e4e03360415042ab40013a200202ab400041504bb003b592b2ab4000315042c2db7003f53840401a7ffdd2bb9004001003604150499002f2bb800413a0503360615062ab40013a2001d2ab4000415063219051506b60042c00043b5002b840601a7ffe02ab400441140007e99000e2a2bb80038c00045b500092a2ab400441180007e99000704a7000403b50018b1
-toData,181,2a2bb700462ab400032bb800472ab40013852bb800482ab400139e008bbb0049592ab40013b7004a4d033e2ab400040332b4004bc10026360403360515052ab40013a200531d9a00122ab40004150532b4002bc60005043e2ab40004150532b4002b3a062c1906b6004c572ab4000415053201b5002b2ab400041505322b1504b6004d2ab400041505321906b5002b840501a7ffaa2b1db9004e02001d9900082c2bb8004f2ab40009c6000b2ab400092bb80047b1
+fromData,197,2a2bb700382a2bb80039c0003ab500032a2bb8003b88b500132a2ab40013bd003cb500042ab400139e00722bb8003d4dbb003e59b7003f4e03360415042ab40013a200202ab400041504bb003c592b2ab4000315042c2db7004053840401a7ffdd2bb9004101003604150499002f2bb800423a0503360615062ab40013a2001d2ab4000415063219051506b60043c00044b5002b840601a7ffe02ab400451140007e99000e2a2bb80039c00047b500092a2ab400451180007e99000704a7000403b50018b1
+toData,181,2a2bb700482ab400032bb800492ab40013852bb8004a2ab400139e008bbb004b592ab40013b7004c4d033e2ab400040332b4004dc100263604033

<TRUNCATED>


[21/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteBufferMemoryChunk.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteBufferMemoryChunk.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteBufferMemoryChunk.java
index 3927b4e..1c030f7 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteBufferMemoryChunk.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/ByteBufferMemoryChunk.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.nio.ByteBuffer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/DataType.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/DataType.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/DataType.java
index ca653a2..c42304d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/DataType.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/DataType.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryAllocator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryAllocator.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryAllocator.java
index 6a84329..bf38089 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryAllocator.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryAllocator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.compression.Compressor;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryBlock.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryBlock.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryBlock.java
index 5377d3d..05cc796 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryBlock.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryBlock.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.internal.offheap.SimpleMemoryAllocatorImpl.ChunkType;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunk.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunk.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunk.java
index b145d5d..012fbe5 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunk.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunk.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunkWithRefCount.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunkWithRefCount.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunkWithRefCount.java
index 6d7ab30..e3ba6ab 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunkWithRefCount.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryChunkWithRefCount.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryInspector.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryInspector.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryInspector.java
index e18526d..acf6d04 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryInspector.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryInspector.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryUsageListener.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryUsageListener.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryUsageListener.java
index b64df33..48cbaa8 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryUsageListener.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/MemoryUsageListener.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapCachedDeserializable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapCachedDeserializable.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapCachedDeserializable.java
index 4d22171..1bc2cdf 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapCachedDeserializable.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapCachedDeserializable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.io.DataOutput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapHelper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapHelper.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapHelper.java
index 30c137c..3d62fdf 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapHelper.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapHelper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.internal.cache.CachedDeserializableFactory;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapMemoryStats.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapMemoryStats.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapMemoryStats.java
index 9339914..790e43d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapMemoryStats.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapMemoryStats.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.Statistics;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapReference.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapReference.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapReference.java
index 7b98d79..1507273 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapReference.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapReference.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.internal.Sendable;
@@ -53,4 +69,4 @@ public interface OffHeapReference extends Releasable, Sendable {
    */
   public byte[] getValueAsHeapByteArray();
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionEntryHelper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionEntryHelper.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionEntryHelper.java
index 6bad8b6..4fcacbf 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionEntryHelper.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionEntryHelper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.internal.DSCODE;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapStorage.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapStorage.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapStorage.java
index ca05c93..1a6cc8b 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapStorage.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapStorage.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.lang.reflect.Method;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryListener.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryListener.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryListener.java
index a21b510..6a043ed 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryListener.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryListener.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.OutOfOffHeapMemoryException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/Releasable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/Releasable.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/Releasable.java
index 79fb4f0..e093dd2 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/Releasable.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/Releasable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorImpl.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorImpl.java
index 4652620..554839d 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorImpl.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.io.ByteArrayOutputStream;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/StoredObject.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/StoredObject.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/StoredObject.java
index 90b65e9..083c5ff 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/StoredObject.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/StoredObject.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.io.DataOutput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunk.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunk.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunk.java
index 78699d5..06fee7b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunk.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunk.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.internal.SharedLibrary;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/OffHeapIdentifier.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/OffHeapIdentifier.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/OffHeapIdentifier.java
index 50785da..054e2f8 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/OffHeapIdentifier.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/OffHeapIdentifier.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap.annotations;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Released.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Released.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Released.java
index d368768..4d19e3f 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Released.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Released.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap.annotations;
 
 import static com.gemstone.gemfire.internal.offheap.annotations.OffHeapIdentifier.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Retained.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Retained.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Retained.java
index fd72f54..7bb8b4b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Retained.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Retained.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap.annotations;
 
 import static com.gemstone.gemfire.internal.offheap.annotations.OffHeapIdentifier.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Unretained.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Unretained.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Unretained.java
index 2f7c0b8..72f206e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Unretained.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/annotations/Unretained.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap.annotations;
 
 import static com.gemstone.gemfire.internal.offheap.annotations.OffHeapIdentifier.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReader.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReader.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReader.java
index f62f9e5..7d5767b 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReader.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReader.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReader.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReader.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReader.java
index a98e299..f0f565e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReader.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReader.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/PidFile.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/PidFile.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/PidFile.java
index d76ec62..d1bf46b 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/PidFile.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/process/PidFile.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteArrayWrapper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteArrayWrapper.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteArrayWrapper.java
index fb2bc21..cc36e1d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteArrayWrapper.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteArrayWrapper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteToCommandDecoder.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteToCommandDecoder.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteToCommandDecoder.java
index 7e307fe..dcd080e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteToCommandDecoder.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ByteToCommandDecoder.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Coder.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Coder.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Coder.java
index 0c35c93..50486c1 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Coder.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Coder.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Command.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Command.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Command.java
index ae5f3f7..0d3ccd0 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Command.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Command.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java
index ed5fb99..38e596d 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/DoubleWrapper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ExecutionHandlerContext.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ExecutionHandlerContext.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ExecutionHandlerContext.java
index d2d2f51..0f4f341 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ExecutionHandlerContext.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/ExecutionHandlerContext.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import io.netty.buffer.ByteBuf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Executor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Executor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Executor.java
index 304d19c..ec3f8a3 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Executor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Executor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Extendable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Extendable.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Extendable.java
index f4dd122..e67f157 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Extendable.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/Extendable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandParserException.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandParserException.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandParserException.java
index 554b823..f660206 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandParserException.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandParserException.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandType.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandType.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandType.java
index 3dd6be1..7ca46ad 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandType.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisCommandType.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package com.gemstone.gemfire.internal.redis;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisConstants.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisConstants.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisConstants.java
index 9325820..d2ab197 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisConstants.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisConstants.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataType.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataType.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataType.java
index febd371..43e22b6 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataType.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataType.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import com.gemstone.gemfire.cache.Region;
@@ -99,4 +115,4 @@ public enum RedisDataType {
     }
   };
 
-};
\ No newline at end of file
+};

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataTypeMismatchException.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataTypeMismatchException.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataTypeMismatchException.java
index 70cdef5..fca22d2 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataTypeMismatchException.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RedisDataTypeMismatchException.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionCreationException.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionCreationException.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionCreationException.java
index 5856a0c..b21ce14 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionCreationException.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionCreationException.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java
index 0240a4c..ae74bc1 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis;
 
 import java.io.Closeable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractExecutor.java
index d95d057..787268e 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.cache.Region;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractScanExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractScanExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractScanExecutor.java
index e4a9a53..bdad3c4 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractScanExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AbstractScanExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AuthExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AuthExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AuthExecutor.java
index 3734af3..a33bad9 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AuthExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/AuthExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DBSizeExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DBSizeExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DBSizeExecutor.java
index e434a07..1f11f35 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DBSizeExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DBSizeExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.Coder;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DelExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DelExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DelExecutor.java
index 7d54883..2c6377c 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DelExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/DelExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/EchoExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/EchoExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/EchoExecutor.java
index 2d0268e..0fd8c36 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/EchoExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/EchoExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExistsExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExistsExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExistsExecutor.java
index 5adc554..4a5dd62 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExistsExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExistsExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpirationExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpirationExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpirationExecutor.java
index 9fa7595..4de6681 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpirationExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpirationExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.ByteArrayWrapper;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireAtExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireAtExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireAtExecutor.java
index 7c40ae4..9e67b94 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireAtExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireAtExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireExecutor.java
index dc5ad3d..1f241ae 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ExpireExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/FlushAllExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/FlushAllExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/FlushAllExecutor.java
index 40c22b6..6dedaa3 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/FlushAllExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/FlushAllExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.Map.Entry;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/KeysExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/KeysExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/KeysExecutor.java
index 2588217..4403a77 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/KeysExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/KeysExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ListQuery.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ListQuery.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ListQuery.java
index 4ae9990..4e2a69e 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ListQuery.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/ListQuery.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 public enum ListQuery {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireAtExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireAtExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireAtExecutor.java
index fce4227..5deedc7 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireAtExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireAtExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireExecutor.java
index 703c39f..037f3fe 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PExpireExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PTTLExecutor.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PTTLExecutor.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PTTLExecutor.java
index 7326a71..af609a6 100755
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PTTLExecutor.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/PTTLExecutor.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.redis.executor;
 
 import com.gemstone.gemfire.internal.redis.RedisConstants.ArityDef;



[28/50] [abbrv] incubator-geode git commit: [GEODE-338] Disable FDDUnitTest for now, due to invalid test

Posted by kl...@apache.org.
[GEODE-338] Disable FDDUnitTest for now, due to invalid test


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ded14547
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ded14547
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ded14547

Branch: refs/heads/feature/GEODE-328
Commit: ded145474c16f802fc970ca8fe114fb3df915038
Parents: a73dc1b
Author: Jason Huynh <jh...@pivotal.io>
Authored: Fri Oct 23 09:14:03 2015 -0700
Committer: Jason Huynh <jh...@pivotal.io>
Committed: Fri Oct 23 09:14:03 2015 -0700

----------------------------------------------------------------------
 .../test/java/com/gemstone/gemfire/internal/FDDUnitTest.java   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ded14547/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
index 7379c86..68385ee 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
@@ -69,8 +69,12 @@ public class FDDUnitTest extends CacheTestCase {
     vm1.invoke(CacheServerTestUtil.class, "closeCache");
     vm2.invoke(CacheServerTestUtil.class, "closeCache");
   }
+
+  public void testEmpty() {
+    //Ticket #GEODE-338.  Disable the test for now and rewrite as a junit test.
+  }
   
-  public void testFDSocketFixOnlyServers() throws Exception {
+  public void disable_testFDSocketFixOnlyServers() throws Exception {
     String os = System.getProperty("os.name");
     if (os != null) {
       if (os.indexOf("Windows") != -1) {


[40/50] [abbrv] incubator-geode git commit: removed debug logging accidently checked in

Posted by kl...@apache.org.
removed debug logging accidently checked in


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/daa0725d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/daa0725d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/daa0725d

Branch: refs/heads/feature/GEODE-328
Commit: daa0725d8e108032ba39c8064271123813ee7655
Parents: 2aec6a5
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Mon Oct 26 09:58:34 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Mon Oct 26 09:58:34 2015 -0700

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/daa0725d/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
index 515a690..494efaf 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java
@@ -1649,7 +1649,6 @@ RETRY_LOOP:
                 retry = true;
                 continue RETRY_LOOP;
               }
-              logger.info("DARREL: destroy " + re.getKey() + " event.isOriginRemote()=" + event.isOriginRemote() + " event.getOperation().isExpiration()=" + event.getOperation().isExpiration() + " re.isInUseByTransaction()=" + re.isInUseByTransaction());
               if (!event.isOriginRemote() && event.getOperation().isExpiration()) {
                 // If this expiration started locally then only do it if the RE is not being used by a tx.
                 if (re.isInUseByTransaction()) {


[30/50] [abbrv] incubator-geode git commit: [fixes GEODE-456] Fixes a race condition in the test by waiting for the condition instead.

Posted by kl...@apache.org.
[fixes GEODE-456] Fixes a race condition in the test by waiting for the condition instead.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/20c39d7f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/20c39d7f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/20c39d7f

Branch: refs/heads/feature/GEODE-328
Commit: 20c39d7f3ee100a80f0243c8dbd4b598653ea951
Parents: 791a418
Author: eshu <es...@pivotal.io>
Authored: Fri Oct 23 10:34:29 2015 -0700
Committer: eshu <es...@pivotal.io>
Committed: Fri Oct 23 10:37:24 2015 -0700

----------------------------------------------------------------------
 .../cache/PartitionedRegionSingleHopDUnitTest.java  | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/20c39d7f/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
index 0e2ec72..95ead5d 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionSingleHopDUnitTest.java
@@ -1110,7 +1110,19 @@ public class PartitionedRegionSingleHopDUnitTest extends CacheTestCase {
     ClientMetadataService cms = ((GemFireCacheImpl)cache).getClientMetadataService();
     cms.getClientPRMetadata((LocalRegion)region);
     
-    Map<String, ClientPartitionAdvisor> regionMetaData = cms.getClientPRMetadata_TEST_ONLY();    
+    final Map<String, ClientPartitionAdvisor> regionMetaData = cms.getClientPRMetadata_TEST_ONLY();    
+    
+    WaitCriterion wc = new WaitCriterion() {
+      public boolean done() {
+        return (regionMetaData.size() == 1);
+      }
+
+      public String description() {
+        return "expected metadata is ready";
+      }
+    };
+    DistributedTestCase.waitForCriterion(wc, 60000, 1000, true);
+    
     assertEquals(1, regionMetaData.size());
     assertTrue(regionMetaData.containsKey(region.getFullPath()));
     
@@ -1134,7 +1146,7 @@ public class PartitionedRegionSingleHopDUnitTest extends CacheTestCase {
     
     ClientPartitionAdvisor prMetaData = regionMetaData.get(region.getFullPath());
     final Map<Integer, List<BucketServerLocation66>> clientMap  = prMetaData.getBucketServerLocationsMap_TEST_ONLY();
-    WaitCriterion wc = new WaitCriterion() {
+    wc = new WaitCriterion() {
       public boolean done() {
         return (clientMap.size() == 4);
       }


[17/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientRegisterInterestSelectorDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientRegisterInterestSelectorDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientRegisterInterestSelectorDUnitTest.java
index 86c12f1..b171303 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientRegisterInterestSelectorDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/ClientRegisterInterestSelectorDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
index 0b74067..c2b58be 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionCCEOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionCCEOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionCCEOffHeapDUnitTest.java
index d0607a6..393f28b 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionCCEOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionCCEOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionOffHeapDUnitTest.java
index d16403e..f6378ab 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedAckRegionOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionCCEOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionCCEOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionCCEOffHeapDUnitTest.java
index c8f4c70..6134cc4 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionCCEOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionCCEOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionOffHeapDUnitTest.java
index a5e2faa..a43cf1e 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionCCEOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionCCEOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionCCEOffHeapDUnitTest.java
index bc37841..9f22542 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionCCEOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionCCEOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionOffHeapDUnitTest.java
index bf6348e..ef5a4a6 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/GlobalRegionOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/OffHeapLRUEvictionControllerDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/OffHeapLRUEvictionControllerDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/OffHeapLRUEvictionControllerDUnitTest.java
index 314fb76..8d1407c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/OffHeapLRUEvictionControllerDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/OffHeapLRUEvictionControllerDUnitTest.java
@@ -1,9 +1,18 @@
-/*=========================================================================
- * Copyright (c) 2010-2011 VMware, Inc. All rights reserved.
- * This product is protected by U.S. and international copyright
- * and intellectual property laws. VMware products are covered by
- * one or more patents listed at http://www.vmware.com/go/patents.
- *=========================================================================
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.cache30;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/PartitionedRegionOffHeapDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/PartitionedRegionOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/PartitionedRegionOffHeapDUnitTest.java
index c854b64..f8ee594 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/PartitionedRegionOffHeapDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/PartitionedRegionOffHeapDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.cache30;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFieldref.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFieldref.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFieldref.java
index a16580a..e7fcd91 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFieldref.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFieldref.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -14,4 +30,4 @@ public class CpFieldref extends Cp {
     public String returnType(CompiledClass info) {
         return "not yet implemented";
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFloat.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFloat.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFloat.java
index 6a384e2..bacfdc2 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFloat.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpFloat.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -12,4 +28,4 @@ public class CpFloat extends Cp {
         b3 = (byte)source.readUnsignedByte();
         b4 = (byte)source.readUnsignedByte();
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInteger.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInteger.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInteger.java
index ea5576e..dac2d60 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInteger.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInteger.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -12,4 +28,4 @@ class CpInteger extends Cp {
         b3 = (byte)source.readUnsignedByte();
         b4 = (byte)source.readUnsignedByte();
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInterfaceMethodref.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInterfaceMethodref.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInterfaceMethodref.java
index ca4a593..b2353b4 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInterfaceMethodref.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpInterfaceMethodref.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -5,4 +21,4 @@ public class CpInterfaceMethodref extends CpMethodref {
     CpInterfaceMethodref( DataInputStream source ) throws IOException {
         super( source );
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpMethodref.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpMethodref.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpMethodref.java
index a9201ae..f037bfd 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpMethodref.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpMethodref.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -6,4 +22,4 @@ public class CpMethodref extends CpFieldref {
     CpMethodref( DataInputStream source ) throws IOException {
         super( source );
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpNameAndType.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpNameAndType.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpNameAndType.java
index bc38fcd..43bec39 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpNameAndType.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpNameAndType.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -8,4 +24,4 @@ public class CpNameAndType extends Cp {
         name_index = source.readUnsignedShort();
         descriptor_index = source.readUnsignedShort();
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpString.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpString.java b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpString.java
index f404598..a53c711 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpString.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/codeAnalysis/decode/cp/CpString.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.codeAnalysis.decode.cp;
 import java.io.*;
 
@@ -6,4 +22,4 @@ public class CpString extends Cp {
     CpString( DataInputStream source ) throws IOException {
         string_index = source.readUnsignedShort();
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLauncherJUnitTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLauncherJUnitTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLauncherJUnitTestCase.java
index 1de99ba..5e79bef 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLauncherJUnitTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLauncherJUnitTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.assertTrue;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLocatorLauncherJUnitTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLocatorLauncherJUnitTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLocatorLauncherJUnitTestCase.java
index 1b1d296..071afd4 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLocatorLauncherJUnitTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLocatorLauncherJUnitTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import java.util.concurrent.Callable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractServerLauncherJUnitTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractServerLauncherJUnitTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractServerLauncherJUnitTestCase.java
index ca676a5..31300dd 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractServerLauncherJUnitTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/AbstractServerLauncherJUnitTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/DistributedTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/DistributedTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/DistributedTestSuite.java
index 24aa4ae..6965511 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/DistributedTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/DistributedTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/HostedLocatorsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/HostedLocatorsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/HostedLocatorsDUnitTest.java
index a0e54d5..6a622e3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/HostedLocatorsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/HostedLocatorsDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherMemberMXBeanJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherMemberMXBeanJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherMemberMXBeanJUnitTest.java
index 3cc6fca..e76001e 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherMemberMXBeanJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherMemberMXBeanJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherTestSuite.java
index ef34504..73a2337 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LauncherTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalFileJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalFileJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalFileJUnitTest.java
index 62666b0..ffaf212 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalFileJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalFileJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalJUnitTest.java
index 19f9379..6ce5ab6 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteFileJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteFileJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteFileJUnitTest.java
index 0be4a8e..ca8ddf7 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteFileJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteFileJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteJUnitTest.java
index 8977e47..cae0877 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/MyPrincipal.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/MyPrincipal.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/MyPrincipal.java
index e4ed9d6..d591902 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/MyPrincipal.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/MyPrincipal.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 /** a security class used by LocatorTest */
@@ -10,4 +26,4 @@ public class MyPrincipal implements java.security.Principal {
   public String getName() {
     return "Bruce";
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherWithSpringJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherWithSpringJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherWithSpringJUnitTest.java
index 4472ab6..bf82af8 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherWithSpringJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherWithSpringJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/LocatorVersioningJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/LocatorVersioningJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/LocatorVersioningJUnitTest.java
index 7c5b84e..18ae811 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/LocatorVersioningJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/LocatorVersioningJUnitTest.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.distributed.internal.tcpserver;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerBackwardCompatDUnitDisabledTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerBackwardCompatDUnitDisabledTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerBackwardCompatDUnitDisabledTest.java
index d1caa79..811e6c1 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerBackwardCompatDUnitDisabledTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerBackwardCompatDUnitDisabledTest.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.gemfire.distributed.internal.tcpserver;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerJUnitDisabledTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerJUnitDisabledTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerJUnitDisabledTest.java
index 1cab817..731048a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerJUnitDisabledTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/tcpserver/TcpServerJUnitDisabledTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.distributed.internal.tcpserver;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/CacheMapDistTXDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/CacheMapDistTXDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/CacheMapDistTXDUnitTest.java
index 4508c71..b8cdf0a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/CacheMapDistTXDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/CacheMapDistTXDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import com.gemstone.gemfire.cache30.CacheMapTxnDUnitTest;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
index 668f1e6..8d88967 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDebugDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.io.DataInput;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDistributedTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDistributedTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDistributedTestSuite.java
index 0a6f814..3b829c1 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDistributedTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXDistributedTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXExpiryJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXExpiryJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXExpiryJUnitTest.java
index a1a3ca6..e9e7cc1 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXExpiryJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXExpiryJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXJUnitTest.java
index 08a913e..7a8b6a2 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXManagerImplJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXManagerImplJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXManagerImplJUnitTest.java
index 77c8758..1df2c45 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXManagerImplJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXManagerImplJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXOrderDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXOrderDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXOrderDUnitTest.java
index c419eee..e2f08a9 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXOrderDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXOrderDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
index 48f933c..cbd75e0 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import com.gemstone.gemfire.cache.AttributesFactory;
@@ -113,4 +129,4 @@ public class DistTXPersistentDebugDUnitTest extends DistTXDebugDUnitTest {
 
     dataStore2.invoke(TxOps);
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXReleasesOffHeapOnCloseJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXReleasesOffHeapOnCloseJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXReleasesOffHeapOnCloseJUnitTest.java
index 8e11661..984ed15 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXReleasesOffHeapOnCloseJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXReleasesOffHeapOnCloseJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXRestrictionsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXRestrictionsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXRestrictionsDUnitTest.java
index 2e6f564..28ae360 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXRestrictionsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXRestrictionsDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWithDeltaDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWithDeltaDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWithDeltaDUnitTest.java
index 89c3256..f6a3530 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWithDeltaDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWithDeltaDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterJUnitTest.java
index 48fcbe7..2c779f2 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterOOMEJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterOOMEJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterOOMEJUnitTest.java
index 789ea62..8e3b985 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterOOMEJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXWriterOOMEJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java
index 447b32e..9dafa95 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.HashMap;
@@ -2182,4 +2198,4 @@ public void testCommitNoConflicts_RR() throws Exception {
 
   
   
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXDUnitTest.java
index c044514..da9b511 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXJUnitTest.java
index 1f1ef09..dc0830a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXWithVersionsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXWithVersionsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXWithVersionsDUnitTest.java
index 21b6152..424c0f6 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXWithVersionsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PRDistTXWithVersionsDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PersistentPartitionedRegionWithDistTXDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PersistentPartitionedRegionWithDistTXDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PersistentPartitionedRegionWithDistTXDUnitTest.java
index 48b6f34..745ad60 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PersistentPartitionedRegionWithDistTXDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/PersistentPartitionedRegionWithDistTXDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.disttx;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/Bug51616JUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/Bug51616JUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/Bug51616JUnitTest.java
index 047d458..ec5ba98 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/Bug51616JUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/Bug51616JUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
index 7379c86..67cf30a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
@@ -1,10 +1,19 @@
 /*
- * IndexTest.java
- * JUnit based test
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
- * Created on March 9, 2005, 3:30 PM
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package com.gemstone.gemfire.internal;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldDUnitTest.java
index 1746b25..9d01e95 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldJUnitTest.java
index 26a9c9c..17efa97 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/PdxDeleteFieldJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal;
 
 import static org.junit.Assert.assertEquals;



[15/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/AlertAppenderJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/AlertAppenderJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/AlertAppenderJUnitTest.java
index 27bc989..93e683f 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/AlertAppenderJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/AlertAppenderJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocatorJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocatorJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocatorJUnitTest.java
index 49786fb..6e505df 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocatorJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/ConfigLocatorJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerIntegrationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerIntegrationJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerIntegrationJUnitTest.java
index c20b6a7..bf9943e 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerIntegrationJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerIntegrationJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.hamcrest.CoreMatchers.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerJUnitTest.java
index 96d8b93..fc905a8 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.hamcrest.CoreMatchers.is;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerWithDefaultConfigJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerWithDefaultConfigJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerWithDefaultConfigJUnitTest.java
index 7069d20..208f92d 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerWithDefaultConfigJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/FastLoggerWithDefaultConfigJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.hamcrest.Matchers.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LocalizedMessageJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LocalizedMessageJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LocalizedMessageJUnitTest.java
index f12f229..44efe50 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LocalizedMessageJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LocalizedMessageJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2DisabledPerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2DisabledPerformanceTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2DisabledPerformanceTest.java
index 7c01c02..f98868b 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2DisabledPerformanceTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2DisabledPerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2PerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2PerformanceTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2PerformanceTest.java
index 1e560e1..a002389 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2PerformanceTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4J2PerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jIntegrationTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jIntegrationTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jIntegrationTestSuite.java
index 7cab077..c3d5bcf 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jIntegrationTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jIntegrationTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jUnitTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jUnitTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jUnitTestSuite.java
index 1441b0c..8dc6ff3 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jUnitTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/Log4jUnitTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterAppenderJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterAppenderJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterAppenderJUnitTest.java
index a366605..3f74988 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterAppenderJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterAppenderJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerDisabledPerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerDisabledPerformanceTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerDisabledPerformanceTest.java
index 667ff93..f964208 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerDisabledPerformanceTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerDisabledPerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerPerformanceTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerPerformanceTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerPerformanceTest.java
index 391034e..61b5131 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerPerformanceTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/logging/log4j/LogWriterLoggerPerformanceTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.logging.log4j;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunkJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunkJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunkJUnitTest.java
index 8376371..e9972a5 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunkJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ByteArrayMemoryChunkJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ConcurrentBagJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ConcurrentBagJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ConcurrentBagJUnitTest.java
index dc57e82..8bba8db 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ConcurrentBagJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/ConcurrentBagJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DataTypeJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DataTypeJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DataTypeJUnitTest.java
index f43eb48..6c12472 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DataTypeJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DataTypeJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DirectByteBufferMemoryChunkJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DirectByteBufferMemoryChunkJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DirectByteBufferMemoryChunkJUnitTest.java
index a51d5b8..97b261c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DirectByteBufferMemoryChunkJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/DirectByteBufferMemoryChunkJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.nio.ByteBuffer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/FreeListOffHeapRegionJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/FreeListOffHeapRegionJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/FreeListOffHeapRegionJUnitTest.java
index 96297b9..2d38a26 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/FreeListOffHeapRegionJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/FreeListOffHeapRegionJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/HeapByteBufferMemoryChunkJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/HeapByteBufferMemoryChunkJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/HeapByteBufferMemoryChunkJUnitTest.java
index f1c76c0..77cb5ad 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/HeapByteBufferMemoryChunkJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/HeapByteBufferMemoryChunkJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.nio.ByteBuffer;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/InlineKeyJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/InlineKeyJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/InlineKeyJUnitTest.java
index 0ca3ddf..9916b0a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/InlineKeyJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/InlineKeyJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/MemoryChunkJUnitTestBase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/MemoryChunkJUnitTestBase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/MemoryChunkJUnitTestBase.java
index 8cf6756..2e4eabb 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/MemoryChunkJUnitTestBase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/MemoryChunkJUnitTestBase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOffHeapMemoryStats.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOffHeapMemoryStats.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOffHeapMemoryStats.java
index c3a1a64..7c668f1 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOffHeapMemoryStats.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOffHeapMemoryStats.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.Statistics;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOutOfOffHeapMemoryListener.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOutOfOffHeapMemoryListener.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOutOfOffHeapMemoryListener.java
index 3e796ea..caa913a 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOutOfOffHeapMemoryListener.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/NullOutOfOffHeapMemoryListener.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import com.gemstone.gemfire.OutOfOffHeapMemoryException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapIndexJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapIndexJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapIndexJUnitTest.java
index a2a4d35..ec494e8 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapIndexJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapIndexJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionBase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionBase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionBase.java
index 933579b..73fb51d 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionBase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapRegionBase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapStorageJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapStorageJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapStorageJUnitTest.java
index 96672d5..8b61ab0 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapStorageJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapStorageJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapValidationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapValidationJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapValidationJUnitTest.java
index 1b40f2a..a47d42d 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapValidationJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapValidationJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapWriteObjectAsByteArrayJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapWriteObjectAsByteArrayJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapWriteObjectAsByteArrayJUnitTest.java
index 2b5f5bf..e19f4cb 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapWriteObjectAsByteArrayJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapWriteObjectAsByteArrayJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OldFreeListOffHeapRegionJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OldFreeListOffHeapRegionJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OldFreeListOffHeapRegionJUnitTest.java
index 6ca77e7..3636c79 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OldFreeListOffHeapRegionJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OldFreeListOffHeapRegionJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
index a7921ee..971789b 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OutOfOffHeapMemoryDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorFillPatternJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorFillPatternJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorFillPatternJUnitTest.java
index a154858..745d2c0 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorFillPatternJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorFillPatternJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorJUnitTest.java
index ddb5b76..ea90bdc 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorLifecycleListenerJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorLifecycleListenerJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorLifecycleListenerJUnitTest.java
index 77a5fa1..38f969e 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorLifecycleListenerJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorLifecycleListenerJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import java.io.PrintWriter;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/TxReleasesOffHeapOnCloseJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/TxReleasesOffHeapOnCloseJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/TxReleasesOffHeapOnCloseJUnitTest.java
index 81c8728..2bc5759 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/TxReleasesOffHeapOnCloseJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/TxReleasesOffHeapOnCloseJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunkJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunkJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunkJUnitTest.java
index 1e189cd..cf6ba44 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunkJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/UnsafeMemoryChunkJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.offheap;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReaderJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReaderJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReaderJUnitTest.java
index f6d5f3a..414e78f 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReaderJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/BlockingProcessStreamReaderJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReaderJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReaderJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReaderJUnitTest.java
index 5e26715..83b9762 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReaderJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/NonBlockingProcessStreamReaderJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/PidFileJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/PidFileJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/PidFileJUnitTest.java
index e1ad29b..89f786a 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/PidFileJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/PidFileJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessControllerFactoryJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessControllerFactoryJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessControllerFactoryJUnitTest.java
index 8a750f3..50b976c 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessControllerFactoryJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessControllerFactoryJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessStreamReaderTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessStreamReaderTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessStreamReaderTestCase.java
index 0b26d33..ac6e4d7 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessStreamReaderTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/ProcessStreamReaderTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/Process.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/Process.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/Process.java
index 21ba8b1..1c57a4a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/Process.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/Process.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process.mbean;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/ProcessMBean.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/ProcessMBean.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/ProcessMBean.java
index d0d928b..b590ff3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/ProcessMBean.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/process/mbean/ProcessMBean.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.process.mbean;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/size/SizeTestUtil.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/size/SizeTestUtil.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/size/SizeTestUtil.java
index 73170e2..08ae319 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/size/SizeTestUtil.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/size/SizeTestUtil.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.internal.size;
 
 public class SizeTestUtil {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/CompositeTestMXBean.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/CompositeTestMXBean.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/CompositeTestMXBean.java
index 4f7d348..13a13fa 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/CompositeTestMXBean.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/CompositeTestMXBean.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/OffHeapManagementDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/OffHeapManagementDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/OffHeapManagementDUnitTest.java
index 9dde922..aca8ae0 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/OffHeapManagementDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/OffHeapManagementDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/CommandSeparatorEscapeJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/CommandSeparatorEscapeJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/CommandSeparatorEscapeJUnitTest.java
index 50160b5..469e271 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/CommandSeparatorEscapeJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/CommandSeparatorEscapeJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/DataCommandJsonJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/DataCommandJsonJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/DataCommandJsonJUnitTest.java
index 83763a1..0ae8128 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/DataCommandJsonJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/DataCommandJsonJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/AbstractImpl.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/AbstractImpl.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/AbstractImpl.java
index 355959c..8a5cd33 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/AbstractImpl.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/AbstractImpl.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.domain;
 
 public abstract class AbstractImpl implements Interface1{

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl1.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl1.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl1.java
index a1a6cd6..769d47f 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl1.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl1.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.domain;
 
 public class Impl1 implements Interface1{

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl12.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl12.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl12.java
index 9901ea5..3b2390b 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl12.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Impl12.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.domain;
 
 public class Impl12 implements Interface1, Interface2{

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface1.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface1.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface1.java
index 9dae9c2..7c4d4b4 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface1.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface1.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.domain;
 
 public interface Interface1 {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface2.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface2.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface2.java
index 647f33a..869b9b2 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface2.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/domain/Interface2.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.domain;
 
 public interface Interface2 {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/dto/Car.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/dto/Car.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/dto/Car.java
index 4418c94..db8fa48 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/dto/Car.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/dto/Car.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.cli.dto;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/WanCommandsControllerJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/WanCommandsControllerJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/WanCommandsControllerJUnitTest.java
index 8086b26..4c3fbe6 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/WanCommandsControllerJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/web/controllers/WanCommandsControllerJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.management.internal.web.controllers;
 
 import static com.gemstone.gemfire.management.internal.cli.i18n.CliStrings.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/ByteSourceJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/ByteSourceJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/ByteSourceJUnitTest.java
index fc05868..11ac89c 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/ByteSourceJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/ByteSourceJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.pdx;
 
 import static org.junit.Assert.*;



[46/50] [abbrv] incubator-geode git commit: GEODE-504 - Removing references to XX:MaxPermSize since due to JDK 8

Posted by kl...@apache.org.
GEODE-504 - Removing references to XX:MaxPermSize since due to JDK 8


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/31f9bcd1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/31f9bcd1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/31f9bcd1

Branch: refs/heads/feature/GEODE-328
Commit: 31f9bcd10474e7cd0b453ab348060fed5c7831b2
Parents: b2dea99
Author: William Markito <wm...@pivotal.io>
Authored: Tue Oct 27 12:05:17 2015 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Tue Oct 27 12:05:17 2015 -0700

----------------------------------------------------------------------
 build.gradle                                                    | 2 +-
 gemfire-core/src/test/java/dunit/standalone/ProcessManager.java | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/31f9bcd1/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 7e477f3..9aa967b 100755
--- a/build.gradle
+++ b/build.gradle
@@ -382,7 +382,7 @@ subprojects {
         }
         
         maxHeapSize '768m'
-        jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-XX:MaxPermSize=256M', '-ea']
+        jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-ea']
 
         systemProperties = [
           'gemfire.DEFAULT_MAX_OPLOG_SIZE' : '10',

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/31f9bcd1/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java b/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java
index c4a55ed..814a48e 100644
--- a/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java
+++ b/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java
@@ -171,10 +171,8 @@ public class ProcessManager {
       "-Xrunjdwp:transport=dt_socket,server=y,suspend=" + jdkSuspend + jdkDebug,
       "-XX:+HeapDumpOnOutOfMemoryError",
       "-Xmx512m",
-      "-XX:MaxPermSize=256M",
       "-Dgemfire.DEFAULT_MAX_OPLOG_SIZE=10",
       "-Dgemfire.disallowMcastDefaults=true",
-      "-XX:MaxPermSize=256M",
       "-ea",
       agent,
       "dunit.standalone.ChildVM"


[36/50] [abbrv] incubator-geode git commit: Merge branch 'feature/GEODE-18' into develop

Posted by kl...@apache.org.
Merge branch 'feature/GEODE-18' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/79098369
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/79098369
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/79098369

Branch: refs/heads/feature/GEODE-328
Commit: 79098369555403387c0fb2e2cd47536e04abf013
Parents: 2040242 252b620
Author: Dick Cavender <dc...@pivotal.io>
Authored: Fri Oct 23 13:07:31 2015 -0700
Committer: Dick Cavender <dc...@pivotal.io>
Committed: Fri Oct 23 13:07:31 2015 -0700

----------------------------------------------------------------------
 .../gemfire/OutOfOffHeapMemoryException.java    | 21 ++++++++++-----
 .../cache/hdfs/internal/FlushObserver.java      | 16 ++++++++++++
 .../hdfs/internal/QueuedPersistentEvent.java    | 16 ++++++++++++
 .../hdfs/internal/SignalledFlushObserver.java   | 16 ++++++++++++
 .../cache/hdfs/internal/hoplog/FlushStatus.java | 16 ++++++++++++
 .../internal/hoplog/HDFSFlushQueueArgs.java     | 16 ++++++++++++
 .../internal/hoplog/HDFSFlushQueueFunction.java | 16 ++++++++++++
 .../gemfire/cache/lucene/LuceneQuery.java       | 16 ++++++++++++
 .../cache/lucene/LuceneQueryFactory.java        | 16 ++++++++++++
 .../cache/lucene/LuceneQueryResults.java        | 16 ++++++++++++
 .../cache/lucene/LuceneResultStruct.java        | 16 ++++++++++++
 .../gemfire/cache/lucene/LuceneService.java     | 16 ++++++++++++
 .../cache/lucene/LuceneServiceFactory.java      | 16 ++++++++++++
 .../cache/lucene/LuceneServiceProvider.java     | 16 ++++++++++++
 .../cache/lucene/internal/LuceneIndexImpl.java  | 16 ++++++++++++
 .../lucene/internal/LuceneQueryFactoryImpl.java | 16 ++++++++++++
 .../cache/lucene/internal/LuceneQueryImpl.java  | 16 ++++++++++++
 .../lucene/internal/LuceneQueryResultsImpl.java | 16 ++++++++++++
 .../lucene/internal/LuceneResultStructImpl.java | 16 ++++++++++++
 .../internal/LuceneServiceFactoryImpl.java      | 16 ++++++++++++
 .../lucene/internal/LuceneServiceImpl.java      | 16 ++++++++++++
 .../internal/GetOperationContextImpl.java       | 16 ++++++++++++
 .../gemfire/cache/query/Aggregator.java         | 16 ++++++++++++
 .../internal/CompiledAggregateFunction.java     | 16 ++++++++++++
 .../query/internal/CompiledGroupBySelect.java   | 16 ++++++++++++
 .../internal/CumulativeNonDistinctResults.java  | 16 ++++++++++++
 .../cache/query/internal/NWayMergeResults.java  | 16 ++++++++++++
 .../cache/query/internal/OrderByComparator.java | 18 ++++++++++++-
 .../internal/OrderByComparatorUnmapped.java     | 16 ++++++++++++
 .../gemfire/cache/query/internal/Ordered.java   | 16 ++++++++++++
 .../cache/query/internal/PRQueryTraceInfo.java  | 22 +++++++++++-----
 .../cache/query/internal/SortedResultsBag.java  | 16 ++++++++++++
 .../cache/query/internal/SortedStructBag.java   | 16 ++++++++++++
 .../cache/query/internal/StructFields.java      | 16 ++++++++++++
 .../internal/aggregate/AbstractAggregator.java  | 16 ++++++++++++
 .../cache/query/internal/aggregate/Avg.java     | 16 ++++++++++++
 .../query/internal/aggregate/AvgBucketNode.java | 16 ++++++++++++
 .../query/internal/aggregate/AvgDistinct.java   | 16 ++++++++++++
 .../aggregate/AvgDistinctPRQueryNode.java       | 16 ++++++++++++
 .../internal/aggregate/AvgPRQueryNode.java      | 16 ++++++++++++
 .../cache/query/internal/aggregate/Count.java   | 16 ++++++++++++
 .../query/internal/aggregate/CountDistinct.java | 16 ++++++++++++
 .../aggregate/CountDistinctPRQueryNode.java     | 16 ++++++++++++
 .../internal/aggregate/CountPRQueryNode.java    | 16 ++++++++++++
 .../internal/aggregate/DistinctAggregator.java  | 16 ++++++++++++
 .../cache/query/internal/aggregate/MaxMin.java  | 16 ++++++++++++
 .../cache/query/internal/aggregate/Sum.java     | 16 ++++++++++++
 .../query/internal/aggregate/SumDistinct.java   | 16 ++++++++++++
 .../aggregate/SumDistinctPRQueryNode.java       | 16 ++++++++++++
 .../query/internal/parse/ASTAggregateFunc.java  | 16 ++++++++++++
 .../cache/query/internal/parse/ASTDummy.java    | 16 ++++++++++++
 .../query/internal/utils/LimitIterator.java     | 16 ++++++++++++
 .../cache/query/internal/utils/PDXUtils.java    | 16 ++++++++++++
 .../gemstone/gemfire/cache/util/Gateway.java    | 16 ++++++++++++
 .../com/gemstone/gemfire/internal/Banner.java   | 27 +++++++++++++-------
 .../gemfire/internal/ByteBufferWriter.java      | 16 ++++++++++++
 .../com/gemstone/gemfire/internal/Sendable.java | 18 ++++++++++++-
 .../gemstone/gemfire/internal/SocketCloser.java | 16 ++++++++++++
 .../remote/ShutdownAllGatewayHubsRequest.java   | 16 ++++++++++++
 .../internal/cache/DistPeerTXStateStub.java     | 16 ++++++++++++
 .../cache/DistTXAdjunctCommitMessage.java       | 16 ++++++++++++
 .../internal/cache/DistTXCommitMessage.java     | 17 ++++++++++--
 .../internal/cache/DistTXPrecommitMessage.java  | 17 ++++++++++--
 .../internal/cache/DistTXRollbackMessage.java   | 17 ++++++++++--
 .../gemfire/internal/cache/DistTXState.java     | 16 ++++++++++++
 .../cache/DistTXStateOnCoordinator.java         | 16 ++++++++++++
 .../internal/cache/DistTXStateProxyImpl.java    | 16 ++++++++++++
 .../DistTXStateProxyImplOnCoordinator.java      | 18 ++++++++++++-
 .../cache/DistTXStateProxyImplOnDatanode.java   | 16 ++++++++++++
 .../gemfire/internal/cache/HDFSRegionMap.java   | 16 ++++++++++++
 .../internal/cache/OffHeapRegionEntry.java      | 16 ++++++++++++
 .../internal/cache/ServerPingMessage.java       | 16 ++++++++++++
 .../cache/VMThinRegionEntryOffHeap.java         | 16 ++++++++++++
 .../cache/control/HeapMemoryMonitor.java        | 21 ++++++++++-----
 .../cache/control/MemoryThresholds.java         | 16 ++++++++++++
 .../cache/control/OffHeapMemoryMonitor.java     | 21 ++++++++++-----
 .../internal/cache/control/ResourceMonitor.java | 16 ++++++++++++
 .../internal/cache/lru/OffHeapEvictor.java      | 21 ++++++++++-----
 .../DestroyRegionOnDataStoreMessage.java        | 20 ++++++++++-----
 .../rebalance/ParallelBucketOperator.java       | 16 ++++++++++++
 .../cache/tx/DistClientTXStateStub.java         | 19 +++++++++++---
 .../internal/cache/tx/DistTxEntryEvent.java     | 16 ++++++++++++
 .../internal/cache/tx/DistTxKeyInfo.java        | 18 ++++++++++++-
 .../cache/xmlcache/CacheXmlVersion.java         | 17 ++++++++++--
 .../internal/logging/log4j/ConfigLocator.java   | 16 ++++++++++++
 .../internal/offheap/ByteArrayMemoryChunk.java  | 16 ++++++++++++
 .../internal/offheap/ByteBufferMemoryChunk.java | 16 ++++++++++++
 .../gemfire/internal/offheap/DataType.java      | 16 ++++++++++++
 .../internal/offheap/MemoryAllocator.java       | 16 ++++++++++++
 .../gemfire/internal/offheap/MemoryBlock.java   | 16 ++++++++++++
 .../gemfire/internal/offheap/MemoryChunk.java   | 16 ++++++++++++
 .../offheap/MemoryChunkWithRefCount.java        | 16 ++++++++++++
 .../internal/offheap/MemoryInspector.java       | 16 ++++++++++++
 .../internal/offheap/MemoryUsageListener.java   | 16 ++++++++++++
 .../offheap/OffHeapCachedDeserializable.java    | 16 ++++++++++++
 .../gemfire/internal/offheap/OffHeapHelper.java | 16 ++++++++++++
 .../internal/offheap/OffHeapMemoryStats.java    | 16 ++++++++++++
 .../internal/offheap/OffHeapReference.java      | 18 ++++++++++++-
 .../offheap/OffHeapRegionEntryHelper.java       | 16 ++++++++++++
 .../internal/offheap/OffHeapStorage.java        | 16 ++++++++++++
 .../offheap/OutOfOffHeapMemoryListener.java     | 16 ++++++++++++
 .../gemfire/internal/offheap/Releasable.java    | 16 ++++++++++++
 .../offheap/SimpleMemoryAllocatorImpl.java      | 16 ++++++++++++
 .../gemfire/internal/offheap/StoredObject.java  | 16 ++++++++++++
 .../internal/offheap/UnsafeMemoryChunk.java     | 16 ++++++++++++
 .../offheap/annotations/OffHeapIdentifier.java  | 16 ++++++++++++
 .../internal/offheap/annotations/Released.java  | 16 ++++++++++++
 .../internal/offheap/annotations/Retained.java  | 16 ++++++++++++
 .../offheap/annotations/Unretained.java         | 16 ++++++++++++
 .../process/BlockingProcessStreamReader.java    | 16 ++++++++++++
 .../process/NonBlockingProcessStreamReader.java | 16 ++++++++++++
 .../gemfire/internal/process/PidFile.java       | 16 ++++++++++++
 .../internal/redis/ByteArrayWrapper.java        | 16 ++++++++++++
 .../internal/redis/ByteToCommandDecoder.java    | 16 ++++++++++++
 .../gemstone/gemfire/internal/redis/Coder.java  | 16 ++++++++++++
 .../gemfire/internal/redis/Command.java         | 16 ++++++++++++
 .../gemfire/internal/redis/DoubleWrapper.java   | 16 ++++++++++++
 .../internal/redis/ExecutionHandlerContext.java | 16 ++++++++++++
 .../gemfire/internal/redis/Executor.java        | 16 ++++++++++++
 .../gemfire/internal/redis/Extendable.java      | 16 ++++++++++++
 .../redis/RedisCommandParserException.java      | 16 ++++++++++++
 .../internal/redis/RedisCommandType.java        | 16 ++++++++++++
 .../gemfire/internal/redis/RedisConstants.java  | 16 ++++++++++++
 .../gemfire/internal/redis/RedisDataType.java   | 18 ++++++++++++-
 .../redis/RedisDataTypeMismatchException.java   | 16 ++++++++++++
 .../internal/redis/RegionCreationException.java | 16 ++++++++++++
 .../gemfire/internal/redis/RegionProvider.java  | 16 ++++++++++++
 .../redis/executor/AbstractExecutor.java        | 16 ++++++++++++
 .../redis/executor/AbstractScanExecutor.java    | 16 ++++++++++++
 .../internal/redis/executor/AuthExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/DBSizeExecutor.java | 16 ++++++++++++
 .../internal/redis/executor/DelExecutor.java    | 16 ++++++++++++
 .../internal/redis/executor/EchoExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/ExistsExecutor.java | 16 ++++++++++++
 .../redis/executor/ExpirationExecutor.java      | 16 ++++++++++++
 .../redis/executor/ExpireAtExecutor.java        | 16 ++++++++++++
 .../internal/redis/executor/ExpireExecutor.java | 16 ++++++++++++
 .../redis/executor/FlushAllExecutor.java        | 16 ++++++++++++
 .../internal/redis/executor/KeysExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/ListQuery.java      | 16 ++++++++++++
 .../redis/executor/PExpireAtExecutor.java       | 16 ++++++++++++
 .../redis/executor/PExpireExecutor.java         | 16 ++++++++++++
 .../internal/redis/executor/PTTLExecutor.java   | 16 ++++++++++++
 .../redis/executor/PersistExecutor.java         | 16 ++++++++++++
 .../internal/redis/executor/PingExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/QuitExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/ScanExecutor.java   | 16 ++++++++++++
 .../redis/executor/ShutDownExecutor.java        | 16 ++++++++++++
 .../internal/redis/executor/SortedSetQuery.java | 16 ++++++++++++
 .../internal/redis/executor/TTLExecutor.java    | 16 ++++++++++++
 .../internal/redis/executor/TimeExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/TypeExecutor.java   | 16 ++++++++++++
 .../internal/redis/executor/UnkownExecutor.java | 16 ++++++++++++
 .../redis/executor/hash/HDelExecutor.java       | 16 ++++++++++++
 .../redis/executor/hash/HExistsExecutor.java    | 16 ++++++++++++
 .../redis/executor/hash/HGetAllExecutor.java    | 16 ++++++++++++
 .../redis/executor/hash/HGetExecutor.java       | 16 ++++++++++++
 .../redis/executor/hash/HIncrByExecutor.java    | 16 ++++++++++++
 .../executor/hash/HIncrByFloatExecutor.java     | 16 ++++++++++++
 .../redis/executor/hash/HKeysExecutor.java      | 16 ++++++++++++
 .../redis/executor/hash/HLenExecutor.java       | 16 ++++++++++++
 .../redis/executor/hash/HMGetExecutor.java      | 16 ++++++++++++
 .../redis/executor/hash/HMSetExecutor.java      | 16 ++++++++++++
 .../redis/executor/hash/HScanExecutor.java      | 16 ++++++++++++
 .../redis/executor/hash/HSetExecutor.java       | 16 ++++++++++++
 .../redis/executor/hash/HSetNXExecutor.java     | 16 ++++++++++++
 .../redis/executor/hash/HValsExecutor.java      | 16 ++++++++++++
 .../redis/executor/hash/HashExecutor.java       | 18 ++++++++++++-
 .../internal/redis/executor/hll/Bits.java       | 16 ++++++++++++
 .../executor/hll/CardinalityMergeException.java | 18 ++++++++++++-
 .../redis/executor/hll/HllExecutor.java         | 16 ++++++++++++
 .../redis/executor/hll/HyperLogLog.java         | 16 ++++++++++++
 .../redis/executor/hll/HyperLogLogPlus.java     | 18 ++++++++++++-
 .../internal/redis/executor/hll/IBuilder.java   | 18 ++++++++++++-
 .../redis/executor/hll/ICardinality.java        | 16 ++++++++++++
 .../internal/redis/executor/hll/MurmurHash.java | 18 ++++++++++++-
 .../redis/executor/hll/PFAddExecutor.java       | 16 ++++++++++++
 .../redis/executor/hll/PFCountExecutor.java     | 16 ++++++++++++
 .../redis/executor/hll/PFMergeExecutor.java     | 16 ++++++++++++
 .../redis/executor/hll/RegisterSet.java         | 18 ++++++++++++-
 .../internal/redis/executor/hll/Varint.java     | 18 ++++++++++++-
 .../redis/executor/list/LIndexExecutor.java     | 16 ++++++++++++
 .../redis/executor/list/LInsertExecutor.java    | 16 ++++++++++++
 .../redis/executor/list/LLenExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/LPopExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/LPushExecutor.java      | 16 ++++++++++++
 .../redis/executor/list/LPushXExecutor.java     | 16 ++++++++++++
 .../redis/executor/list/LRangeExecutor.java     | 16 ++++++++++++
 .../redis/executor/list/LRemExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/LSetExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/LTrimExecutor.java      | 16 ++++++++++++
 .../redis/executor/list/ListExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/PopExecutor.java        | 16 ++++++++++++
 .../redis/executor/list/PushExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/PushXExecutor.java      | 16 ++++++++++++
 .../redis/executor/list/RPopExecutor.java       | 16 ++++++++++++
 .../redis/executor/list/RPushExecutor.java      | 16 ++++++++++++
 .../redis/executor/list/RPushXExecutor.java     | 16 ++++++++++++
 .../redis/executor/set/SAddExecutor.java        | 16 ++++++++++++
 .../redis/executor/set/SCardExecutor.java       | 16 ++++++++++++
 .../redis/executor/set/SDiffExecutor.java       | 16 ++++++++++++
 .../redis/executor/set/SDiffStoreExecutor.java  | 16 ++++++++++++
 .../redis/executor/set/SInterExecutor.java      | 16 ++++++++++++
 .../redis/executor/set/SInterStoreExecutor.java | 16 ++++++++++++
 .../redis/executor/set/SIsMemberExecutor.java   | 16 ++++++++++++
 .../redis/executor/set/SMembersExecutor.java    | 16 ++++++++++++
 .../redis/executor/set/SMoveExecutor.java       | 16 ++++++++++++
 .../redis/executor/set/SPopExecutor.java        | 16 ++++++++++++
 .../redis/executor/set/SRandMemberExecutor.java | 16 ++++++++++++
 .../redis/executor/set/SRemExecutor.java        | 16 ++++++++++++
 .../redis/executor/set/SScanExecutor.java       | 16 ++++++++++++
 .../redis/executor/set/SUnionExecutor.java      | 16 ++++++++++++
 .../redis/executor/set/SUnionStoreExecutor.java | 16 ++++++++++++
 .../redis/executor/set/SetExecutor.java         | 16 ++++++++++++
 .../redis/executor/set/SetOpExecutor.java       | 16 ++++++++++++
 .../executor/sortedset/SortedSetExecutor.java   | 16 ++++++++++++
 .../redis/executor/sortedset/ZAddExecutor.java  | 16 ++++++++++++
 .../redis/executor/sortedset/ZCardExecutor.java | 16 ++++++++++++
 .../executor/sortedset/ZCountExecutor.java      | 16 ++++++++++++
 .../executor/sortedset/ZIncrByExecutor.java     | 16 ++++++++++++
 .../executor/sortedset/ZLexCountExecutor.java   | 16 ++++++++++++
 .../executor/sortedset/ZRangeByLexExecutor.java | 16 ++++++++++++
 .../sortedset/ZRangeByScoreExecutor.java        | 16 ++++++++++++
 .../executor/sortedset/ZRangeExecutor.java      | 16 ++++++++++++
 .../redis/executor/sortedset/ZRankExecutor.java | 16 ++++++++++++
 .../redis/executor/sortedset/ZRemExecutor.java  | 16 ++++++++++++
 .../sortedset/ZRemRangeByLexExecutor.java       | 16 ++++++++++++
 .../sortedset/ZRemRangeByRankExecutor.java      | 16 ++++++++++++
 .../sortedset/ZRemRangeByScoreExecutor.java     | 16 ++++++++++++
 .../sortedset/ZRevRangeByScoreExecutor.java     | 16 ++++++++++++
 .../executor/sortedset/ZRevRangeExecutor.java   | 16 ++++++++++++
 .../executor/sortedset/ZRevRankExecutor.java    | 16 ++++++++++++
 .../redis/executor/sortedset/ZScanExecutor.java | 16 ++++++++++++
 .../executor/sortedset/ZScoreExecutor.java      | 16 ++++++++++++
 .../redis/executor/string/AppendExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/BitCountExecutor.java | 16 ++++++++++++
 .../redis/executor/string/BitOpExecutor.java    | 16 ++++++++++++
 .../redis/executor/string/BitPosExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/DecrByExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/DecrExecutor.java     | 16 ++++++++++++
 .../redis/executor/string/GetBitExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/GetExecutor.java      | 16 ++++++++++++
 .../redis/executor/string/GetRangeExecutor.java | 16 ++++++++++++
 .../redis/executor/string/GetSetExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/IncrByExecutor.java   | 16 ++++++++++++
 .../executor/string/IncrByFloatExecutor.java    | 16 ++++++++++++
 .../redis/executor/string/IncrExecutor.java     | 16 ++++++++++++
 .../redis/executor/string/MGetExecutor.java     | 16 ++++++++++++
 .../redis/executor/string/MSetExecutor.java     | 16 ++++++++++++
 .../redis/executor/string/MSetNXExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/PSetEXExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/SetBitExecutor.java   | 16 ++++++++++++
 .../redis/executor/string/SetEXExecutor.java    | 16 ++++++++++++
 .../redis/executor/string/SetExecutor.java      | 16 ++++++++++++
 .../redis/executor/string/SetNXExecutor.java    | 16 ++++++++++++
 .../redis/executor/string/SetRangeExecutor.java | 16 ++++++++++++
 .../redis/executor/string/StringExecutor.java   | 18 ++++++++++++-
 .../redis/executor/string/StrlenExecutor.java   | 16 ++++++++++++
 .../executor/transactions/DiscardExecutor.java  | 16 ++++++++++++
 .../executor/transactions/ExecExecutor.java     | 16 ++++++++++++
 .../executor/transactions/MultiExecutor.java    | 16 ++++++++++++
 .../transactions/TransactionExecutor.java       | 16 ++++++++++++
 .../executor/transactions/UnwatchExecutor.java  | 16 ++++++++++++
 .../executor/transactions/WatchExecutor.java    | 16 ++++++++++++
 .../internal/util/SingletonCallable.java        | 16 ++++++++++++
 .../gemfire/internal/util/SingletonValue.java   | 18 ++++++++++++-
 .../internal/util/StackTraceCollector.java      | 21 ++++++++++-----
 .../cli/commands/HDFSStoreCommands.java         | 16 ++++++++++++
 .../cli/functions/CreateHDFSStoreFunction.java  | 16 ++++++++++++
 .../functions/DescribeHDFSStoreFunction.java    | 16 ++++++++++++
 .../pdx/PdxRegistryMismatchException.java       | 24 ++++++++++-------
 .../gemfire/redis/GemFireRedisServer.java       | 18 ++++++++++++-
 .../src/test/java/cacheRunner/Portfolio.java    | 16 ++++++++++++
 .../src/test/java/cacheRunner/Position.java     | 16 ++++++++++++
 .../java/com/company/data/MyDeclarable.java     | 16 ++++++++++++
 .../src/test/java/com/examples/ds/Address.java  | 16 ++++++++++++
 .../java/com/gemstone/gemfire/AppObject.java    | 18 ++++++++++++-
 .../com/gemstone/gemfire/TXWriterTestCase.java  | 16 ++++++++++++
 .../cache/ClientServerTimeSyncDUnitTest.java    | 16 ++++++++++++
 .../ClientServerRegisterInterestsDUnitTest.java | 16 ++++++++++++
 .../internal/SSLNoClientAuthDUnitTest.java      | 21 ++++++++++-----
 .../SignalledFlushObserverJUnitTest.java        | 16 ++++++++++++
 .../MemoryThresholdsOffHeapDUnitTest.java       | 21 ++++++++++-----
 .../PutOperationContextJUnitTest.java           | 16 ++++++++++++
 .../GetOperationContextImplJUnitTest.java       | 16 ++++++++++++
 .../dunit/GroupByPartitionedQueryDUnitTest.java | 16 ++++++++++++
 .../functional/GroupByPartitionedJUnitTest.java | 16 ++++++++++++
 .../functional/GroupByReplicatedJUnitTest.java  | 16 ++++++++++++
 .../query/functional/GroupByTestInterface.java  | 16 ++++++++++++
 .../functional/MultiIndexCreationJUnitTest.java | 16 ++++++++++++
 .../NonDistinctOrderByPartitionedJUnitTest.java | 16 ++++++++++++
 .../NonDistinctOrderByReplicatedJUnitTest.java  | 16 ++++++++++++
 .../functional/OrderByPartitionedJUnitTest.java | 16 ++++++++++++
 .../functional/OrderByReplicatedJUnitTest.java  | 16 ++++++++++++
 .../PdxGroupByPartitionedJUnitTest.java         | 16 ++++++++++++
 .../PdxGroupByReplicatedJUnitTest.java          | 16 ++++++++++++
 .../query/functional/PdxGroupByTestImpl.java    | 16 ++++++++++++
 .../query/functional/PdxOrderByJUnitTest.java   | 16 ++++++++++++
 .../CompiledAggregateFunctionJUnitTest.java     | 16 ++++++++++++
 .../CompiledGroupBySelectJUnitTest.java         | 16 ++++++++++++
 .../internal/NWayMergeResultsJUnitTest.java     | 16 ++++++++++++
 .../internal/aggregate/AggregatorJUnitTest.java | 16 ++++++++++++
 .../internal/index/IndexHintJUnitTest.java      | 16 ++++++++++++
 .../index/MultiIndexCreationDUnitTest.java      | 16 ++++++++++++
 .../index/PdxCopyOnReadQueryJUnitTest.java      | 16 ++++++++++++
 .../gemfire/cache30/CacheXmlTestCase.java       | 16 ++++++++++++
 .../ClientMembershipSelectorDUnitTest.java      | 16 ++++++++++++
 ...ClientRegisterInterestSelectorDUnitTest.java | 16 ++++++++++++
 ...dAckPersistentRegionCCEOffHeapDUnitTest.java | 16 ++++++++++++
 ...DistributedAckRegionCCEOffHeapDUnitTest.java | 16 ++++++++++++
 .../DistributedAckRegionOffHeapDUnitTest.java   | 16 ++++++++++++
 ...stributedNoAckRegionCCEOffHeapDUnitTest.java | 16 ++++++++++++
 .../DistributedNoAckRegionOffHeapDUnitTest.java | 16 ++++++++++++
 .../GlobalRegionCCEOffHeapDUnitTest.java        | 16 ++++++++++++
 .../cache30/GlobalRegionOffHeapDUnitTest.java   | 16 ++++++++++++
 .../OffHeapLRUEvictionControllerDUnitTest.java  | 21 ++++++++++-----
 .../PartitionedRegionOffHeapDUnitTest.java      | 16 ++++++++++++
 .../codeAnalysis/decode/cp/CpFieldref.java      | 18 ++++++++++++-
 .../gemfire/codeAnalysis/decode/cp/CpFloat.java | 18 ++++++++++++-
 .../codeAnalysis/decode/cp/CpInteger.java       | 18 ++++++++++++-
 .../decode/cp/CpInterfaceMethodref.java         | 18 ++++++++++++-
 .../codeAnalysis/decode/cp/CpMethodref.java     | 18 ++++++++++++-
 .../codeAnalysis/decode/cp/CpNameAndType.java   | 18 ++++++++++++-
 .../codeAnalysis/decode/cp/CpString.java        | 18 ++++++++++++-
 .../AbstractLauncherJUnitTestCase.java          | 16 ++++++++++++
 .../AbstractLocatorLauncherJUnitTestCase.java   | 16 ++++++++++++
 .../AbstractServerLauncherJUnitTestCase.java    | 16 ++++++++++++
 .../distributed/DistributedTestSuite.java       | 16 ++++++++++++
 .../distributed/HostedLocatorsDUnitTest.java    | 16 ++++++++++++
 .../LauncherMemberMXBeanJUnitTest.java          | 16 ++++++++++++
 .../gemfire/distributed/LauncherTestSuite.java  | 16 ++++++++++++
 .../LocatorLauncherLocalFileJUnitTest.java      | 16 ++++++++++++
 .../LocatorLauncherLocalJUnitTest.java          | 16 ++++++++++++
 .../LocatorLauncherRemoteFileJUnitTest.java     | 16 ++++++++++++
 .../LocatorLauncherRemoteJUnitTest.java         | 16 ++++++++++++
 .../gemfire/distributed/MyPrincipal.java        | 18 ++++++++++++-
 .../ServerLauncherWithSpringJUnitTest.java      | 16 ++++++++++++
 .../tcpserver/LocatorVersioningJUnitTest.java   | 17 ++++++++++--
 ...cpServerBackwardCompatDUnitDisabledTest.java | 17 ++++++++++--
 .../tcpserver/TcpServerJUnitDisabledTest.java   | 16 ++++++++++++
 .../gemfire/disttx/CacheMapDistTXDUnitTest.java | 16 ++++++++++++
 .../gemfire/disttx/DistTXDebugDUnitTest.java    | 16 ++++++++++++
 .../disttx/DistTXDistributedTestSuite.java      | 16 ++++++++++++
 .../gemfire/disttx/DistTXExpiryJUnitTest.java   | 16 ++++++++++++
 .../gemfire/disttx/DistTXJUnitTest.java         | 16 ++++++++++++
 .../disttx/DistTXManagerImplJUnitTest.java      | 16 ++++++++++++
 .../gemfire/disttx/DistTXOrderDUnitTest.java    | 16 ++++++++++++
 .../disttx/DistTXPersistentDebugDUnitTest.java  | 18 ++++++++++++-
 .../DistTXReleasesOffHeapOnCloseJUnitTest.java  | 16 ++++++++++++
 .../disttx/DistTXRestrictionsDUnitTest.java     | 16 ++++++++++++
 .../disttx/DistTXWithDeltaDUnitTest.java        | 16 ++++++++++++
 .../gemfire/disttx/DistTXWriterJUnitTest.java   | 16 ++++++++++++
 .../disttx/DistTXWriterOOMEJUnitTest.java       | 16 ++++++++++++
 .../disttx/DistributedTransactionDUnitTest.java | 18 ++++++++++++-
 .../gemfire/disttx/PRDistTXDUnitTest.java       | 16 ++++++++++++
 .../gemfire/disttx/PRDistTXJUnitTest.java       | 16 ++++++++++++
 .../disttx/PRDistTXWithVersionsDUnitTest.java   | 16 ++++++++++++
 ...entPartitionedRegionWithDistTXDUnitTest.java | 16 ++++++++++++
 .../gemfire/internal/Bug51616JUnitTest.java     | 16 ++++++++++++
 .../gemstone/gemfire/internal/FDDUnitTest.java  | 17 +++++++++---
 .../internal/PdxDeleteFieldDUnitTest.java       | 16 ++++++++++++
 .../internal/PdxDeleteFieldJUnitTest.java       | 16 ++++++++++++
 .../gemfire/internal/PdxRenameDUnitTest.java    | 16 ++++++++++++
 .../gemfire/internal/PdxRenameJUnitTest.java    | 16 ++++++++++++
 .../gemfire/internal/SocketCloserJUnitTest.java | 16 ++++++++++++
 .../internal/SocketCloserWithWaitJUnitTest.java | 16 ++++++++++++
 .../internal/cache/Bug48182JUnitTest.java       | 16 ++++++++++++
 .../cache/ChunkValueWrapperJUnitTest.java       | 16 ++++++++++++
 .../cache/ConnectDisconnectDUnitTest.java       | 16 ++++++++++++
 ...DistrbutedRegionProfileOffHeapDUnitTest.java | 16 ++++++++++++
 ...InterruptsConserveSocketsFalseDUnitTest.java | 16 ++++++++++++
 .../cache/OffHeapEvictionDUnitTest.java         | 21 ++++++++++-----
 .../cache/OffHeapEvictionStatsDUnitTest.java    | 21 ++++++++++-----
 .../cache/OldValueImporterTestBase.java         | 16 ++++++++++++
 .../PRDataStoreMemoryOffHeapJUnitTest.java      | 16 ++++++++++++
 .../cache/PartitionAttributesImplJUnitTest.java | 16 ++++++++++++
 ...nedRegionLocalMaxMemoryOffHeapDUnitTest.java | 16 ++++++++++++
 ...rtitionedRegionOffHeapEvictionDUnitTest.java | 18 ++++++++++++-
 .../PersistentPartitionedRegionJUnitTest.java   | 16 ++++++++++++
 .../cache/RemotePutReplyMessageJUnitTest.java   | 16 ++++++++++++
 .../cache/RemoteTransactionCCEDUnitTest.java    | 16 ++++++++++++
 .../internal/cache/SnapshotTestUtil.java        | 16 ++++++++++++
 .../internal/cache/TestHelperForHydraTests.java | 16 ++++++++++++
 .../internal/cache/UnitTestValueHolder.java     | 18 ++++++++++++-
 .../control/MemoryMonitorOffHeapJUnitTest.java  | 21 ++++++++++-----
 .../control/MemoryThresholdsJUnitTest.java      | 16 ++++++++++++
 .../cache/execute/Bug51193DUnitTest.java        | 16 ++++++++++++
 .../PRTransactionWithVersionsDUnitTest.java     | 16 ++++++++++++
 .../internal/cache/ha/Bug48879DUnitTest.java    | 16 ++++++++++++
 .../PutPutReplyMessageJUnitTest.java            | 16 ++++++++++++
 .../SizeTieredSortedOplogSetJUnitTest.java      | 16 ++++++++++++
 .../soplog/SortedBufferJUnitTest.java           | 16 ++++++++++++
 ...heServerSelectorMaxConnectionsJUnitTest.java | 16 ++++++++++++
 ...acheServerTransactionsSelectorDUnitTest.java | 16 ++++++++++++
 .../ClientHealthMonitorSelectorJUnitTest.java   | 16 ++++++++++++
 .../DurableClientQueueSizeDUnitTest.java        | 17 ++++++++++--
 ...ForceInvalidateOffHeapEvictionDUnitTest.java | 21 ++++++++++-----
 .../sockets/HAInterestDistributedTestCase.java  | 16 ++++++++++++
 .../internal/cache/tier/sockets/HaHelper.java   | 16 ++++++++++++
 .../InterestListEndpointSelectorDUnitTest.java  | 16 ++++++++++++
 ...ompressionCacheListenerOffHeapDUnitTest.java | 16 ++++++++++++
 ...ressionRegionOperationsOffHeapDUnitTest.java | 16 ++++++++++++
 .../internal/jta/JtaIntegrationJUnitTest.java   | 16 ++++++++++++
 .../DistributedSystemLogFileJUnitTest.java      | 16 ++++++++++++
 .../logging/LocatorLogFileJUnitTest.java        | 16 ++++++++++++
 .../logging/LogServiceIntegrationJUnitTest.java | 16 ++++++++++++
 .../LogServiceIntegrationTestSupport.java       | 16 ++++++++++++
 .../internal/logging/LogServiceJUnitTest.java   | 16 ++++++++++++
 .../LogWriterDisabledPerformanceTest.java       | 16 ++++++++++++
 .../logging/LogWriterImplJUnitTest.java         | 16 ++++++++++++
 .../logging/LogWriterPerformanceTest.java       | 16 ++++++++++++
 .../logging/LoggingIntegrationTestSuite.java    | 16 ++++++++++++
 .../logging/LoggingPerformanceTestCase.java     | 16 ++++++++++++
 .../internal/logging/LoggingUnitTestSuite.java  | 16 ++++++++++++
 .../gemfire/internal/logging/NullLogWriter.java | 16 ++++++++++++
 .../internal/logging/TestLogWriterFactory.java  | 16 ++++++++++++
 .../logging/log4j/AlertAppenderJUnitTest.java   | 16 ++++++++++++
 .../logging/log4j/ConfigLocatorJUnitTest.java   | 16 ++++++++++++
 .../log4j/FastLoggerIntegrationJUnitTest.java   | 16 ++++++++++++
 .../logging/log4j/FastLoggerJUnitTest.java      | 16 ++++++++++++
 .../FastLoggerWithDefaultConfigJUnitTest.java   | 16 ++++++++++++
 .../log4j/LocalizedMessageJUnitTest.java        | 16 ++++++++++++
 .../log4j/Log4J2DisabledPerformanceTest.java    | 16 ++++++++++++
 .../logging/log4j/Log4J2PerformanceTest.java    | 16 ++++++++++++
 .../log4j/Log4jIntegrationTestSuite.java        | 16 ++++++++++++
 .../logging/log4j/Log4jUnitTestSuite.java       | 16 ++++++++++++
 .../log4j/LogWriterAppenderJUnitTest.java       | 16 ++++++++++++
 .../LogWriterLoggerDisabledPerformanceTest.java | 16 ++++++++++++
 .../log4j/LogWriterLoggerPerformanceTest.java   | 16 ++++++++++++
 .../offheap/ByteArrayMemoryChunkJUnitTest.java  | 16 ++++++++++++
 .../offheap/ConcurrentBagJUnitTest.java         | 16 ++++++++++++
 .../internal/offheap/DataTypeJUnitTest.java     | 16 ++++++++++++
 .../DirectByteBufferMemoryChunkJUnitTest.java   | 16 ++++++++++++
 .../offheap/FreeListOffHeapRegionJUnitTest.java | 16 ++++++++++++
 .../HeapByteBufferMemoryChunkJUnitTest.java     | 16 ++++++++++++
 .../internal/offheap/InlineKeyJUnitTest.java    | 16 ++++++++++++
 .../offheap/MemoryChunkJUnitTestBase.java       | 16 ++++++++++++
 .../offheap/NullOffHeapMemoryStats.java         | 16 ++++++++++++
 .../offheap/NullOutOfOffHeapMemoryListener.java | 16 ++++++++++++
 .../internal/offheap/OffHeapIndexJUnitTest.java | 16 ++++++++++++
 .../internal/offheap/OffHeapRegionBase.java     | 16 ++++++++++++
 .../offheap/OffHeapStorageJUnitTest.java        | 16 ++++++++++++
 .../offheap/OffHeapValidationJUnitTest.java     | 16 ++++++++++++
 .../OffHeapWriteObjectAsByteArrayJUnitTest.java | 16 ++++++++++++
 .../OldFreeListOffHeapRegionJUnitTest.java      | 16 ++++++++++++
 .../offheap/OutOfOffHeapMemoryDUnitTest.java    | 16 ++++++++++++
 ...mpleMemoryAllocatorFillPatternJUnitTest.java | 16 ++++++++++++
 .../offheap/SimpleMemoryAllocatorJUnitTest.java | 16 ++++++++++++
 ...moryAllocatorLifecycleListenerJUnitTest.java | 16 ++++++++++++
 .../TxReleasesOffHeapOnCloseJUnitTest.java      | 16 ++++++++++++
 .../offheap/UnsafeMemoryChunkJUnitTest.java     | 16 ++++++++++++
 .../BlockingProcessStreamReaderJUnitTest.java   | 16 ++++++++++++
 ...NonBlockingProcessStreamReaderJUnitTest.java | 16 ++++++++++++
 .../internal/process/PidFileJUnitTest.java      | 16 ++++++++++++
 .../ProcessControllerFactoryJUnitTest.java      | 16 ++++++++++++
 .../process/ProcessStreamReaderTestCase.java    | 16 ++++++++++++
 .../gemfire/internal/process/mbean/Process.java | 16 ++++++++++++
 .../internal/process/mbean/ProcessMBean.java    | 16 ++++++++++++
 .../gemfire/internal/size/SizeTestUtil.java     | 16 ++++++++++++
 .../gemfire/management/CompositeTestMXBean.java | 16 ++++++++++++
 .../management/OffHeapManagementDUnitTest.java  | 16 ++++++++++++
 .../cli/CommandSeparatorEscapeJUnitTest.java    | 16 ++++++++++++
 .../internal/cli/DataCommandJsonJUnitTest.java  | 16 ++++++++++++
 .../internal/cli/domain/AbstractImpl.java       | 16 ++++++++++++
 .../management/internal/cli/domain/Impl1.java   | 16 ++++++++++++
 .../management/internal/cli/domain/Impl12.java  | 16 ++++++++++++
 .../internal/cli/domain/Interface1.java         | 16 ++++++++++++
 .../internal/cli/domain/Interface2.java         | 16 ++++++++++++
 .../management/internal/cli/dto/Car.java        | 16 ++++++++++++
 .../WanCommandsControllerJUnitTest.java         | 16 ++++++++++++
 .../gemfire/pdx/ByteSourceJUnitTest.java        | 16 ++++++++++++
 .../gemstone/gemfire/pdx/DomainObjectBad.java   | 16 ++++++++++++
 .../gemfire/pdx/DomainObjectClassLoadable.java  | 16 ++++++++++++
 .../OffHeapByteBufferByteSourceJUnitTest.java   | 16 ++++++++++++
 .../gemfire/pdx/OffHeapByteSourceJUnitTest.java | 16 ++++++++++++
 .../gemstone/gemfire/redis/AuthJUnitTest.java   | 18 ++++++++++++-
 .../gemfire/redis/ConcurrentStartTest.java      | 16 ++++++++++++
 .../gemstone/gemfire/redis/HashesJUnitTest.java | 16 ++++++++++++
 .../gemstone/gemfire/redis/ListsJUnitTest.java  | 16 ++++++++++++
 .../gemfire/redis/RedisDistDUnitTest.java       | 16 ++++++++++++
 .../gemstone/gemfire/redis/SetsJUnitTest.java   | 16 ++++++++++++
 .../gemfire/redis/SortedSetsJUnitTest.java      | 16 ++++++++++++
 .../gemfire/redis/StringsJunitTest.java         | 16 ++++++++++++
 .../internal/web/controllers/DateTimeUtils.java | 16 ++++++++++++
 .../rest/internal/web/controllers/Gender.java   | 16 ++++++++++++
 .../web/controllers/RestAPITestBase.java        | 16 ++++++++++++
 .../gemfire/test/golden/ExecutableProcess.java  | 16 ++++++++++++
 .../gemfire/test/golden/FailOutputTestCase.java | 16 ++++++++++++
 .../golden/FailWithErrorInOutputJUnitTest.java  | 16 ++++++++++++
 .../FailWithExtraLineInOutputJUnitTest.java     | 16 ++++++++++++
 ...WithLineMissingFromEndOfOutputJUnitTest.java | 16 ++++++++++++
 ...hLineMissingFromMiddleOfOutputJUnitTest.java | 16 ++++++++++++
 .../FailWithLoggerErrorInOutputJUnitTest.java   | 16 ++++++++++++
 .../FailWithLoggerFatalInOutputJUnitTest.java   | 16 ++++++++++++
 .../FailWithLoggerWarnInOutputJUnitTest.java    | 16 ++++++++++++
 .../golden/FailWithProblemInOutputTestCase.java | 16 ++++++++++++
 .../golden/FailWithSevereInOutputJUnitTest.java | 16 ++++++++++++
 ...hTimeoutOfWaitForOutputToMatchJUnitTest.java | 16 ++++++++++++
 .../FailWithWarningInOutputJUnitTest.java       | 16 ++++++++++++
 .../gemfire/test/golden/GoldenComparator.java   | 16 ++++++++++++
 .../test/golden/GoldenStringComparator.java     | 16 ++++++++++++
 .../gemfire/test/golden/GoldenTestCase.java     | 16 ++++++++++++
 .../golden/GoldenTestFrameworkTestSuite.java    | 16 ++++++++++++
 .../gemfire/test/golden/PassJUnitTest.java      | 16 ++++++++++++
 .../golden/PassWithExpectedErrorJUnitTest.java  | 16 ++++++++++++
 .../golden/PassWithExpectedProblemTestCase.java | 16 ++++++++++++
 .../golden/PassWithExpectedSevereJUnitTest.java | 16 ++++++++++++
 .../PassWithExpectedWarningJUnitTest.java       | 16 ++++++++++++
 .../test/golden/RegexGoldenComparator.java      | 16 ++++++++++++
 .../test/golden/StringGoldenComparator.java     | 16 ++++++++++++
 .../gemfire/test/process/MainLauncher.java      | 16 ++++++++++++
 .../test/process/MainLauncherJUnitTest.java     | 16 ++++++++++++
 .../gemfire/test/process/OutputFormatter.java   | 16 ++++++++++++
 .../test/process/ProcessOutputReader.java       | 16 ++++++++++++
 .../test/process/ProcessStreamReader.java       | 16 ++++++++++++
 .../process/ProcessTestFrameworkTestSuite.java  | 16 ++++++++++++
 .../gemfire/test/process/ProcessWrapper.java    | 16 ++++++++++++
 .../test/process/ProcessWrapperJUnitTest.java   | 16 ++++++++++++
 .../protocols/CacheTimeSlowDownDUnitTest.java   | 17 ++++++++++--
 .../GemFireTimeSyncProtocolDUnitTest.java       | 17 ++++++++++--
 .../JGroupsFailureDetectionJUnitTest.java       | 16 ++++++++++++
 .../src/test/java/dunit/BounceResult.java       | 16 ++++++++++++
 .../src/test/java/dunit/RemoteDUnitVMIF.java    | 16 ++++++++++++
 .../src/test/java/dunit/RepeatableRunnable.java | 16 ++++++++++++
 .../templates/security/DummyAuthenticator.java  | 21 +++++++++++----
 .../templates/security/DummyAuthorization.java  | 21 +++++++++++----
 .../security/FunctionSecurityPrmsHolder.java    | 21 +++++++++++----
 .../security/LdapUserAuthenticator.java         | 21 +++++++++++----
 .../java/templates/security/PKCSAuthInit.java   | 21 +++++++++++----
 .../templates/security/PKCSAuthenticator.java   | 21 +++++++++++----
 .../java/templates/security/PKCSPrincipal.java  | 21 +++++++++++----
 .../security/UserPasswordAuthInit.java          | 21 +++++++++++----
 .../templates/security/UsernamePrincipal.java   | 21 +++++++++++----
 .../templates/security/XmlAuthorization.java    | 21 +++++++++++----
 .../templates/security/XmlErrorHandler.java     | 21 +++++++++++----
 .../org/jgroups/ShunnedAddressException.java    | 16 ++++++++++++
 .../com/gemstone/org/jgroups/SuspectMember.java | 16 +++++++++++-
 .../org/jgroups/debug/JChannelTestHook.java     | 16 ++++++++++++
 .../gemstone/org/jgroups/protocols/AUTH.java    | 16 ++++++++++++
 .../gemstone/org/jgroups/protocols/FRAG3.java   | 17 ++++++++++--
 .../org/jgroups/spi/GFBasicAdapter.java         | 16 ++++++++++++
 .../gemstone/org/jgroups/spi/GFPeerAdapter.java | 16 ++++++++++++
 .../org/jgroups/stack/GFBasicAdapterImpl.java   | 16 ++++++++++++
 .../org/jgroups/stack/GFPeerAdapterImpl.java    | 16 ++++++++++++
 .../org/jgroups/stack/SockCreatorImpl.java      | 16 ++++++++++++
 .../org/jgroups/util/ConnectionWatcher.java     | 16 ++++++++++++
 .../gemstone/org/jgroups/util/GFLogWriter.java  | 16 ++++++++++++
 .../org/jgroups/util/GFStringIdImpl.java        | 16 ++++++++++++
 .../gemstone/org/jgroups/util/SockCreator.java  | 16 ++++++++++++
 .../org/jgroups/util/StreamableFixedID.java     | 16 ++++++++++++
 .../org/jgroups/util/VersionedStreamable.java   | 16 ++++++++++++
 .../gemstone/org/jgroups/JChannelJUnitTest.java | 16 ++++++++++++
 .../test/junit/categories/DistributedTest.java  | 16 ++++++++++++
 .../categories/DistributedTransactionsTest.java | 16 ++++++++++++
 .../test/junit/categories/HoplogTest.java       | 16 ++++++++++++
 .../test/junit/categories/IntegrationTest.java  | 16 ++++++++++++
 .../test/junit/categories/PerformanceTest.java  | 16 ++++++++++++
 .../gemfire/test/junit/categories/UnitTest.java | 16 ++++++++++++
 .../gemfire/test/junit/categories/WanTest.java  | 16 ++++++++++++
 .../test/junit/rules/ExpectedTimeout.java       | 16 ++++++++++++
 .../junit/rules/ExpectedTimeoutJUnitTest.java   | 16 ++++++++++++
 .../gemfire/cache/util/AutoBalancer.java        | 18 ++++++++++++-
 .../cache/util/AutoBalancerJUnitTest.java       | 16 ++++++++++++
 .../connector/internal/RegionMetadata.java      | 16 ++++++++++++
 .../gemfirefunctions/QueryFunction.java         | 18 ++++++++++++-
 .../RetrieveRegionFunction.java                 | 16 ++++++++++++
 .../RetrieveRegionMetadataFunction.java         | 16 ++++++++++++
 .../StructStreamingResultSender.java            | 16 ++++++++++++
 .../gemfire/spark/connector/Employee.java       | 16 ++++++++++++
 .../spark/connector/JavaApiIntegrationTest.java | 16 ++++++++++++
 .../gemfire/spark/connector/Portfolio.java      | 16 ++++++++++++
 .../gemfire/spark/connector/Position.java       | 16 ++++++++++++
 .../spark/connector/BasicIntegrationTest.scala  | 16 ++++++++++++
 .../RDDJoinRegionIntegrationTest.scala          | 16 ++++++++++++
 .../RetrieveRegionIntegrationTest.scala         | 16 ++++++++++++
 .../gemfire/spark/connector/package.scala       | 16 ++++++++++++
 .../connector/testkit/GemFireCluster.scala      | 16 ++++++++++++
 .../spark/connector/testkit/GemFireRunner.scala | 16 ++++++++++++
 .../spark/connector/testkit/IOUtils.scala       | 16 ++++++++++++
 .../spark/streaming/ManualClockHelper.scala     | 16 ++++++++++++
 .../spark/streaming/TestInputDStream.scala      | 16 ++++++++++++
 .../javaapi/GemFireJavaDStreamFunctions.java    | 16 ++++++++++++
 .../GemFireJavaPairDStreamFunctions.java        | 16 ++++++++++++
 .../javaapi/GemFireJavaPairRDDFunctions.java    | 16 ++++++++++++
 .../javaapi/GemFireJavaRDDFunctions.java        | 16 ++++++++++++
 .../javaapi/GemFireJavaSQLContextFunctions.java | 16 ++++++++++++
 .../GemFireJavaSparkContextFunctions.java       | 16 ++++++++++++
 .../connector/javaapi/GemFireJavaUtil.java      | 16 ++++++++++++
 .../spark/connector/GemFireConnection.scala     | 16 ++++++++++++
 .../spark/connector/GemFireConnectionConf.scala | 16 ++++++++++++
 .../connector/GemFireConnectionManager.scala    | 16 ++++++++++++
 .../connector/GemFireFunctionDeployer.scala     | 16 ++++++++++++
 .../connector/GemFireKryoRegistrator.scala      | 16 ++++++++++++
 .../connector/GemFirePairRDDFunctions.scala     | 16 ++++++++++++
 .../spark/connector/GemFireRDDFunctions.scala   | 16 ++++++++++++
 .../connector/GemFireSQLContextFunctions.scala  | 16 ++++++++++++
 .../GemFireSparkContextFunctions.scala          | 16 ++++++++++++
 .../internal/DefaultGemFireConnection.scala     | 16 ++++++++++++
 .../DefaultGemFireConnectionManager.scala       | 16 ++++++++++++
 .../connector/internal/LocatorHelper.scala      | 16 ++++++++++++
 .../StructStreamingResultCollector.scala        | 16 ++++++++++++
 .../connector/internal/oql/QueryParser.scala    | 16 ++++++++++++
 .../spark/connector/internal/oql/QueryRDD.scala | 18 ++++++++++++-
 .../internal/oql/QueryResultCollector.scala     | 18 ++++++++++++-
 .../connector/internal/oql/RDDConverter.scala   | 18 ++++++++++++-
 .../connector/internal/oql/RowBuilder.scala     | 16 ++++++++++++
 .../connector/internal/oql/SchemaBuilder.scala  | 16 ++++++++++++
 .../internal/oql/UndefinedSerializer.scala      | 16 ++++++++++++
 .../connector/internal/rdd/GemFireJoinRDD.scala | 16 ++++++++++++
 .../internal/rdd/GemFireOuterJoinRDD.scala      | 16 ++++++++++++
 .../internal/rdd/GemFireRDDPartition.scala      | 16 ++++++++++++
 .../internal/rdd/GemFireRDDPartitioner.scala    | 16 ++++++++++++
 .../rdd/GemFireRDDPartitionerImpl.scala         | 16 ++++++++++++
 .../internal/rdd/GemFireRDDWriter.scala         | 16 ++++++++++++
 .../internal/rdd/GemFireRegionRDD.scala         | 16 ++++++++++++
 .../javaapi/GemFireJavaRegionRDD.scala          | 16 ++++++++++++
 .../spark/connector/javaapi/JavaAPIHelper.scala | 16 ++++++++++++
 .../gemfire/spark/connector/package.scala       | 16 ++++++++++++
 .../streaming/GemFireDStreamFunctions.scala     | 18 ++++++++++++-
 .../spark/connector/streaming/package.scala     | 16 ++++++++++++
 .../gemfire/spark/connector/JavaAPITest.java    | 18 ++++++++++++-
 .../connector/GemFireFunctionDeployerTest.scala | 16 ++++++++++++
 .../DefaultGemFireConnectionManagerTest.scala   | 16 ++++++++++++
 ...tStreamingResultSenderAndCollectorTest.scala | 16 ++++++++++++
 .../internal/oql/QueryParserTest.scala          | 18 ++++++++++++-
 .../connector/ConnectorImplicitsTest.scala      | 16 ++++++++++++
 .../connector/GemFireConnectionConfTest.scala   | 16 ++++++++++++
 .../connector/GemFireDStreamFunctionsTest.scala | 16 ++++++++++++
 .../connector/GemFireRDDFunctionsTest.scala     | 16 ++++++++++++
 .../spark/connector/LocatorHelperTest.scala     | 16 ++++++++++++
 .../rdd/GemFireRDDPartitionerTest.scala         | 16 ++++++++++++
 .../connector/rdd/GemFireRegionRDDTest.scala    | 16 ++++++++++++
 .../basic-demos/src/main/java/demo/Emp.java     | 16 ++++++++++++
 .../src/main/java/demo/OQLJavaDemo.java         | 16 ++++++++++++
 .../src/main/java/demo/PairRDDSaveJavaDemo.java | 16 ++++++++++++
 .../src/main/java/demo/RDDSaveJavaDemo.java     | 16 ++++++++++++
 .../src/main/java/demo/RegionToRDDJavaDemo.java | 16 ++++++++++++
 .../src/main/scala/demo/NetworkWordCount.scala  | 16 ++++++++++++
 .../project/Dependencies.scala                  | 16 ++++++++++++
 .../project/GemFireSparkBuild.scala             | 16 ++++++++++++
 gemfire-spark-connector/project/Settings.scala  | 16 ++++++++++++
 641 files changed, 10266 insertions(+), 224 deletions(-)
----------------------------------------------------------------------




[04/50] [abbrv] incubator-geode git commit: GEODE-408: Fixed race condition in tests

Posted by kl...@apache.org.
GEODE-408: Fixed race condition in tests

- For local functions stats might be checked before they are actually
  updated.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ec307d2c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ec307d2c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ec307d2c

Branch: refs/heads/feature/GEODE-328
Commit: ec307d2cb3e6c21fe04abf8a000189e5dd2fcafe
Parents: 5c7bbd0
Author: Jens Deppe <jd...@gopivotal.com>
Authored: Wed Oct 21 14:01:40 2015 -0700
Committer: Jens Deppe <jd...@gopivotal.com>
Committed: Wed Oct 21 16:02:33 2015 -0700

----------------------------------------------------------------------
 .../cache/execute/FunctionServiceStats.java     |  3 +-
 .../execute/FunctionServiceStatsDUnitTest.java  | 43 ++++++++++++++++++--
 2 files changed, 40 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ec307d2c/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStats.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStats.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStats.java
index 26ebf5e..f491f7d 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStats.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStats.java
@@ -13,7 +13,6 @@ import com.gemstone.gemfire.StatisticsFactory;
 import com.gemstone.gemfire.StatisticsType;
 import com.gemstone.gemfire.StatisticsTypeFactory;
 import com.gemstone.gemfire.distributed.internal.DistributionStats;
-import com.gemstone.gemfire.internal.NanoTimer;
 import com.gemstone.gemfire.internal.StatisticsTypeFactoryImpl;
 
 public class FunctionServiceStats {
@@ -406,7 +405,7 @@ public class FunctionServiceStats {
       // Increment function execution with haveResult = true complete processing time
       this._stats.incLong(_functionExecutionsHasResultCompletedProcessingTimeId, elapsed);
     }
-    
+
   }
   
   /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ec307d2c/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStatsDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStatsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStatsDUnitTest.java
index 20b1e00..3cf714d 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStatsDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/FunctionServiceStatsDUnitTest.java
@@ -155,7 +155,26 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
       return Boolean.TRUE;
     }
   };
-  
+
+  /*
+   * This helper method prevents race conditions in local functions. Typically, when
+   * calling ResultCollector.getResult() one might expect the function to have completed.
+   * For local functions this is true, however, at this point the function stats may
+   * not have been updated yet thus any code which checks stats after calling getResult()
+   * may get wrong data.
+   */
+  private void waitNoFunctionsRunning(FunctionServiceStats stats) {
+    int count = 100;
+    while (stats.getFunctionExecutionsRunning() > 0 && count > 0) {
+      count--;
+      try {
+        Thread.sleep(50);
+      } catch (InterruptedException ex) {
+        // Ignored
+      }
+    }
+  }
+
   /*
    * 1-client 3-Servers 
    * Function : TEST_FUNCTION2 
@@ -250,6 +269,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
         InternalDistributedSystem iDS = (InternalDistributedSystem)cache.getDistributedSystem();
         FunctionServiceStats functionServiceStats = iDS
             .getFunctionServiceStats();
+        waitNoFunctionsRunning(functionServiceStats);
+
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
             .getFunctionExecutionCalls());
         assertEquals(noOfExecutionsCompleted_Aggregate, functionServiceStats
@@ -286,7 +307,9 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
             .getDistributedSystem();
         FunctionServiceStats functionServiceStats = iDS
             .getFunctionServiceStats();
-        //functions are executed 3 times 
+        waitNoFunctionsRunning(functionServiceStats);
+
+        //functions are executed 3 times
         noOfExecutionCalls_Aggregate +=3;
         assertTrue(functionServiceStats
             .getFunctionExecutionCalls() >= noOfExecutionCalls_Aggregate);
@@ -507,7 +530,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
             .getDistributedSystem();
         FunctionServiceStats functionServiceStats = iDS
             .getFunctionServiceStats();
-        
+        waitNoFunctionsRunning(functionServiceStats);
+
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
             .getFunctionExecutionCalls());
         assertEquals(noOfExecutionsCompleted_Aggregate, functionServiceStats
@@ -609,6 +633,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
             .getDistributedSystem();
         FunctionServiceStats functionServiceStats = iDS
             .getFunctionServiceStats();
+        waitNoFunctionsRunning(functionServiceStats);
+
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
             .getFunctionExecutionCalls());
         assertEquals(noOfExecutionsCompleted_Aggregate, functionServiceStats
@@ -646,6 +672,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
             .getDistributedSystem();
         FunctionServiceStats functionServiceStats = iDS
             .getFunctionServiceStats();
+        waitNoFunctionsRunning(functionServiceStats);
+
         // functions are executed 2 times
         noOfExecutionCalls_Aggregate += 2;
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
@@ -827,6 +855,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
         InternalDistributedSystem iDS = ((InternalDistributedSystem)getCache()
             .getDistributedSystem());
         FunctionServiceStats functionServiceStats = iDS.getFunctionServiceStats();
+        waitNoFunctionsRunning(functionServiceStats);
+
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
             .getFunctionExecutionCalls());
         assertEquals(noOfExecutionsCompleted_Aggregate, functionServiceStats
@@ -860,6 +890,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
             .getDistributedSystem());
         //3 Function Executions took place 
         FunctionServiceStats functionServiceStats = iDS.getFunctionServiceStats();
+        waitNoFunctionsRunning(functionServiceStats);
+
         noOfExecutionCalls_Aggregate += 3;
         noOfExecutionsCompleted_Aggregate += 3;
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
@@ -1119,7 +1151,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
         "checkFunctionExecutionStatsForMember1") {
       public Object call() throws Exception {
         FunctionServiceStats functionServiceStats = ds.getFunctionServiceStats();
-        
+        waitNoFunctionsRunning(functionServiceStats);
+
         assertEquals(noOfExecutionCalls_Aggregate, functionServiceStats
             .getFunctionExecutionCalls());
         assertEquals(noOfExecutionsCompleted_Aggregate, functionServiceStats
@@ -1140,6 +1173,8 @@ public class FunctionServiceStatsDUnitTest extends PRClientServerTestBase{
         "checkFunctionExecutionStatsForOtherMember") {
       public Object call() throws Exception {
         FunctionServiceStats functionServiceStats = ds.getFunctionServiceStats();
+        waitNoFunctionsRunning(functionServiceStats);
+
         // One function Execution took place on there members
         //noOfExecutionCalls_Aggregate++;
         //noOfExecutionsCompleted_Aggregate++;


[25/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Mon, 19 Oct 2015 06:05:39 +0100 Subject: [PATCH 2/2] Add ASF License Header to scala files File: 0004-Add-ASF-License-Header-to-scala-files.patch.txt

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireConnectionConfTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireConnectionConfTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireConnectionConfTest.scala
index 2c64e19..0e06db4 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireConnectionConfTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireConnectionConfTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector
 
 import org.apache.spark.SparkConf

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireDStreamFunctionsTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireDStreamFunctionsTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireDStreamFunctionsTest.scala
index ef4728c..4117596 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireDStreamFunctionsTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireDStreamFunctionsTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector
 
 import com.gemstone.gemfire.cache.Region

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireRDDFunctionsTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireRDDFunctionsTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireRDDFunctionsTest.scala
index fdf5ff1..f2d49cb 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireRDDFunctionsTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/GemFireRDDFunctionsTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector
 
 import com.gemstone.gemfire.cache.Region

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/LocatorHelperTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/LocatorHelperTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/LocatorHelperTest.scala
index de4b7a7..bfb115a 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/LocatorHelperTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/LocatorHelperTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector
 
 import java.net.InetAddress

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRDDPartitionerTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRDDPartitionerTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRDDPartitionerTest.scala
index 20f753e..f6a30c7 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRDDPartitionerTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRDDPartitionerTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector.rdd
 
 import com.gemstone.gemfire.distributed.internal.ServerLocation

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRegionRDDTest.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRegionRDDTest.scala b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRegionRDDTest.scala
index ef46ec1..48f83c9 100644
--- a/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRegionRDDTest.scala
+++ b/gemfire-spark-connector/gemfire-spark-connector/src/test/scala/unittest/io/pivotal/gemfire/spark/connector/rdd/GemFireRegionRDDTest.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package unittest.io.pivotal.gemfire.spark.connector.rdd
 
 import com.gemstone.gemfire.cache.Region

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/project/Dependencies.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/project/Dependencies.scala b/gemfire-spark-connector/project/Dependencies.scala
index 25a64f1..c48d26f 100644
--- a/gemfire-spark-connector/project/Dependencies.scala
+++ b/gemfire-spark-connector/project/Dependencies.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 import sbt._
 import sbt.Keys._
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/project/GemFireSparkBuild.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/project/GemFireSparkBuild.scala b/gemfire-spark-connector/project/GemFireSparkBuild.scala
index 32101b9..89d8e0b 100644
--- a/gemfire-spark-connector/project/GemFireSparkBuild.scala
+++ b/gemfire-spark-connector/project/GemFireSparkBuild.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 import sbt._
 import sbt.Keys._
 import scoverage.ScoverageSbtPlugin._

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/773744da/gemfire-spark-connector/project/Settings.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/project/Settings.scala b/gemfire-spark-connector/project/Settings.scala
index 6d0a8bb..a8324d7 100644
--- a/gemfire-spark-connector/project/Settings.scala
+++ b/gemfire-spark-connector/project/Settings.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 import sbt._
 import sbt.Keys._
 import org.scalastyle.sbt.ScalastylePlugin


[29/50] [abbrv] incubator-geode git commit: fixed GEODE-412.

Posted by kl...@apache.org.
fixed GEODE-412.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/791a4184
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/791a4184
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/791a4184

Branch: refs/heads/feature/GEODE-328
Commit: 791a4184bc1b97d02a1412e618fdb11c1e22dabf
Parents: ded1454
Author: Hitesh Khamesra <hk...@pivotal.io>
Authored: Fri Oct 23 09:43:06 2015 -0700
Committer: Hitesh Khamesra <hk...@pivotal.io>
Committed: Fri Oct 23 10:09:45 2015 -0700

----------------------------------------------------------------------
 .../OnGroupsFunctionExecutionDUnitTest.java     | 30 ++++++++++++++------
 1 file changed, 22 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/791a4184/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/OnGroupsFunctionExecutionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/OnGroupsFunctionExecutionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/OnGroupsFunctionExecutionDUnitTest.java
index 9ea26f3..b2e0219 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/OnGroupsFunctionExecutionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/OnGroupsFunctionExecutionDUnitTest.java
@@ -77,7 +77,9 @@ public class OnGroupsFunctionExecutionDUnitTest extends DistributedTestCase {
     public void execute(FunctionContext context) {
       getLogWriter().fine("SWAP:1:executing OnGroupsFunction:"+invocationCount);
       InternalDistributedSystem ds = InternalDistributedSystem.getConnectedInstance();
-      invocationCount++;
+      synchronized (OnGroupsFunction.class) {
+    	  invocationCount++;
+      }
       ArrayList<String> l = (ArrayList<String>) context.getArguments();
       if (l != null) {
         assertFalse(Collections.disjoint(l, ds.getDistributedMember().getGroups()));
@@ -136,9 +138,12 @@ public class OnGroupsFunctionExecutionDUnitTest extends DistributedTestCase {
       @Override
       public Object call() throws Exception {
         OnGroupsFunction f = (OnGroupsFunction) FunctionService.getFunction(OnGroupsFunction.Id);
-        assertEquals(count, f.invocationCount);
+        
         // assert succeeded, reset count
-        f.invocationCount = 0;
+        synchronized (OnGroupsFunction.class) {
+        	assertEquals(count, f.invocationCount);
+        	f.invocationCount = 0;
+        }
         return null;
       }
     });
@@ -149,8 +154,11 @@ public class OnGroupsFunctionExecutionDUnitTest extends DistributedTestCase {
       @Override
       public Object call() throws Exception {
         OnGroupsFunction f = (OnGroupsFunction) FunctionService.getFunction(OnGroupsFunction.Id);
-        int count = f.invocationCount;
-        f.invocationCount = 0;
+        int count  = 0 ;
+        synchronized (OnGroupsFunction.class) {
+        	count = f.invocationCount;
+        	f.invocationCount = 0;
+        }
         return count;
       }
     });
@@ -161,8 +169,12 @@ public class OnGroupsFunctionExecutionDUnitTest extends DistributedTestCase {
       @Override
       public Object call() throws Exception {
         OnGroupsFunction f = (OnGroupsFunction) FunctionService.getFunction(OnGroupsFunction.Id);
-        int count = f.invocationCount;
-        f.invocationCount = 0;
+        int count = 0;
+        synchronized (OnGroupsFunction.class) {
+        	count = f.invocationCount;
+            f.invocationCount = 0;
+		}
+        
         return count;
       }
     });
@@ -173,7 +185,9 @@ public class OnGroupsFunctionExecutionDUnitTest extends DistributedTestCase {
       @Override
       public Object call() throws Exception {
         OnGroupsFunction f = (OnGroupsFunction) FunctionService.getFunction(OnGroupsFunction.Id);
-        f.invocationCount = 0;
+        synchronized (OnGroupsFunction.class) {
+        	f.invocationCount = 0;
+		}
         return null;
       }
     });


[47/50] [abbrv] incubator-geode git commit: GEODE-380 ensure that gfsh shutdown does not leave only daemon threads

Posted by kl...@apache.org.
GEODE-380 ensure that gfsh shutdown does not leave only daemon threads


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8f96cf72
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8f96cf72
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8f96cf72

Branch: refs/heads/feature/GEODE-328
Commit: 8f96cf727033a53dc1c87a3cf6e23564abf13965
Parents: 31f9bcd
Author: Jens Deppe <jd...@gopivotal.com>
Authored: Thu Oct 8 16:13:06 2015 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Fri Oct 30 08:38:52 2015 -0700

----------------------------------------------------------------------
 .../gemfire/management/internal/beans/MemberMBeanBridge.java        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8f96cf72/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/beans/MemberMBeanBridge.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/beans/MemberMBeanBridge.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/beans/MemberMBeanBridge.java
index 2d14486..d56504a 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/beans/MemberMBeanBridge.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/beans/MemberMBeanBridge.java
@@ -1114,6 +1114,7 @@ public class MemberMBeanBridge {
           }
         }
       });
+      t.setDaemon(false);
       t.start();
     }
 


[10/50] [abbrv] incubator-geode git commit: GEODE-464: Fix Auto-Rebalancer test race condition

Posted by kl...@apache.org.
GEODE-464: Fix Auto-Rebalancer test race condition

Remove dependency on static instance of Cache in AutoRebalacer. Also as
identified in f801d1c, the tests and constructors needed to be refactored.
This allows easier injection of dependencies and determinstic test execution


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b4902570
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b4902570
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b4902570

Branch: refs/heads/feature/GEODE-328
Commit: b49025701685008a5c73b3c01b864da01ea3195d
Parents: 37f77a9
Author: Ashvin Agrawal <as...@apache.org>
Authored: Thu Oct 22 14:07:40 2015 -0700
Committer: Ashvin Agrawal <as...@apache.org>
Committed: Thu Oct 22 14:39:44 2015 -0700

----------------------------------------------------------------------
 .../gemfire/cache/util/AutoBalancer.java        | 158 ++++++++-------
 ...erAuditorInvocationIntegrationJUnitTest.java |  80 --------
 .../util/AutoBalancerIntegrationJUnitTest.java  | 180 ++++-------------
 .../cache/util/AutoBalancerJUnitTest.java       | 202 +++++++++++--------
 4 files changed, 242 insertions(+), 378 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b4902570/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
----------------------------------------------------------------------
diff --git a/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java b/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
index 00ebc5f..bcc5608 100644
--- a/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
+++ b/gemfire-rebalancer/src/main/java/com/gemstone/gemfire/cache/util/AutoBalancer.java
@@ -17,6 +17,7 @@ import org.quartz.CronExpression;
 import org.springframework.scheduling.support.CronSequenceGenerator;
 
 import com.gemstone.gemfire.GemFireConfigException;
+import com.gemstone.gemfire.cache.CacheClosedException;
 import com.gemstone.gemfire.cache.Declarable;
 import com.gemstone.gemfire.cache.GemFireCache;
 import com.gemstone.gemfire.cache.control.RebalanceOperation;
@@ -51,7 +52,7 @@ import com.gemstone.gemfire.internal.logging.LogService;
  * <P>
  * {@link AutoBalancer} can be controlled using the following configurations
  * <OL>
- * <LI> {@link AutoBalancer#SCHEDULE}
+ * <LI>{@link AutoBalancer#SCHEDULE}
  * <LI>TBD THRESHOLDS
  * 
  * @author Ashvin Agrawal
@@ -119,14 +120,25 @@ public class AutoBalancer implements Declarable {
 
   public static final Object AUTO_BALANCER_LOCK = "__AUTO_B_LOCK";
 
-  private AuditScheduler scheduler = new CronScheduler();
-  private OOBAuditor auditor = new SizeBasedOOBAuditor();
-  private TimeProvider clock = new SystemClockTimeProvider();
-  private CacheOperationFacade cacheFacade = new GeodeCacheFacade();
-  private AtomicBoolean isLockAcquired = new AtomicBoolean(false);
+  private final AuditScheduler scheduler;
+  private final OOBAuditor auditor;
+  private final TimeProvider clock;
+  private final CacheOperationFacade cacheFacade;
 
   private static final Logger logger = LogService.getLogger();
 
+  public AutoBalancer() {
+    this(null, null, null, null);
+  }
+
+  public AutoBalancer(AuditScheduler scheduler, OOBAuditor auditor, TimeProvider clock,
+      CacheOperationFacade cacheFacade) {
+    this.cacheFacade = cacheFacade == null ? new GeodeCacheFacade() : cacheFacade;
+    this.scheduler = scheduler == null ? new CronScheduler() : scheduler;
+    this.auditor = auditor == null ? new SizeBasedOOBAuditor(this.cacheFacade) : auditor;
+    this.clock = clock == null ? new SystemClockTimeProvider() : clock;
+  }
+
   @Override
   public void init(Properties props) {
     if (logger.isDebugEnabled()) {
@@ -215,10 +227,16 @@ public class AutoBalancer implements Declarable {
    * <LI>updates auto-balance stat
    * <LI>release lock
    */
-  class SizeBasedOOBAuditor implements OOBAuditor {
+  static class SizeBasedOOBAuditor implements OOBAuditor {
     private int sizeThreshold = DEFAULT_SIZE_THRESHOLD_PERCENT;
     private int sizeMinimum = DEFAULT_MINIMUM_SIZE;
 
+    final CacheOperationFacade cache;
+
+    public SizeBasedOOBAuditor(CacheOperationFacade cache) {
+      this.cache = cache;
+    }
+
     @Override
     public void init(Properties props) {
       if (logger.isDebugEnabled()) {
@@ -243,24 +261,16 @@ public class AutoBalancer implements Declarable {
 
     @Override
     public void execute() {
-      if (!isLockAcquired.get()) {
-        synchronized (isLockAcquired) {
-          if (!isLockAcquired.get()) {
-            boolean result = cacheFacade.acquireAutoBalanceLock();
-            if (result) {
-              isLockAcquired.set(true);
-            } else {
-              if (logger.isDebugEnabled()) {
-                logger.debug("Another member owns auto-balance lock. Skip this attempt to rebalance the cluster");
-              }
-              return;
-            }
-          }
+      boolean result = cache.acquireAutoBalanceLock();
+      if (!result) {
+        if (logger.isDebugEnabled()) {
+          logger.debug("Another member owns auto-balance lock. Skip this attempt to rebalance the cluster");
         }
+        return;
       }
 
-      cacheFacade.incrementAttemptCounter();
-      boolean result = needsRebalancing();
+      cache.incrementAttemptCounter();
+      result = needsRebalancing();
       if (!result) {
         if (logger.isDebugEnabled()) {
           logger.debug("Rebalancing is not needed");
@@ -268,7 +278,7 @@ public class AutoBalancer implements Declarable {
         return;
       }
 
-      cacheFacade.rebalance();
+      cache.rebalance();
     }
 
     /**
@@ -284,13 +294,13 @@ public class AutoBalancer implements Declarable {
      */
     boolean needsRebalancing() {
       // test cluster level status
-      long transferSize = cacheFacade.getTotalTransferSize();
+      long transferSize = cache.getTotalTransferSize();
       if (transferSize <= sizeMinimum) {
         return false;
       }
 
-      Map<PartitionedRegion, InternalPRInfo> details = cacheFacade.getRegionMemberDetails();
-      long totalSize = cacheFacade.getTotalDataSize(details);
+      Map<PartitionedRegion, InternalPRInfo> details = cache.getRegionMemberDetails();
+      long totalSize = cache.getTotalDataSize(details);
 
       if (totalSize > 0) {
         int transferPercent = (int) ((100.0 * transferSize) / totalSize);
@@ -318,6 +328,18 @@ public class AutoBalancer implements Declarable {
    * auto-balancing
    */
   static class GeodeCacheFacade implements CacheOperationFacade {
+    private final AtomicBoolean isLockAcquired = new AtomicBoolean(false);
+
+    private GemFireCacheImpl cache;
+
+    public GeodeCacheFacade() {
+      this(null);
+    }
+
+    public GeodeCacheFacade(GemFireCacheImpl cache) {
+      this.cache = cache;
+    }
+
     @Override
     public Map<PartitionedRegion, InternalPRInfo> getRegionMemberDetails() {
       GemFireCacheImpl cache = getCache();
@@ -354,12 +376,12 @@ public class AutoBalancer implements Declarable {
         RebalanceOperation operation = getCache().getResourceManager().createRebalanceFactory().simulate();
         RebalanceResults result = operation.getResults();
         if (logger.isDebugEnabled()) {
-          logger.debug("Rebalance estimate: RebalanceResultsImpl [TotalBucketCreateBytes="
-              + result.getTotalBucketCreateBytes() + ", TotalBucketCreatesCompleted="
-              + result.getTotalBucketCreatesCompleted() + ", TotalBucketTransferBytes="
-              + result.getTotalBucketTransferBytes() + ", TotalBucketTransfersCompleted="
-              + result.getTotalBucketTransfersCompleted() + ", TotalPrimaryTransfersCompleted="
-              + result.getTotalPrimaryTransfersCompleted() + "]");
+          logger.debug(
+              "Rebalance estimate: RebalanceResultsImpl [TotalBucketCreateBytes=" + result.getTotalBucketCreateBytes()
+                  + ", TotalBucketCreatesCompleted=" + result.getTotalBucketCreatesCompleted()
+                  + ", TotalBucketTransferBytes=" + result.getTotalBucketTransferBytes()
+                  + ", TotalBucketTransfersCompleted=" + result.getTotalBucketTransfersCompleted()
+                  + ", TotalPrimaryTransfersCompleted=" + result.getTotalPrimaryTransfersCompleted() + "]");
         }
         return result.getTotalBucketTransferBytes();
       } catch (CancellationException e) {
@@ -390,9 +412,8 @@ public class AutoBalancer implements Declarable {
             + result.getTotalBucketCreatesCompleted() + ", TotalBucketTransferBytes="
             + result.getTotalBucketTransferBytes() + ", TotalBucketTransferTime=" + result.getTotalBucketTransferTime()
             + ", TotalBucketTransfersCompleted=" + +result.getTotalBucketTransfersCompleted()
-            + ", TotalPrimaryTransferTime=" + result.getTotalPrimaryTransferTime()
-            + ", TotalPrimaryTransfersCompleted=" + result.getTotalPrimaryTransfersCompleted() + ", TotalTime="
-            + result.getTotalTime() + "]");
+            + ", TotalPrimaryTransferTime=" + result.getTotalPrimaryTransferTime() + ", TotalPrimaryTransfersCompleted="
+            + result.getTotalPrimaryTransfersCompleted() + ", TotalTime=" + result.getTotalTime() + "]");
       } catch (CancellationException e) {
         logger.info("Error rebalancing the cluster", e);
       } catch (InterruptedException e) {
@@ -401,22 +422,44 @@ public class AutoBalancer implements Declarable {
     }
 
     GemFireCacheImpl getCache() {
-      GemFireCacheImpl cache = GemFireCacheImpl.getInstance();
       if (cache == null) {
-        throw new IllegalStateException("Missing cache instance.");
+        synchronized (this) {
+          if (cache == null) {
+            cache = GemFireCacheImpl.getInstance();
+            if (cache == null) {
+              throw new IllegalStateException("Missing cache instance.");
+            }
+          }
+        }
+      }
+      if (cache.isClosed()) {
+        throw new CacheClosedException();
       }
       return cache;
     }
 
     @Override
     public boolean acquireAutoBalanceLock() {
-      DistributedLockService dls = getDLS();
+      if (!isLockAcquired.get()) {
+        synchronized (isLockAcquired) {
+          if (!isLockAcquired.get()) {
+            DistributedLockService dls = getDLS();
 
-      boolean result = dls.lock(AUTO_BALANCER_LOCK, 0, -1);
-      if (logger.isDebugEnabled()) {
-        logger.debug("Grabbed AutoBalancer lock? " + result);
+            boolean result = dls.lock(AUTO_BALANCER_LOCK, 0, -1);
+            if (result) {
+              isLockAcquired.set(true);
+              if (logger.isDebugEnabled()) {
+                logger.debug("Grabbed AutoBalancer lock");
+              }
+            } else {
+              if (logger.isDebugEnabled()) {
+                logger.debug("Another member owns auto-balance lock. Skip this attempt to rebalance the cluster");
+              }
+            }
+          }
+        }
       }
-      return result;
+      return isLockAcquired.get();
     }
 
     @Override
@@ -471,41 +514,10 @@ public class AutoBalancer implements Declarable {
     long getTotalTransferSize();
   }
 
-  /**
-   * Test hook to inject custom triggers
-   */
-  void setScheduler(AuditScheduler trigger) {
-    logger.info("Setting custom AuditScheduler");
-    this.scheduler = trigger;
-  }
-
-  /**
-   * Test hook to inject custom auditors
-   */
-  void setOOBAuditor(OOBAuditor auditor) {
-    logger.info("Setting custom Auditor");
-    this.auditor = auditor;
-  }
-
   OOBAuditor getOOBAuditor() {
     return auditor;
   }
 
-  /**
-   * Test hook to inject a clock
-   */
-  void setTimeProvider(TimeProvider clock) {
-    logger.info("Setting custom TimeProvider");
-    this.clock = clock;
-  }
-
-  /**
-   * Test hook to inject a Cache operation facade
-   */
-  public void setCacheOperationFacade(CacheOperationFacade facade) {
-    this.cacheFacade = facade;
-  }
-
   public CacheOperationFacade getCacheOperationFacade() {
     return this.cacheFacade;
   }

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b4902570/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerAuditorInvocationIntegrationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerAuditorInvocationIntegrationJUnitTest.java b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerAuditorInvocationIntegrationJUnitTest.java
deleted file mode 100755
index bd6a3ff..0000000
--- a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerAuditorInvocationIntegrationJUnitTest.java
+++ /dev/null
@@ -1,80 +0,0 @@
-package com.gemstone.gemfire.cache.util;
-
-import static org.junit.Assert.*;
-
-import java.util.Properties;
-import java.util.concurrent.TimeUnit;
-
-import org.jmock.Expectations;
-import org.jmock.Mockery;
-import org.jmock.lib.concurrent.Synchroniser;
-import org.jmock.lib.legacy.ClassImposteriser;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.junit.experimental.categories.Category;
-
-import com.gemstone.gemfire.cache.util.AutoBalancer.OOBAuditor;
-import com.gemstone.gemfire.cache.util.AutoBalancer.TimeProvider;
-import com.gemstone.gemfire.test.junit.categories.IntegrationTest;
-
-/**
- * IntegrationTest for AuditorInvocation in AutoBalancer. 
- * 
- * <p>AutoBalancer should:<br>
- * 1) be refactored to extract out all inner-classes and inner-interfaces<br>
- * 2) have constructor changed to accept every collaborator as an argument<br>
- * 3) then this test can correctly use mocking without any real threads to wait on
- * 
- * <p>Extracted from AutoBalancerJUnitTest
- */
-@Category(IntegrationTest.class)
-public class AutoBalancerAuditorInvocationIntegrationJUnitTest {
-
-  Mockery mockContext;
-
-  @Before
-  public void setupMock() {
-    mockContext = new Mockery() {
-      {
-        setImposteriser(ClassImposteriser.INSTANCE);
-        setThreadingPolicy(new Synchroniser());
-      }
-    };
-  }
-
-  @After
-  public void validateMock() {
-    mockContext.assertIsSatisfied();
-    mockContext = null;
-  }
-
-  @Test
-  public void testAuditorInvocation() throws InterruptedException {
-    int count = 0;
-
-    final OOBAuditor mockAuditor = mockContext.mock(OOBAuditor.class);
-    final TimeProvider mockClock = mockContext.mock(TimeProvider.class);
-    mockContext.checking(new Expectations() {
-      {
-        oneOf(mockAuditor).init(with(any(Properties.class)));
-        exactly(2).of(mockAuditor).execute();
-        allowing(mockClock).currentTimeMillis();
-        will(returnValue(950L));
-      }
-    });
-
-    Properties props = AutoBalancerJUnitTest.getBasicConfig();
-
-    assertEquals(0, count);
-    AutoBalancer autoR = new AutoBalancer();
-    autoR.setOOBAuditor(mockAuditor);
-    autoR.setTimeProvider(mockClock);
-
-    // the trigger should get invoked after 50 milliseconds
-    autoR.init(props);
-    
-    // TODO: this sleep should NOT be here -- use Awaitility to await a condition instead or use mocking to avoid this altogether
-    TimeUnit.MILLISECONDS.sleep(120); // removal causes failure in validateMock
-  }
-}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b4902570/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerIntegrationJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerIntegrationJUnitTest.java b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerIntegrationJUnitTest.java
index 38b7bf9..cff9d69 100755
--- a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerIntegrationJUnitTest.java
+++ b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerIntegrationJUnitTest.java
@@ -1,22 +1,18 @@
 package com.gemstone.gemfire.cache.util;
 
-import static com.jayway.awaitility.Awaitility.*;
-import static java.util.concurrent.TimeUnit.*;
-import static org.junit.Assert.*;
-import static org.hamcrest.Matchers.*;
+import static com.jayway.awaitility.Awaitility.await;
+import static java.util.concurrent.TimeUnit.SECONDS;
+import static org.hamcrest.Matchers.equalTo;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
 
 import java.io.ByteArrayInputStream;
-import java.util.HashSet;
-import java.util.Map;
 import java.util.concurrent.Callable;
+import java.util.concurrent.CountDownLatch;
+import java.util.concurrent.TimeUnit;
 import java.util.concurrent.atomic.AtomicBoolean;
 
-import org.jmock.Expectations;
-import org.jmock.Mockery;
-import org.jmock.api.Invocation;
-import org.jmock.lib.action.CustomAction;
-import org.jmock.lib.concurrent.Synchroniser;
-import org.jmock.lib.legacy.ClassImposteriser;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
@@ -31,38 +27,20 @@ import com.gemstone.gemfire.distributed.internal.InternalDistributedSystem;
 import com.gemstone.gemfire.distributed.internal.locks.DLockService;
 import com.gemstone.gemfire.internal.HostStatSampler;
 import com.gemstone.gemfire.internal.cache.GemFireCacheImpl;
-import com.gemstone.gemfire.internal.cache.PRHARedundancyProvider;
-import com.gemstone.gemfire.internal.cache.PartitionedRegion;
-import com.gemstone.gemfire.internal.cache.partitioned.InternalPRInfo;
-import com.gemstone.gemfire.internal.cache.partitioned.LoadProbe;
 import com.gemstone.gemfire.test.junit.categories.IntegrationTest;
 
 /**
- * IntegrationTests for AutoBalancer that include usage of Cache, StatSampler 
- * and DistributedLockService. Some collaborators may be mocked while others
- * are real.
- * 
- * <p>Extracted from AutoBalancerJUnitTest
+ * IntegrationTests for AutoBalancer that include usage of Cache, StatSampler
+ * and DistributedLockService.
  */
 @Category(IntegrationTest.class)
 public class AutoBalancerIntegrationJUnitTest {
-  
+
   private static final int TIMEOUT_SECONDS = 5;
 
   private GemFireCacheImpl cache;
-  private Mockery mockContext;
 
   @Before
-  public void setupMock() {
-    mockContext = new Mockery() {
-      {
-        setImposteriser(ClassImposteriser.INSTANCE);
-        setThreadingPolicy(new Synchroniser());
-      }
-    };
-  }
-  
-  @Before
   public void setUpCacheAndDLS() {
     cache = createBasicCache();
   }
@@ -75,7 +53,7 @@ public class AutoBalancerIntegrationJUnitTest {
 
     if (cache != null && !cache.isClosed()) {
       try {
-        final HostStatSampler statSampler = ((InternalDistributedSystem)cache.getDistributedSystem()).getStatSampler();
+        final HostStatSampler statSampler = ((InternalDistributedSystem) cache.getDistributedSystem()).getStatSampler();
         cache.close();
         // wait for the stat sampler to stand down
         await().atMost(TIMEOUT_SECONDS, SECONDS).until(isAlive(statSampler), equalTo(false));
@@ -84,80 +62,41 @@ public class AutoBalancerIntegrationJUnitTest {
       }
     }
   }
-  
-  @After
-  public void validateMock() {
-    mockContext.assertIsSatisfied();
-    mockContext = null;
-  }
 
   @Test
   public void testAutoRebalaceStatsOnLockSuccess() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
-    mockContext.checking(new Expectations() {
-      {
-        oneOf(mockCacheFacade).acquireAutoBalanceLock();
-        will(returnValue(true));
-        oneOf(mockCacheFacade).incrementAttemptCounter();
-        will(new CustomAction("increment stat") {
-          public Object invoke(Invocation invocation) throws Throwable {
-            new GeodeCacheFacade().incrementAttemptCounter();
-            return null;
-          }
-        });
-        allowing(mockCacheFacade);
-      }
-    });
-
     assertEquals(0, cache.getResourceManager().getStats().getAutoRebalanceAttempts());
     AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
     balancer.getOOBAuditor().execute();
-    
     assertEquals(1, cache.getResourceManager().getStats().getAutoRebalanceAttempts());
   }
 
   @Test
   public void testAutoRebalaceStatsOnLockFailure() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
-    mockContext.checking(new Expectations() {
-      {
-        oneOf(mockCacheFacade).acquireAutoBalanceLock();
-        will(returnValue(false));
-      }
-    });
-
+    acquireLockInDifferentThread(1);
     assertEquals(0, cache.getResourceManager().getStats().getAutoRebalanceAttempts());
     AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
     balancer.getOOBAuditor().execute();
-
     assertEquals(0, cache.getResourceManager().getStats().getAutoRebalanceAttempts());
   }
-  
+
   @Test
   public void testAutoBalanceStatUpdate() {
     assertEquals(0, cache.getResourceManager().getStats().getAutoRebalanceAttempts());
     new GeodeCacheFacade().incrementAttemptCounter();
-    
     assertEquals(1, cache.getResourceManager().getStats().getAutoRebalanceAttempts());
   }
-  
+
   @Test
   public void testLockSuccess() throws InterruptedException {
-    final AtomicBoolean acquiredAutoBalanceLock = new AtomicBoolean(true);
-    
-    Thread thread = new Thread(new Runnable() {
-      @Override
-      public void run() {
-        CacheOperationFacade cacheFacade = new GeodeCacheFacade();
-        acquiredAutoBalanceLock.set(cacheFacade.acquireAutoBalanceLock());
-      }
-    });
-    thread.start();
-    
-    await().atMost(TIMEOUT_SECONDS, SECONDS).untilTrue(acquiredAutoBalanceLock);
-    
+    acquireLockInDifferentThread(1);
+    DistributedLockService dls = new GeodeCacheFacade().getDLS();
+    assertFalse(dls.lock(AutoBalancer.AUTO_BALANCER_LOCK, 0, -1));
+  }
+
+  @Test
+  public void canReacquireLock() throws InterruptedException {
+    acquireLockInDifferentThread(2);
     DistributedLockService dls = new GeodeCacheFacade().getDLS();
     assertFalse(dls.lock(AutoBalancer.AUTO_BALANCER_LOCK, 0, -1));
   }
@@ -168,7 +107,7 @@ public class AutoBalancerIntegrationJUnitTest {
     assertTrue(dls.lock(AutoBalancer.AUTO_BALANCER_LOCK, 0, -1));
 
     final AtomicBoolean success = new AtomicBoolean(true);
-    
+
     Thread thread = new Thread(new Runnable() {
       @Override
       public void run() {
@@ -178,7 +117,7 @@ public class AutoBalancerIntegrationJUnitTest {
     });
     thread.start();
     thread.join();
-    
+
     assertFalse(success.get());
   }
 
@@ -213,57 +152,6 @@ public class AutoBalancerIntegrationJUnitTest {
     cache.loadCacheXml(new ByteArrayInputStream(configStr.getBytes()));
   }
 
-  @Test
-  public void testFacadeCollectMemberDetails2Regions() {
-    final GemFireCacheImpl mockCache = mockContext.mock(GemFireCacheImpl.class);
-
-    final PartitionedRegion mockR1 = mockContext.mock(PartitionedRegion.class, "r1");
-    final PartitionedRegion mockR2 = mockContext.mock(PartitionedRegion.class, "r2");
-    final HashSet<PartitionedRegion> regions = new HashSet<>();
-    regions.add(mockR1);
-    regions.add(mockR2);
-
-    final PRHARedundancyProvider mockRedundancyProviderR1 = mockContext.mock(PRHARedundancyProvider.class, "prhaR1");
-    final InternalPRInfo mockR1PRInfo = mockContext.mock(InternalPRInfo.class, "prInforR1");
-
-    final PRHARedundancyProvider mockRedundancyProviderR2 = mockContext.mock(PRHARedundancyProvider.class, "prhaR2");
-    final InternalPRInfo mockR2PRInfo = mockContext.mock(InternalPRInfo.class, "prInforR2");
-
-    mockContext.checking(new Expectations() {
-      {
-        oneOf(mockCache).getPartitionedRegions();
-        will(returnValue(regions));
-        exactly(2).of(mockCache).getResourceManager();
-        will(returnValue(cache.getResourceManager()));
-        allowing(mockR1).getFullPath();
-        oneOf(mockR1).getRedundancyProvider();
-        will(returnValue(mockRedundancyProviderR1));
-        allowing(mockR2).getFullPath();
-        oneOf(mockR2).getRedundancyProvider();
-        will(returnValue(mockRedundancyProviderR2));
-
-        oneOf(mockRedundancyProviderR1).buildPartitionedRegionInfo(with(true), with(any(LoadProbe.class)));
-        will(returnValue(mockR1PRInfo));
-
-        oneOf(mockRedundancyProviderR2).buildPartitionedRegionInfo(with(true), with(any(LoadProbe.class)));
-        will(returnValue(mockR2PRInfo));
-      }
-    });
-
-    GeodeCacheFacade facade = new GeodeCacheFacade() {
-      @Override
-      GemFireCacheImpl getCache() {
-        return mockCache;
-      }
-    };
-
-    Map<PartitionedRegion, InternalPRInfo> map = facade.getRegionMemberDetails();
-    assertNotNull(map);
-    assertEquals(2, map.size());
-    assertEquals(map.get(mockR1), mockR1PRInfo);
-    assertEquals(map.get(mockR2), mockR2PRInfo);
-  }
-
   private GemFireCacheImpl createBasicCache() {
     return (GemFireCacheImpl) new CacheFactory().set("mcast-port", "0").create();
   }
@@ -276,4 +164,22 @@ public class AutoBalancerIntegrationJUnitTest {
       }
     };
   }
+
+  private void acquireLockInDifferentThread(final int num) throws InterruptedException {
+    final CountDownLatch latch = new CountDownLatch(num);
+    Thread thread = new Thread(new Runnable() {
+      @Override
+      public void run() {
+        CacheOperationFacade cacheFacade = new GeodeCacheFacade();
+        for (int i = 0; i < num; i++) {
+          boolean result = cacheFacade.acquireAutoBalanceLock();
+          if (result) {
+            latch.countDown();
+          }
+        }
+      }
+    });
+    thread.start();
+    assertTrue(latch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS));
+  }
 }

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b4902570/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
index 1eca3c2..5aa0b8d 100644
--- a/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
+++ b/gemfire-rebalancer/src/test/java/com/gemstone/gemfire/cache/util/AutoBalancerJUnitTest.java
@@ -1,15 +1,23 @@
 package com.gemstone.gemfire.cache.util;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
 
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Map;
 import java.util.Properties;
+import java.util.concurrent.CountDownLatch;
+import java.util.concurrent.TimeUnit;
 
 import org.jmock.Expectations;
 import org.jmock.Mockery;
 import org.jmock.Sequence;
+import org.jmock.api.Invocation;
+import org.jmock.lib.action.CustomAction;
 import org.jmock.lib.concurrent.Synchroniser;
 import org.jmock.lib.legacy.ClassImposteriser;
 import org.junit.After;
@@ -27,10 +35,13 @@ import com.gemstone.gemfire.cache.util.AutoBalancer.CacheOperationFacade;
 import com.gemstone.gemfire.cache.util.AutoBalancer.GeodeCacheFacade;
 import com.gemstone.gemfire.cache.util.AutoBalancer.OOBAuditor;
 import com.gemstone.gemfire.cache.util.AutoBalancer.SizeBasedOOBAuditor;
+import com.gemstone.gemfire.cache.util.AutoBalancer.TimeProvider;
 import com.gemstone.gemfire.internal.cache.GemFireCacheImpl;
+import com.gemstone.gemfire.internal.cache.PRHARedundancyProvider;
 import com.gemstone.gemfire.internal.cache.PartitionedRegion;
 import com.gemstone.gemfire.internal.cache.control.InternalResourceManager;
 import com.gemstone.gemfire.internal.cache.partitioned.InternalPRInfo;
+import com.gemstone.gemfire.internal.cache.partitioned.LoadProbe;
 import com.gemstone.gemfire.test.junit.categories.UnitTest;
 
 /**
@@ -40,6 +51,11 @@ import com.gemstone.gemfire.test.junit.categories.UnitTest;
 public class AutoBalancerJUnitTest {
   Mockery mockContext;
 
+  CacheOperationFacade mockCacheFacade;
+  OOBAuditor mockAuditor;
+  AuditScheduler mockScheduler;
+  TimeProvider mockClock;
+
   @Before
   public void setupMock() {
     mockContext = new Mockery() {
@@ -48,6 +64,11 @@ public class AutoBalancerJUnitTest {
         setThreadingPolicy(new Synchroniser());
       }
     };
+
+    mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
+    mockAuditor = mockContext.mock(OOBAuditor.class);
+    mockScheduler = mockContext.mock(AuditScheduler.class);
+    mockClock = mockContext.mock(TimeProvider.class);
   }
 
   @After
@@ -58,7 +79,6 @@ public class AutoBalancerJUnitTest {
 
   @Test
   public void testLockStatExecuteInSequence() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
     final Sequence sequence = mockContext.sequence("sequence");
     mockContext.checking(new Expectations() {
       {
@@ -73,33 +93,12 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
-    balancer.getOOBAuditor().execute();
-  }
-
-  @Test
-  public void testReusePreAcquiredLock() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
-    mockContext.checking(new Expectations() {
-      {
-        oneOf(mockCacheFacade).acquireAutoBalanceLock();
-        will(returnValue(true));
-        exactly(2).of(mockCacheFacade).incrementAttemptCounter();
-        exactly(2).of(mockCacheFacade).getTotalTransferSize();
-        will(returnValue(0L));
-      }
-    });
-
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
-    balancer.getOOBAuditor().execute();
+    AutoBalancer balancer = new AutoBalancer(null, null, null, mockCacheFacade);
     balancer.getOOBAuditor().execute();
   }
 
   @Test
   public void testAcquireLockAfterReleasedRemotely() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
     final Sequence sequence = mockContext.sequence("sequence");
     mockContext.checking(new Expectations() {
       {
@@ -115,15 +114,13 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
+    AutoBalancer balancer = new AutoBalancer(null, null, null, mockCacheFacade);
     balancer.getOOBAuditor().execute();
     balancer.getOOBAuditor().execute();
   }
 
   @Test
   public void testFailExecuteIfLockedElsewhere() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
     mockContext.checking(new Expectations() {
       {
         oneOf(mockCacheFacade).acquireAutoBalanceLock();
@@ -132,40 +129,7 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    Thread thread = new Thread(new Runnable() {
-      @Override
-      public void run() {
-        AutoBalancer balancer = new AutoBalancer();
-        balancer.setCacheOperationFacade(mockCacheFacade);
-        balancer.getOOBAuditor().execute();
-      }
-    });
-    thread.start();
-    thread.join();
-  }
-
-  @Test
-  public void testFailExecuteIfBalanced() throws InterruptedException {
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
-    mockContext.checking(new Expectations() {
-      {
-        oneOf(mockCacheFacade).acquireAutoBalanceLock();
-        will(returnValue(true));
-        never(mockCacheFacade).rebalance();
-        oneOf(mockCacheFacade).incrementAttemptCounter();
-      }
-    });
-
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
-
-    SizeBasedOOBAuditor auditor = balancer.new SizeBasedOOBAuditor() {
-      @Override
-      boolean needsRebalancing() {
-        return false;
-      }
-    };
-    balancer.setOOBAuditor(auditor);
+    AutoBalancer balancer = new AutoBalancer(null, null, null, mockCacheFacade);
     balancer.getOOBAuditor().execute();
   }
 
@@ -181,7 +145,6 @@ public class AutoBalancerJUnitTest {
     final long totalSize = 1000L;
 
     final Map<PartitionedRegion, InternalPRInfo> details = new HashMap<>();
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
     mockContext.checking(new Expectations() {
       {
         allowing(mockCacheFacade).getRegionMemberDetails();
@@ -200,8 +163,7 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
+    AutoBalancer balancer = new AutoBalancer(null, null, null, mockCacheFacade);
     Properties config = getBasicConfig();
     config.put(AutoBalancer.MINIMUM_SIZE, "10");
     balancer.init(config);
@@ -218,7 +180,6 @@ public class AutoBalancerJUnitTest {
   public void testOOBWhenAboveThresholdButBelowMin() {
     final long totalSize = 1000L;
 
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
     mockContext.checking(new Expectations() {
       {
         // first run
@@ -233,8 +194,7 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
+    AutoBalancer balancer = new AutoBalancer(null, null, null, mockCacheFacade);
     Properties config = getBasicConfig();
     config.put(AutoBalancer.MINIMUM_SIZE, "" + (totalSize * 5));
     balancer.init(config);
@@ -252,7 +212,6 @@ public class AutoBalancerJUnitTest {
     final long totalSize = 1000L;
 
     final Map<PartitionedRegion, InternalPRInfo> details = new HashMap<>();
-    final CacheOperationFacade mockCacheFacade = mockContext.mock(CacheOperationFacade.class);
     mockContext.checking(new Expectations() {
       {
         allowing(mockCacheFacade).getRegionMemberDetails();
@@ -274,8 +233,7 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    AutoBalancer balancer = new AutoBalancer();
-    balancer.setCacheOperationFacade(mockCacheFacade);
+    AutoBalancer balancer = new AutoBalancer(null, null, null, mockCacheFacade);
     Properties config = getBasicConfig();
     config.put(AutoBalancer.MINIMUM_SIZE, "10");
     balancer.init(config);
@@ -355,8 +313,6 @@ public class AutoBalancerJUnitTest {
     props.put(AutoBalancer.SCHEDULE, someSchedule);
     props.put(AutoBalancer.SIZE_THRESHOLD_PERCENT, 17);
 
-    final AuditScheduler mockScheduler = mockContext.mock(AuditScheduler.class);
-    final OOBAuditor mockAuditor = mockContext.mock(OOBAuditor.class);
     mockContext.checking(new Expectations() {
       {
         oneOf(mockScheduler).init(someSchedule);
@@ -364,10 +320,7 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    AutoBalancer autoR = new AutoBalancer();
-    autoR.setScheduler(mockScheduler);
-    autoR.setOOBAuditor(mockAuditor);
-
+    AutoBalancer autoR = new AutoBalancer(mockScheduler, mockAuditor, null, null);
     autoR.init(props);
   }
 
@@ -404,6 +357,8 @@ public class AutoBalancerJUnitTest {
 
     mockContext.checking(new Expectations() {
       {
+        oneOf(mockCache).isClosed();
+        will(returnValue(false));
         oneOf(mockCache).getResourceManager();
         will(returnValue(mockRM));
         oneOf(mockRM).createRebalanceFactory();
@@ -424,12 +379,7 @@ public class AutoBalancerJUnitTest {
       }
     });
 
-    GeodeCacheFacade facade = new GeodeCacheFacade() {
-      @Override
-      GemFireCacheImpl getCache() {
-        return mockCache;
-      }
-    };
+    GeodeCacheFacade facade = new GeodeCacheFacade(mockCache);
 
     return facade;
   }
@@ -446,22 +396,71 @@ public class AutoBalancerJUnitTest {
     final GemFireCacheImpl mockCache = mockContext.mock(GemFireCacheImpl.class);
     mockContext.checking(new Expectations() {
       {
+        oneOf(mockCache).isClosed();
+        will(returnValue(false));
         oneOf(mockCache).getPartitionedRegions();
         will(returnValue(new HashSet<PartitionedRegion>()));
       }
     });
 
-    GeodeCacheFacade facade = new GeodeCacheFacade() {
-      @Override
-      GemFireCacheImpl getCache() {
-        return mockCache;
-      }
-    };
+    GeodeCacheFacade facade = new GeodeCacheFacade(mockCache);
 
     assertEquals(0, facade.getRegionMemberDetails().size());
   }
 
   @Test
+  public void testFacadeCollectMemberDetails2Regions() {
+    final GemFireCacheImpl mockCache = mockContext.mock(GemFireCacheImpl.class);
+    final InternalResourceManager mockRM = mockContext.mock(InternalResourceManager.class);
+    final LoadProbe mockProbe = mockContext.mock(LoadProbe.class);
+
+    final PartitionedRegion mockR1 = mockContext.mock(PartitionedRegion.class, "r1");
+    final PartitionedRegion mockR2 = mockContext.mock(PartitionedRegion.class, "r2");
+    final HashSet<PartitionedRegion> regions = new HashSet<>();
+    regions.add(mockR1);
+    regions.add(mockR2);
+
+    final PRHARedundancyProvider mockRedundancyProviderR1 = mockContext.mock(PRHARedundancyProvider.class, "prhaR1");
+    final InternalPRInfo mockR1PRInfo = mockContext.mock(InternalPRInfo.class, "prInforR1");
+
+    final PRHARedundancyProvider mockRedundancyProviderR2 = mockContext.mock(PRHARedundancyProvider.class, "prhaR2");
+    final InternalPRInfo mockR2PRInfo = mockContext.mock(InternalPRInfo.class, "prInforR2");
+
+    mockContext.checking(new Expectations() {
+      {
+        oneOf(mockCache).isClosed();
+        will(returnValue(false));
+        oneOf(mockCache).getPartitionedRegions();
+        will(returnValue(regions));
+        exactly(2).of(mockCache).getResourceManager();
+        will(returnValue(mockRM));
+        exactly(2).of(mockRM).getLoadProbe();
+        will(returnValue(mockProbe));
+        allowing(mockR1).getFullPath();
+        oneOf(mockR1).getRedundancyProvider();
+        will(returnValue(mockRedundancyProviderR1));
+        allowing(mockR2).getFullPath();
+        oneOf(mockR2).getRedundancyProvider();
+        will(returnValue(mockRedundancyProviderR2));
+
+        oneOf(mockRedundancyProviderR1).buildPartitionedRegionInfo(with(true), with(any(LoadProbe.class)));
+        will(returnValue(mockR1PRInfo));
+
+        oneOf(mockRedundancyProviderR2).buildPartitionedRegionInfo(with(true), with(any(LoadProbe.class)));
+        will(returnValue(mockR2PRInfo));
+      }
+    });
+
+    GeodeCacheFacade facade = new GeodeCacheFacade(mockCache);
+
+    Map<PartitionedRegion, InternalPRInfo> map = facade.getRegionMemberDetails();
+    assertNotNull(map);
+    assertEquals(2, map.size());
+    assertEquals(map.get(mockR1), mockR1PRInfo);
+    assertEquals(map.get(mockR2), mockR2PRInfo);
+  }
+
+  @Test
   public void testFacadeTotalBytes2Regions() {
     final PartitionedRegion mockR1 = mockContext.mock(PartitionedRegion.class, "r1");
     final PartitionedRegion mockR2 = mockContext.mock(PartitionedRegion.class, "r2");
@@ -514,6 +513,33 @@ public class AutoBalancerJUnitTest {
     assertEquals(123 + 74 + 3475, facade.getTotalDataSize(details));
   }
 
+  @Test
+  public void testAuditorInvocation() throws InterruptedException {
+    final CountDownLatch latch = new CountDownLatch(3);
+
+    mockContext.checking(new Expectations() {
+      {
+        oneOf(mockAuditor).init(with(any(Properties.class)));
+        exactly(2).of(mockAuditor).execute();
+        allowing(mockClock).currentTimeMillis();
+        will(new CustomAction("returnTime") {
+          @Override
+          public Object invoke(Invocation invocation) throws Throwable {
+            latch.countDown();
+            return 990L;
+          }
+        });
+      }
+    });
+
+    Properties props = AutoBalancerJUnitTest.getBasicConfig();
+
+    assertEquals(3, latch.getCount());
+    AutoBalancer autoR = new AutoBalancer(null, mockAuditor, mockClock, null);
+    autoR.init(props);
+    assertTrue(latch.await(1, TimeUnit.SECONDS));
+  }
+
   static Properties getBasicConfig() {
     Properties props = new Properties();
     // every second schedule



[33/50] [abbrv] incubator-geode git commit: update banner text to apache header text

Posted by kl...@apache.org.
update banner text to apache header text


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/252b6207
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/252b6207
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/252b6207

Branch: refs/heads/feature/GEODE-328
Commit: 252b62079d0da89543a9f36267710386652eee26
Parents: 773744d
Author: Dick Cavender <dc...@pivotal.io>
Authored: Fri Oct 23 11:06:33 2015 -0700
Committer: Dick Cavender <dc...@pivotal.io>
Committed: Fri Oct 23 11:06:33 2015 -0700

----------------------------------------------------------------------
 .../com/gemstone/gemfire/internal/Banner.java   | 27 +++++++++++++-------
 1 file changed, 18 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/252b6207/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Banner.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Banner.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Banner.java
index 3e89186..4b01e54 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Banner.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/Banner.java
@@ -74,16 +74,25 @@ public class Banner {
         final String productName = GemFireVersion.getProductName();
         
 	out.println(SEPERATOR);
-	out.println();
 
-        out.println("  Copyright (C) 1997-2015 Pivotal Software, Inc. All rights reserved. This");
-        out.println("  product is protected by U.S. and international copyright and intellectual");
-        out.println("  property laws. Pivotal products are covered by one or more patents listed");
-        out.println("  at http://www.pivotal.io/patents.  Pivotal is a registered trademark");
-        out.println("  of trademark of Pivotal Software, Inc. in the United States and/or other");
-        out.println("  jurisdictions.  All other marks and names mentioned herein may be");
-        out.println("  trademarks of their respective companies.");
-        out.println();
+        out.println("  ");
+        out.println("  Licensed to the Apache Software Foundation (ASF) under one or more");
+        out.println("  contributor license agreements.  See the NOTICE file distributed with this");
+        out.println("  work for additional information regarding copyright ownership.");
+        out.println("   ");
+        out.println("  The ASF licenses this file to You under the Apache License, Version 2.0");
+        out.println("  (the \"License\"); you may not use this file except in compliance with the");
+        out.println("  License.  You may obtain a copy of the License at");
+        out.println("  ");
+        out.println("  http://www.apache.org/licenses/LICENSE-2.0");
+        out.println("  ");
+        out.println("  Unless required by applicable law or agreed to in writing, software");
+        out.println("  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT");
+        out.println("  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the");
+        out.println("  License for the specific language governing permissions and limitations");
+        out.println("  under the License.");
+        out.println("  ");
+
         out.println(SEPERATOR);
 
 	GemFireVersion.print(out);


[12/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/PairRDDSaveJavaDemo.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/PairRDDSaveJavaDemo.java b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/PairRDDSaveJavaDemo.java
index eaeb400..84f87af 100644
--- a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/PairRDDSaveJavaDemo.java
+++ b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/PairRDDSaveJavaDemo.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package demo;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RDDSaveJavaDemo.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RDDSaveJavaDemo.java b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RDDSaveJavaDemo.java
index e117abe..5fc5aeb 100644
--- a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RDDSaveJavaDemo.java
+++ b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RDDSaveJavaDemo.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package demo;
 
 import io.pivotal.gemfire.spark.connector.GemFireConnectionConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RegionToRDDJavaDemo.java
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RegionToRDDJavaDemo.java b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RegionToRDDJavaDemo.java
index 325efc8..7c1d7bb 100644
--- a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RegionToRDDJavaDemo.java
+++ b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/java/demo/RegionToRDDJavaDemo.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package demo;
 
 import org.apache.spark.SparkConf;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/scala/demo/NetworkWordCount.scala
----------------------------------------------------------------------
diff --git a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/scala/demo/NetworkWordCount.scala b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/scala/demo/NetworkWordCount.scala
index 01a0588..f67c32e 100644
--- a/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/scala/demo/NetworkWordCount.scala
+++ b/gemfire-spark-connector/gemfire-spark-demos/basic-demos/src/main/scala/demo/NetworkWordCount.scala
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package demo
 
 import org.apache.spark.SparkConf


[31/50] [abbrv] incubator-geode git commit: GEODE-392: Some enhancements to GemFireDeadlockDetectorDUnitTest

Posted by kl...@apache.org.
GEODE-392: Some enhancements to GemFireDeadlockDetectorDUnitTest

I originally thought this test might be the cause of this bug, so I made
a few changes to make sure it no additional threads are still running
when the test exits. I think that is still a good change to have, even
though those threads were not the cause of the issue.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4a42443b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4a42443b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4a42443b

Branch: refs/heads/feature/GEODE-328
Commit: 4a42443bdddda7c65bad48064f5b6b2895e48055
Parents: ca4991d
Author: Dan Smith <up...@apache.org>
Authored: Fri Oct 23 10:55:02 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Fri Oct 23 11:01:51 2015 -0700

----------------------------------------------------------------------
 .../GemFireDeadlockDetectorDUnitTest.java       | 49 +++++++++++++++-----
 1 file changed, 37 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4a42443b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
index 01af1f9..32d21e5 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
@@ -22,8 +22,10 @@ import com.gemstone.gemfire.cache.execute.FunctionService;
 import com.gemstone.gemfire.cache.execute.ResultCollector;
 import com.gemstone.gemfire.cache30.CacheTestCase;
 import com.gemstone.gemfire.distributed.DistributedLockService;
+import com.gemstone.gemfire.distributed.LockServiceDestroyedException;
 import com.gemstone.gemfire.distributed.internal.membership.InternalDistributedMember;
 
+import dunit.AsyncInvocation;
 import dunit.Host;
 import dunit.SerializableCallable;
 import dunit.SerializableRunnable;
@@ -41,11 +43,22 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
   
   @Override
   public void tearDown2() throws Exception {
+    disconnectAllFromDS();
+  }
+
+  private void stopStuckThreads() {
     invokeInEveryVM(new SerializableRunnable() {
       
       public void run() {
         for(Thread thread: stuckThreads) {
           thread.interrupt();
+          disconnectFromDS();
+          try {
+            thread.join(30000);
+            assertTrue(!thread.isAlive());
+          } catch (InterruptedException e) {
+            fail("interrupted", e);
+          }
         }
       }
     });
@@ -74,7 +87,7 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
   private static final Lock lock = new ReentrantLock();
   
   
-  public void testDistributedDeadlockWithFunction() throws InterruptedException {
+  public void testDistributedDeadlockWithFunction() throws Throwable {
     Host host = Host.getHost(0);
     VM vm0 = host.getVM(0);
     VM vm1 = host.getVM(1);
@@ -86,21 +99,24 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
     
     
     //This thread locks the lock member1 first, then member2.
-    lockTheLocks(vm0, member2);
+    AsyncInvocation async1 = lockTheLocks(vm0, member2);
     //This thread locks the lock member2 first, then member1.
-    lockTheLocks(vm1, member1);
+    AsyncInvocation async2 = lockTheLocks(vm1, member1);
     
     Thread.sleep(5000);
     GemFireDeadlockDetector detect = new GemFireDeadlockDetector();
     LinkedList<Dependency> deadlock = detect.find().findCycle();
     getLogWriter().info("Deadlock=" + DeadlockDetector.prettyFormat(deadlock));
     assertEquals(8, deadlock.size());
+    stopStuckThreads();
+    async1.getResult(30000);
+    async2.getResult(30000);
   }
   
   
 
-  private void lockTheLocks(VM vm0, final InternalDistributedMember member) {
-    vm0.invokeAsync(new SerializableRunnable() {
+  private AsyncInvocation lockTheLocks(VM vm0, final InternalDistributedMember member) {
+    return vm0.invokeAsync(new SerializableRunnable() {
 
       public void run() {
         lock.lock();
@@ -117,13 +133,13 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
     });
   }
   
-  public void testDistributedDeadlockWithDLock() throws InterruptedException {
+  public void testDistributedDeadlockWithDLock() throws Throwable {
     Host host = Host.getHost(0);
     VM vm0 = host.getVM(0);
     VM vm1 = host.getVM(1);
     
-    lockTheDLocks(vm0, "one", "two");
-    lockTheDLocks(vm1, "two", "one");
+    AsyncInvocation async1 = lockTheDLocks(vm0, "one", "two");
+    AsyncInvocation async2 = lockTheDLocks(vm1, "two", "one");
     getSystem();
     GemFireDeadlockDetector detect = new GemFireDeadlockDetector();
     
@@ -139,10 +155,14 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
     assertTrue(deadlock != null);
     getLogWriter().info("Deadlock=" + DeadlockDetector.prettyFormat(deadlock));
     assertEquals(4, deadlock.size());
+    stopStuckThreads();
+    disconnectAllFromDS();
+    async1.getResult(30000);
+    async2.getResult(30000);
   } 
 
-  private void lockTheDLocks(VM vm, final String first, final String second) {
-    vm.invokeAsync(new SerializableRunnable() {
+  private AsyncInvocation lockTheDLocks(VM vm, final String first, final String second) {
+    return vm.invokeAsync(new SerializableRunnable() {
       
       public void run() {
         getCache();
@@ -154,7 +174,11 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
         } catch (InterruptedException e) {
           e.printStackTrace();
         }
-        dls.lock(second, 10 * 1000, -1);
+        try {
+          dls.lock(second, 10 * 1000, -1);
+        } catch(LockServiceDestroyedException expected) {
+          //this is ok, the test is terminating
+        }
         
       }
     });
@@ -172,7 +196,7 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
   
   private static class TestFunction implements Function {
     
-    private static final int LOCK_WAIT_TIME = 1000;
+    private static final int LOCK_WAIT_TIME = 5;
 
     public boolean hasResult() {
       return true;
@@ -186,6 +210,7 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
       } catch (InterruptedException e) {
         //ingore
       }
+      stuckThreads.remove(Thread.currentThread());
       context.getResultSender().lastResult(null);
     }
 


[24/50] [abbrv] incubator-geode git commit: Adding some debug code to log registered serializer's id

Posted by kl...@apache.org.
Adding some debug code to log registered serializer's id


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1e6cc66d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1e6cc66d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1e6cc66d

Branch: refs/heads/feature/GEODE-328
Commit: 1e6cc66d430efe6182624a3c95fc50e771107cc0
Parents: e87e3b7
Author: Jens Deppe <jd...@gopivotal.com>
Authored: Thu Oct 22 15:42:28 2015 -0700
Committer: Jens Deppe <jd...@gopivotal.com>
Committed: Thu Oct 22 15:43:28 2015 -0700

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1e6cc66d/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
index 14ec5f3..b6b4c10 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
@@ -5450,6 +5450,8 @@ public abstract class MultiVMRegionTestCase extends RegionTestCase {
           IntWrapper.IntWrapperSerializer serializer =
             (IntWrapper.IntWrapperSerializer)
             DataSerializer.register(c);
+          getLogWriter().info("Registered serializer id:" + serializer.getId()
+              + " class:" + c.getName());
 
           Region region = getRootRegion().getSubregion(name);
           region.put(key, new IntWrapper(intValue));


[34/50] [abbrv] incubator-geode git commit: GEODE-376: fix race in waiting for serializer

Posted by kl...@apache.org.
GEODE-376: fix race in waiting for serializer

This also fixes GEODE-400, GEODE-455, GEODE-457,
GEODE-470, GEODE-472, and GEODE-476.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f0bd8b04
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f0bd8b04
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f0bd8b04

Branch: refs/heads/feature/GEODE-328
Commit: f0bd8b04afe226f5878b0f27636f507b330b8d35
Parents: 4a42443
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Fri Oct 23 09:58:27 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Fri Oct 23 11:17:57 2015 -0700

----------------------------------------------------------------------
 .../internal/InternalDataSerializer.java        |  6 ++--
 .../gemfire/cache30/MultiVMRegionTestCase.java  | 38 ++++++++++++--------
 2 files changed, 27 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0bd8b04/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
index 27ba141..ca1fe68 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
@@ -3384,14 +3384,16 @@ public abstract class InternalDataSerializer extends DataSerializer implements D
    * updates.  If the serialized bytes arrive at a VM before the
    * registration message does, the deserializer will wait an amount
    * of time for the registration message to arrive.
+   * Made public for unit test access.
    * @since 5.7
    */
-  static class GetMarker extends Marker {
+  public static class GetMarker extends Marker {
     /**
      * Number of milliseconds to wait. Also used by InternalInstantiator.
      * Note that some tests set this to a small amount to speed up failures.
+     * Made public for unit test access.
      */
-    static int WAIT_MS = Integer.getInteger("gemfire.InternalDataSerializer.WAIT_MS", 60 * 1000);
+    public static int WAIT_MS = Integer.getInteger("gemfire.InternalDataSerializer.WAIT_MS", 60 * 1000);
 
     /**
      * Returns the serializer associated with this marker.  If the

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f0bd8b04/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
index b6b4c10..06e8166 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
@@ -5410,8 +5410,6 @@ public abstract class MultiVMRegionTestCase extends RegionTestCase {
 
     final String name = this.getUniqueName();
 
-    disconnectAllFromDS(); // possible fix for GEODE-376
-
     SerializableRunnable create =
       new CacheSerializableRunnable("Create Region") {
           public void run2() throws CacheException {
@@ -5465,21 +5463,31 @@ public abstract class MultiVMRegionTestCase extends RegionTestCase {
     SerializableRunnable get = new CacheSerializableRunnable("Get int") {
         public void run2() throws CacheException {
           Region region = getRootRegion().getSubregion(name);
-//          if (region.getAttributes().getScope().isDistributedNoAck()) {
-            // wait a while for the serializer to be registered
-            long end = System.currentTimeMillis() + 30000;
-            while (InternalDataSerializer.getSerializer((byte)120) == null) {
-              assertTrue("This test sometimes fails due to timing issues",
-                  System.currentTimeMillis() <= end);
-              try {
-                Thread.sleep(1000);
+          // wait a while for the serializer to be registered
+          // A race condition exists in the product in which
+          // this thread can be stuck waiting in getSerializer
+          // for 60 seconds. So it only calls getSerializer once
+          // causing it to fail intermittently (see GEODE-376).
+          // To workaround this the test wets WAIT_MS to 1 ms.
+          // So the getSerializer will only block for 1 ms.
+          // This allows the WaitCriterion to make multiple calls
+          // of getSerializer and the subsequent calls will find
+          // the DataSerializer.
+          final int savVal = InternalDataSerializer.GetMarker.WAIT_MS;
+          InternalDataSerializer.GetMarker.WAIT_MS = 1;
+          try {
+            WaitCriterion ev = new WaitCriterion() {
+              public boolean done() {
+                return InternalDataSerializer.getSerializer((byte)120) != null;
               }
-              catch (InterruptedException e) {
-                // no need to keep interrupt bit here
-                throw new CacheException("Test interrupted") { };
+              public String description() {
+                return "DataSerializer with id 120 was never registered";
               }
-            }
-//          }
+            };
+            DistributedTestCase.waitForCriterion(ev, 30 * 1000, 10, true);
+          } finally {
+            InternalDataSerializer.GetMarker.WAIT_MS = savVal;
+          }
           IntWrapper value = (IntWrapper) region.get(key);
           assertNotNull(InternalDataSerializer.getSerializer((byte)120));
           assertNotNull(value);


[39/50] [abbrv] incubator-geode git commit: GEODE-474: Upgrade Gradle version in wrapper to 2.8

Posted by kl...@apache.org.
GEODE-474: Upgrade Gradle version in wrapper to 2.8

Executed './gradlew clean test' for verification


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a2245040
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a2245040
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a2245040

Branch: refs/heads/feature/GEODE-328
Commit: a224504091b1d6e8b384777e737aff317887731c
Parents: 7909836
Author: Mark Bretl <mb...@pivotal.io>
Authored: Mon Oct 26 08:49:53 2015 -0700
Committer: Mark Bretl <mb...@pivotal.io>
Committed: Mon Oct 26 08:49:53 2015 -0700

----------------------------------------------------------------------
 gradle/wrapper/gradle-wrapper.jar        | Bin 51018 -> 53637 bytes
 gradle/wrapper/gradle-wrapper.properties |   4 ++--
 gradlew                                  |  12 ++++--------
 3 files changed, 6 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a2245040/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index c97a8bd..05ef575 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a2245040/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index af0ff60..7b0d17a 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Jan 07 11:19:52 PST 2015
+#Mon Oct 26 08:38:10 PDT 2015
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-bin.zip

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a2245040/gradlew
----------------------------------------------------------------------
diff --git a/gradlew b/gradlew
index 1a5b1ca..40e878b 100755
--- a/gradlew
+++ b/gradlew
@@ -9,7 +9,7 @@
 # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
 DEFAULT_JVM_OPTS=""
 
-APP_NAME="GemFire"
+APP_NAME="Apache Geode (incubating)"
 APP_BASE_NAME=`basename "$0"`
 
 # Use the maximum available, or set MAX_FD != -1 to use that value.
@@ -42,11 +42,6 @@ case "`uname`" in
     ;;
 esac
 
-# For Cygwin, ensure paths are in UNIX format before anything is touched.
-if $cygwin ; then
-    [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
-fi
-
 # Attempt to set APP_HOME
 # Resolve links: $0 may be a link
 PRG="$0"
@@ -61,9 +56,9 @@ while [ -h "$PRG" ] ; do
     fi
 done
 SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >&-
+cd "`dirname \"$PRG\"`/" >/dev/null
 APP_HOME="`pwd -P`"
-cd "$SAVED" >&-
+cd "$SAVED" >/dev/null
 
 CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
 
@@ -114,6 +109,7 @@ fi
 if $cygwin ; then
     APP_HOME=`cygpath --path --mixed "$APP_HOME"`
     CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+    JAVACMD=`cygpath --unix "$JAVACMD"`
 
     # We build the pattern for arguments to be converted via cygpath
     ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`


[06/50] [abbrv] incubator-geode git commit: GEODE-468: Using 1.8 generated files for AnalyzeSerializablesJUnitTest

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/37f77a90/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt b/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt
index 58ef0ab..25e8813 100644
--- a/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt
+++ b/gemfire-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt
@@ -218,8 +218,8 @@ com/gemstone/gemfire/cache/query/internal/utils/PDXUtils$1,false
 com/gemstone/gemfire/cache/query/internal/utils/PDXUtils$2,false
 com/gemstone/gemfire/cache/snapshot/SnapshotOptions$SnapshotFormat,false
 com/gemstone/gemfire/cache/util/BoundedLinkedHashMap,true,-3419897166186852692,_maximumNumberOfEntries:int
-com/gemstone/gemfire/cache/wan/GatewaySender$OrderPolicy,false
 com/gemstone/gemfire/cache/util/Gateway$OrderPolicy,false
+com/gemstone/gemfire/cache/wan/GatewaySender$OrderPolicy,false
 com/gemstone/gemfire/compression/CompressionException,true,4118639654597191235
 com/gemstone/gemfire/compression/SnappyCompressor,true,496609875302446099
 com/gemstone/gemfire/distributed/AbstractLauncher$Status,false,description:java/lang/String
@@ -498,6 +498,7 @@ com/gemstone/gemfire/internal/redis/RedisCommandType$11,false,dataType:com/gemst
 com/gemstone/gemfire/internal/redis/RedisCommandType$110,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$111,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$112,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
+com/gemstone/gemfire/internal/redis/RedisCommandType$113,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$12,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$13,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$14,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
@@ -594,7 +595,6 @@ com/gemstone/gemfire/internal/redis/RedisCommandType$96,false,dataType:com/gemst
 com/gemstone/gemfire/internal/redis/RedisCommandType$97,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$98,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisCommandType$99,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
-com/gemstone/gemfire/internal/redis/RedisCommandType$113,false,dataType:com/gemstone/gemfire/internal/redis/RedisDataType,executor:com/gemstone/gemfire/internal/redis/Executor
 com/gemstone/gemfire/internal/redis/RedisDataType,false
 com/gemstone/gemfire/internal/redis/RedisDataType$1,false
 com/gemstone/gemfire/internal/redis/RedisDataType$2,false
@@ -632,17 +632,6 @@ com/gemstone/gemfire/internal/tcp/ImmutableByteBufferInputStream,false
 com/gemstone/gemfire/internal/tcp/MemberShunnedException,true,-8453126202477831557,member:com/gemstone/gemfire/internal/tcp/Stub
 com/gemstone/gemfire/internal/tcp/ReenteredConnectException,false
 com/gemstone/gemfire/internal/tcp/VersionedByteBufferInputStream,false,version:com/gemstone/gemfire/internal/Version
-com/gemstone/gemfire/internal/tools/gfsh/aggregator/AggregatorPartitionFunction,true,1
-com/gemstone/gemfire/internal/tools/gfsh/app/aggregator/AggregatorException,true,1,functionExceptions:java/lang/Throwable[]
-com/gemstone/gemfire/internal/tools/gfsh/app/cache/data/InvalidTypeException,false
-com/gemstone/gemfire/internal/tools/gfsh/app/cache/data/ListMap$ListEntry,false,key:java/lang/Object,value:java/lang/Object
-com/gemstone/gemfire/internal/tools/gfsh/app/cache/data/ListMap$ListSet,false,entryList:java/util/ArrayList
-com/gemstone/gemfire/internal/tools/gfsh/app/cache/index/LookupServiceException,true,1
-com/gemstone/gemfire/internal/tools/gfsh/app/command/CommandException,false
-com/gemstone/gemfire/internal/tools/gfsh/app/commands/index$TASK,false
-com/gemstone/gemfire/internal/tools/gfsh/app/function/command/index$DeleteType,false
-com/gemstone/gemfire/internal/tools/gfsh/app/pogo/InvalidKeyException,true,1
-com/gemstone/gemfire/internal/tools/gfsh/app/util/DBUtilException,true,1,errorCode:int
 com/gemstone/gemfire/internal/util/Breadcrumbs$CrumbType,false
 com/gemstone/gemfire/internal/util/SingletonValue$ValueState,false
 com/gemstone/gemfire/internal/util/SunAPINotFoundException,false
@@ -716,8 +705,6 @@ com/gemstone/gemfire/management/internal/cli/exceptions/CliCommandOptionValueMis
 com/gemstone/gemfire/management/internal/cli/exceptions/CliException,false
 com/gemstone/gemfire/management/internal/cli/exceptions/CreateSubregionException,true,4387344870743824916
 com/gemstone/gemfire/management/internal/cli/exceptions/IndexNotFoundException,true,1,indexName:java/lang/String,message:java/lang/String
-com/gemstone/gemfire/management/internal/cli/functions/AlterHDFSStoreFunction,true,1
-com/gemstone/gemfire/management/internal/cli/functions/AlterHDFSStoreFunction$AlterHDFSStoreAttributes,true,1,batchInterval:java/lang/Integer,batchSize:java/lang/Integer,fileRolloverInterval:java/lang/Integer,hdfsUniqueName:java/lang/String,majorCompact:java/lang/Boolean,majorCompactionInterval:java/lang/Integer,majorCompactionThreads:java/lang/Integer,maxWriteonlyFileSize:java/lang/Integer,minorCompact:java/lang/Boolean,minorCompactionThreads:java/lang/Integer,purgeInterval:java/lang/Integer
 com/gemstone/gemfire/management/internal/cli/functions/AlterRuntimeConfigFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/ChangeLogLevelFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/CloseDurableClientFunction,true,1
@@ -727,7 +714,6 @@ com/gemstone/gemfire/management/internal/cli/functions/ContunuousQueryFunction$C
 com/gemstone/gemfire/management/internal/cli/functions/CreateAsyncEventQueueFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/CreateDefinedIndexesFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/CreateDiskStoreFunction,true,1
-com/gemstone/gemfire/management/internal/cli/functions/CreateHDFSStoreFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/CreateIndexFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/DataCommandFunction,true,1,optimizeForWrite:boolean
 com/gemstone/gemfire/management/internal/cli/functions/DataCommandFunction$SelectExecStep,true,1
@@ -737,7 +723,6 @@ com/gemstone/gemfire/management/internal/cli/functions/DeployFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/DescribeDiskStoreFunction,false
 com/gemstone/gemfire/management/internal/cli/functions/DescribeHDFSStoreFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/DestroyDiskStoreFunction,true,1
-com/gemstone/gemfire/management/internal/cli/functions/DestroyHDFSStoreFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/DestroyIndexFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/ExportConfigFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/ExportDataFunction,true,1
@@ -763,8 +748,6 @@ com/gemstone/gemfire/management/internal/cli/functions/ListDeployedFunction,true
 com/gemstone/gemfire/management/internal/cli/functions/ListDiskStoresFunction,false
 com/gemstone/gemfire/management/internal/cli/functions/ListDurableCqNamesFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/ListFunctionFunction,true,1
-com/gemstone/gemfire/management/internal/cli/functions/ListHDFSStoresFunction,true,1
-com/gemstone/gemfire/management/internal/cli/functions/ListHDFSStoresFunction$HdfsStoreDetails,true,1,memberId:java/lang/String,memberName:java/lang/String,storeName:java/lang/String
 com/gemstone/gemfire/management/internal/cli/functions/ListIndexFunction,false
 com/gemstone/gemfire/management/internal/cli/functions/LoadSharedConfigurationFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/LogFileFunction,true,1
@@ -777,7 +760,7 @@ com/gemstone/gemfire/management/internal/cli/functions/RebalanceFunction,true,1
 com/gemstone/gemfire/management/internal/cli/functions/RegionAlterFunction,true,-4846425364943216425
 com/gemstone/gemfire/management/internal/cli/functions/RegionCreateFunction,true,8746830191680509335
 com/gemstone/gemfire/management/internal/cli/functions/RegionDestroyFunction,true,9172773671865750685
-com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs,true,-5158224572470173267,asyncEventQueueIds:java/util/Set,cacheListeners:java/util/Set,cacheLoader:java/lang/String,cacheWriter:java/lang/String,cloningEnabled:java/lang/Boolean,compressor:java/lang/String,concurrencyChecksEnabled:java/lang/Boolean,concurrencyLevel:java/lang/Integer,diskStore:java/lang/String,diskSynchronous:java/lang/Boolean,enableAsyncConflation:java/lang/Boolean,enableSubscriptionConflation:java/lang/Boolean,entryExpirationIdleTime:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,entryExpirationTTL:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,evictionMax:java/lang/Integer,gatewaySenderIds:java/util/Set,hdfsStoreName:java/lang/String,hdfsWriteOnly:java/lang/Boolean,isSetCloningEnabled:boolean,isSetCompressor:boolean,isSetConcurrencyChecksEnabled:boolean,isSetConcurrencyLevel:boolean,isSetDiskSynchronous:bo
 olean,isSetEnableAsyncConflation:boolean,isSetEnableSubscriptionConflation:boolean,isSetHdfsWriteOnly:java/lang/Boolean,isSetOffHeap:boolean,isSetStatisticsEnabled:boolean,keyConstraint:java/lang/String,offHeap:java/lang/Boolean,partitionArgs:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$PartitionArgs,regionAttributes:com/gemstone/gemfire/cache/RegionAttributes,regionExpirationIdleTime:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,regionExpirationTTL:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,regionPath:java/lang/String,regionShortcut:com/gemstone/gemfire/cache/RegionShortcut,skipIfExists:java/lang/Boolean,statisticsEnabled:java/lang/Boolean,useAttributesFrom:java/lang/String,valueConstraint:java/lang/String
+com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs,true,-5158224572470173267,asyncEventQueueIds:java/util/Set,cacheListeners:java/util/Set,cacheLoader:java/lang/String,cacheWriter:java/lang/String,cloningEnabled:java/lang/Boolean,compressor:java/lang/String,concurrencyChecksEnabled:java/lang/Boolean,concurrencyLevel:java/lang/Integer,diskStore:java/lang/String,diskSynchronous:java/lang/Boolean,enableAsyncConflation:java/lang/Boolean,enableSubscriptionConflation:java/lang/Boolean,entryExpirationIdleTime:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,entryExpirationTTL:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,evictionMax:java/lang/Integer,gatewaySenderIds:java/util/Set,isSetCloningEnabled:boolean,isSetCompressor:boolean,isSetConcurrencyChecksEnabled:boolean,isSetConcurrencyLevel:boolean,isSetDiskSynchronous:boolean,isSetEnableAsyncConflation:boolean,isSetEnableSubscriptio
 nConflation:boolean,isSetOffHeap:boolean,isSetStatisticsEnabled:boolean,keyConstraint:java/lang/String,offHeap:java/lang/Boolean,partitionArgs:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$PartitionArgs,regionAttributes:com/gemstone/gemfire/cache/RegionAttributes,regionExpirationIdleTime:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,regionExpirationTTL:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,regionPath:java/lang/String,regionShortcut:com/gemstone/gemfire/cache/RegionShortcut,skipIfExists:java/lang/Boolean,statisticsEnabled:java/lang/Boolean,useAttributesFrom:java/lang/String,valueConstraint:java/lang/String
 com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs,true,1474255033398008062,action:com/gemstone/gemfire/cache/ExpirationAction,time:java/lang/Integer,type:com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs$ExpirationFor
 com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$ExpirationAttrs$ExpirationFor,false
 com/gemstone/gemfire/management/internal/cli/functions/RegionFunctionArgs$PartitionArgs,true,5907052187323280919,hasPartitionAttributes:boolean,isSetPRLocalMaxMemory:boolean,isSetPRRecoveryDelay:boolean,isSetPRRedundantCopies:boolean,isSetPRStartupRecoveryDelay:boolean,isSetPRTotalMaxMemory:boolean,isSetPRTotalNumBuckets:boolean,prColocatedWith:java/lang/String,prLocalMaxMemory:int,prRecoveryDelay:long,prRedundantCopies:int,prStartupRecoveryDelay:long,prTotalMaxMemory:long,prTotalNumBuckets:int,userSpecifiedPartitionAttributes:java/util/Set
@@ -843,10 +826,6 @@ com/gemstone/gemfire/security/AuthenticationFailedException,true,-82028664722790
 com/gemstone/gemfire/security/AuthenticationRequiredException,true,4675976651103154919
 com/gemstone/gemfire/security/GemFireSecurityException,true,3814254578203076926
 com/gemstone/gemfire/security/NotAuthorizedException,true,419215768216387745,principal:java/security/Principal
-com/gemstone/java/util/concurrent/SynchronousQueueNoSpin,true,-3223113410248163686,qlock:java/util/concurrent/locks/ReentrantLock,waitingConsumers:com/gemstone/java/util/concurrent/SynchronousQueueNoSpin$WaitQueue,waitingProducers:com/gemstone/java/util/concurrent/SynchronousQueueNoSpin$WaitQueue
-com/gemstone/java/util/concurrent/SynchronousQueueNoSpin$FifoWaitQueue,true,-3623113410248163686
-com/gemstone/java/util/concurrent/SynchronousQueueNoSpin$LifoWaitQueue,true,-3633113410248163686
-com/gemstone/java/util/concurrent/SynchronousQueueNoSpin$WaitQueue,true,423369940180943459
 com/gemstone/org/apache/logging/log4j/message/GemFireParameterizedMessage,true,-665975803997290697,messagePattern:java/lang/String,stringArgs:java/lang/String[]
 com/gemstone/org/apache/logging/log4j/message/GemFireParameterizedMessageFactory,true,1
 com/gemstone/org/jgroups/ChannelClosedException,true,3183749334840801913


[11/50] [abbrv] incubator-geode git commit: [GEODE-140]: QueryUsingFunctionContextDUnitTest.testQueriesWithFilterKeysOnPRWithRebalancing failed due to suspect string Test was failing due to server being down before function executes This is "expected" as

Posted by kl...@apache.org.
[GEODE-140]: QueryUsingFunctionContextDUnitTest.testQueriesWithFilterKeysOnPRWithRebalancing failed due to suspect string
Test was failing due to server being down before function executes
This is "expected" as it can occur based on this test.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e87e3b7f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e87e3b7f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/e87e3b7f

Branch: refs/heads/feature/GEODE-328
Commit: e87e3b7fc93a6da74ff077291c354c5b4d6685db
Parents: b490257
Author: Jason Huynh <hu...@gmail.com>
Authored: Tue Oct 20 10:55:57 2015 -0700
Committer: Jason Huynh <hu...@gmail.com>
Committed: Thu Oct 22 15:35:49 2015 -0700

----------------------------------------------------------------------
 .../QueryUsingFunctionContextDUnitTest.java     | 25 +++++++++++++-------
 .../query/functional/StructSetOrResultsSet.java |  4 ++--
 2 files changed, 18 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e87e3b7f/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/QueryUsingFunctionContextDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/QueryUsingFunctionContextDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/QueryUsingFunctionContextDUnitTest.java
index 6ed01a2..22fe767 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/QueryUsingFunctionContextDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/QueryUsingFunctionContextDUnitTest.java
@@ -26,6 +26,7 @@ import com.gemstone.gemfire.cache.RegionShortcut;
 import com.gemstone.gemfire.cache.client.ClientCache;
 import com.gemstone.gemfire.cache.client.ClientCacheFactory;
 import com.gemstone.gemfire.cache.client.ClientRegionShortcut;
+import com.gemstone.gemfire.cache.client.ServerConnectivityException;
 import com.gemstone.gemfire.cache.execute.Function;
 import com.gemstone.gemfire.cache.execute.FunctionAdapter;
 import com.gemstone.gemfire.cache.execute.FunctionContext;
@@ -34,7 +35,6 @@ import com.gemstone.gemfire.cache.execute.FunctionService;
 import com.gemstone.gemfire.cache.execute.RegionFunctionContext;
 import com.gemstone.gemfire.cache.execute.ResultCollector;
 import com.gemstone.gemfire.cache.query.Query;
-import com.gemstone.gemfire.cache.query.QueryInvalidException;
 import com.gemstone.gemfire.cache.query.QueryInvocationTargetException;
 import com.gemstone.gemfire.cache.query.QueryService;
 import com.gemstone.gemfire.cache.query.SelectResults;
@@ -430,8 +430,9 @@ public class QueryUsingFunctionContextDUnitTest extends CacheTestCase {
  public void testQueriesWithFilterKeysOnPRWithRebalancing() {
    addExpectedException("QueryInvocationTargetException");
    addExpectedException("java.net.SocketException");
-   Object[][] r = new Object[queries.length][2];
-   Set filter =  new HashSet();
+   addExpectedException("ServerConnectivityException");
+   addExpectedException("FunctionException");
+   addExpectedException("IOException");
 
    // Close cache on server1
    server1.invoke(new CacheSerializableRunnable("Set QueryObserver in cache on server1") {
@@ -478,9 +479,16 @@ public class QueryUsingFunctionContextDUnitTest extends CacheTestCase {
            //Should not come here, an exception is expected from above function call.
            fail("Function call did not fail for query with function context");
          } catch (FunctionException ex) {
-           //ex.printStackTrace();
-           if (!(ex.getCause() instanceof QueryInvocationTargetException)) {
-             fail("Should have received an QueryInvocationTargetException but recieved"+ex.getMessage());
+           if (!((ex.getCause() instanceof QueryInvocationTargetException) || (ex.getCause() instanceof ServerConnectivityException))) {
+             if (ex.getCause() instanceof FunctionException) {
+               FunctionException fe = (FunctionException)ex.getCause();
+               if (!fe.getMessage().startsWith("IOException")) {
+                 fail("Should have received an QueryInvocationTargetException but recieved"+ex.getMessage());
+               }
+             }
+             else {
+               fail("Should have received an QueryInvocationTargetException but recieved"+ex.getMessage());
+             }
            }
          }
        }//For loop ends here.
@@ -497,9 +505,8 @@ public class QueryUsingFunctionContextDUnitTest extends CacheTestCase {
 
  }
 
- // DISABLED due to high rate of failure in unit test runs.
- // See internal ticket #52270
- public void disabledtestNonColocatedRegionQueries() {
+ 
+ public void testNonColocatedRegionQueries() {
    addExpectedException("UnsupportedOperationException");
    client.invoke(new CacheSerializableRunnable("Test query on non-colocated regions on server") {
      @Override

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e87e3b7f/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java
index 7f3e14d..c4e6f8f 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/functional/StructSetOrResultsSet.java
@@ -368,8 +368,8 @@ public class StructSetOrResultsSet extends TestCase {
   private void checkResultSizes(Collection r1, Collection r2, String query) {
     if (r1.size() != r2.size()) {
       fail("FAILED:SelectResults size is different in both the cases. Size1="
-          + ((SelectResults) r1).size() + " Size2 = "
-          + ((SelectResults) r2).size() + "; failed query=" + query);
+          + r1.size() + " Size2 = "
+          + r2.size() + "; failed query=" + query);
     }
   }
   


[49/50] [abbrv] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-328

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a0271d20/gemfire-web/build.gradle
----------------------------------------------------------------------


[14/50] [abbrv] incubator-geode git commit: From: Niall Pemberton Date: Sat, 17 Oct 2015 12:34:12 +0100 Subject: [PATCH 1/2] Remove Pivotal/VMWare/AsIs License and add ASF License Header File: 0003-Remove-Pivotal-VMWare-AsIs-License-a

Posted by kl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectBad.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectBad.java b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectBad.java
index 7a79269..bd20306 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectBad.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectBad.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.pdx;
 
 public class DomainObjectBad extends DomainObject {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectClassLoadable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectClassLoadable.java b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectClassLoadable.java
index 5a00890..168aabf 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectClassLoadable.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/DomainObjectClassLoadable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.pdx;
 
 public class DomainObjectClassLoadable extends DomainObject {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteBufferByteSourceJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteBufferByteSourceJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteBufferByteSourceJUnitTest.java
index b2b2989..b3a4ab5 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteBufferByteSourceJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteBufferByteSourceJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.pdx;
 
 import static org.junit.Assert.fail;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteSourceJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteSourceJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteSourceJUnitTest.java
index fb1a372..d0e1986 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteSourceJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/pdx/OffHeapByteSourceJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.pdx;
 
 import org.junit.After;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/AuthJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/AuthJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/AuthJUnitTest.java
index 4b2ba0b..5e0e71a 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/AuthJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/AuthJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertEquals;
@@ -141,4 +157,4 @@ public class AuthJUnitTest {
     }
   }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ConcurrentStartTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ConcurrentStartTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ConcurrentStartTest.java
index 618aca0..b5954b8 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ConcurrentStartTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ConcurrentStartTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertFalse;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/HashesJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/HashesJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/HashesJUnitTest.java
index d41b656..c0da54b 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/HashesJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/HashesJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ListsJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ListsJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ListsJUnitTest.java
index 6a00775..6548777 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ListsJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/ListsJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/RedisDistDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/RedisDistDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/RedisDistDUnitTest.java
index 4f4ab03..47d7ef8 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/RedisDistDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/RedisDistDUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import java.util.Random;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SetsJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SetsJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SetsJUnitTest.java
index abc6060..9da65e7 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SetsJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SetsJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java
index 4adfe07..449fd95 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/redis/StringsJunitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/StringsJunitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/StringsJunitTest.java
index 55ba061..d273e89 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/redis/StringsJunitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/redis/StringsJunitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.redis;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/DateTimeUtils.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/DateTimeUtils.java b/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/DateTimeUtils.java
index fb3b373..3a92df3 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/DateTimeUtils.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/DateTimeUtils.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.rest.internal.web.controllers;
 
 import java.text.SimpleDateFormat;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/Gender.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/Gender.java b/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/Gender.java
index 1c7f94f..9b00108 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/Gender.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/Gender.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.rest.internal.web.controllers;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPITestBase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPITestBase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPITestBase.java
index 0162e98..e9a546f 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPITestBase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPITestBase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.rest.internal.web.controllers;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/ExecutableProcess.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/ExecutableProcess.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/ExecutableProcess.java
index bc6d1e3..bf5c2a5 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/ExecutableProcess.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/ExecutableProcess.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailOutputTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailOutputTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailOutputTestCase.java
index d460706..325e5bc 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailOutputTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailOutputTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithErrorInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithErrorInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithErrorInOutputJUnitTest.java
index d8763b7..2ade8d0 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithErrorInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithErrorInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithExtraLineInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithExtraLineInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithExtraLineInOutputJUnitTest.java
index 6fb674f..aa2ae04 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithExtraLineInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithExtraLineInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromEndOfOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromEndOfOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromEndOfOutputJUnitTest.java
index a1802c5..0d21894 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromEndOfOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromEndOfOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromMiddleOfOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromMiddleOfOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromMiddleOfOutputJUnitTest.java
index 91095ec..44d8a73 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromMiddleOfOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLineMissingFromMiddleOfOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerErrorInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerErrorInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerErrorInOutputJUnitTest.java
index 5a2c49a..3a472cb 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerErrorInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerErrorInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerFatalInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerFatalInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerFatalInOutputJUnitTest.java
index a0c681a..c046bac 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerFatalInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerFatalInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerWarnInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerWarnInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerWarnInOutputJUnitTest.java
index 5717f67..8454b0a 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerWarnInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithLoggerWarnInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithProblemInOutputTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithProblemInOutputTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithProblemInOutputTestCase.java
index 7a68e02..1bc6deb 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithProblemInOutputTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithProblemInOutputTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithSevereInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithSevereInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithSevereInOutputJUnitTest.java
index 457c7cc..4f93284 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithSevereInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithSevereInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
index bd55e6b..d8edc59 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithWarningInOutputJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithWarningInOutputJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithWarningInOutputJUnitTest.java
index c54ff85..86bb34c 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithWarningInOutputJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/FailWithWarningInOutputJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenComparator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenComparator.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenComparator.java
index 6244237..e1c3f61 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenComparator.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenComparator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenStringComparator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenStringComparator.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenStringComparator.java
index 8b9fac1..41932e6 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenStringComparator.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenStringComparator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestCase.java
index cac6748..334776f 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestFrameworkTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestFrameworkTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestFrameworkTestSuite.java
index ed540be..2724b32 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestFrameworkTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/GoldenTestFrameworkTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassJUnitTest.java
index 5959291..c18598d 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedErrorJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedErrorJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedErrorJUnitTest.java
index 35f8173..8dcd8fa 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedErrorJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedErrorJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedProblemTestCase.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedProblemTestCase.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedProblemTestCase.java
index edae866..9a883d0 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedProblemTestCase.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedProblemTestCase.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedSevereJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedSevereJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedSevereJUnitTest.java
index 225d55b..64819eb 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedSevereJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedSevereJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedWarningJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedWarningJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedWarningJUnitTest.java
index 215f5ca..bd086bd 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedWarningJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/PassWithExpectedWarningJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import org.junit.experimental.categories.Category;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/RegexGoldenComparator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/RegexGoldenComparator.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/RegexGoldenComparator.java
index 759e3a3..7fcbcbf 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/RegexGoldenComparator.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/RegexGoldenComparator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 import java.util.regex.Pattern;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/StringGoldenComparator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/StringGoldenComparator.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/StringGoldenComparator.java
index 48f645a..2559be6 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/StringGoldenComparator.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/golden/StringGoldenComparator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.golden;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncher.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncher.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncher.java
index 51b036f..0a57a02 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncher.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncher.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncherJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncherJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncherJUnitTest.java
index ef97fe2..04e1a40 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncherJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/MainLauncherJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/OutputFormatter.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/OutputFormatter.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/OutputFormatter.java
index 8552268..c6aeb93 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/OutputFormatter.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/OutputFormatter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessOutputReader.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessOutputReader.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessOutputReader.java
index 6255b14..e99dceb 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessOutputReader.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessOutputReader.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessStreamReader.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessStreamReader.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessStreamReader.java
index 567279c..f99f5f9 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessStreamReader.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessStreamReader.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import java.io.BufferedReader;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessTestFrameworkTestSuite.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessTestFrameworkTestSuite.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessTestFrameworkTestSuite.java
index 011a62e..99848a6 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessTestFrameworkTestSuite.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessTestFrameworkTestSuite.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import org.junit.runner.RunWith;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapper.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapper.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapper.java
index 5bf2408..2847b34 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapper.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapperJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapperJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapperJUnitTest.java
index a548e75..368f9ec 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapperJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/test/process/ProcessWrapperJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.gemfire.test.process;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/CacheTimeSlowDownDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/CacheTimeSlowDownDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/CacheTimeSlowDownDUnitTest.java
index edee3b4..33c89d7 100755
--- a/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/CacheTimeSlowDownDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/CacheTimeSlowDownDUnitTest.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.org.jgroups.protocols;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/GemFireTimeSyncProtocolDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/GemFireTimeSyncProtocolDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/GemFireTimeSyncProtocolDUnitTest.java
index 9b8b6a1..752e906 100644
--- a/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/GemFireTimeSyncProtocolDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/GemFireTimeSyncProtocolDUnitTest.java
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package com.gemstone.org.jgroups.protocols;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/JGroupsFailureDetectionJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/JGroupsFailureDetectionJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/JGroupsFailureDetectionJUnitTest.java
index 3999785..014b87b 100644
--- a/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/JGroupsFailureDetectionJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/org/jgroups/protocols/JGroupsFailureDetectionJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.gemstone.org.jgroups.protocols;
 
 import java.io.Serializable;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/dunit/BounceResult.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/dunit/BounceResult.java b/gemfire-core/src/test/java/dunit/BounceResult.java
index 7d29280..d8ac186 100644
--- a/gemfire-core/src/test/java/dunit/BounceResult.java
+++ b/gemfire-core/src/test/java/dunit/BounceResult.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package dunit;
 
 public class BounceResult {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/dunit/RemoteDUnitVMIF.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/dunit/RemoteDUnitVMIF.java b/gemfire-core/src/test/java/dunit/RemoteDUnitVMIF.java
index de84292..0004246 100644
--- a/gemfire-core/src/test/java/dunit/RemoteDUnitVMIF.java
+++ b/gemfire-core/src/test/java/dunit/RemoteDUnitVMIF.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package dunit;
 
 import hydra.MethExecutorResult;

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/dunit/RepeatableRunnable.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/dunit/RepeatableRunnable.java b/gemfire-core/src/test/java/dunit/RepeatableRunnable.java
index 5bee920..4df6415 100644
--- a/gemfire-core/src/test/java/dunit/RepeatableRunnable.java
+++ b/gemfire-core/src/test/java/dunit/RepeatableRunnable.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package dunit;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/DummyAuthenticator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/DummyAuthenticator.java b/gemfire-core/src/test/java/templates/security/DummyAuthenticator.java
index c2eb2b3..5d33f22 100644
--- a/gemfire-core/src/test/java/templates/security/DummyAuthenticator.java
+++ b/gemfire-core/src/test/java/templates/security/DummyAuthenticator.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES 
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/DummyAuthorization.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/DummyAuthorization.java b/gemfire-core/src/test/java/templates/security/DummyAuthorization.java
index 45cf311..fe8e908 100644
--- a/gemfire-core/src/test/java/templates/security/DummyAuthorization.java
+++ b/gemfire-core/src/test/java/templates/security/DummyAuthorization.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/FunctionSecurityPrmsHolder.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/FunctionSecurityPrmsHolder.java b/gemfire-core/src/test/java/templates/security/FunctionSecurityPrmsHolder.java
index 2e6d799..76827bb 100755
--- a/gemfire-core/src/test/java/templates/security/FunctionSecurityPrmsHolder.java
+++ b/gemfire-core/src/test/java/templates/security/FunctionSecurityPrmsHolder.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b7b08d1c/gemfire-core/src/test/java/templates/security/LdapUserAuthenticator.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/templates/security/LdapUserAuthenticator.java b/gemfire-core/src/test/java/templates/security/LdapUserAuthenticator.java
index ea0098c..db55219 100755
--- a/gemfire-core/src/test/java/templates/security/LdapUserAuthenticator.java
+++ b/gemfire-core/src/test/java/templates/security/LdapUserAuthenticator.java
@@ -1,8 +1,19 @@
-/*=========================================================================
-* This implementation is provided on an "AS IS" BASIS,  WITHOUT WARRANTIES
-* OR CONDITIONS OF ANY KIND, either express or implied."
-*==========================================================================
-*/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 package templates.security;