This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2175
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 02cee17 TINKERPOP-2175 Better manage the executor thread on close.
add bbaedff TINKERPOP-2324 Deprecated NioChannelizer
add 39a79e7 Merge branch 'TINKERPOP-2324' into tp33
add 0e69a8d Added some docs on metaspace configuration CTR
add c9499f6 Added a pointer to the dev list post on why we don't return
properties CTR
add 37bb76d Fixed bug in ClassCacheRequestCount - needed to include hit
count CTR
add af43822 TINKERPOP-2266 Start keep alive polling on Connection
construction
add 062693d Merge branch 'TINKERPOP-2266' into tp33
add e396048 TINKERPOP-2315 Implement clone() for all GLVs
add 7a2b41a Merge branch 'TINKERPOP-2315' into tp33
add 5f36890 TINKERPOP-2175 Better manage the executor thread on close.
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 (02cee17)
\
N -- N -- N refs/heads/TINKERPOP-2175 (5f36890)
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 | 4 ++
docs/src/reference/gremlin-applications.asciidoc | 60 +++++++++++++++++++++-
docs/src/upgrade/release-3.3.x.asciidoc | 30 +++++++++++
gremlin-dotnet/glv/GraphTraversal.template | 8 +++
.../Process/Traversal/GraphTraversal.cs | 8 +++
.../DriverRemoteConnection/GraphTraversalTests.cs | 13 +++++
.../tinkerpop/gremlin/driver/Channelizer.java | 4 ++
.../tinkerpop/gremlin/driver/Connection.java | 11 +++-
.../driver/handler/NioGremlinRequestEncoder.java | 4 +-
.../driver/handler/NioGremlinResponseDecoder.java | 3 ++
.../tinkerpop/gremlin/driver/simple/NioClient.java | 2 +
.../groovy/jsr223/GremlinGroovyScriptEngine.java | 2 +-
.../glv/GraphTraversalSource.template | 8 +++
.../lib/process/graph-traversal.js | 8 +++
.../test/integration/traversal-test.js | 14 +++++
gremlin-python/glv/GraphTraversalSource.template | 3 ++
.../gremlin_python/process/graph_traversal.py | 3 ++
.../tests/driver/test_driver_remote_connection.py | 8 +++
.../tinkerpop/gremlin/server/Channelizer.java | 2 +-
.../gremlin/server/channel/NioChannelizer.java | 3 ++
.../handler/NioGremlinBinaryRequestDecoder.java | 4 ++
.../handler/NioGremlinResponseFrameEncoder.java | 3 ++
22 files changed, 198 insertions(+), 7 deletions(-)