You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2022/02/23 08:31:07 UTC

[tinkerpop] branch master updated (ea8524a -> 2dbe50a)

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

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


    from ea8524a  Made all steps available in the toc in docs.
     add cc0a838  GraphSONWriter.IsDictionaryType: Return true not only when the type is an actual Dictionary<,>, but even if it's something else that implements IEnumerable<KeyValuePair<,>>. This is useful when an instance of an ImmutableDictionary is passed as Bindings to a RequestMessage.
     add 5383d69  Split long line.
     add acbb0b7  Make TypeSerializerRegistry.IsDictionaryType work on all types implementing IDictionary<,>.
     add 007963a  Address style feedback.
     add 73874b2  Merge branch 'danielcweber-OpenUpIsDictionaryTypeToMoreActualTypes' into 3.5-dev
     new 2dbe50a  Merge branch '3.5-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:
 .../IO/GraphBinary/TypeSerializerRegistry.cs       | 25 ++++++++++++++++------
 .../Structure/IO/GraphSON/GraphSONWriter.cs        |  7 +++++-
 2 files changed, 25 insertions(+), 7 deletions(-)

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

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

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

commit 2dbe50a9d1d464615a3fa3e00751b7e95a0431e0
Merge: ea8524a 73874b2
Author: Florian Hockmann <fh...@florian-hockmann.de>
AuthorDate: Wed Feb 23 09:30:42 2022 +0100

    Merge branch '3.5-dev'

 .../IO/GraphBinary/TypeSerializerRegistry.cs       | 25 ++++++++++++++++------
 .../Structure/IO/GraphSON/GraphSONWriter.cs        |  7 +++++-
 2 files changed, 25 insertions(+), 7 deletions(-)