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/09/19 10:32:48 UTC

[tinkerpop] branch TINKERPOP-2285 updated (4766626 -> d7dd67f)

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

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


 discard 4766626  TINKERPOP-2285 Added ResponseError in gremlin-javascript
     add a075038  Minor text fixes CTR
     add 2d5cb47  Added upgrade docs and changelog entry CTR
     add fec2522  TINKERPOP-2132 Preserved original error messaging prior to #1187
     add d7dd67f  TINKERPOP-2285 Added ResponseError in gremlin-javascript

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   (4766626)
            \
             N -- N -- N   refs/heads/TINKERPOP-2285 (d7dd67f)

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:
 CHANGELOG.asciidoc                                 |  9 +++--
 docs/src/upgrade/release-3.3.x.asciidoc            | 10 ++++-
 .../tinkerpop/gremlin/driver/Connection.java       | 16 +++++---
 .../tinkerpop/gremlin/driver/ConnectionPool.java   |  4 +-
 .../apache/tinkerpop/gremlin/driver/Handler.java   | 45 +++++++++++++++++++---
 .../server/handler/SaslAuthenticationHandler.java  | 15 ++++----
 .../server/GremlinServerAuthIntegrateTest.java     |  4 +-
 .../server/GremlinServerAuthKrb5IntegrateTest.java | 10 +++--
 ...tractGremlinServerChannelizerIntegrateTest.java | 17 +-------
 9 files changed, 83 insertions(+), 47 deletions(-)