You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/04/15 11:05:44 UTC

[uima-uimaj] branch UIMA-6329-UIMA-Java-SDK-3.2.0-release updated (41ca009 -> aba8659)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch UIMA-6329-UIMA-Java-SDK-3.2.0-release
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from 41ca009  Merge branch 'main' into UIMA-6329-UIMA-Java-SDK-3.2.0-release
     add 8529ded  [UIMA-6348] Race-condition in TypeSystemImpl commit
     add aed603a  [UIMA-6348] Race-condition in TypeSystemImpl commit
     add 2eac586  Merge pull request #116 from apache/bugfix/UIMA-6348-Race-condition-in-TypeSystemImpl-commit
     add aba8659  Merge branch 'main' into UIMA-6329-UIMA-Java-SDK-3.2.0-release

No new revisions were added by this update.

Summary of changes:
 .../src/docs/asciidoc/uv3.migration.aids.adoc      |  12 ++
 .../java/org/apache/uima/cas/impl/CASImpl.java     |  27 +++++
 .../java/org/apache/uima/cas/impl/FsIndex_bag.java |   2 +
 .../apache/uima/cas/impl/FsIndex_set_sorted.java   |   8 +-
 .../apache/uima/cas/impl/FsIndex_singletype.java   |  24 ++++
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   | 134 ++++++++++++---------
 .../java/org/apache/uima/cas/impl/FSIndexTest.java | 114 ++++++++++++++++++
 7 files changed, 255 insertions(+), 66 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/FSIndexTest.java