You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/03/10 12:35:27 UTC

[tinkerpop] branch master updated (60bfc90 -> b846561)

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

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


    from 60bfc90  Updated bios CTR
     add ee61241  Fixed NPE during the ResponseMessageDeserializer#createObject when data.status.message is null for AbstractGraphSONMessageSerializerV1d0, AbstractGraphSONMessageSerializerV2d0, GraphSONMessageSerializerV1d0. Add some deserialization tests for GraphSONMessageSerializerV1d0Test, GraphSONMessageSerializerGremlinV2d0Test.
     add d3c5972  Add CHANGELOG entry for GraphSON NPE fix
     add 2d700ed  Merge branch 'pr-1397' into 3.4-dev
     new b846561  Merge branch '3.4-dev'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../ser/AbstractGraphSONMessageSerializerV1d0.java |  2 +-
 .../ser/AbstractGraphSONMessageSerializerV2d0.java |  2 +-
 .../driver/ser/GraphSONMessageSerializerV1d0.java  |  2 +-
 .../GraphSONMessageSerializerGremlinV2d0Test.java  | 26 ++++++++++++++++++++-
 .../ser/GraphSONMessageSerializerV1d0Test.java     | 27 +++++++++++++++++++++-
 6 files changed, 55 insertions(+), 5 deletions(-)


[tinkerpop] 01/01: Merge branch '3.4-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b84656175c72f9d96e2e4e57077761529becd96d
Merge: 60bfc90 2d700ed
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Mar 10 07:35:05 2021 -0500

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc                                 |  1 +
 .../ser/AbstractGraphSONMessageSerializerV1d0.java |  2 +-
 .../ser/AbstractGraphSONMessageSerializerV2d0.java |  2 +-
 .../driver/ser/GraphSONMessageSerializerV1d0.java  |  2 +-
 .../GraphSONMessageSerializerGremlinV2d0Test.java  | 26 ++++++++++++++++++++-
 .../ser/GraphSONMessageSerializerV1d0Test.java     | 27 +++++++++++++++++++++-
 6 files changed, 55 insertions(+), 5 deletions(-)