You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/09/20 11:04:14 UTC

[tinkerpop] branch master updated (d3b1bf3 -> 8599829)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from d3b1bf3  Merge branch 'tp34'
     new b6e36d8  Fix javadoc to be less "script" oriented now that scriptEvaluationTimeout has been deprecated CTR
     new 2caf136  Merge branch 'tp33' into tp34
     new 8599829  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2caf136fd202d664653c9e2c5ff70da6187e81a6
Merge: c431828 b6e36d8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 20 07:03:52 2019 -0400

    Merge branch 'tp33' into tp34

 .../apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[tinkerpop] 01/03: Fix javadoc to be less "script" oriented now that scriptEvaluationTimeout has been deprecated CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit b6e36d8e366b238dfab6fc0ab4acab246b2b0414
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 20 07:02:34 2019 -0400

    Fix javadoc to be less "script" oriented now that scriptEvaluationTimeout has been deprecated CTR
---
 .../apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java
index 7f89a58..c83493a 100644
--- a/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java
+++ b/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java
@@ -88,8 +88,8 @@ public enum ResponseStatusCode {
     SERVER_ERROR(500),
 
     /**
-     * The script submitted for processing evaluated in the {@code ScriptEngine} with errors and could not be
-     * processed.  Check the script submitted for syntax errors or other problems and then resubmit.
+     * The request submitted for processing evaluated by the server with errors and could not be processed.
+     * Check the script or remote traversal submitted for errors or other problems and then resubmit.
      */
     SERVER_ERROR_SCRIPT_EVALUATION(597),
 


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 85998299be6c48602718377a3b81f545a0549bcc
Merge: d3b1bf3 2caf136
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 20 07:03:59 2019 -0400

    Merge branch 'tp34'

 .../apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)