Hi, in Apache Sling we switched now from version 2.3.7 to 2.4.0 of the maven bundle plugin and it seems there is a difference in the handling of dynamic import packages between those versions.
With previous versions of the plugin, the Import-Package was calculated with taking DynamicImport-Package in mind, which means a package declared as dynamic import was not added to the import list. With 2.4.0 this changed, and the package is listed in both statements. So I'm wondering what is the correct behaviour? Regards Carsten -- Carsten Ziegeler [email protected]
