[
https://issues.apache.org/jira/browse/GEODE-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027800#comment-17027800
]
ASF subversion and git services commented on GEODE-7597:
--------------------------------------------------------
Commit f18c3069a8dd43096e669df5f18b212b751772e2 in geode's branch
refs/heads/feature/GEODE-7597 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f18c306 ]
GEODE-7597: Factor out code needed in Membership from SocketCreator
Implemented a new TcpSocketCreatorImpl. Due to GeodeHttpClientRule
dependencies this and associated interfaces are in geode-common. I'd
rather have them in geode-tcp-server.
SocketCreator now subclasses TcpSocketCreatorImpl and I've removed the
adapter class, which is no longer needed.
> Factor out code needed in Membership from SocketCreator
> -------------------------------------------------------
>
> Key: GEODE-7597
> URL: https://issues.apache.org/jira/browse/GEODE-7597
> Project: Geode
> Issue Type: Improvement
> Components: membership
> Reporter: Bill Burcham
> Priority: Major
> Fix For: 1.12.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {{SocketCreator}} is part of {{geode-core}}. But we need a
> {{TcpSocketCreator}} to test membership. Rather than creating a new
> implementation of {{TcpSocketCreator}} used only in tests, we'll factor out
> the code from {{SocketCreator}} into TBD class/TBD module for use by both
> {{SocketCreator}} and membership tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)