You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2020/12/14 21:06:00 UTC

[jira] [Closed] (GEODE-8153) Replace ACE_Sock with boost::asio in TcpSslConn

     [ https://issues.apache.org/jira/browse/GEODE-8153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blake Bender closed GEODE-8153.
-------------------------------

> Replace ACE_Sock with boost::asio in TcpSslConn
> -----------------------------------------------
>
>                 Key: GEODE-8153
>                 URL: https://issues.apache.org/jira/browse/GEODE-8153
>             Project: Geode
>          Issue Type: Sub-task
>          Components: native client
>            Reporter: Blake Bender
>            Priority: Major
>
> Why
> Over the course of time, we are gradually working to get rid of the NC dependency on ACE
> As a native client developer
> I want to be able to build without ACE
> To improve the maintainability of the code, since ACE isn't really supported actively and is quite old and obscure
> Acceptance Criteria
> Sockets code is using boost::asio rather than ACE. All integration tests are passing on all platforms
> Scenario:
> Given a branch with ACE_Sock replaced with boost::asio in TcpConn and TcpSslConn
> When I deploy an NC pipeline for that branch
> Then the CI completes with all tests passing



--
This message was sent by Atlassian Jira
(v8.3.4#803005)