geode git commit: GEODE-2914: Fixed few javadoc formatting issues.

2017-05-16 Thread nnag
Repository: geode Updated Branches: refs/heads/develop a263adee8 -> a22b9405f GEODE-2914: Fixed few javadoc formatting issues. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a22b9405 Tree: http://git-wip-us.apache.org/rep

geode git commit: GEODE-2836: Fix compilation error introduced by rebase

2017-05-16 Thread jstewart
Repository: geode Updated Branches: refs/heads/develop a2ddc6184 -> a263adee8 GEODE-2836: Fix compilation error introduced by rebase Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a263adee Tree: http://git-wip-us.apache.o

geode git commit: GEODE-2836: CacheCallback now extends Declarable

2017-05-16 Thread jstewart
Repository: geode Updated Branches: refs/heads/develop 3034ef64f -> a2ddc6184 GEODE-2836: CacheCallback now extends Declarable Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a2ddc618 Tree: http://git-wip-us.apache.org/rep

geode git commit: LuceneClientSecurityDUnitTest was not testing anything

2017-05-16 Thread upthewaterspout
Repository: geode Updated Branches: refs/heads/develop 973eb33e2 -> 3034ef64f LuceneClientSecurityDUnitTest was not testing anything This test was just creating lambdas without executing them. Changing the test to actually run some tests. Project: http://git-wip-us.apache.org/repos/asf/geode

[2/3] geode git commit: GEODE-2915 Messages rejected due to unknown "vmkind"

2017-05-16 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/geode/blob/973eb33e/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt -- diff --git a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/san

[3/3] geode git commit: GEODE-2915 Messages rejected due to unknown "vmkind"

2017-05-16 Thread bschuchardt
GEODE-2915 Messages rejected due to unknown "vmkind" The fix for GEODE_2875 has exacerbated this problem, which we used to only see in cases where disable-tcp=true or when multicast was enabled. The problem is that JGroupsMessenger is not sending the "vmkind" of the sender in message headers. Th

[1/3] geode git commit: GEODE-2915 Messages rejected due to unknown "vmkind"

2017-05-16 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop a44585316 -> 973eb33e2 http://git-wip-us.apache.org/repos/asf/geode/blob/973eb33e/geode-old-versions/build.gradle -- diff --git a/geode-old-versions/build.gradle b/geode-ol

[25/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsDiskRegionEntryOffHeapObjectKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cac

[09/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinDiskRegionEntryHeapUUIDKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ca

[06/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/execute/AbstractExecution.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/execute/Ab

[31/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/ObjIdConcurrentMap.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ObjIdConcurrentMap.java b/ge

[28/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/TXFarSideCMTracker.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/TXFarSideCMTracke

[30/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/admin/statalerts/GaugeThresholdDecoratorImpl.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/adm

[05/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/RemoveIndexesMessage.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/par

[04/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/process/UnableToControlProcessException.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/process/

[32/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionManager.java -- diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/Dist

[20/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinDiskRegionEntryOffHeapIntKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/V

[26/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsDiskLRURegionEntryOffHeapUUIDKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ca

[03/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/tcp/MsgStreamer.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/tcp/MsgStreamer.java b/geode-co

[33/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
GEODE-2929: remove superfluous uses of final from internal classes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a4458531 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a4458531 Diff: http://git-wip-us.apache.org/re

[01/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
Repository: geode Updated Branches: refs/heads/develop f18e1d294 -> a44585316 http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-web/src/test/java/org/apache/geode/management/internal/web/shell/RestHttpOperationInvokerJUnitTest.java

[21/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinDiskLRURegionEntryOffHeapLongKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cac

[23/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsLRURegionEntryOffHeapUUIDKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/

[19/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinLRURegionEntryOffHeapIntKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/VM

[13/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsLRURegionEntryOffHeapObjectKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/intern

[14/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsLRURegionEntryHeapLongKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ca

[16/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskLRURegionEntryOffHeapStringKey2.java -- diff --git a/geode-core/src/main/java/org/apache/geode/i

[08/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinLRURegionEntryHeapStringKey1.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/

[02/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/pdx/internal/AutoSerializableManager.java -- diff --git a/geode-core/src/main/java/org/apache/geode/pdx/internal/AutoSerializable

[24/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsLRURegionEntryHeapStringKey2.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/

[22/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsRegionEntryOffHeapStringKey2.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/

[17/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskLRURegionEntryHeapStringKey2.java -- diff --git a/geode-core/src/main/java/org/apache/geode/inte

[15/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsDiskRegionEntryHeapUUIDKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/c

[12/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedStatsRegionEntryHeapStringKey2.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/ca

[29/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/ExpiryTask.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/ExpiryTask.java b/geode-

[07/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinLRURegionEntryOffHeapUUIDKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/

[11/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinDiskLRURegionEntryHeapLongKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal

[18/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMThinRegionEntryOffHeapObjectKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/VM

[27/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VMStatsDiskLRURegionEntryHeapUUIDKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache

[10/33] geode git commit: GEODE-2929: remove superfluous uses of final from internal classes

2017-05-16 Thread klund
http://git-wip-us.apache.org/repos/asf/geode/blob/a4458531/geode-core/src/main/java/org/apache/geode/internal/cache/VersionedThinDiskLRURegionEntryOffHeapObjectKey.java -- diff --git a/geode-core/src/main/java/org/apache/geode/int