You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/05/02 12:25:38 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1107: TINKERPOP-2206 Fixed g:List serialization

spmallette opened a new pull request #1107: TINKERPOP-2206 Fixed g:List serialization
URL: https://github.com/apache/tinkerpop/pull/1107
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-2206
   
   Seems like javascript arrays were being serialized as naked JSON objects rather than g:List. Java serialization seemed to forgive that for some reason, but prevented certain operations to really work right in the process like P.within() logic from TINKERPOP-2199 which was also fixed in this change.
   
   There may be nicer ways to correct these issues from a javascript programming perspective - I just kinda hammered something in there. Happy to hear better ways to do things.
   
   Builds with `mvn clean install`:
   
   VOTE +1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services