awrb commented on PR #1713:
URL: https://github.com/apache/karaf/pull/1713#issuecomment-1422155593

   > Yes I think blueprint installer is creating a bundle on the fly. So that's 
why it works.
   
   The docs say it does 
https://karaf.apache.org/manual/latest/#_blueprint_deployer
   ```
   The generated OSGi MANIFEST will contain the following headers:
   
   Manifest-Version: 2
   Bundle-SymbolicName: [name of the file]
   Bundle-Version: [version of the file]
   Import-Package: [required packages]
   DynamicImport-Package: *
   ```
   but I am not sure when this happens compared to bundle:install.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to