vttranlina opened a new pull request #670: URL: https://github.com/apache/james-project/pull/670
I propose to remove `GroupMembershipResolver`, `SimpleGroupMembershipResolver` and related ## Reason: - interface GroupMembershipResolver has only one implement is SimpleGroupMembershipResolver - As the author's comment at `SimpleGroupMembershipResolver`: ``` "There is no persistence. You will get only what you add ``` And nowhere call to `.addMemberShip` method => `.isMember` always return FALSE Remove the exuberancy code to make it simpler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
