uima-uimaj icon indicating copy to clipboard operation
uima-uimaj copied to clipboard

Apache UIMA Java SDK

Results 26 uima-uimaj issues
Sort by recently updated
recently updated
newest added

**What's in the PR** - Try fixing the case if a JCCI was created with a bad type ID because the type ID had not been set yet **How to...

🦟 Bug

JCas jCas=UIMAFramework.produceAnalysisEngine(AnalysisEngineDescription desc, ResourceManagerFactory.newResourceManager(), null).newJCas(); Type annotationType = cas.getJCas().getCasType(org.apache.uima.jcas.tcas.Annotation.type); Exception will be raised as Annotation is missing. uima: 3.3.0 ruta-core: 3.2.0

🦟 Bug

**Is your feature request related to a problem? Please describe.** UIMA does not work well in OSGi environments where JCas classes are distributed across different bundles. Cf. https://issues.apache.org/jira/browse/UIMA-6468 UIMA assume...

⭐️ Enhancement

**JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6436 **What's in the PR** - Change deprecation marker - More detail on updating the website **How to test manually** * No specific test procedure **Automatic testing** *...

⚙️ Refactoring

**JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6468 **What's in the PR** - Added test - Added a smart little classloader in the test code which works around the problem **How to test manually** *...

**Prepare the code** - [x] Create release branch: `release/3.3.1` - [x] Update `README.md` file - [x] Update `RELEASE_NOTES.md` file - [x] Check the LICENSE and NOTICE files for the binary...

**What's in the PR** * Preparation of 3.3.1 release **How to test manually** * See release checklist **Automatic testing** * [ ] PR adds/updates unit tests **Documentation** * [ ]...

**Is your feature request related to a problem? Please describe.** When processing data in a CPE, the CPE starts various worker threads. These threads do not inherit the TCCL of...

⭐️ Enhancement
Needs confirmation

**Describe the bug** When running in an OSGI environment, the TCCL may have access to a component, but the component might be accessing a resource implementing an interface to which...

⭐️ Enhancement

**What's in the PR** - Moved the two methods to the public TypeSystemUtil class - Deprecate them in the old place and mark them for removal in next major version...

⭐️ Enhancement