[incubator-geode] Git Push Summary

2016-07-25 Thread markito
Repository: incubator-geode Updated Tags: refs/tags/rel/v1.0.0-incubating.M3.RC4 [created] 691ace0a7

svn commit: r14539 - /dev/incubator/geode/1.0.0-incubating.M3.RC4/

2016-07-25 Thread markito
Author: markito Date: Tue Jul 26 05:24:43 2016 New Revision: 14539 Log: Releasing Apache Geode 1.0.0-incubating.M3.RC4 distribution Added: dev/incubator/geode/1.0.0-incubating.M3.RC4/ dev/incubator/geode/1.0.0-incubating.M3.RC4/apache-geode-1.0.0-incubating-SNAPSHOT.tar.gz (with

[incubator-geode] Git Push Summary

2016-07-25 Thread markito
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating.M3 [created] 08016b32b

[incubator-geode] Git Push Summary

2016-07-25 Thread markito
Repository: incubator-geode Updated Branches: refs/heads/release/1.0.0-incubating.M3 [deleted] 338b434ed

[3/9] incubator-geode git commit: Updating KEYS file

2016-07-25 Thread markito
Updating KEYS file Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/05e60b97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/05e60b97 Diff:

[7/9] incubator-geode git commit: GEODE-1665: Remove bundled jar from source distribution

2016-07-25 Thread markito
GEODE-1665: Remove bundled jar from source distribution Modified the geode-example to remove the bundled gradle wrapper jar from the source distribution. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/9] incubator-geode git commit: Removing -SNAPSHOT from gradle.properties Closing #171 (already merged)

2016-07-25 Thread markito
Repository: incubator-geode Updated Branches: refs/heads/develop f0d36eea5 -> 08016b32b Removing -SNAPSHOT from gradle.properties Closing #171 (already merged) Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[6/9] incubator-geode git commit: GEODE-1664: Remove jopt-simple from src LICENSE

2016-07-25 Thread markito
GEODE-1664: Remove jopt-simple from src LICENSE The jopt-simple source dependency was replaced by a binary dependency. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3c5c62fb Tree:

[8/9] incubator-geode git commit: GEODE-1668: Revert change to not exclude gradle-wrapper.properties

2016-07-25 Thread markito
GEODE-1668: Revert change to not exclude gradle-wrapper.properties Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/338b434e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/338b434e Diff:

[5/9] incubator-geode git commit: GEODE-1664: Add AOP Alliance to LICENSE

2016-07-25 Thread markito
GEODE-1664: Add AOP Alliance to LICENSE Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7c9d3a6b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7c9d3a6b Diff:

[4/9] incubator-geode git commit: GEODE-1664: Update SLF4J version in LICENSE

2016-07-25 Thread markito
GEODE-1664: Update SLF4J version in LICENSE Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cc89b76b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cc89b76b Diff:

[2/9] incubator-geode git commit: GEODE-1598: fix auto-completion problems by telling jopt that all options are optional

2016-07-25 Thread markito
GEODE-1598: fix auto-completion problems by telling jopt that all options are optional Spring shell, jopt-simple and Geode GFSH code all duplicated the concept of required options. jopt-simple can be blind to this, which prevents OptionParser.parse from throwing an Exception when a required

[9/9] incubator-geode git commit: GEODE-1696 - Merge branch 'release/1.0.0-incubating.M3' RC3 into develop

2016-07-25 Thread markito
GEODE-1696 - Merge branch 'release/1.0.0-incubating.M3' RC3 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/08016b32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/08016b32

incubator-geode git commit: GEODE-1617: CreateRegionFunction was not attaching a cache listener

2016-07-25 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop 408189c54 -> f0d36eea5 GEODE-1617: CreateRegionFunction was not attaching a cache listener Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Marking test as flaky - see GEODE-1594

2016-07-25 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 17ede3150 -> 408189c54 Marking test as flaky - see GEODE-1594 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/408189c5 Tree:

[2/2] incubator-geode git commit: GEODE-1673: fail start if security.json cannot be found

2016-07-25 Thread klund
GEODE-1673: fail start if security.json cannot be found * collapse JSONAuthorization into SampleSecurityManager * update SampleSecurityManager to support file, resource and string json * cleanup security tests * add SecurityTest category to security tests This closes #212 Project:

[1/2] incubator-geode git commit: GEODE-1673: fail start if security.json cannot be found

2016-07-25 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 7ca571c56 -> 17ede3150 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/17ede315/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/MemberMBeanSecurityJUnitTest.java

incubator-geode git commit: GEODE-420: Fixed DistributedMulticastRegionDUnitTest.java

2016-07-25 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 230e5c896 -> e8676046c GEODE-420: Fixed DistributedMulticastRegionDUnitTest.java Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/6] incubator-geode git commit: GEODE-17: update selenium-firefox driver to run uiTest [Forced Update!]

2016-07-25 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1673-PR-212 83020077b -> 8812d5403 (forced update) GEODE-17: update selenium-firefox driver to run uiTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[6/6] incubator-geode git commit: GEODE-1673: fail start if security.json cannot be found

2016-07-25 Thread klund
GEODE-1673: fail start if security.json cannot be found * collapse JSONAuthorization into SampleSecurityManager * update SampleSecurityManager to support file, resource and string json * cleanup security tests * add SecurityTest category to security tests This closes #212 Project:

[3/6] incubator-geode git commit: javadoc clean-up for commmunications/membership classes

2016-07-25 Thread klund
javadoc clean-up for commmunications/membership classes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/40f95887 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/40f95887 Diff:

[4/6] incubator-geode git commit: GEODE-1617: Regions can be created with a variety of characters that are unsupported

2016-07-25 Thread klund
GEODE-1617: Regions can be created with a variety of characters that are unsupported * Test for valid characters when creating non-internal regions * Updated unit tests and added a new isInternalRegion field to InternalRegionAttributes * Fixed issue with HA region. * Found a potential issue

[5/6] incubator-geode git commit: GEODE-1673: fail start if security.json cannot be found

2016-07-25 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8812d540/geode-core/src/test/java/com/gemstone/gemfire/management/internal/security/MemberMBeanSecurityJUnitTest.java -- diff --git

[2/6] incubator-geode git commit: GEODE-17: fix javadoc warnings

2016-07-25 Thread klund
GEODE-17: fix javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f230349f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f230349f Diff:

incubator-geode git commit: GEODE-420: revertin changes TestObjectThrowsException to be public

2016-07-25 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 7255b8684 -> 230e5c896 GEODE-420: revertin changes TestObjectThrowsException to be public Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1617: Regions can be created with a variety of characters that are unsupported

2016-07-25 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 40f95887b -> 7ca571c56 GEODE-1617: Regions can be created with a variety of characters that are unsupported * Test for valid characters when creating non-internal regions * Updated unit tests and added a new isInternalRegion

incubator-geode git commit: GEODE-420: changing TestObjectThrowsException to be public

2016-07-25 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 23933523d -> 7255b8684 GEODE-420: changing TestObjectThrowsException to be public Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: