The Felix team is pleased to announce the release of Felix File
Install version 1.0.0
File Install is a directory based OSGi management agent. It uses a
directory in the file system to install and start a bundle when it is
first placed there. It updates the bundle when you update the bundle
file in the directory and, when the file is deleted, it will stop and
uninstall the bundle.
http://felix.apache.org/site/apache-felix-file-install.html
This release is available from http://felix.apache.org/site/downloads.cgi
, Apache Felix OBR, and Maven:
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>1.0.0</version>
</dependency>
Release Notes:
** Bug
* [FELIX-1036] - FileInstaller spawns multiple watchers for same
directory
** Improvement
* [FELIX-1055] - Making FileInstall bundle CDC-1.1/Foundation 1.1
compatible
Enjoy!
-The Felix team