This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2118
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 5dfbb00 TINKERPOP-2118 Bump to groovy 2.4.16
add 79b5e1c TINKERPOP-2096 Throw GremlinServerError if server disconnects before read
completes
add fa5e5b6 spelling CTR
add 689e034 TINKERPOP-2110 Added option to change path for java driver
add b711c7e Merge branch 'TINKERPOP-2110' into tp33
add c0a93ec Fixed aliasing for the new using() overload CTR
add fb734ea Fixed bug preventing TraversalExplanation from serializing with GraphSON
CTR
add d58712c TINKERPOP-1889 - Upgrade ws, adding ping and reconnection javascript
add ccd6236 TINKERPOP-2113 Fix P.Within() for list arguments
add 6b51c54 fix for TINKERPOP-2105
add c0d62b8 Merge branch 'pr-1023' into tp33
add d548d42 Merged template change without regenerating package.json
add b360463 Bump Jackson Databind 2.9.8
add 48014ce Merge branch 'tp32' into tp33
add e9dd3cc TINKERPOP-2118 Bump to groovy 2.4.16
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 (5dfbb00)
\
N -- N -- N refs/heads/TINKERPOP-2118 (e9dd3cc)
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 | 5 +-
docs/src/dev/developer/release.asciidoc | 2 +-
docs/src/recipes/anti-patterns.asciidoc | 2 +-
docs/src/recipes/olap-spark-yarn.asciidoc | 4 +-
docs/src/reference/gremlin-applications.asciidoc | 1 +
.../structure/io/graphson/GraphSONModule.java | 2 +
.../io/graphson/GraphSONSerializersV2d0.java | 2 +-
.../io/graphson/GraphSONSerializersV3d0.java | 2 +-
gremlin-dotnet/glv/P.template | 8 +-
.../src/Gremlin.Net/Process/Traversal/P.cs | 10 +-
.../DriverRemoteConnection/PredicateTests.cs | 13 ++
.../apache/tinkerpop/gremlin/driver/Cluster.java | 24 +++-
.../org/apache/tinkerpop/gremlin/driver/Host.java | 6 +-
.../apache/tinkerpop/gremlin/driver/Settings.java | 5 +
.../driver/remote/DriverRemoteConnection.java | 2 +-
.../apache/tinkerpop/gremlin/driver/HostTest.java | 10 +-
.../gremlin-javascript/lib/driver/connection.js | 147 +++++++++++++++++----
.../main/jython/gremlin_python/driver/client.py | 4 +
.../jython/gremlin_python/driver/connection.py | 15 ++-
.../main/jython/gremlin_python/driver/protocol.py | 4 +
.../src/main/jython/tests/driver/test_client.py | 13 ++
.../gremlin/server/AbstractChannelizer.java | 1 -
.../server/channel/WebSocketChannelizer.java | 3 +-
gremlin-shaded/pom.xml | 2 +-
24 files changed, 225 insertions(+), 62 deletions(-)
|