You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/07/17 09:07:14 UTC

[GitHub] [tinkerpop] jorgebay commented on a change in pull request #1162: TINKERPOP-2265 Deprecate remote Traversal.sideEffects

jorgebay commented on a change in pull request #1162: TINKERPOP-2265 Deprecate remote Traversal.sideEffects
URL: https://github.com/apache/tinkerpop/pull/1162#discussion_r304295311
 
 

 ##########
 File path: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/ITraversalSideEffects.cs
 ##########
 @@ -29,6 +29,7 @@ namespace Gremlin.Net.Process.Traversal
     /// <summary>
     ///     A <see cref="ITraversal" /> can maintain global sideEffects.
     /// </summary>
+    [Obsolete("As of release 3.3.8, not replaced, prefer use of cap()-step to retrieve side-effects as part of traversal iteration")]
 
 Review comment:
   Is the intention to deprecate `ITraversalSideEffects`? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services