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
