You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/02/15 11:40:37 UTC

[tinkerpop] 02/02: Rephrase roadmap item CTR

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit c996567d6cd16273f982b5ea3eca65f08d158e1b
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Tue Feb 15 06:40:05 2022 -0500

    Rephrase roadmap item CTR
---
 docs/src/dev/future/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/dev/future/index.asciidoc b/docs/src/dev/future/index.asciidoc
index 8583ed8..5633df2 100644
--- a/docs/src/dev/future/index.asciidoc
+++ b/docs/src/dev/future/index.asciidoc
@@ -47,7 +47,7 @@ major feature improvements targeted for this release.  The scope for many of the
 * Add support for traversals as parameters for `V()`, `is()`, and `has()`
 * Geospatial support for TinkerPop (link:++https://lists.apache.org/list?dev@tinkerpop.apache.org:2021-7:DISCUSS%20geo-spatial++[DISCUSS Thread])
 * Add mid-traversal `E()` support
-* Add `with()` option for traversal to not return reference vertices
+* Allow properties on elements (as opposed to just references) for remote traversals
 * Add subgraph/tree structure in all GLVs
 * List functions (`concat()`/etc.)
 * Define semantics for query federation across Gremlin servers (depends on `call()` step)