Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 79173200C6C for ; Fri, 5 May 2017 10:02:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 77A6D160BAF; Fri, 5 May 2017 08:02:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BE73C160B97 for ; Fri, 5 May 2017 10:01:59 +0200 (CEST) Received: (qmail 38444 invoked by uid 500); 5 May 2017 08:01:58 -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 38433 invoked by uid 99); 5 May 2017 08:01:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2017 08:01:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 267BE1882F4 for ; Fri, 5 May 2017 08:01:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.28 X-Spam-Level: * X-Spam-Status: No, score=1.28 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id p1AHGE3-cYiQ for ; Fri, 5 May 2017 08:01:57 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id C2B425F520 for ; Fri, 5 May 2017 08:01:56 +0000 (UTC) Received: from mfilter22-d.gandi.net (mfilter22-d.gandi.net [217.70.178.150]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id A90081720D3 for ; Fri, 5 May 2017 10:01:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter22-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter22-d.gandi.net (mfilter22-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id yAlHxYsB53LL for ; Fri, 5 May 2017 10:01:54 +0200 (CEST) X-Originating-IP: 82.238.224.4 Received: from [192.168.134.109] (bre91-1-82-238-224-4.fbx.proxad.net [82.238.224.4]) (Authenticated sender: jb@nanthrax.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 215E0172124 for ; Fri, 5 May 2017 10:01:53 +0200 (CEST) Subject: Re: [VOTE] Release Utils 1.10.0 and FileInstall 3.6.0 To: dev@felix.apache.org References: From: =?UTF-8?Q?Jean-Baptiste_Onofr=c3=a9?= Message-ID: <122d41f1-1288-90bf-5149-3f8b9ec42d31@nanthrax.net> Date: Fri, 5 May 2017 10:01:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Fri, 05 May 2017 08:02:00 -0000 +1 (binding) Regards JB On 05/05/2017 09:55 AM, Guillaume Nodet wrote: > I've staged releases for Utils 1.10.0 and FileInstall 3.6.0. > The main driver for this release is to get FELIX-5609 out. This is a new > important feature in FileInstall which aims to provide support for typed > and untyped configuration in a homogeneous way. > > Changelog for Utils 1.10.0: > > [c3e9f50af] [FELIX-5609] Do not require the OSGi package when using > TypedProperties > > [a64493665] [FELIX-5608] New TypedProperties object to support typed > properties file > > [c3f65dd11] Change scope to provided. The core api and compendium api are > provided at runtime through the OSGi framework, therefore provided is more > accurate as compile. And using provided avoids problems with downstream > users > > [bd219d0e6] FELIX-5571: Replace JSONParser in Serializer with the new one > from utils > > [a7748fc54] FELIX-5555 JSONParser is not handling escape char properly > > [2c78bda72] Revert: FELIX-5556 JSONParser does not retain object order > > [0ecf91c1a] FELIX-5556 JSONParser does not retain object order > > [444753096] FELIX-5555 - JSONParser is not handling escape char properly > > Changelog for FileInstall 3.6.0: > > [c3e9f50af] [FELIX-5609] Do not require the OSGi package when using > TypedProperties > > [29c568b64] [FELIX-5610] Files should be deleted if a configuration is > deleted > > [f23f5475f] [FELIX-5609] Full support for both untyped and typed > configurations > > Staging repository: > https://repository.apache.org/content/repositories/orgapachefelix-1180 > > Tags: > org.apache.felix.utils-1.10.0/ > > org.apache.felix.fileinstall-3.6.0/ > > > Please review and vote ! > -- Jean-Baptiste Onofré jbonofre@apache.org http://blog.nanthrax.net Talend - http://www.talend.com