Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-231 : Remove deprecated AttributesMutator.setCacheListener #507

Closed
wants to merge 3 commits into from

Conversation

shankarh-zz
Copy link

Removed AttributesMutator.setCacheListener from AttributesMutator interface and AbstractRegion.
Modified tests to use addCacheListener/initCacheListener.
Removed tests which are not valid for new APIs
Changed references in java docs.

Removed setCacheListener method from AttributesMutator and AbstractRegion.
Changed tests to use either initCacheListeners or addCacheListener methods from AttributesMutator.
@ameybarve15
Copy link
Contributor

+1 Looks good , only fix conflicts.

@@ -14,19 +14,18 @@
*/
package org.apache.geode.test.junit.rules;

import java.util.EnumSet;
import java.util.Set;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no reason why this import reorg should be part of this pull request.

@dschneider-pivotal
Copy link
Contributor

+1

@shankarh-zz
Copy link
Author

Thanks @ameybarve15 @dschneider-pivotal for review.
Do I need to resubmit this PR after resolving conflicts?
or we resolve conflicts while merging?

Copy link
Contributor

@dschneider-pivotal dschneider-pivotal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will pull this one in

@asfgit asfgit closed this in e24438b Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants