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: GEODE-3277: Fix test failure caused by ServerState changes

2017-08-28 Thread khowe
Repository: geode Updated Branches: refs/heads/develop ca2f20b86 -> 73a847a4b GEODE-3277: Fix test failure caused by ServerState changes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/73a847a4 Tree: http://git-wip-us.apac

geode git commit: GEODE-3448: Implement and expose parallel snapshot import

2017-08-28 Thread dschneider
Repository: geode Updated Branches: refs/heads/develop 4a5c56eb8 -> ca2f20b86 GEODE-3448: Implement and expose parallel snapshot import This closes #721 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ca2f20b8 Tree: http:

geode git commit: GEODE-3277: Fix test failure caused by ServerState changes

2017-08-28 Thread khowe
Repository: geode Updated Branches: refs/heads/develop f41ca9d7d -> 4a5c56eb8 GEODE-3277: Fix test failure caused by ServerState changes Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/4a5c56eb Tree: http://git-wip-us.apac

geode git commit: GEODE-3529 move new client/server security classes to a different package

2017-08-28 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-3529 [created] ed3ac98ce GEODE-3529 move new client/server security classes to a different package The new classes/interfaces have been moved to org.apache.geode.security.server. A package.html is now provided that describes the pur

[1/2] geode git commit: GEODE-3277: Fix error path constructors of Launcher inner State classess

2017-08-28 Thread khowe
Repository: geode Updated Branches: refs/heads/develop 9e5fad2e8 -> f41ca9d7d http://git-wip-us.apache.org/repos/asf/geode/blob/f41ca9d7/geode-core/src/test/java/org/apache/geode/distributed/LauncherIntegrationTestCase.java --

[2/2] geode git commit: GEODE-3277: Fix error path constructors of Launcher inner State classess

2017-08-28 Thread khowe
GEODE-3277: Fix error path constructors of Launcher inner State classess Updated tests for changes in the error constructors for ServerState and LocatorState. Minor spelling corrections. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/ge

geode git commit: GEODE-3447 Implement client authorization for the new protocol

2017-08-28 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop e0ece3315 -> 9e5fad2e8 GEODE-3447 Implement client authorization for the new protocol Implementation of authorization checks for the new protocol. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apach

geode git commit: GEODE-3508: Remove three unused internal deprecated classes.

2017-08-28 Thread klund
Repository: geode Updated Branches: refs/heads/develop a2fffd4ef -> e0ece3315 GEODE-3508: Remove three unused internal deprecated classes. * Update ClusterConfigurationNotAvailableException to extend Exception directly, rather than the deprecated class. Project: http://git-wip-us.apache.org

geode git commit: throw an exception rather than return null if authentication has yet to be done.

2017-08-28 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-3447 ea1d8c1f9 -> ab8159db4 throw an exception rather than return null if authentication has yet to be done. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/ab81

geode git commit: GEODE-3527: use consistent value for all timeouts

2017-08-28 Thread klund
Repository: geode Updated Branches: refs/heads/develop 93ab56ce6 -> a2fffd4ef GEODE-3527: use consistent value for all timeouts Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a2fffd4e Tree: http://git-wip-us.apache.org/re

geode git commit: GEODE-3527: increase timeouts for file deletion

2017-08-28 Thread klund
Repository: geode Updated Branches: refs/heads/develop c5b121175 -> 93ab56ce6 GEODE-3527: increase timeouts for file deletion Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/93ab56ce Tree: http://git-wip-us.apache.org/repo

[1/2] geode git commit: GEODE-3513: Removing the use of native sessions session caching

2017-08-28 Thread upthewaterspout
Repository: geode Updated Branches: refs/heads/develop 755f63624 -> c5b121175 http://git-wip-us.apache.org/repos/asf/geode/blob/c5b12117/geode-assembly/src/test/java/org/apache/geode/session/tests/GenericAppServerClientServerTest.java

[2/2] geode git commit: GEODE-3513: Removing the use of native sessions session caching

2017-08-28 Thread upthewaterspout
GEODE-3513: Removing the use of native sessions session caching In the session module for generic app servers, we were asking the application server for a 'native' session and then wrapping it on our own GemfireHttpSession. However, we were not cleaning up that native session, which means that in