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 2019/07/30 13:30:34 UTC

[tinkerpop] branch tp34 updated (3cc72e1 -> c3fa4b5)

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

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


    from 3cc72e1  Merge branch 'pr-1145' into tp34
     add 9610065  Make TinkerGraphIterator implement Closeable iterator
     add cc150a5  TINKERPOP-2270 Deprecate Neo4j multi/metaproperty support
     add 346a787  Merge branch 'TINKERPOP-2270' into tp33
     add 82a8570  TINKERPOP-2264 Fixed g:Date serialization for python.
     add a015b2f  TINKERPOP-2264 Different method for getting timestamp in python
     add 2c14c66  Merge branch 'TINKERPOP-2264' into tp33
     add c3fa4b5  Merge branch 'tp33' into tp34

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  2 ++
 docs/src/dev/io/graphson.asciidoc                  |  4 +++
 docs/src/reference/implementations-neo4j.asciidoc  | 37 ----------------------
 docs/src/upgrade/release-3.3.x.asciidoc            |  9 ++++++
 .../gremlin_python/structure/io/graphsonV2d0.py    | 21 ++++++------
 .../gremlin_python/structure/io/graphsonV3d0.py    | 20 +++++-------
 .../jython/tests/structure/io/test_graphsonV2d0.py | 19 +++++++----
 .../jython/tests/structure/io/test_graphsonV3d0.py | 13 ++++----
 .../gremlin/neo4j/structure/Neo4jGraph.java        | 17 +++++++++-
 .../neo4j/structure/trait/MultiMetaNeo4jTrait.java |  2 ++
 .../gremlin/neo4j/structure/trait/Neo4jTrait.java  |  2 ++
 .../structure/trait/NoMultiNoMetaNeo4jTrait.java   |  2 ++
 .../tinkergraph/structure/TinkerGraphIterator.java |  3 +-
 13 files changed, 74 insertions(+), 77 deletions(-)