You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2015/06/05 12:18:01 UTC

[jira] [Created] (CAMEL-8835) Replace PojoSR with felix-connect

Grzegorz Grzybek created CAMEL-8835:
---------------------------------------

             Summary: Replace PojoSR with felix-connect
                 Key: CAMEL-8835
                 URL: https://issues.apache.org/jira/browse/CAMEL-8835
             Project: Camel
          Issue Type: Improvement
          Components: camel-blueprint, camel-osgi
            Reporter: Grzegorz Grzybek
            Assignee: Grzegorz Grzybek
             Fix For: 2.16.0


[PojoSR|https://code.google.com/p/pojosr/] was donated to Apache foundation and it's currently available as felix-connect and is [available|https://github.com/apache/felix/commit/c2dda4dc0b941f210911220b9106a741578e1c7c] in version 0.1.0 in Maven Central.

felix-connect is based on:
{code:xml}
    <dependencies>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <version>5.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.compendium</artifactId>
            <version>5.0.0</version>
        </dependency>
    </dependencies>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)