[
https://issues.apache.org/jira/browse/GEODE-6883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873388#comment-16873388
]
ASF subversion and git services commented on GEODE-6883:
--------------------------------------------------------
Commit 4952d3bfddfe2f5fee29986a459f5a34c0100b41 in geode's branch
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4952d3b ]
GEODE-6883: Removing some dependencies on core from membership
* Removing some direct dependencies on classes outside of membership.
* Replaced the pattern having each Service implement MessageHandler and
have a single processMessage method with a switch statement. Instead
we install individual MessageHandlers for each message.
* Removed GMSAuthenticator from Services. Instead we inject the
Authenticator when we create a MembershipManager.
Key-Gripped-By: Bill Burcham <[email protected]>
Co-Authored-By: Bill Burcham <[email protected]>
Co-Authored-By: Ernest Burghardt <[email protected]>
> Move the membership code into a separate gradle sub-project
> -----------------------------------------------------------
>
> Key: GEODE-6883
> URL: https://issues.apache.org/jira/browse/GEODE-6883
> Project: Geode
> Issue Type: Improvement
> Components: membership
> Reporter: Dan Smith
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In order to make membership more testable, we want to move the membership
> code out of geode-core and into a new geode-membership gradle sub-project.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)