rotty3000 commented on PR #76:
URL: https://github.com/apache/felix-atomos/pull/76#issuecomment-1875539250

   > when a parent package is contained in another bundle and the order is such 
that the bundle with the child package is processed first and there for takes 
over the map entry for that package name.
   
   I've observed this exact problem when bnd's JPMS plugin was over stocking a 
module description with "packages" of empty dirs. However, you need to account 
for both resources and class files alike when computing what is a package and 
what is not.
   
   .. and yet even this can go wrong. Think of jars which include schema files 
from other projects (looking at you JavaEE/Jakata and friends) so you should 
leave some form of escape hatch.


-- 
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: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to