[47/51] [abbrv] geode git commit: GEODE-3150 Changed the diskstore name used with testDiskConflictWithCoLocation to isolate the problem related to diskstore.

2017-07-10 Thread jensdeppe
GEODE-3150 Changed the diskstore name used with testDiskConflictWithCoLocation to isolate the problem related to diskstore. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5f38a489 Tree: http://git-wip-us.apache.org/repos/asf/

[12/51] [abbrv] geode git commit: GEODE-3130: Refactoring AcceptorImpl

2017-07-10 Thread jensdeppe
GEODE-3130: Refactoring AcceptorImpl We extracted a switch statement in AcceptorImpl.handleNewClientConnection to a new method. Signed-off-by: Alexander Murmann This closes #602 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/co

[29/51] [abbrv] geode git commit: GEODE-3098: fix flaky test failure

2017-07-10 Thread jensdeppe
GEODE-3098: fix flaky test failure Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b1f793f5 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b1f793f5 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/b1f793f5 Bra

[14/51] [abbrv] geode git commit: added backwardCompatibilityTest test task

2017-07-10 Thread jensdeppe
added backwardCompatibilityTest test task use ./gradlew geode-core:backwardCompatibilityTest to run all tests annotated with the BackwardCompatibilityTest category Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d08a75be T

[26/51] [abbrv] geode git commit: GEODE-3154 Add geode-protobuf to expected_jars

2017-07-10 Thread jensdeppe
GEODE-3154 Add geode-protobuf to expected_jars This closes #614 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ac0474d8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/ac0474d8 Diff: http://git-wip-us.apache.org/repo

[15/51] [abbrv] geode git commit: GEODE-3052 Restarting 2 locators together causes potential locator split brain

2017-07-10 Thread jensdeppe
GEODE-3052 Restarting 2 locators together causes potential locator split brain The fix for this issue introduced different timing in GMSJoinLeave's discovery process that affected one of the unit tests for that class, causing periodic failures. I've added an Awaitility.await() to stabilize the te

[11/51] [abbrv] geode git commit: GEODE-3072: Events do not get removed from the client queue for 1.0 clients

2017-07-10 Thread jensdeppe
GEODE-3072: Events do not get removed from the client queue for 1.0 clients EventID and ThreadIdentifier hold the serialized form of portions of an InternalDistributedMember identifier. This serialized form changed in v1.0.0 and was causing .equals and .hashCode for these objects to return false

[27/51] [abbrv] geode git commit: GEODE-3147: Set commBuffer for threads performing TXSynchronization calls when max-threads is set.

2017-07-10 Thread jensdeppe
GEODE-3147: Set commBuffer for threads performing TXSynchronization calls when max-threads is set. Added an interface that is implemented by AcceptorImpl to set and release commBuffer. Added a unit test case that failed without this fix. Project: http://git-wip-us.apache.org/r

[35/51] [abbrv] geode git commit: GEODE-2804 Caching the InetAddress for configured ip string

2017-07-10 Thread jensdeppe
GEODE-2804 Caching the InetAddress for configured ip string 1. We keep configure host string in HostAddress class 2. We reuse InetsocketAddress if it is ipString. 3. Client has logic to retry thus we keep InetsocketAddress even if it is not ip string. GEODE-3017 IPv6 issue on windows. Above ch

[04/51] [abbrv] geode git commit: Move new exception to sanctioned serializables.

2017-07-10 Thread jensdeppe
Move new exception to sanctioned serializables. Although we don't serialize it, exceptions sometimes get sent between JVMs so it's best to be careful. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e1c6c3a9 Tree: http://git-

[21/51] [abbrv] geode git commit: GEODE-3150: Adding a timeout to hanging test

2017-07-10 Thread jensdeppe
GEODE-3150: Adding a timeout to hanging test This test was hanging the build, adding a timeout so that the test will fail and move on if it takes too long. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/38ad3044 Tree: http:/

[50/51] [abbrv] geode git commit: GEODE-3109: Keep module zip file names with an Apache_Geode prefix

