Blake Bender created GEODE-8153: ----------------------------------- Summary: 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
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)