absurdfarce commented on code in PR #581: URL: https://github.com/apache/cassandra-cpp-driver/pull/581#discussion_r2670175037
########## README.md: ########## @@ -29,27 +28,8 @@ The driver depends on the following libraries: * zlib The version of OpenSSL and zlib provided with each Linux distribution above can be used -to build the driver. A version of libuv > 1.x is provided for CentOS 7 and Rocky -Linux; this can be found under the `dependencies` directory for each platform. -Packages for all three dependencies are provided for Windows distributions. - -## Upgrading for DSE - -Starting with Apache Cassandra C/C++ Driver v2.15.0, DataStax -Enterprise (DSE) support is now available; using the DSE driver exclusively is no -longer required for DSE customers. - -### For DSE driver users - -Linking changes will be required when migrating to this driver. Replace `-ldse` with `-lcassandra`. - -### For Cassandra driver users - -No changes will be required when upgrading to this driver. There will be new -driver dependencies when using any of the binary versions obtained from our -[Artifactory server] as [Kerberos] is utilized in the [DSE features] of this -driver. See the [installation] section for more information on obtaining the -dependencies for a specific platform. Review Comment: The notes for upgrading from DSE and DSE driver users are quite old (they refer to things that aren't really used anymore) and probably confuse more than clarify. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

