[
https://issues.apache.org/jira/browse/GEODE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994205#comment-15994205
]
ASF GitHub Bot commented on GEODE-254:
--------------------------------------
GitHub user davinash opened a pull request:
https://github.com/apache/geode/pull/488
GEODE-254: Removed deprecated Region.keys and Region.entries
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davinash/geode feature/GEODE-254
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/488.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 #488
----
commit 2e2684dcf471f294a0d9da94bdba1c767436abe4
Author: adongre <[email protected]>
Date: 2017-05-02T09:11:55Z
GEODE-254: Removed deprecated Region.keys and Region.entries
----
> Remove deprecated Region.keys and Region.entries
> ------------------------------------------------
>
> Key: GEODE-254
> URL: https://issues.apache.org/jira/browse/GEODE-254
> Project: Geode
> Issue Type: Sub-task
> Reporter: Darrel Schneider
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Remove the deprecated Region.keys and Region.entries. Any calls can be simply
> changed to Region.keySet and Region.entrySet so this should be an easy change.
> A large number of tests call the deprecated methods.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)