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

kenhuuu pushed a change to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from ae1b2a88fc Strengthen nested strategy class configuration
     new 5dda51e73e Backport TraversalStrategies.GlobalCache.GLOBAL_REGISTRY to 
3.7
     new d1a9100eb8 Allow operators to deny traversal strategies globally
     new cff2a1339b Restrict GraphBinary traversal strategy deserialization

The 3 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                                 |   2 +
 docs/src/reference/gremlin-applications.asciidoc   |  17 ++
 docs/src/reference/the-traversal.asciidoc          |  30 ++-
 docs/src/upgrade/release-3.7.x.asciidoc            |  38 ++++
 .../process/traversal/TraversalStrategies.java     | 143 ++++++++++++-
 .../binary/types/TraversalStrategySerializer.java  |   6 +-
 .../gremlin/process/TraversalStrategiesTest.java   | 221 +++++++++++++++++++++
 .../binary/GraphBinaryMessageSerializerV1Test.java |  30 +++
 .../types/TraversalStrategySerializerTest.java     | 201 +++++++++++++++++++
 9 files changed, 683 insertions(+), 5 deletions(-)
 create mode 100644 
gremlin-util/src/test/java/org/apache/tinkerpop/gremlin/util/ser/binary/types/TraversalStrategySerializerTest.java

Reply via email to