Richard Eckart de Castilho
Richard Eckart de Castilho
**Is your feature request related to a problem? Please describe.** UIMA knows which type names are valid, but the corresponding method cannot be accessed - it is not part of...
**Describe the bug** select(AnnotationBaseFs-type).count() seems to return -1 **Expected behavior** Should return the proper count. **Please complete the following information:** - Version: 3.5.0
**Describe the bug** When injecting a resource into a UIMA component and the resource manager's classloader has access to the implementation class of the resources but not to the interface...
**Describe the bug** Creating a CAS with a classloader that has no access to `org.apache.uima.jcas.cas` breaks JCas. **To Reproduce** Steps to reproduce the behavior: 1. Create a CAS using a...
**Describe the bug** When selecting an annotation, the text covered by the annotation appears rendered twice with a little offset. Looks very glitchy. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Opening a CAS (XMI or BCAS - does not matter) in the CAS editor sometimes fails with an exception. **To Reproduce** Steps to reproduce the behavior -...
**Describe the refactoring action** All UIMA JARs that should be needed by the Eclipse plugins including the Eclipse plugin bundles themselves should be deployed to Maven Central. If that is...
**Describe the refactoring action** Most UIMA Java SDK JAR files are OSGI bundles since 3.5.0. It should no longer be necessary to construct a fat bundle from them in order...
**What's in the PR** * GitHub action file for CodeQL checks **How to test manually** * No specific test procedure **Automatic testing** * [ ] PR adds/updates unit tests **Documentation**...
**Describe the refactoring action** Clean up in particular the Eclipse Plugin OSGI bundle configurations. **Expected benefit** There is currently quite a bit of manual dependency management. This should be removable....