Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Buddy classloading issues

With 2021-03 came a nasty bug regarding buddy classloading [1]. While
catching the NPE is not an option when using 3rd party content I
thought of adding a proxy classloader for my bundles using buddy-
policy: global. What would be the best way to register such a
classloader? Could this be done in the Activator?

thanks
Christian


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



Back to the top