You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for notice.
For some time the current way of determining the classloader will be used as not all the containers are based on the 4.3 version of spec.
It's worth to note that OSGi 4.3 provides a way to get a bundle class loader:
bundle.adapt(BundleWiring.class).getClassLoader()
The text was updated successfully, but these errors were encountered: