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

rec pushed a change to branch feature/UIMA-5823-Add-basic-benchmarking-module-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


    from 79d5a3a  [UIMA-5823] Add basic benchmarking module
     add 290eb9e  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add b7df556  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add acde4c7  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add 27e12bd  [UIMA-5792] Drop legacy module from uimaFIT v3
     add 7942050  Merge pull request #20 from 
apache/feature/UIMA-5792-Drop-legacy-module-from-uimaFIT-v3
     add eac4560  Merge branch '3.0.x' into 
feature/UIMA-5824-Run-JCasUtil-tests-against-equivalent-v3-selects
     add 56ec3f3  [UIMA-5820] Add CasFactory
     add ca53292  Merge branch '3.0.x' into feature/UIMA-5820-Add-CasFactory-v3
     add bed7a64  Merge pull request #23 from 
apache/feature/UIMA-5820-Add-CasFactory-v3
     add d512b43  Merge branch '3.0.x' into 
feature/UIMA-5824-Run-JCasUtil-tests-against-equivalent-v3-selects
     add 837a3b8  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add ea290cb  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add bc7115d  [UIMA-5818] Use List instead of Collection where possible
     add ca5a06e  Merge branch '3.0.x' into 
feature/UIMA-5818-Use-List-instead-of-Collection-where-possible
     add 717333f  [UIMA-5818] Use List instead of Collection where possible
     add 3d1a86d  Merge branch '3.0.x' into 
feature/UIMA-5818-Use-List-instead-of-Collection-where-possible
     add 89fb8e8  [UIMA-5818] Use List instead of Collection where possible
     add fcd1169  Merge pull request #21 from 
apache/feature/UIMA-5818-Use-List-instead-of-Collection-where-possible
     add 887a249  Merge branch '3.0.x' into 
feature/UIMA-5824-Run-JCasUtil-tests-against-equivalent-v3-selects
     add c086986  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add d3ca31a  [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
     add 92708bc  Merge pull request #19 from 
apache/feature/UIMA-5824-Run-JCasUtil-tests-against-equivalent-v3-selects
     new 051524a  Merge branch '3.0.x' into 
feature/UIMA-5823-Add-basic-benchmarking-module-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:
 .../factory/{JCasFactory.java => CasFactory.java}  | 111 ++++-----
 .../org/apache/uima/fit/factory/JCasFactory.java   |  40 +---
 .../java/org/apache/uima/fit/util/CasUtil.java     |  45 ++--
 .../apache/uima/fit/util/FSCollectionFactory.java  |  39 +--
 .../java/org/apache/uima/fit/util/JCasUtil.java    |  13 +-
 .../org/apache/uima/fit/util/JCasUtilTest.java     |  11 +-
 .../{JCasUtilTest.java => JCasUtilv3Test.java}     | 266 +++++++++++++--------
 .../uima/fit/util/FSCollectionFactoryTest.java     | 211 ----------------
 uimafit-parent/pom.xml                             |   2 +-
 9 files changed, 294 insertions(+), 444 deletions(-)
 copy uimafit-core/src/main/java/org/apache/uima/fit/factory/{JCasFactory.java 
=> CasFactory.java} (59%)
 copy uimafit-core/src/test/java/org/apache/uima/fit/util/{JCasUtilTest.java => 
JCasUtilv3Test.java} (68%)
 delete mode 100644 
uimafit-legacy-support/src/test/java/org/apache/uima/fit/util/FSCollectionFactoryTest.java

Reply via email to