Hi all, I'm on my way reading OSGi core spec 6.0 right now. here are some questions confused me:
1. What's the relationship between a bundle's Bundle-Version manifest header and attribute version of Export-Package manifest header of this bundle? 2. Why need add Provide-Capability for some namespace(for example, provide capability for namespace osgi.extender) to bundle's MANIFEST.MF, but do not need add Provide-Capability for namespace orgi.wiring.package when we are using Export-Package on this bundle? is that because namespaces under osgi.wiring.* is special so we do not need to provide them explicitly when using capability of them, or something else? 3. to be continued... Thanks. Regards.
