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 2023/01/12 08:27:20 UTC

[uima-uimaj] branch main updated (e84fd942a -> 11f88d8b3)

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 e84fd942a Merge pull request #274 from apache/bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
     add bb25f8ac4 Issue #272: select on FSArray seems broken
     add 2ff1a07e8 Merge branch 'main' into bugfix/272-select-on-FSArray-seems-broken
     new 11f88d8b3 Merge pull request #278 from apache/bugfix/272-select-on-FSArray-seems-broken

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:
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |  2 +-
 .../apache/uima/cas/impl/SelectFsFSArrayTest.java  | 86 ++++++++++++++++++++++
 .../apache/uima/cas/impl/SelectFsFSListTest.java   | 86 ++++++++++++++++++++++
 3 files changed, 173 insertions(+), 1 deletion(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSArrayTest.java
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSListTest.java


[uima-uimaj] 01/01: Merge pull request #278 from apache/bugfix/272-select-on-FSArray-seems-broken

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 11f88d8b3b1dd97ff2cca678ce18789c693a7658
Merge: e84fd942a 2ff1a07e8
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jan 12 09:27:12 2023 +0100

    Merge pull request #278 from apache/bugfix/272-select-on-FSArray-seems-broken
    
    Issue #272: select on FSArray seems broken

 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |  2 +-
 .../apache/uima/cas/impl/SelectFsFSArrayTest.java  | 86 ++++++++++++++++++++++
 .../apache/uima/cas/impl/SelectFsFSListTest.java   | 86 ++++++++++++++++++++++
 3 files changed, 173 insertions(+), 1 deletion(-)