Can anyone tell me why blueprint-core is exporting an org.osgi.service.blueprint package? First off, I don't think it should be exporting any org.osgi packages at all as those should be in the api bundle. Second, that package isn't even part of the spec. There should be blueprint/container and blu[eprint/reflect (both from the api bundle).
Anyway, it's causing issues cause if I have blueprint-core on the classpath (to create namespace handlers), the bundle-plugin is adding an import to org.osgi.service.blueprint which doesn't exist if using Gemini. I'd like to remove it from the exports, but I have a feeling that will trigger a "major version" bump. :-( -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
