[GitHub] geode pull request #353: GEODE-2269 update to allow region entries non null ...

2017-02-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/geode/pull/353


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] geode pull request #353: GEODE-2269 update to allow region entries non null ...

2017-01-24 Thread metatype
Github user metatype commented on a diff in the pull request:

https://github.com/apache/geode/pull/353#discussion_r97697959
  
--- Diff: .gitignore ---
@@ -12,6 +12,12 @@ build/
 .idea/
 build-eclipse/
 /tags
+bin
+runtime
--- End diff --

Thanks for the contribution!  Did you mean to include the `.gitignore` 
changes in this PR?  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] geode pull request #353: GEODE-2269 update to allow region entries non null ...

2017-01-24 Thread ggreen
GitHub user ggreen opened a pull request:

https://github.com/apache/geode/pull/353

GEODE-2269 update to allow region entries non null empty key such as …

update to allow region entries non null empty key such as zero length 
strings to be removed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ggreen/geode GEODE-2269

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/353.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #353


commit 35fcebd1a2341ce73e9f5ef695c3fc388bc0e1a4
Author: Gregory Green 
Date:   2017-01-24T21:13:25Z

GEODE-2269 update to allow region entries non null empty key such as zero 
length strings to be removed




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---