Menu

#20 Please build JARs with OSGi support

sqlbuilder-2.1.4
closed
nobody
None
1
2016-07-03
2016-06-23
No

It'd be great to build the JARs so their MANIFESTs are OSGi-enhanced.
In case of building with Maven it's done by adding a build plugin:

    <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
    </plugin>

and by specifying the packaging:

<packaging>bundle</packaging>

Discussion

  • James Ahlborn

    James Ahlborn - 2016-06-23

    is there a specific library you are interested in (sqlbuilder, rmiio)?

     
  • Martin Lichtin

    Martin Lichtin - 2016-06-23

    Sorry I wasn't clear about this. Currently I'm using sqlbuilder and common-util.

     
  • James Ahlborn

    James Ahlborn - 2016-07-02
    • status: open --> closed
    • Group: Unassigned --> sqlbuilder-2.1.4
     
  • James Ahlborn

    James Ahlborn - 2016-07-02

    Fixed in:

    • common-util 1.1.1
    • sqlbuilder 2.1.4
    • rmiio 2.1.2
     

    Last edit: James Ahlborn 2016-07-02
  • Martin Lichtin

    Martin Lichtin - 2016-07-03

    Great, thanks a lot, that was a quick reaction.

     

Log in to post a comment.