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 2021/01/28 13:20:22 UTC

[tinkerpop] branch TINKERPOP-2168 updated (088267c -> 634b07e)

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

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


 discard 088267c  TINKERPOP-2168 Optimized P deserialization
     add 24a2c90  Removed docker build from travis.
     add 19c3e69  Make server setings extensible
     add 1e93087  Merge branch 'pr-1381' into 3.4-dev
     add d8c0439  Minor adjustments CTR
     add 634b07e  TINKERPOP-2168 Optimized P deserialization

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   (088267c)
            \
             N -- N -- N   refs/heads/TINKERPOP-2168 (634b07e)

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.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  2 -
 CHANGELOG.asciidoc                                 |  1 +
 .../apache/tinkerpop/gremlin/server/Settings.java  | 42 +++++++++------
 .../tinkerpop/gremlin/server/SettingsTest.java     | 59 ++++++++++++++++++++++
 .../gremlin/server/custom-gremlin-server.yaml      |  9 +---
 5 files changed, 88 insertions(+), 25 deletions(-)
 create mode 100644 gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/SettingsTest.java
 copy gremlin-console/src/main/docker/docker-entrypoint.sh => gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/server/custom-gremlin-server.yaml (91%)
 mode change 100755 => 100644