GitHub user spmallette opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/162
TINKERPOP3-995 Add Authenticator.newSaslNegotiator(InetAddress) https://issues.apache.org/jira/browse/TINKERPOP3-995 This change is non-breaking despite the deprecation. Reviewers should focus on validating that there are no regressions: ```text mvn clean install mvn verify -DskipIntegrationTests=false -pl gremlin-server ``` VOTE: +1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP3-995 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/162.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #162 ---- commit 88b85c864ba82d0935a9834015e13358aaca46ec Author: Stephen Mallette <sp...@genoprime.com> Date: 2015-11-26T12:41:19Z Deprecated Authenticator.newSaslNegotiator() and added new method to replace. commit aec1bfff9ead41a5c7ebad542b872bfb00adb43d Author: Stephen Mallette <sp...@genoprime.com> Date: 2015-12-01T11:09:38Z Update upgrade docs on Authenticator changes. commit 6f8c580184dd3e02b94bed4764d3948ff785a249 Author: Stephen Mallette <sp...@genoprime.com> Date: 2015-12-01T12:07:33Z Updated changelog. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---