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 2017/04/10 19:41:21 UTC

[4/8] tinkerpop git commit: Add entry in Update docs in users section

Add entry in Update docs in users section


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

Branch: refs/heads/tp32
Commit: 2df82d4a8a4f550ead7d77f8e2c99849dfcdf795
Parents: 8067255
Author: Keith Lohnes <kr...@us.ibm.com>
Authored: Tue Apr 4 09:42:18 2017 -0400
Committer: Keith Lohnes <kr...@us.ibm.com>
Committed: Tue Apr 4 09:42:18 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2df82d4a/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 fbe31bd..e9242af 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -32,6 +32,16 @@ Please see the link:https://github.com/apache/tinkerpop/blob/3.2.5/CHANGELOG.asc
 Upgrading for Users
 ~~~~~~~~~~~~~~~~~~~
 
+Authentication Configuration
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The server settings previously used `authentication.className` to set an authenticator for the the two provided
+authentication handler and channelizer classes to use. This has been deprecated in favor of `authentication.authenticator`.
+A class that extends `AbstractAuthenticationHandler` may also now be provided as `authentication.authenticationHandler`
+to be used in either of the provided channelizer classes to handle the provided authenticator
+
+See: https://issues.apache.org/jira/browse/TINKERPOP-1657[TINKERPOP-1657]
+
 GremlinScriptEngine Metrics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -966,6 +976,7 @@ Please see the link:https://github.com/apache/tinkerpop/blob/3.2.0-incubating/CH
 Upgrading for Users
 ~~~~~~~~~~~~~~~~~~~
 
+
 Hadoop FileSystem Variable
 ^^^^^^^^^^^^^^^^^^^^^^^^^^