mac-op opened a new pull request, #25: URL: https://github.com/apache/uima-uimacpp/pull/25
**What's in the PR** * This PR introduces support for Aggregate CAS Multipliers and the supporting facilities. Additions include: - `FlowController` and its child class `FixedFlowController` [[1]](https://uima.apache.org/d/uimaj-current/tug.html#ugr.tug.fc). Custom Flow Controllers and Flow Controller descriptor files are not yet added. - `Step` class and `Flow` interface [[2]](https://uima.apache.org/d/uimaj-current/tug.html#ugr.tug.fc.fc_interface_overview). - New `CAS::release` method to allow the CAS to release itself, similar to the Java API [[3]](https://uima.apache.org/d/uimaj-current/tug.html#ugr.tug.cm.retrieving_output_cases). - New error message type and ID in case of invalid CAS release. - New exception: EngineProcessingException. - Changes in internal API: - New constructor for CASPool to allow it to keep track of its `AnnotatorContext` owner. **Tests** The first test case added in #22 is now passing. The second test case should still be revised, as outlined in #24 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@uima.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org