[ https://issues.apache.org/jira/browse/GEODE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16004429#comment-16004429 ]
ASF GitHub Bot commented on GEODE-254: -------------------------------------- GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/504 GEODE-254: Removed deprecated Region.keys and Region.entries Addressing review comment from https://github.com/apache/geode/pull/488 - removed method entries - IndexMaintenanceJUnitTest#testIndexMaintenanceWithIndexOnMethodEntries is no longer applicable so removed the same. - Other than GMSMembershipManagerJUnitTest all tests are passing - This also fixed ConsoleDistributionManagerDUnitTest#testApplications, which was failing due to my previous fix. @dschneider-pivotal , @kirklund Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/davinash/geode feature/GEODE-254.2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/504.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 #504 ---- commit bba87157d39cefcc977ce9207842f0316cbb6729 Author: adongre <adon...@apache.org> Date: 2017-05-09T19:04:14Z GEODE-254: Addressing review comments from PR #488 Replacing all inststance of entries with entrySet GEODE-254: Fixing the Test Failures - Removed test testIndexMaintenanceWithIndexOnMethodEntries since this is no more applicable. GEODE-254: Spotless fixing. ---- > 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 > Assignee: Avinash Dongre > Fix For: 1.2.0 > > 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)