2017-07-10 Thread jensdeppe
GEODE-3109: Keep module zip file names with an Apache_Geode prefix Signed-off-by: Jens Deppe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7b664a0b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7b664a0b Diff: htt

[02/51] [abbrv] geode git commit: GEODE-2995: Implementing review feedback

2017-07-10 Thread jensdeppe
GEODE-2995: Implementing review feedback Numerous tweaks and fixes Created protobuf package under org.apache.geode.protocol and moved several classes Added javadoc comments Signed-off-by: Galen O'Sullivan Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apa

[33/51] [abbrv] geode git commit: GEODE-2901: Adding integration tests of session replication

2017-07-10 Thread jensdeppe
GEODE-2901: Adding integration tests of session replication Adding integration tests that test both session replications frameworks shipped with geode. These tests use cargo to download and launch different J2EE containers, so the tests can run against many different containers. This closes #584

[39/51] [abbrv] geode git commit: GEODE-2991 Add man page for gfsh destroy gateway-sender

2017-07-10 Thread jensdeppe
GEODE-2991 Add man page for gfsh destroy gateway-sender This closes #615 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e715abfb Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e715abfb Diff: http://git-wip-us.ap

[05/51] [abbrv] geode git commit: Add ServiceLoadingFailureException to excludedClasses.txt so tests pass.

2017-07-10 Thread jensdeppe
Add ServiceLoadingFailureException to excludedClasses.txt so tests pass. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/da64fc6f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/da64fc6f Diff: http://git-wip-us.apache.

[08/51] [abbrv] geode git commit: GEODE-1958: Rolling back changes to decrypt method

2017-07-10 Thread jensdeppe
GEODE-1958: Rolling back changes to decrypt method * this closes #600 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/137ced6b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/137ced6b Diff: http://git-wip-us.apache.or

[09/51] [abbrv] geode git commit: GEODE-2919: fix lucene security tests

2017-07-10 Thread jensdeppe
GEODE-2919: fix lucene security tests Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e5204ce1 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e5204ce1 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/e5204ce1

[40/51] [abbrv] geode git commit: GEODE-3167: Added commons-validator dependency to modify_war script and Tomcat required jars

2017-07-10 Thread jensdeppe
GEODE-3167: Added commons-validator dependency to modify_war script and Tomcat required jars This closes #618 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4ed79062 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/4

[16/51] [abbrv] geode git commit: GEODE-3132 EndBucketCreationMessage will not participate in a transaction.

2017-07-10 Thread jensdeppe
GEODE-3132 EndBucketCreationMessage will not participate in a transaction. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1a884897 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1a884897 Diff: http://git-wip-us.apach

[10/51] [abbrv] geode git commit: GEODE-2919: revert: fix lucene security tests

2017-07-10 Thread jensdeppe
GEODE-2919: revert: fix lucene security tests Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/718583b2 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/718583b2 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/71

[07/51] [abbrv] geode git commit: GEODE-3075: fix an integration test.

2017-07-10 Thread jensdeppe
GEODE-3075: fix an integration test. I think the test fails because another test doesn't clean up system properties when it's done. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e62e8250 Tree: http://git-wip-us.apache.org/r

[18/51] [abbrv] geode git commit: GEODE-3105: adding GetRegions handler for protobuf protocol

2017-07-10 Thread jensdeppe
GEODE-3105: adding GetRegions handler for protobuf protocol Added a handler which will catch incoming getRegion requests and will call into the cache's rootRegion and return the names of the region it finds. Added unit test verifying hanlder behavior. Added integration test verifying module corre

[37/51] [abbrv] geode git commit: GEODE-3139: Spotless error fix

2017-07-10 Thread jensdeppe
GEODE-3139: Spotless error fix Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3433b3e2 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3433b3e2 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/3433b3e2 Branch:

[17/51] [abbrv] geode git commit: Fix spotless failure

2017-07-10 Thread jensdeppe
Fix spotless failure Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/61075610 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/61075610 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/61075610 Branch: refs/head

