This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2235
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 222b72d TINKERPOP-2235 Added upgrade and reference docs
discard 289f9a8 TINKERPOP-2235 Exposed the configuration option for null as a
feature
discard 36888dc TINKERPOP-2235 Added tests and Graph level null support
discard 6ee6dd1 TINKERPOP-2235 Fixed null handling in .NET
discard c6cff4e TINKERPOP-2235 Fix C# gherkin test harness
discard 41450c2 TINKERPOP-2235 Allow null to work within Gremlin
add 82c2f5f Fixed binary NOTICE files for Netty CTR
add 78665fb Merge branch 'tp34'
add 6fbb53e Deprecated TraversalStrategies.applyStrategies()
add 47e25aa Merge branch 'tp33' into tp34
add e53c17f Merge branch 'tp34'
add 3fe3ca6 Add Divij Vaidya to the list of contributors. CTR
add a403f83 minor format CTR
add 8e3e990 TINKERPOP-1568 Changed order of strategy application.
add ccd7e2a TINKERPOP-1568 Refactored strategy application a bit.
add fb83588 TINKERPOP-1568 Added Traversal.isRoot()
add b7eb1de TINKERPOP-1568 Changed when side-effects were set to child
traversals in strategy application
add 0bbe258 TINKERPOP-1568 Add some docs around TraversalStrategy
application revisions
add 172b77b Merge pull request #1211 from apache/TINKERPOP-1568
new b3e3a92 TINKERPOP-2235 Allow null to work within Gremlin
new 38f52c3 TINKERPOP-2235 Fix C# gherkin test harness
new 6634336 TINKERPOP-2235 Fixed null handling in .NET
new d787431 TINKERPOP-2235 Added tests and Graph level null support
new 8e4dd6b TINKERPOP-2235 Exposed the configuration option for null as a
feature
new 0880743 TINKERPOP-2235 Added upgrade and reference docs
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 (222b72d)
\
N -- N -- N refs/heads/TINKERPOP-2235 (0880743)
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.
The 6 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 | 3 +
docs/site/home/index.html | 1 +
docs/src/upgrade/release-3.5.x.asciidoc | 50 ++++++++++++++++
gremlin-console/src/main/static/NOTICE | 2 +-
.../computer/traversal/TraversalVertexProgram.java | 2 +-
.../strategy/decoration/VertexProgramStrategy.java | 5 +-
.../MessagePassingReductionStrategy.java | 22 +++++++-
.../strategy/decoration/RemoteStrategy.java | 2 +-
.../gremlin/process/traversal/Bytecode.java | 4 ++
.../gremlin/process/traversal/Traversal.java | 25 +++++---
.../process/traversal/TraversalStrategies.java | 16 +++---
.../strategy/decoration/RequirementsStrategy.java | 2 +-
.../strategy/decoration/SackStrategy.java | 2 +-
.../strategy/decoration/SideEffectStrategy.java | 2 +-
.../strategy/decoration/SubgraphStrategy.java | 13 +----
.../strategy/finalization/ProfileStrategy.java | 4 +-
.../optimization/IncidentToAdjacentStrategy.java | 2 +-
.../optimization/InlineFilterStrategy.java | 2 +-
.../optimization/PathRetractionStrategy.java | 2 +-
.../process/traversal/util/DefaultTraversal.java | 66 ++++++++++++++--------
.../traversal/util/DefaultTraversalStrategies.java | 14 ++---
.../traversal/util/EmptyTraversalStrategies.java | 10 ++--
.../traversal/util/TraversalExplanation.java | 2 +-
.../process/traversal/util/TraversalHelper.java | 12 ++--
.../optimization/InlineFilterStrategyTest.java | 3 +-
gremlin-server/src/main/static/NOTICE | 2 +-
.../process/traversal/step/ComplexTest.java | 26 ++++-----
.../strategy/decoration/TranslationStrategy.java | 2 +-
.../process/traversal/strategy/SparqlStrategy.java | 2 +-
.../optimization/TinkerGraphCountStrategy.java | 2 +-
30 files changed, 202 insertions(+), 100 deletions(-)