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 2016/09/25 00:47:45 UTC

[1/2] tinkerpop git commit: Removed todo in favor of TINKERPOP-1465

Repository: tinkerpop
Updated Branches:
  refs/heads/master 3bb8fc9c9 -> 817961f5c


Removed todo in favor of TINKERPOP-1465


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ac55bd05
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ac55bd05
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ac55bd05

Branch: refs/heads/master
Commit: ac55bd051e7c8b1b74c31d345048ab7741e1dfe0
Parents: 6f1ccb6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Sep 24 20:45:49 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Sep 24 20:45:49 2016 -0400

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ac55bd05/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
index fbc497c..584dac1 100644
--- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
+++ b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
@@ -51,7 +51,6 @@ public final class AllowAllAuthenticator implements Authenticator {
     public SaslNegotiator newSaslNegotiator() {
         // While this method is deprecated, it remains here to ensure backward compatibility with the old method. In
         // this way the integration tests can continue to execute here
-        // todo: remove this method on a future version and implement the new one
         return AUTHENTICATOR_INSTANCE;
     }
 


[2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/tp31'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/817961f5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/817961f5
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/817961f5

Branch: refs/heads/master
Commit: 817961f5c9a4d752be95731c6692016db7406c10
Parents: 3bb8fc9 ac55bd0
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Sep 24 20:47:36 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Sep 24 20:47:36 2016 -0400

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------