[GitHub] tinkerpop pull request #432: Fixed SerializerProvider for GraphSON 2.0.

2016-09-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/tinkerpop/pull/432


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] tinkerpop pull request #432: Fixed SerializerProvider for GraphSON 2.0.

2016-09-22 Thread newkek
GitHub user newkek opened a pull request:

https://github.com/apache/tinkerpop/pull/432

Fixed SerializerProvider for GraphSON 2.0.

Serialization was broken for unknown objects when creating multiple 
instances of the GraphSONMapper with different GraphSON versions.
The issue is fixed and I added a test that would be failing if there wasn't 
this fix.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/newkek/incubator-tinkerpop graphson-ser-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tinkerpop/pull/432.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #432


commit 5060dce47be41afb97669c86d0829a249292ef71
Author: Kevin Gallardo 
Date:   2016-09-22T10:56:20Z

Fixed SerializerProvider for GraphSON 2.0.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---