You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@apache.org> on 2017/05/05 07:55:19 UTC

[VOTE] Release Utils 1.10.0 and FileInstall 3.6.0

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/
<http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.10.0/>
  org.apache.felix.fileinstall-3.6.0/
<http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.6.0/>

Please review and vote !

-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Utils 1.10.0 and FileInstall 3.6.0

Posted by Raymond Auge <ra...@liferay.com>.
+1 (non-binding)

On May 5, 2017 04:54, "Carsten Ziegeler" <cz...@apache.org> wrote:

> +1
>
>
>
> --
> Carsten Ziegeler
> Adobe Research Switzerland
> cziegeler@apache.org
>

Re: [VOTE] Release Utils 1.10.0 and FileInstall 3.6.0

Posted by Carsten Ziegeler <cz...@apache.org>.
+1

 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org

Re: [VOTE] Release Utils 1.10.0 and FileInstall 3.6.0

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+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/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.10.0/>
>   org.apache.felix.fileinstall-3.6.0/
> <http://svn.apache.org/repos/asf/felix/releases/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

Re: [VOTE] Release Utils 1.10.0 and FileInstall 3.6.0

Posted by Guillaume Nodet <gn...@apache.org>.
+1

2017-05-05 9:55 GMT+02:00 Guillaume Nodet <gn...@apache.org>:

> 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/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.10.0/>
>   org.apache.felix.fileinstall-3.6.0/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.6.0/>
>
> Please review and vote !
>
> --
> ------------------------
> Guillaume Nodet
>
>


-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Utils 1.10.0 and FileInstall 3.6.0

Posted by David Bosschaert <da...@gmail.com>.
+1

David

On 5 May 2017 at 08:55, Guillaume Nodet <gn...@apache.org> 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/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.
> felix.utils-1.10.0/>
>   org.apache.felix.fileinstall-3.6.0/
> <http://svn.apache.org/repos/asf/felix/releases/org.apache.
> felix.fileinstall-3.6.0/>
>
> Please review and vote !
>
> --
> ------------------------
> Guillaume Nodet
>