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/04/30 18:57:20 UTC

[tinkerpop] branch TINKERPOP-2196 updated (b0f9957 -> 36b8c36)

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

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


 discard b0f9957  TINKERPOP-2196 Fixed PartitionStrategy when setting vertex label
     new 82254f1  Added a test around calling steps with varargs that use arrays CTR
     new 5e60558  TINKERPOP-2183 Interpreter mode not handling class definitions
     new 98c40aa  Limited logging for a host marked unavailable
     new 3fdc254  Hardened fold() glv test CTR
     new aa10c22  Switch docker build to openjdk
     new 36b8c36  TINKERPOP-2196 Fixed PartitionStrategy when setting vertex label

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b0f9957)
            \
             N -- N -- N   refs/heads/TINKERPOP-2196 (36b8c36)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 14094 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                                 |  3 +++
 docker/Dockerfile                                  | 29 +++++++++++-----------
 gremlin-console/conf/log4j-console.properties      |  1 +
 .../gremlin/process/traversal/BytecodeTest.java    | 20 ++++++++++-----
 .../org/apache/tinkerpop/gremlin/driver/Host.java  |  6 +++--
 .../ast/InterpreterModeASTTransformation.groovy    |  9 +++++--
 .../jsr223/GremlinGroovyScriptEngineTest.java      |  2 ++
 gremlin-test/features/map/Fold.feature             |  9 +++++--
 8 files changed, 52 insertions(+), 27 deletions(-)