Cole-Greer commented on code in PR #3284:
URL: https://github.com/apache/tinkerpop/pull/3284#discussion_r2591045899


##########
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/Settings.java:
##########
@@ -189,6 +189,14 @@ public Settings() {
      */
     public boolean strictTransactionManagement = false;
 
+    /**
+     * If set to {@code true} the Gremlin Server will destroy the session when 
a GraphOp (commit or rollback) is
+     * successfully completed on that session.
+     *
+     * NOTE: Defaults to false in 3.7.6/3.8.1 to prevent breaking change.

Review Comment:
   Nit: I generally prefer not to reference specific releases in javadocs as it 
quickly becomes outdated.



-- 
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]

Reply via email to