Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #395: Potential failure to look up UIMA-internal classes in OSGI-like contexts #396

Conversation

reckart
Copy link
Member

@reckart reckart commented Sep 30, 2024

What's in the PR

  • When trying to load a UIMA JCas class, fall back to using the UIMA framework classloader instead of the resource manager parent classloader which might not import all UIMA packages

How to test manually

  • E.g. construct a situation where the parent classloader of a resource manager has no access to the UIMA JCas classes such as TOP.

Automatic testing

  • PR adds/updates unit tests

Documentation

  • PR adds/updates documentation

Organizational

  • PR adds/updates dependencies.
    Only dependencies under approved licenses are allowed. LICENSE and NOTICE files in the respective modules where dependencies have been added as well as in the project root have been updated.

…I-like contexts

- When trying to load a UIMA JCas class, fall back to using the UIMA framework classloader instead of the resource manager parent classloader which might not import all UIMA packages
@reckart reckart added the 🦟 Bug Something isn't working label Sep 30, 2024
@reckart reckart added this to the 3.6.0 milestone Sep 30, 2024
@reckart reckart self-assigned this Sep 30, 2024
@reckart reckart merged commit 49d52e7 into main Sep 30, 2024
2 checks passed
@reckart reckart deleted the bugfix/395-Potential-failure-to-look-up-UIMA-internal-classes-in-OSGI-like-contexts branch September 30, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦟 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant