Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Implementations of BundleFileWrapperFactoryHook need updated with latest changes in Equinox

This should not impact very many in the community that have adopted Luna M1.  Any implementations of org.eclipse.osgi.internal.hookregistry.BundleFileWrapperFactoryHook from Luna M1 will need to change when adopting Luna M2.  A recent change [1] has been released to equinox that changes the return type of the method BundleFileWrapperFactoryHook.wrapBundleFile(BundleFile, Generation, boolean)

Folks may be wondering why I am announcing anything for changes made to classes from an 'internal' package.  These are the equinox specific hooks that allow others to augment the behavior of the framework implementation.  They allow fragments to plug into the implementation details of the framework and we do not treat them as real API.  With that said we try to keep the changes to a minimum to avoid breaking equinox framework hook implementations.

Tom

[1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=416073



Back to the top