JIRA Ticket: https://issues.apache.org/jira/browse/UIMA-XXXX

For all changes:

  • [ ] PR title starts with [UIMA-XXXX].
  • [ ] Commit messages conform to the following format
[UIMA-<ISSUE-NUMBER>] <ISSUE TITLE>
<EMPTY LINE>
- <CHANGE 1>
- <CHANGE 2>
- ...

For code changes:

  • [ ] PR includes new or updated tests related to the contribution.
  • [ ] PR includes new 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.

For documentation related changes:

  • [ ] PDF and HTML versions of the documentation render ok.