[31/51] [abbrv] geode git commit: GEODE-3157: Updating modify_war script to include shiro, commons-lang

2017-07-10 Thread jensdeppe
GEODE-3157: Updating modify_war script to include shiro, commons-lang Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/52fe7939 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/52fe7939 Diff: http://git-wip-us.apache.org

[42/51] [abbrv] geode git commit: GEODE-3129 - Added error messages to protobuf protocol. This now closes #621

2017-07-10 Thread jensdeppe
http://git-wip-us.apache.org/repos/asf/geode/blob/0ce62710/geode-protobuf/src/test/java/org/apache/geode/protocol/protobuf/operations/GetRequestOperationHandlerJUnitTest.java -- diff --git a/geode-protobuf/src/test/java/org/apache

[03/51] [abbrv] geode git commit: GEODE-3075: changes in response to feedback; refactor some.

2017-07-10 Thread jensdeppe
GEODE-3075: changes in response to feedback; refactor some. `AcceptorImpl.handleNewClientConnection` has had refactoring and should be a bit more understandable. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c71c28df Tree:

[20/51] [abbrv] geode git commit: GEODE-3145 Add new protocol to Geode JAR

2017-07-10 Thread jensdeppe
GEODE-3145 Add new protocol to Geode JAR Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f1f4322f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f1f4322f Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f1f4322

[45/51] [abbrv] geode git commit: GEODE-3153 Client receives duplicate events during rolling upgrade

