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:34 UTC

[tinkerpop] branch 3.4-dev updated (7bfe54a -> 2d700ed)

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

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


    from 7bfe54a  TINKERPOP-2488 Added tests to ensure failures with js when using ws:// on a TLS enabled server. 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

No new revisions were added by this update.

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(-)