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 2017/07/18 13:09:22 UTC

[45/50] [abbrv] tinkerpop git commit: TINKERPOP-1552 Reverted back to graphson 2.0 for testing

TINKERPOP-1552 Reverted back to graphson 2.0 for testing

Still has failing tests here, but less than 3.0. Still not sure what's bad with 3.0.


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

Branch: refs/heads/master
Commit: 9b02c1fa961d8c05ef658ea10b0c27384588529e
Parents: f03235e
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jul 14 14:15:29 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jul 14 14:15:29 2017 -0400

----------------------------------------------------------------------
 gremlin-dotnet/src/Gremlin.Net/Driver/GremlinClient.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9b02c1fa/gremlin-dotnet/src/Gremlin.Net/Driver/GremlinClient.cs
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/src/Gremlin.Net/Driver/GremlinClient.cs b/gremlin-dotnet/src/Gremlin.Net/Driver/GremlinClient.cs
index a251ab7..5db58e9 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Driver/GremlinClient.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Driver/GremlinClient.cs
@@ -37,7 +37,7 @@ namespace Gremlin.Net.Driver
         /// <summary>
         /// Defines the default mime type to use.
         /// </summary>
-        public const string DefaultMimeType = "application/vnd.gremlin-v3.0+json";
+        public const string DefaultMimeType = "application/vnd.gremlin-v2.0+json";
         
         private readonly ConnectionPool _connectionPool;