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/06/20 19:29:18 UTC

[tinkerpop] branch tp34 updated (922934b -> e8de6e9)

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 922934b  Merge branch 'tp33' into tp34
     add dcf9e07  TINKERPOP-2236 Improve error messaging for IdManager CTR
     add e8de6e9  Merge branch 'tp33' into tp34

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/tinkergraph/structure/TinkerGraph.java | 38 +++++++---
 .../tinkergraph/structure/IdManagerTest.java       | 81 ++++++++++++++++++++++
 3 files changed, 110 insertions(+), 10 deletions(-)
 create mode 100644 tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/IdManagerTest.java