[ https://issues.apache.org/jira/browse/GEODE-7507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984014#comment-16984014 ]
ASF subversion and git services commented on GEODE-7507: -------------------------------------------------------- Commit 8c42458f71a6ab4853be3971bae5fed756cd009a in geode's branch refs/heads/feature/GEODE-7507 from Bruce Schuchardt [ https://gitbox.apache.org/repos/asf?p=geode.git;h=8c42458 ] GEODE-7507 remove GMSMembership's dependency on DistributionMessage Prior to this change-set the membership module wrapped all messages in a GMSMessageAdapter. This is no longer necessary and I've deleted that class. Instead, our messages now implement GMSMessage (now renamed DistributionMessage) and the geode-core abstract DistributionMessage class (now renamed ClusterMessage) implements the membership module's API. Most of the files in the diff are only affected by the renaming of GMSMessage and DistributionMessage. The primary changes are in GMSManager and DistributionMessage (now named ClusterMessage). > remove GMSMembership's dependency on DistributionMessage > -------------------------------------------------------- > > Key: GEODE-7507 > URL: https://issues.apache.org/jira/browse/GEODE-7507 > Project: Geode > Issue Type: Improvement > Components: membership > Reporter: Bruce J Schuchardt > Assignee: Bruce J Schuchardt > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > GMSMembership should not refer to DistributionMessage, a geode-core class. > This is preventing membership from being moved to a separate sub-project. -- This message was sent by Atlassian Jira (v8.3.4#803005)