Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1752910C8D for ; Fri, 14 Feb 2014 08:25:06 +0000 (UTC) Received: (qmail 78589 invoked by uid 500); 14 Feb 2014 08:25:04 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 78179 invoked by uid 500); 14 Feb 2014 08:24:56 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 78163 invoked by uid 99); 14 Feb 2014 08:24:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 08:24:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chetan.mehrotra@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 08:24:47 +0000 Received: by mail-ob0-f175.google.com with SMTP id wn1so13419304obc.20 for ; Fri, 14 Feb 2014 00:24:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=5H9ABgvxVZTaRDJN2UeTO2B3WSQHlonZmtIiuknFNCE=; b=Vw7SU84OqGfpWnUc/HF1YfXHyNQUTRKQnQsdRm9p8A8Pl7qsvj89nbSvn+zxPXAJ7F acML7rrBYS61LtIF0A+YyCNll1+VmtWJ7wguCIFXYFpeuDbNskqphBSU9dio8gFtNlRq wT+UyOaRsToZsPSqgyertkh5Odb+fY8Gp1Ehshw4pu7knNVubiC9nd4u5gBKMsMVuyKd Bnu+jU3nEidwCwzA/c6dVnO0iaKZEA63jPOfccQkSwf1TrBUM6qdKoZwV4ZyDKfs1389 2wkppUn15wCMH69AHBxxRSx0EJu2CT1XkBVFwwI7oV2s7xxNa4kfeqBOrQGtczhjshPV z8lQ== MIME-Version: 1.0 X-Received: by 10.183.3.102 with SMTP id bv6mr5431570obd.18.1392366266487; Fri, 14 Feb 2014 00:24:26 -0800 (PST) Received: by 10.60.84.211 with HTTP; Fri, 14 Feb 2014 00:24:26 -0800 (PST) In-Reply-To: References: Date: Fri, 14 Feb 2014 13:54:26 +0530 Message-ID: Subject: Re: [VOTE] Release of Jaas Support Bundle 0.0.2 From: Chetan Mehrotra To: dev@felix.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the voting so far !.To push the release I require one more binding vote. Chetan Mehrotra On Wed, Feb 12, 2014 at 1:20 AM, Clement Escoffier wrote: > +1, > > Regards, > > Clement > > On 11 f=E9vr. 2014, at 11:36, Chetan Mehrotra = wrote: > >> I would like to call a vote on the initial release of the Apache Felix >> JAAS Support Bundle. For details on how to use it refer to >> http://felix.apache.org/documentation/subprojects/apache-felix-jaas.html >> >> Staging repository: >> https://repository.apache.org/content/repositories/orgapachefelix-1006/ >> >> You can use this UNIX script to download the release and verify the >> signatures: >> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh >> >> Usage: >> sh check_staged_release.sh 1006 /tmp/felix-staging >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Veto the release (please provide specific comments) >> >> Initial Release 0.0.2 >> --------------------- >> >> ** Task >> * [FELIX-3935] - Add testcases for validating the JAAS Feature >> implementation >> * [FELIX-3980] - Add documentation related to usage of Felix JAAS Bun= dle >> * [FELIX-3981] - Create a sample project for demonstrating Felix >> JAAS main features >> * [FELIX-3989] - Add support for determining code coverage with >> integration testcases >> * [FELIX-4318] - prepare for initial release of JAAS Bundle >> >> ** Bug >> * [FELIX-3985] - ConfigSpiOsgi should be registered by default >> * [FELIX-3998] - Updating JAAS config leads to registration of >> duplicate LoginModules >> * [FELIX-4387] - JAAS config fields are initialized too late in >> the ConfigSpiOsgi constructor >> * [FELIX-4390] - Login modules registered via LMF not updated if >> LMF service config changes >> >> ** Improvement >> * [FELIX-3983] - Use inlined Sling commons PropertiesUtil for >> reading config values >> * [FELIX-3984] - Use default application/realm name of 'other' if >> none specified >> * [FELIX-4389] - Configuration ranking for LMF services should >> also use "jaas.ranking" property >> * [FELIX-4414] - Empty string value in jaas.realm should also >> trigger default >> >> ** New Feature >> * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi >> >> Release notes also available at >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=3D12310= 100&version=3D12323385 >> >> Chetan Mehrotra >