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/03/18 18:41:02 UTC

[uima-uimaj] branch main updated (ad97c7e -> 4e3eb19)

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

rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from ad97c7e  Merge pull request #114 from apache/feature/UIMA-6341-Try-out-p2-layout-resolver
     add 6fbaab4  [UIMA-6342] Moving iterator beyond bounds does not invalidate it
     add d6b8bc3  [UIMA-6342] Moving iterator beyond bounds does not invalidate it
     add 8c113fb  [UIMA-6325] Update to UIMA Parent POM 14
     add 1ebaff6  [UIMA-6342] Moving iterator beyond bounds does not invalidate it
     add dd292e0  [UIMA-6342] Moving iterator beyond bounds does not invalidate it
     add 25a8f09  Merge branch 'main' into bugfix/UIMA-6342-Moving-iterator-beyond-bounds-does-not-invalidate-it
     new 4e3eb19  Merge pull request #113 from apache/bugfix/UIMA-6342-Moving-iterator-beyond-bounds-does-not-invalidate-it

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/uima/cas/impl/Subiterator.java | 151 ++++++---------------
 .../org/apache/uima/cas/impl/SelectFsTest.java     |  28 +++-
 2 files changed, 66 insertions(+), 113 deletions(-)

[uima-uimaj] 01/01: Merge pull request #113 from apache/bugfix/UIMA-6342-Moving-iterator-beyond-bounds-does-not-invalidate-it

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 4e3eb198d2394e58df7e1a27464b4d0ff7e438ec
Merge: ad97c7e 25a8f09
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Mar 18 19:40:56 2021 +0100

    Merge pull request #113 from apache/bugfix/UIMA-6342-Moving-iterator-beyond-bounds-does-not-invalidate-it
    
    [UIMA-6342] Moving iterator beyond bounds does not invalidate it

 .../java/org/apache/uima/cas/impl/Subiterator.java | 151 ++++++---------------
 .../org/apache/uima/cas/impl/SelectFsTest.java     |  28 +++-
 2 files changed, 66 insertions(+), 113 deletions(-)