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 2016/12/07 20:02:29 UTC

[06/50] tinkerpop git commit: updated upgrade with links to the respective tickets.

updated upgrade with links to the respective tickets.


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

Branch: refs/heads/TINKERPOP-1490
Commit: 9323011a3abd08330c462a02a0aa4fdfff3ed602
Parents: 09eb0c3
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Nov 15 12:15:35 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Nov 16 05:44:18 2016 -0700

----------------------------------------------------------------------
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9323011a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index 0fd7498..29b7833 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -83,13 +83,17 @@ public void addHasContainer(final HasContainer hasContainer) {
 }
 ----
 
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-1482[TINKERPOP-1482],
+link:https://issues.apache.org/jira/browse/TINKERPOP-1502[TINKERPOP-1502]
+
+
 Duplicate Multi-Properties
 ++++++++++++++++++++++++++
 
 Added `supportsDuplicateMultiProperties` to `VertexFeatures` so that graph provider who only support unique values as
 multi-properties have more flexibility in describing their graph capabilities.
 
-See: https://issues.apache.org/jira/browse/TINKERPOP-919[TINKERPOP-919]
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-919[TINKERPOP-919]
 
 Deprecated Performance OptIn
 ++++++++++++++++++++++++++++