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 2018/07/07 23:19:30 UTC

[uima-uimafit] branch 3.0.x updated (a6b6cf4 -> 4c81ba1)

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

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


    from a6b6cf4  Merge pull request #9 from apache/feature/5805-do-not-set-extension-classloader-if-not-required-v3
     add f5f73c5  [UIMA-3325] FSCollectionFactory.createStringArray returns StringArrayFS
     add 6d96f0c  Merge branch '3.0.x' into feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs
     new 4c81ba1  Merge pull request #5 from apache/feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs

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:
 .../apache/uima/fit/util/FSCollectionFactory.java  | 296 +++++++++++++--------
 .../main/java/org/apache/uima/fit/util/FSUtil.java |  53 ++--
 .../uima/fit/util/FSCollectionFactoryTest.java     |  74 ++++--
 .../uima/fit/util/FSCollectionFactoryTest.java     |  74 +++---
 4 files changed, 295 insertions(+), 202 deletions(-)
 copy {uimafit-core => uimafit-legacy-support}/src/test/java/org/apache/uima/fit/util/FSCollectionFactoryTest.java (71%)


[uima-uimafit] 01/01: Merge pull request #5 from apache/feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs

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

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

commit 4c81ba1d94295f9c85a68791d743e283aba0c529
Merge: a6b6cf4 6d96f0c
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Sun Jul 8 01:19:29 2018 +0200

    Merge pull request #5 from apache/feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs
    
    [UIMA-3325] FSCollectionFactory.createStringArray returns StringArrayFS

 .../apache/uima/fit/util/FSCollectionFactory.java  | 296 +++++++++++++--------
 .../main/java/org/apache/uima/fit/util/FSUtil.java |  53 ++--
 .../uima/fit/util/FSCollectionFactoryTest.java     |  74 ++++--
 .../uima/fit/util/FSCollectionFactoryTest.java     |  74 +++---
 4 files changed, 295 insertions(+), 202 deletions(-)