2017-07-10 Thread jensdeppe
GEODE-3153 Client receives duplicate events during rolling upgrade The previous fix worked fine for 1.0.0 and 1.1.0 clients but there are old GemFire 8.2 clients still in use that the fix did not work for. This patch changes the serialization to always send UUID bytes to pre Version.GFE_90 (1.0.0-

[36/51] [abbrv] geode git commit: GEODE-3139 remove artifacts from classpath of backward-compatibility tests

2017-07-10 Thread jensdeppe
GEODE-3139 remove artifacts from classpath of backward-compatibility tests reinstating this - passes precheckin GEODE-3153 Client receives duplicate events during rolling upgrade Another problem was found in backward-compatibility testing. If a 1.0.0 client was receiving subscription events gen

[24/51] [abbrv] geode git commit: GEODE-393: Providing cache for FunctionContext

2017-07-10 Thread jensdeppe
GEODE-393: Providing cache for FunctionContext Added the ability to pass a Cache to a function context as well as tests to check for this. This closes #589 This closes #74 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d82

[51/51] [abbrv] geode git commit: Merge branch 'develop' into feature/GEODE-3109

2017-07-10 Thread jensdeppe
Merge branch 'develop' into feature/GEODE-3109 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/12f90ee8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/12f90ee8 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1

[43/51] [abbrv] geode git commit: GEODE-3129 - Added error messages to protobuf protocol. This now closes #621

2017-07-10 Thread jensdeppe
GEODE-3129 - Added error messages to protobuf protocol. This now closes #621 added a new ErrorResponse type to ClientProtocol removed success field from several RegionAPI response objects and refactored operation handlers to instead return ErrorResponses made all op handlers take ClientProtocol.R

[44/51] [abbrv] geode git commit: GEODE-3172: Fix serialization erros copying queue between 1.0 and 1.2

2017-07-10 Thread jensdeppe
GEODE-3172: Fix serialization erros copying queue between 1.0 and 1.2 Deserialize a HAEventWrapper using the version of the sender when receiving a GII. Serialize entries using the version of the remote member when sending data as part of GII. This works for the client queues because client queue

[28/51] [abbrv] geode git commit: GEODE-3139 remove current artifacts from classpath of backward-compatibility tests

2017-07-10 Thread jensdeppe
GEODE-3139 remove current artifacts from classpath of backward-compatibility tests This removes the geode-core product artifacts from old-version JVM classpaths for backward-compatibility testing. I had to change the distributed test framework to not refer to InternalClientCache but surprisingly

[19/51] [abbrv] geode git commit: GEODE-3103: GfshRule no longer clutters output

2017-07-10 Thread jensdeppe
GEODE-3103: GfshRule no longer clutters output - GfshRule writes via a logger rather than StdOut. This will make it no longer clutter precheckin runs or the nightly build. - Introduce ProcessLogger to capture output from the Gfsh JVM so that tests can assert against the output. Project: htt

[25/51] [abbrv] geode git commit: GEODE-3140: Removed DiskDirRule and replaced use with TemporaryFolder rule

2017-07-10 Thread jensdeppe
GEODE-3140: Removed DiskDirRule and replaced use with TemporaryFolder rule This closes #608 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0698238a Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0698238a Diff: http:

[23/51] [abbrv] geode git commit: GEODE-2018: Added instantiators to SessionCachingFilter init method

2017-07-10 Thread jensdeppe
GEODE-2018: Added instantiators to SessionCachingFilter init method Also removed unused registerInstantiator methods from GatewayDeltaCreateEvent, GatewayDeltaDestroyEvent, and DeltaSessionDestroyAttrbiuteEvent classes. This closes #587 Project: http://git-wip-us.apache.org/repos/asf/geode/repo

[13/51] [abbrv] geode git commit: GEODE-2996: incorporating review feedback and adding integration test

2017-07-10 Thread jensdeppe
GEODE-2996: incorporating review feedback and adding integration test Addresses review feedback for GEODE-2996, mainly refactoring getOpertionHandler to handle failures like the putOperationHandler Adding put operations to the RoundTripCacheConnectionJUnitTest, which is the integration test for

[34/51] [abbrv] geode git commit: GEODE-3139 remove geode-core/src/main artifacts from classpath of backward-compatibility tests

2017-07-10 Thread jensdeppe
GEODE-3139 remove geode-core/src/main artifacts from classpath of backward-compatibility tests disabling the removal of current-version product files from backward-compatibility VMs. These changes seem to have messed up some test environments. I'll reenable the removals once the issues have been

[41/51] [abbrv] geode git commit: GEODE-3117: fix Gateway authentication with legacy security

2017-07-10 Thread jensdeppe
GEODE-3117: fix Gateway authentication with legacy security * add GatewayLegacyAuthenticationRegressionTest to reproduce bug * fix authentication of Gateway sender/receiver with SECURITY_CLIENT_AUTHENTICATOR This closes #601 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: htt

[48/51] [abbrv] geode git commit: GEODE-3105: Fixing spotlessJavaCheck with PersistentPartitionedRegionTestBase.java

2017-07-10 Thread jensdeppe
GEODE-3105: Fixing spotlessJavaCheck with PersistentPartitionedRegionTestBase.java Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3b90f9f9 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3b90f9f9 Diff: http://git-wip

[49/51] [abbrv] geode git commit: GEODE-3015: Fix a flaky test by adding wait.

2017-07-10 Thread jensdeppe
GEODE-3015: Fix a flaky test by adding wait. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/03503ce7 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/03503ce7 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/035

[30/51] [abbrv] geode git commit: GEODE-3152: Changed to create a region name appropriate to the client version

2017-07-10 Thread jensdeppe
GEODE-3152: Changed to create a region name appropriate to the client version Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/55f7a1c9 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/55f7a1c9 Diff: http://git-wip-us.ap

[32/51] [abbrv] geode git commit: GEODE-2901: Adding integration tests of session replication

2017-07-10 Thread jensdeppe
http://git-wip-us.apache.org/repos/asf/geode/blob/aa68f045/geode-assembly/src/test/java/org/apache/geode/session/tests/Tomcat7Test.java -- diff --git a/geode-assembly/src/test/java/org/apache/geode/session/tests/Tomcat7Test.java

[1/4] geode git commit: GEODE-3109: Publish modules distribution artifacts to maven

2017-07-10 Thread jensdeppe
Repository: geode Updated Branches: refs/heads/develop 5c434bc3a -> 8fa754586 GEODE-3109: Publish modules distribution artifacts to maven - Although the build will create local artifacts like Apache_Geode_Modules-1.3.0-SNAPSHOT-tcServer.zip, the published artifacts will be at co-ordinates:

[4/4] geode git commit: Merge branch 'feature/GEODE-3109' into develop

2017-07-10 Thread jensdeppe
Merge branch 'feature/GEODE-3109' into develop Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/8fa75458 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/8fa75458 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/8

[3/4] geode git commit: Merge branch 'develop' into feature/GEODE-3109

2017-07-10 Thread jensdeppe
Merge branch 'develop' into feature/GEODE-3109 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/12f90ee8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/12f90ee8 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1

[2/4] geode git commit: GEODE-3109: Keep module zip file names with an Apache_Geode prefix

2017-07-10 Thread jensdeppe
GEODE-3109: Keep module zip file names with an Apache_Geode prefix Signed-off-by: Jens Deppe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/7b664a0b Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/7b664a0b Diff: htt

[2/3] geode git commit: GEODE-3423: Use openjdk:8 as the base

2017-08-14 Thread jensdeppe
GEODE-3423: Use openjdk:8 as the base Signed-off-by: Jens Deppe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0ab0ad45 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0ab0ad45 Diff: http://git-wip-us.apache.org/rep

[1/3] geode git commit: GEODE-3423: Provide support for running parallel docker builds in Jenkins

2017-08-14 Thread jensdeppe
Repository: geode Updated Branches: refs/heads/develop 52ae15094 -> c1129c7ab GEODE-3423: Provide support for running parallel docker builds in Jenkins - Also cleaning up other Dockerfiles which are unused Signed-off-by: Scott Jewell Project: http://git-wip-us.apache.org/repos/asf/geode/re

[3/3] geode git commit: Merge branch 'feature/GEODE-3423' into develop

2017-08-14 Thread jensdeppe
Merge branch 'feature/GEODE-3423' into develop Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c1129c7a Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c1129c7a Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/c

geode git commit: GEODE-3423: Have Gradle set LOCAL_USER_ID

2017-08-15 Thread jensdeppe
Repository: geode Updated Branches: refs/heads/develop a60006847 -> d295876d6 GEODE-3423: Have Gradle set LOCAL_USER_ID - This is needed because Jenkins' Gradle job doesn't seem to provide the ability to pass environment variables in. Project: http://git-wip-us.apache.org/repos/asf/geode/r

geode git commit: [#150615582] limit .gitattributes to only java files

2017-08-28 Thread jensdeppe
Repository: geode Updated Branches: refs/heads/develop 73a847a4b -> 21c1fb9d8 [#150615582] limit .gitattributes to only java files Signed-off-by: Jens Deppe Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/21c1fb9d Tree:

geode git commit: Define acceptanceTest task for all submodules

2017-08-29 Thread jensdeppe
Repository: geode Updated Branches: refs/heads/develop 4ac5e65f7 -> 4ac4600a1 Define acceptanceTest task for all submodules - This allows combineReports to be finalizedBy acceptanceTest (thus html report is generated correctly). Signed-off-by: Dick Cavender Project: http://git-wip-us.apa

geode git commit: GEODE-3556: Update gradle docker plugin to 0.5.4

2017-09-01 Thread jensdeppe
Repository: geode Updated Branches: refs/heads/feature/GEODE-3556 [created] 6d32e2872 GEODE-3556: Update gradle docker plugin to 0.5.4 - Note that this feature only works on Linux Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/

[geode] 02/02: Merge branch 'feature/GEODE-3556' into develop

2017-09-06 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit d544a727e624e0c467702feab90c2507f7dac7b9 Merge: 813e4b8 e330ee0 Author: Jens Deppe AuthorDate: Wed Sep 6 06:18:32

[geode] 01/02: GEODE-3556: Add support for setting the user inside docker containers

2017-09-06 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit e330ee0e03746a1f7d00663770447f378551f318 Author: Jens Deppe AuthorDate: Tue Sep 5 19:22:49 2017 -0700 GEODE

[geode] branch develop updated (813e4b8 -> d544a72)

2017-09-06 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 813e4b8 Merge branch 'feature/GEODE-3385' into develop add 6d32e28 GEODE-3556: Update gradle doc

geode-native git commit: GEODE-2766: Only apply patches on Solaris

2017-04-11 Thread jensdeppe
Repository: geode-native Updated Branches: refs/heads/develop 830599888 -> 876067051 GEODE-2766: Only apply patches on Solaris - This avoids trying to apply patches on Windows which can break if the source wasn't actually checked out by a Windows git. Project: http://git-wip-us.apache.org/

geode-native git commit: GEODE-2766: Dummy commit to close PR

2017-04-11 Thread jensdeppe
Repository: geode-native Updated Branches: refs/heads/develop 876067051 -> ca44c0df8 GEODE-2766: Dummy commit to close PR - This closes #89 Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/ca44c0df Tree: http

geode-native git commit: GEODE-2814 Remove curl dependency from native client build

2017-04-24 Thread jensdeppe
Repository: geode-native Updated Branches: refs/heads/GEODE-2814 [created] 1b93cd9a0 GEODE-2814 Remove curl dependency from native client build Signed-off-by: Scott Jewell Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-

[geode] branch develop updated: GEODE-5011: Convert 'Data' commands to ResultModel (#1945)

2018-05-10 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new f1c6b56 GEODE-5011: Convert '

[geode] branch develop updated: Revert "GEODE-5011: Convert 'Data' commands to ResultModel (#1945)"

2018-05-11 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 4f330c3 Revert "GEODE-5011: Convert

[geode] branch develop updated: GEODE-5011: Convert 'Data' commands to ResultModel (#1945)

2018-05-11 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 8ed21ab GEODE-5011: Convert '

[geode] branch develop updated: GEODE-5199: Update fast-classpath-scanner version (#1946)

2018-05-15 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 85bf180 GEODE-5199: Update fast-classpath

[geode] branch develop updated: GEODE-5011: Require all ResultModel sections to be explicitly named (#1944)

2018-05-15 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new ed575a1 GEODE-5011: Require all

[geode] branch develop updated: GEODE-5206: Add an 'ignoreFailure' flag to CliFunctionResult (#1957)

2018-05-15 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 7541362 GEODE-5206: Add an 'ignoreFa

[geode] branch develop updated: GEODE-5185 and GEODE-5011: Fix test failures introduced by race on committing

2018-05-15 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 2245696 GEODE-5185 and GEODE-5011: Fix

[geode] branch develop updated: GEODE-5011: Status IGNORED is correctly processed in conjunction with ignoreIfFailed

2018-05-15 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new bf0d41d GEODE-5011: Status IGNORED is

[geode-examples] branch develop updated: GEODE-5001: Update log4j dependency

2018-05-16 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-examples.git The following commit(s) were added to refs/heads/develop by this push: new 2603dfc GEODE-5001: Update log4j

[geode] branch develop updated: GEODE-4858: Convert DestroyIndexCommand to ResultModel and new cluster persistence API (#1966)

2018-05-17 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 085078f GEODE-4858: Convert

[geode] branch develop updated: GEODE-5230: Pulse does not work when SSL is enabled for JMX (#1976)

2018-05-21 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 75e8b9e GEODE-5230: Pulse does not work

[geode] branch develop updated: GEODE-5247: Gfsh query results contain json instead of object references (#1985)

2018-05-23 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 527e346 GEODE-5247: Gfsh query results

[geode] branch develop updated: GEODE-4858: Convert *DefinedIndex commands to use ResultModel and Sin… (#1983)

2018-05-24 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 71145b6 GEODE-4858: Convert *DefinedIndex

[geode] branch develop updated: GEODE-5266: Add additional tests for gfsh create region (#2004)

2018-05-31 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 2008b46 GEODE-5266: Add additional tests

[geode] branch feature/GEODE-5279 deleted (was 5df5ae4)

2018-06-07 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a change to branch feature/GEODE-5279 in repository https://gitbox.apache.org/repos/asf/geode.git. was 5df5ae4 GEODE-5279: Various debug logging additions This change permanently discards the following

[geode] branch develop updated: GEODE-5322: Catch exceptions during plugin loading (#2058)

2018-06-15 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new a76e951 GEODE-5322: Catch exceptions

[geode] branch develop updated: GEODE-5330: only create one temp folder (#2068)

2018-06-20 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new f5eab20 GEODE-5330: only create one temp

[geode] branch develop updated: Fix test failure related to #2067

2018-06-20 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 7d7a651 Fix test failure related to #2067

[geode] branch develop updated: GEODE-5335: Do not resolve addresses when calling netstat and lsof (#2070)

2018-06-22 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 908a5ef GEODE-5335: Do not resolve

[geode] branch develop updated: GEODE-5346: Fix race in LauncherLifecycleCommandsDUnitTest (#2080)

2018-06-27 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 6ae3cad GEODE-5346: Fix race in

[geode] branch develop updated: GEODE-5328: Update exception message when MemberMBean.showLog is call… (#2061)

2018-06-28 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 40ecb6e GEODE-5328: Update exception

[geode] branch develop updated: GEODE-5212: Ensure that paths on Windows don't end up with spaces (#2100)

2018-07-05 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 73965a8 GEODE-5212: Ensure that paths on

[geode] branch develop updated: GEODE-5373: Adjust timing for GMSHealthMonitorJUnitTest.testRemoveMemberCalled (#2097)

2018-07-05 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 3937ebe GEODE-5373: Adjust timing for

[geode] branch develop updated: Fix test which is using a hijacked domain

2018-07-05 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 2709f1c Fix test which is using a hijacked

[geode] branch develop updated: Don't send email on failure as it's unnecessary. (#2104)

2018-07-05 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new ba1923f Don't send email on failu

[geode] branch feature/GEODE-5212 updated: GEODE-5212: Add python path for CI archive script

2018-07-09 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new e4ca62e GEODE-5212

[geode] branch feature/GEODE-5212 updated: GEODE-5212: More PATH updates

2018-07-09 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new 27887ce GEODE-5212

[geode] branch feature/GEODE-5212 updated: GEODE-5212: Hackery to speed up test cycle - only run one test

2018-07-09 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new 0b077ce GEODE-5212

[geode] branch feature/GEODE-5212 updated: GEODE-5212: Debug why archive uploads are not working

2018-07-09 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new dc296bc GEODE-5212

[geode] branch feature/GEODE-5212 updated: GEODE-5212: Trying to debug GCP auth failures on Windows

2018-07-10 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new 5f302db GEODE-5212

[geode] branch feature/GEODE-5212 updated: GEODE-5212: Trying to debug GCP auth failures on Windows

2018-07-10 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new 6d738f9 GEODE-5212

[geode] branch feature/GEODE-5212 updated: GEODE-5212: Add temporary geode-ci-windows resource

2018-07-11 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch feature/GEODE-5212 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-5212 by this push: new f91eb5e GEODE-5212

[geode] branch develop updated: GEODE-5014: Remove usage of org.json from geode-assembly module (#2132)

2018-07-16 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 98b094a GEODE-5014: Remove usage of

[geode] branch develop updated: GEODE-5441: Use cmd.exe when invoking gfsh.bat in GfshRule (#2147)

2018-07-17 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 5e47f27 GEODE-5441: Use cmd.exe when

[geode] branch develop updated: GEODE-5445: Allow Jetty webapps to discover resources when symlinks are used (#2151)

2018-07-18 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 856705d GEODE-5445: Allow Jetty webapps to

[geode] branch develop updated: GEODE-5448: LogExporter estimates log file size incorrectly on Windows (#2153)

2018-07-18 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 31341fd GEODE-5448: LogExporter estimates

[geode] branch develop updated: GEODE-5446: PdxAttributesJUnitTest does not teardown cache in correct order (#2152)

2018-07-19 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository. jensdeppe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 874cd66 GEODE-5446: PdxAttributesJUnitTest

<    1   2   3   4   5   6   7   8   9   10   >