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 14:29:14 UTC

[tinkerpop] branch master updated (3f55cba -> 64e4964)

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

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


    from 3f55cba  Update bio
     add 2c91de0  TINKERPOP-2150 Support configuring the registry builder in config
     add 325a6c8  TINKERPOP-2150 Changelog and docs
     new 64e4964  Merge pull request #1055 from apache/TINKERPOP-2150

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 +
 docs/src/reference/gremlin-applications.asciidoc   |  1 +
 .../driver/ser/GraphBinaryMessageSerializerV1.java | 20 ++++++++++++++--
 .../binary/GraphBinaryMessageSerializerV1Test.java | 27 ++++++++++++++++++++++
 4 files changed, 47 insertions(+), 2 deletions(-)


[tinkerpop] 01/01: Merge pull request #1055 from apache/TINKERPOP-2150

Posted by jo...@apache.org.
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 64e49641ffd7ac570ce48f767e0c305110e8904c
Merge: 3f55cba 325a6c8
Author: Jorge Bay Gondra <jo...@gmail.com>
AuthorDate: Wed Feb 6 15:29:08 2019 +0100

    Merge pull request #1055 from apache/TINKERPOP-2150
    
    TINKERPOP-2150 Support configuring the registry builder in config

 CHANGELOG.asciidoc                                 |  1 +
 docs/src/reference/gremlin-applications.asciidoc   |  1 +
 .../driver/ser/GraphBinaryMessageSerializerV1.java | 20 ++++++++++++++--
 .../binary/GraphBinaryMessageSerializerV1Test.java | 27 ++++++++++++++++++++++
 4 files changed, 47 insertions(+), 2 deletions(-)

diff --cc CHANGELOG.asciidoc
index cb9a4de,5f54049..487844b
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -28,8 -28,8 +28,9 @@@ This release also includes changes fro
  * Added GraphBinary serializer for TraversalMetrics
  * Fixed up `SparqlStrategy` so that it could be used properly with `RemoteStrategy`.
  * Fixed `ByteBuffer` serialization for GraphBinary.
 +* Added fallback resolver to `TypeSerializerRegistry` for GraphBinary.
  * Added easier to understand exceptions for connection problems in the Gremlin.Net driver.
+ * Support configuring the type registry builder for GraphBinary.
  
  [[release-3-4-0]]
  === TinkerPop 3.4.0 (Release Date: January 2, 2019)