Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Felix Maven plugin has been released

...

Wiki Markup
The Felix project ishas currentlydeveloped developing a \[http://felix.apache.org/site/maven-bundle-plugin-bnd.html Maven Plugin\] which shouldmakes make this easier once its been released. In the meantime(_version 1.2.0 released Jan '08_). Before that was released a number of components (Pool 1.4 release, FileUpload 1.2.1 upcoming release and IO 1.4 upcoming release) have beenwere manually configured with OSGi manifest entries.

...

Component

Last Release

First OSGi release

Notes / Comments

attributes

2.2

 

No m2 build

beanutils

1.8.0-BETA

 

 

betwixt

0.8

 

 

chain

1.1

 

 

cli

1.1

 

 

codec

1.3

 

 

collections

3.2

 

 

configuration

1.5

 

 

daemon

1.0.1

 

 

dbcp

1.2.2

 

 

dbutils

1.1

 

 

digester

1.8

 

 

discovery

0.4

 

 

el

1.0

 

 

email

1.1

 

 

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e39c9d151abbe3cd-5463a0a2-48474b44-8457b41f-3f7e3fb9084e25e6bb379968"><ac:plain-text-body><![CDATA[

fileupload

1.2

1.2.1 m2,manual,pending

[http://felix.markmail.org/message/tgm45au3rpmpmfnf javax.portlet]

]]></ac:plain-text-body></ac:structured-macro>

io

1.3.2

1.4 (m2,manual,pending )

 

jci

1.0

 

 

jelly

1.0

 

No m2 build

jexl

1.1

 

 

jxpath

1.2

 

 

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="6c20d3e9ec62c61f-869edda3-4cfd425d-9b6ba54c-d4e6b389914d12467b7c263f"><ac:plain-text-body><![CDATA[

lang

2.3

 

Lang 2.4 looks imminent, see [https://issues.apache.org/jira/browse/LANG-402 LANG-402]

]]></ac:plain-text-body></ac:structured-macro>

launcher

1.1

 

 

logging

1.1.1

 

OSGi is N/A; See Below

math

1.1

 

 

modeler

2.0.1

 

 

net

1.4.1

 

 

pool

1.3

1.4 (m1, manual)

 

primitives

1.0

 

 

proxy

No yet released

 

 

scxml

0.7

 

 

transaction

1.2

 

 

validator

1.3.1

 

 

vfs

1.0

 

 

...

No Format
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>1.12.0-SNAPSHOT<0</version>
        <extensions>true</extensions>
        <configuration>
          <excludeDependencies>true</excludeDependencies>
          <instructions>
            <Bundle-SymbolicName>org.apache.commons.lang</Bundle-SymbolicName>
            <Export-Package>*;version=${pom.version}</Export-Package>
          </instructions>
        </configuration>
      </plugin>

...