This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 5bd29b7087 TINKERPOP-3262 Rename request "bindings" field to
"parameters" (#3503)
add 94d3f09521 Rename configuration to responseSerializer.
add fc760a2b18 Add documentation around request serialization.
new 878fab6de4 Merge pull request #3492
The 1 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 | 7 ++--
docs/src/reference/gremlin-variants.asciidoc | 40 ++++++++++++----------
docs/src/upgrade/release-4.x.x.asciidoc | 40 ++++++++++++++++------
gremlin-console/conf/remote-secure.yaml | 2 +-
gremlin-console/conf/remote-sigv4.yaml | 2 +-
gremlin-console/conf/remote.yaml | 2 +-
.../tinkerpop/gremlin/console/jsr223/remote.yaml | 2 +-
.../src/main/java/examples/Connections.java | 4 +--
.../apache/tinkerpop/gremlin/driver/Cluster.java | 37 +++++++++++---------
.../apache/tinkerpop/gremlin/driver/Settings.java | 17 ++++-----
.../gremlin/driver/util/ProfilingApplication.java | 2 +-
.../driver/ClientBehaviorIntegrateTest.java | 2 +-
.../tinkerpop/gremlin/driver/SettingsTest.java | 8 ++---
gremlin-examples/gremlin-java/Connections.java | 4 +--
.../gremlin-javascript/lib/driver/connection.ts | 21 ++++++------
.../test/unit/graphbinary/precise-mode-test.js | 10 +++---
.../test/unit/pdt-registry-test.js | 8 ++---
.../gremlin/driver/remote/RemoteWorld.java | 2 +-
.../gremlin/server/GremlinDriverIntegrateTest.java | 20 +++++------
.../server/GremlinResultSetIntegrateTest.java | 2 +-
.../GremlinServerSerializationIntegrateTest.java | 2 +-
.../src/test/resources/conf/remote-objects.yaml | 2 +-
22 files changed, 133 insertions(+), 103 deletions(-)