GumpacG commented on code in PR #3466: URL: https://github.com/apache/tinkerpop/pull/3466#discussion_r3463324089
########## docs/src/upgrade/release-4.x.x.asciidoc: ########## @@ -32,6 +32,54 @@ complete list of all the modifications that are part of this release. === Upgrading for Users +==== Standardizing Java Connection Options + +TinkerPop 4.x standardizes connection option names and defaults across the GLVs. In the Java reference driver +(`gremlin-driver`), several `Cluster.Builder` options have been renamed for consistency, with the old names retained +as deprecated aliases so that existing code keeps compiling, and a number of new options have been added. The notes Review Comment: Removed -- 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]
