merlimat opened a new pull request #1783: Fix build with boost >= 1.66 URL: https://github.com/apache/incubator-pulsar/pull/1783 ### Motivation The SSL context object constructor taking an `io_service` was already deprecated in boost 1.54 and it has been removed in boost 1.66. Ref: https://github.com/boostorg/asio/blob/boost-1.54.0/include/boost/asio/ssl/context.hpp#L62 ### Modifications Use non-deprecated constructor.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
