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 2015/11/30 23:27:23 UTC

[1/2] incubator-tinkerpop git commit: Minor formatting fix to changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 967f40bc6 -> 75e3f4238


Minor formatting fix to changelog.


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

Branch: refs/heads/master
Commit: f7d64fa8f1806c38b3322fdd1e3aa053ce0afc81
Parents: 967f40b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 30 17:26:47 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 30 17:26:47 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f7d64fa8/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index bd37a22..1084fc5 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -36,7 +36,7 @@ TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET)
 * Added `explain()`-step which yields a `TraversalExplanation` with a pretty `toString()` detailing the compilation process.
 * Fixed a traversal strategy ordering bug in `AdjacentToIncidentStrategy` and `IncidentToAdjacentStrategy`.
 * Made a number of changes to improve traversal startup and execution performance.
-* Added support for 'gremlin.tinkergraph.graphLocation' to accept a fully qualified class name that implements Io.Builder interface
+* Added support for 'gremlin.tinkergraph.graphLocation' to accept a fully qualified class name that implements `Io.Builder` interface.
 
 [[release-3.1.0-incubating]]
 TinkerPop 3.1.0 (Release Date: November 16, 2015)


[2/2] incubator-tinkerpop git commit: Add 3.1.1-incubating to upgrade docs.

Posted by sp...@apache.org.
Add 3.1.1-incubating to upgrade docs.

Included docs for deprecation fo credentialsDbLocation.


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

Branch: refs/heads/master
Commit: 75e3f42389a68454d33f83f2fb350f6e49c186ac
Parents: f7d64fa
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 30 17:26:57 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 30 17:26:57 2015 -0500

----------------------------------------------------------------------
 .../upgrade/release-3.1.x-incubating.asciidoc   | 37 ++++++++++++++++++++
 1 file changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/75e3f423/docs/src/upgrade/release-3.1.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.1.x-incubating.asciidoc b/docs/src/upgrade/release-3.1.x-incubating.asciidoc
index b392788..7f1bcf5 100644
--- a/docs/src/upgrade/release-3.1.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.1.x-incubating.asciidoc
@@ -22,6 +22,43 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 
 *A 187 On The Undercover Gremlinz*
 
+TinkerPop 3.1.1
+---------------
+
+*Release Date: NOT YET RELEASED*
+
+Please see the link:https://github.com/apache/incubator-tinkerpop/blob/3.1.1-incubating/CHANGELOG.asciidoc#XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX[changelog] for a complete list of all the modifications that are part of this release.
+
+Upgrading for Users
+~~~~~~~~~~~~~~~~~~~
+
+Deprecated credentialsDbLocation
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The `credentialsDbLocation` setting was a TinkerGraph only configuration option to the `SimpleAuthenticator` for
+Gremlin Server.  It provided the file system location to a "credentials graph" that TinkerGraph would read from a
+Gryo file at that spot.  This setting was only required because TinkerGraph did not support file persistence at the
+time that `SimpleAuthenticator` was created.
+
+As of 3.1.0-incubating, TinkerGraph received a limited persistence feature that allowed the "credentials graph"
+location to be specified in the TinkerGraph properties file via `gremlin.tinkergraph.graphLocation` and as such the
+need for `credentialsDbLocation` was eliminated.
+
+This deprecation is not a breaking change, however users should be encouraged to convert their configurations to use
+the `gremlin.tinkergraph.graphLocation` as soon as possible, as the deprecated setting will be removed in a future
+release.
+
+See: link:https://issues.apache.org/jira/browse/TINKERPOP3-981[TINKERPOP3-981],
+link:http://tinkerpop.apache.org/docs/3.1.1-incubating/#_security[Reference Documentation - Gremlin Server Security]
+
+Upgrading for Providers
+~~~~~~~~~~~~~~~~~~~~~~~
+
+IMPORTANT: It is recommended that providers also review all the upgrade instructions specified for users. Many of the
+changes there may prove important for the provider's implementation.
+
+
+
 TinkerPop 3.1.0
 ---------------