You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2019/02/06 09:30:51 UTC

[tinkerpop] 01/01: Merge pull request #1054 from apache/TINKERPOP-2149

This is an automated email from the ASF dual-hosted git repository.

jorgebg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 37a344b136966161960fe625f7ffccc7cd976df8
Merge: 2fc9724 329afd3
Author: Jorge Bay Gondra <jo...@gmail.com>
AuthorDate: Wed Feb 6 10:30:45 2019 +0100

    Merge pull request #1054 from apache/TINKERPOP-2149
    
    TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

 CHANGELOG.asciidoc                                 |  1 +
 .../driver/ser/binary/TypeSerializerRegistry.java  | 44 ++++++++++++++++------
 .../ser/binary/TypeSerializerRegistryTest.java     | 38 +++++++++++++++++++
 .../ser/binary/types/sample/SamplePerson.java      |  2 +-
 4 files changed, 73 insertions(+), 12 deletions(-)