Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by NiallPemberton:
http://wiki.apache.org/commons/CommonsOsgi
The comment on the change is:
Felix Maven plugin has been released
------------------------------------------------------------------------------
=== Commons OSGi ===
The [http://felix.apache.org/ Apache Felix] project have [http://commons.markmail.org/message/36xoo2bo5aabvy5c
requested] that Commons components include [http://www.osgi.org/ OSGi] meta data in their
jars so that they are 'ready-to-use' in an OSGi environment. This involves OSGi entries in
the jar's manifest file.
- The Felix project is currently developing a [http://felix.apache.org/site/maven-bundle-plugin-bnd.html
Maven Plugin] which should make this easier once its been released. In the meantime a number
of components (Pool 1.4 release, !FileUpload 1.2.1 upcoming release and IO 1.4 upcoming release)
have been manually configured with OSGi manifest entries.
+ The Felix project has developed a [http://felix.apache.org/site/maven-bundle-plugin-bnd.html
Maven Plugin] which makes this easier (''version 1.2.0 released Jan '08''). Before that was
released a number of components (Pool 1.4, !FileUpload 1.2.1 and IO 1.4) were manually configured
with OSGi manifest entries.
The purpose of this page is to record progress in Commons of ''OSGi-enabled'' releases and
any notes on specific issues with configuration of the OSGi manifest entries.
@@ -26, +26 @@
|| el || 1.0 || ||
||
|| email || 1.1 || ||
||
|| fileupload || 1.2 || 1.2.1 m2,manual,pending || [http://felix.markmail.org/message/tgm45au3rpmpmfnf
javax.portlet]||
- || io || 1.3.2 || 1.4 m2,manual,pending ||
||
+ || io || 1.3.2 || 1.4 (m2,manual) ||
||
|| jci || 1.0 || ||
||
|| jelly || 1.0 || || No m2 build
||
|| jexl || 1.1 || ||
||
@@ -66, +66 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<extensions>true</extensions>
<configuration>
<excludeDependencies>true</excludeDependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org
|