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:21:19 UTC

[uima-uimafit] branch feature/5808-destroy-auto-created-resource-managers-if-feasible-v3 updated (1aaca34 -> cc8a58e)

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

rec pushed a change to branch feature/5808-destroy-auto-created-resource-managers-if-feasible-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


    from 1aaca34  [UIMA-5808] Destroy auto-created resource managers if feasible
     add f5f73c5  [UIMA-3325] FSCollectionFactory.createStringArray returns StringArrayFS
     add 6d96f0c  Merge branch '3.0.x' into feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs
     add 4c81ba1  Merge pull request #5 from apache/feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs
     new cc8a58e  Merge branch '3.0.x' into feature/5808-destroy-auto-created-resource-managers-if-feasible-v3

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 branch '3.0.x' into feature/5808-destroy-auto-created-resource-managers-if-feasible-v3

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

rec pushed a commit to branch feature/5808-destroy-auto-created-resource-managers-if-feasible-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit cc8a58e320b8696296b6b7e04a82328d601bd657
Merge: 1aaca34 4c81ba1
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Sun Jul 8 01:21:17 2018 +0200

    Merge branch '3.0.x' into feature/5808-destroy-auto-created-resource-managers-if-feasible-v3

 .../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(-)