This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from ea17408 Merge branch 'tp34'
add 736a7e1 TINKERPOP-2318 fix: Property comparison with element
add ad4e591 TINKERPOP-2313 Support g.E().properties().hasKey('xx') &
hasValue('xx')
add 73a8e23 merge has(k,v) filter code for edges and vertices in
HasContainer.test()
add ae25f97 Update CHANGELOG and upgrade documentation
add a44cb86 Merge branch 'pr-1224' into tp34
add 61e4585 Minor wording changes to changelog/upgrade docs and
formatting CTR
new 06180aa Merge branch 'tp34'
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 | 4 +-
docs/src/upgrade/release-3.4.x.asciidoc | 162 +++++++++++++++++++++
.../process/traversal/step/util/HasContainer.java | 50 ++++---
.../gremlin/structure/util/ElementHelper.java | 12 +-
.../gremlin/structure/util/ElementHelperTest.java | 12 +-
gremlin-test/features/filter/Has.feature | 54 +++++--
.../process/traversal/step/filter/HasTest.java | 30 ++++
.../util/detached/DetachedPropertyTest.java | 14 +-
8 files changed, 282 insertions(+), 56 deletions(-)