[
https://issues.apache.org/jira/browse/TINKERPOP-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452204#comment-16452204
]
ASF GitHub Bot commented on TINKERPOP-1943:
-------------------------------------------
Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/858#discussion_r184047847
--- Diff:
gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js
---
@@ -33,7 +33,7 @@ const responseStatusCode = {
noContent: 204,
partialContent: 206
};
-const defaultMimeType = 'application/vnd.gremlin-v2.0+json';
+const defaultMimeType = 'application/vnd.gremlin-v3.0+json';
--- End diff --
Is there a way to configure for GraphSON 2.0? Also, I assume that the tests
are running on GraphSON 3.0 now, but do they also run for GraphSON 2.0 still?
> JavaScript GLV: Support GraphSON3
> ---------------------------------
>
> Key: TINKERPOP-1943
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1943
> Project: TinkerPop
> Issue Type: Improvement
> Components: javascript
> Affects Versions: 3.3.2
> Reporter: Jorge Bay
> Priority: Major
>
> Default GraphSON version for gremlin-javascript is GraphSON2 and newer
> version is not supported, which can be a pain for users getting started with
> the GLV in 3.3+.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)