[ 
https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369143#comment-15369143
 ] 

ASF GitHub Bot commented on TINKERPOP-1274:
-------------------------------------------

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/351
  
    I think we should try to merge this PR at this point (though we need one 
more +1 - @PommeVerte do you have a moment to do a final review?). There are a 
few little tweaks here and there, but I can quickly do those after we merge. 
    
    I configured Gremlin Server to use 2.0 and it works nicely with REST:
    
    ```text
    $ curl "http://localhost:8182?gremlin=g.V(1)"
    
{"requestId":"7b99b15e-5d07-4cb3-b9bd-cc62d03b99ca","status":{"message":"","code":200,"attributes":{}},"result":{"data":[{"id":{"@type":"Long","@value":1},"label":"person","type":"vertex","properties":{"name":[{"id":{"@type":"Long","@value":0},"value":"marko"}],"age":[{"id":{"@type":"Long","@value":2},"value":29}]}}],"meta":{}}}
    ```
    
    I expect to do more tests around the server this week.
    
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1


> GraphSON Version 2.0
> --------------------
>
>                 Key: TINKERPOP-1274
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1274
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.1.2-incubating
>            Reporter: stephen mallette
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> Develop a revised version of GraphSON that provides better support for 
> non-JVM languages that consume it. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to