Modification of OsgiClassPathLocationScanner to support not only current bundle #1143
Conversation
try to get target bundle from url instead of the current one if possible
I saw you closed the original issue. Is this PR still relevant? For what environment/constellation exactly is current situation a problem that would be resolved by this? |
Hi! Yes it is. I closed the ticket just because all the info related is here. |
I am still not sure I fully get it. Which OSGi runtimes are affected by this? Why aren't fragments sufficient to solve this? |
Well, now I'm trying to integrate Flyway into Atlassian products, their plugin infrastructure. |
Modification of OsgiClassPathLocationScanner to support not only current bundle
Thanks! Merged. |
enhancement for #1142.
Makes OsgiClassPathLocationScanner try to get target bundle from url first instead of the current one if possible. If it's not possible it still keeps fallback to current bundle