GumpacG commented on code in PR #3544: URL: https://github.com/apache/tinkerpop/pull/3544#discussion_r3634626486
########## docs/src/upgrade/release-3.7.x.asciidoc: ########## @@ -76,6 +76,15 @@ Note that this change is for Java only and designed to better align embedded and See: link:https://issues.apache.org/jira/browse/TINKERPOP-3238[TINKERPOP-3238] +==== Deprecated ProductiveByStrategy + +`ProductiveByStrategy` is deprecated as of 3.7.7 and is not replaced. The strategy was introduced in 3.5.0 as a +temporary way to mimic the `null` processing behavior of versions prior to 3.5.0, where a `by()` modulator would +always produce a result. That compatibility need has passed, so the strategy is no longer recommended and will be +removed in the next major version. This deprecation applies across all Gremlin Language Variants. Review Comment: Updated to say it will be removed for 4.0.0 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
