Pierre De Rop created FELIX-6282:
------------------------------------

             Summary: Felix Connect R7 support
                 Key: FELIX-6282
                 URL: https://issues.apache.org/jira/browse/FELIX-6282
             Project: Felix
          Issue Type: Improvement
          Components: Connect
    Affects Versions: connect-0.2.0
            Reporter: Pierre De Rop
            Assignee: Pierre De Rop


The Felix Connect library seems to be almost ready for OSGi R7 support.

At least, modifying the project's pom in order to depend on 
org.osgi:osgi.core:7.0.0 allows to use recent declarative service, configadmin, 
metatype, etc ...

There is one minor issue: the support for FrameworkWiringDTO is missing (even 
if it's not really useful in the context of felix connect): in the following 
code, the adapt method returns null:
{code:java}
Bundle system = _ctx.getBundle(0);
FrameworkWiringDTO wiring = system.adapt(FrameworkWiringDTO.class);
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to