[ https://issues.apache.org/jira/browse/FELIX-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269682#comment-17269682 ]
Pierre De Rop commented on FELIX-6282: -------------------------------------- Hi Tom, we have a use case where we load bundles from the Class Path, and if I'm correct there are also use cases where old Felix connect is embedded from a spring boot application. I will start to work on all this soon, using the Atomos snapshots version for the moment, and will let you know in case I find any issues (probably early next week). thanks > 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)