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 86ac0c8 Merge branch 'tp34' add 9610065 Make TinkerGraphIterator implement Closeable iterator new cc150a5 TINKERPOP-2270 Deprecate Neo4j multi/metaproperty support new 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 new 2c14c66 Merge branch 'TINKERPOP-2264' into tp33 new c3fa4b5 Merge branch 'tp33' into tp34 new 0af88d5 Merge branch 'tp34' The 5 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 | 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(-)