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 ABB46DAEF for ; Mon, 29 Oct 2012 15:56:03 +0000 (UTC) Received: (qmail 36856 invoked by uid 500); 29 Oct 2012 15:56:03 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 36819 invoked by uid 500); 29 Oct 2012 15:56:03 -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 36810 invoked by uid 99); 29 Oct 2012 15:56:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2012 15:56:03 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fmeschbe@adobe.com designates 64.18.1.37 as permitted sender) Received: from [64.18.1.37] (HELO exprod6og116.obsmtp.com) (64.18.1.37) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 29 Oct 2012 15:55:55 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob116.postini.com ([64.18.5.12]) with SMTP ID DSNKUI6m9tuihvb4PNMx2dVRHJnMCdIygwi/@postini.com; Mon, 29 Oct 2012 08:55:34 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q9TFqm1v020318 for ; Mon, 29 Oct 2012 08:52:49 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q9TFtWXL005084 for ; Mon, 29 Oct 2012 08:55:32 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas02.corp.adobe.com (10.8.189.100) with Microsoft SMTP Server (TLS) id 8.3.279.1; Mon, 29 Oct 2012 08:55:31 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Mon, 29 Oct 2012 15:55:29 +0000 From: Felix Meschberger To: "dev@felix.apache.org" Date: Mon, 29 Oct 2012 15:55:29 +0000 Subject: Re: [VOTE] Release Apache Felix Metatype Service 1.0.6 Thread-Topic: [VOTE] Release Apache Felix Metatype Service 1.0.6 Thread-Index: Ac217dGC6Jb6crVBS7Cdz0KRHX8Ayg== Message-ID: References: <4D3437C9-3C29-4838-BC92-DDF8C1B7BBE1@adobe.com> In-Reply-To: <4D3437C9-3C29-4838-BC92-DDF8C1B7BBE1@adobe.com> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org +1 Regards Felix Am 29.10.2012 um 16:54 schrieb Felix Meschberger: > Hi, >=20 > Here is the Apache Felix Metatype Service 1.0.6 release implementing the = most recent MetaType Service Specification Version 1.2. >=20 > The issues completed in this release are listed in the release notes at (= also attached at the end of this message): > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=3D123101= 00&version=3D12314144 >=20 > Staging repository: > https://repository.apache.org/content/repositories/orgapachefelix-177/ >=20 > You can use this UNIX script to download the release and verify the signa= tures: > http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh >=20 > Usage: > sh check_staged_release.sh 177 /tmp/felix-staging >=20 > Please vote to approve this release: >=20 > [ ] +1 Release > [ ] -1 Don't release, because ... >=20 > This vote will be open for at least 72 hours. >=20 > Regards > Felix >=20 > ** Bug > * [FELIX-2094] - AttributeDefinition with an empty default value > must attribute must result in a single (empty > string) entry string array > * [FELIX-2097] - DefaultMetaTypeProvider.getLocales() must not > reuturn an empty string entry > * [FELIX-2860] - getLocales() in DefaultMetaTypeProvider needs > to check return of findEntries > * [FELIX-2867] - getIcon() in LocalizedObjectClassDefinition keyset > iteration incorrect > * [FELIX-2868] - Icon only works if absolute path specified, but > specification allows for relative urls > * [FELIX-3183] - Attribute requirement is not validated > * [FELIX-3364] - MetaDataReader exposes a private exception class on > the public API > * [FELIX-3720] - Designate's pid attribute is optional and not mandatory > * [FELIX-3730] - AD.validate of string attributes must validate the > string length > * [FELIX-3732] - service.pid properties of ManagedServiceFactory services > must be used as factory PIDs > * [FELIX-3734] - MetaType: NPE in ServiceTracker for fragment bundle > ** Improvement > * [FELIX-3167] - Add support for new PASSWORD attribute type > * [FELIX-3338] - Add support for optional attributes in the > MetaDataReader as defined in the XML schema for metatype > * [FELIX-3736] - Add support for MetaTypeProvider service modifications > * [FELIX-3740] - Maintain the MetaTypeProvider service tracker on the > MetaTypeService > ** New Feature > * [FELIX-2719] - Add name space support to the meta type implementation > ** Task > * [FELIX-2096] - Check MetaTypeProvider.getObjectClassDefinition(String, > String) specification compliance > * [FELIX-3182] - Update to use parent POM 2.1 > * [FELIX-3184] - Add support for metatype extension by MetatypeProvider s= ervices > * [FELIX-3731] - Multi-Value service.pid service properties must be suppo= rted > * [FELIX-3733] - Clarify icon location >=20