The Felix team is pleased to announce the release of Apache Felix
Configuration Admin Service version 1.2.0
The Apache Felix Configuration Admin Service is an implementation of the
upcoming OSGi Configuration Admin Service Specification 1.3
http://felix.apache.org/site/apache-felix-configuration-admin-service.html
This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.2.0</version>
</dependency>
Release Notes:
** Bug
* [FELIX-979] - Config Admin throwing NPE
* [FELIX-1146] - ConfigAdmin can deliver updates to a managed
service factory more than once
* [FELIX-1165] - When restarting a bundle, the config admin reports
"Configuration ... has already been delivered",
and the bundle receives no configuration.
* [FELIX-1477] - ConfigAdmin implementation is not thread-safe
* [FELIX-1479] - Security errors accessing configurations in the
file system
* [FELIX-1484] - Dynamically bound configuration must be reset to
null after target bundle is uninstalled.
* [FELIX-1486] - Multiple PIDs must be supported
* [FELIX-1488] - Configuration binding is broken
* [FELIX-1489] - New Configurations must still be delivered to
ManagedService
* [FELIX-1508] - Configuration.update() must not send CM_UPDATED
event
** Improvement
* [FELIX-1219] - ConfigAdmin package version has been bumped
* [FELIX-1507] - Prevent update failure in case of multiple
updates/deletes
** New Feature
* [FELIX-1231] - Support multi-value service.pid service properties
* [FELIX-1234] - Configuration Plugins should be called for all
configuration instances of factory targets
Enjoy!
-The Felix team
|