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
Describe the bug
The UIMA ResourceManager implementation ignores a potentially available ThreadContextClassLoader when an extension classloader is set.
Expected behavior
Instead of ignoring the TCCL, the TCCL should be considered if a class could not be loaded through the extension classloader. The extension classloader should take precedence over the TCCL, but it should not completely block it.
Please complete the following information:
Version: 3.4.1
The text was updated successfully, but these errors were encountered:
…extension classloader is set
- Consider TCCL when looking for class
- Improved exception where we hook up the suppressed exceptions from all the classloaders that failed and where the error message includes the classloaders as well
- Deprecated two methods that are no longer used or should no longer be used because they would only take a single classloader into account instead of trying multiple
…er-ignored-by-ResourceManager-when-extension-classloader-is-set
Issue #315: ThreadContextClassLoader ignored by ResourceManager when extension classloader is set
Describe the bug
The UIMA ResourceManager implementation ignores a potentially available ThreadContextClassLoader when an extension classloader is set.
Expected behavior
Instead of ignoring the TCCL, the TCCL should be considered if a class could not be loaded through the extension classloader. The extension classloader should take precedence over the TCCL, but it should not completely block it.
Please complete the following information:
The text was updated successfully, but these errors were encountered: