[ 
https://issues.apache.org/jira/browse/FELIX-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269447#comment-17269447
 ] 

Tom Watson commented on FELIX-6282:
-----------------------------------

We have not released Atomos yet.  Now that both Felix and Equinox have 
published OSGi R8 implementations we can work towards getting an Atomos release.

Before doing that it would be good to understand if Atomos, in its current 
state, solves the needs of your product.  Could you describe how the old Felix 
connect is being used and what is required of Atomos in order for it to be a 
viable replacement?

> 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
>            Priority: Major
>
> 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