Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB70C17F73 for ; Tue, 13 Jan 2015 12:09:33 +0000 (UTC) Received: (qmail 4767 invoked by uid 500); 13 Jan 2015 12:09:35 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 4721 invoked by uid 500); 13 Jan 2015 12:09:35 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 4609 invoked by uid 99); 13 Jan 2015 12:09:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 12:09:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E1A6892D917; Tue, 13 Jan 2015 12:09:34 +0000 (UTC) From: Randgalt To: dev@curator.apache.org Reply-To: dev@curator.apache.org References: In-Reply-To: Subject: [GitHub] curator pull request: CURATOR-111 - Modified the authorization han... Content-Type: text/plain Message-Id: <20150113120934.E1A6892D917@tyr.zones.apache.org> Date: Tue, 13 Jan 2015 12:09:34 +0000 (UTC) Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/62#discussion_r22857953 --- Diff: curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java --- @@ -380,16 +383,6 @@ public String getNamespace() return namespace; } - public String getAuthScheme() --- End diff -- I think these methods should stay and be marked as deprecated so this is not a breaking change. The old methods can either return return the first auth or throw an error if there is more than 1 auth. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---