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 2018/09/13 11:01:53 UTC

[5/7] tinkerpop git commit: TINKERPOP-2031 Added upgrade docs around -i removal CTR

TINKERPOP-2031 Added upgrade docs around -i removal CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/16ec3ccc
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/16ec3ccc
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/16ec3ccc

Branch: refs/heads/TINKERPOP-2033
Commit: 16ec3ccc2a9bc2af369620d703d796ca6647abcc
Parents: 3e293c4
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 13 06:54:17 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 13 06:54:17 2018 -0400

----------------------------------------------------------------------
 docs/src/upgrade/release-3.4.x.asciidoc | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/16ec3ccc/docs/src/upgrade/release-3.4.x.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index a9ef4ef..d3f4bfc 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -172,6 +172,13 @@ respond to them on any channel - websockets, nio or HTTP. Use the "aliases" opti
 
 link:https://issues.apache.org/jira/browse/TINKERPOP-1705[TINKERPOP-1705]
 
+==== gremlin-server.sh -i Removal
+
+The `-i` option for installing dependencies in Gremlin Server was long ago deprecated and has now been removed. Please
+use `install` as its replacement going forward.
+
+link:https://issues.apache.org/jira/browse/TINKERPOP-2031[TINKERPOP-2031]
+
 ==== Improvements in `min()` and `max()`
 
 Previously `min()` and `max()` were only working for numeric values. This has been changed and these steps can now operate over any `Comparable` value. The common workaround was the combination