This is an automated email from the ASF dual-hosted git repository.
andreac pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from f421483008 Merge branch '3.8-dev'
add 60f284047e [TINKERPOP-3212] Date manipulation consistency (#3267)
new fff6cb5cef Merge branch '3.8-dev'
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 | 2 +
docs/src/reference/the-traversal.asciidoc | 8 +++-
docs/src/upgrade/release-3.8.0.asciidoc | 33 +++++++++++++++-
.../process/traversal/step/map/AsNumberStep.java | 15 +++++--
.../process/traversal/step/map/DateDiffStep.java | 2 +-
.../traversal/step/map/AsNumberStepTest.java | 11 ++++++
.../traversal/step/map/DateDiffStepTest.java | 29 +++++++++-----
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 4 ++
gremlin-go/driver/cucumber/gremlin.go | 4 ++
.../gremlin-javascript/test/cucumber/gremlin.js | 4 ++
gremlin-python/src/main/python/radish/gremlin.py | 4 ++
.../gremlin/test/features/data/DateTime.feature | 2 +-
.../gremlin/test/features/map/AsDate.feature | 24 ++++++++++-
.../gremlin/test/features/map/AsNumber.feature | 22 +++++++++++
.../gremlin/test/features/map/DateDiff.feature | 46 +++++++++++++++++++---
15 files changed, 185 insertions(+), 25 deletions(-)