[CXX-1681] Implement Unified URI Options Created: 05/Nov/18  Updated: 28/Oct/23  Resolved: 13/Jan/20

Status: Closed
Project: C++ Driver
Component/s: None
Affects Version/s: None
Fix Version/s: 3.5.0

Type: New Feature Priority: Major - P3
Reporter: Rathi Gnanasekaran Assignee: Samantha Ritter (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
is depended on by DRIVERS-557 Implement Unified URI Options Closed
Epic Link: CXX 4.2 Support

 Description   

See DRIVERS-557 for details.



 Comments   
Comment by Githook User [ 13/Jan/20 ]

Author:

{'name': 'samantharitter', 'email': 'samantha.ritter@10gen.com', 'username': 'samantharitter'}

Message: CXX-1681 rename ssl options to tls
Branch: master
https://github.com/mongodb/mongo-cxx-driver/commit/0c1694b4040183dffc00e97711e845bd1b1d349f

Comment by Jeremy Mikola [ 16/Sep/19 ]

Moving up the fixVersion to be consistent with the 4.2 epic.

clyde.bazile, samantha.ritter: I think you should prioritize this above some other 4.2 issues, as it's responsible for a build failure.

Comment by Roberto Sanchez [ 28/Aug/19 ]

In doing some other work I had to build the C++ driver locally against the master branch of the C driver. I have begun to encounter warnings like this:

[ 93%] Building CXX object src/mongocxx/test/CMakeFiles/test_driver.dir/options/private/rewriter.cpp.o
In file included from /network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/third_party/catch/include/helpers.hpp:19:0,
                 from /network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/mongocxx/test/options/index.cpp:15:
/network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/mongocxx/private/libmongoc.hh:58:61: warning: ‘bool mongoc_uri_get_ssl(const mongoc_uri_t*)’ is deprecated: Use mongoc_uri_get_tls instead [-Wdeprecated-declarations]
     extern MONGOCXX_API mongocxx::test_util::mock<decltype(&mongoc_##name)>& name;
                                                             ^
/network/home/roberto/src/mongodb/mongo-cxx-driver.git/src/mongocxx/private/libmongoc_symbols.hh:256:1: note: in expansion of macro ‘MONGOCXX_LIBMONGOC_SYMBOL’
 MONGOCXX_LIBMONGOC_SYMBOL(uri_get_ssl)
 ^~~~~~~~~~~~~~~~~~~~~~~~~

These should be cleaned up.

Generated at Wed Feb 07 22:03:34 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.