Hello everyone,
I just wanted to let you know that I discovered and fixed a bug in Felix
class loading that was accidentally exposing classes on the class path
to bundles, even if they did not import them.
This bug was introduced during the module layer refactoring.
I am posting a message about this to let people know that they should
"svn update" and after they do, they might experience
NoClassDefFoundErrors and the like if their bundles' manifests are
incomplete. If you run into this situation, most likely, you just need
to add the package to the Import-Package header of the bundle.
-> richard