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 2020/04/10 16:38:35 UTC

[uima-uimafit] branch release/2.5.0 updated (4ca5415 -> 55aa1be)

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

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


    from 4ca5415  Merge pull request #98 from apache/NO-JIRA-https-for-maven-repos
     new 253bded  [UIMA-6181]b Fix complaints about maven-plugin-plugin in Eclipse
     new 55aa1be  [NO JIRA] Updated README file for release.

The 2 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:
 README                 | 20 +++++++++++++++++++-
 uimafit-parent/pom.xml | 38 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 56 insertions(+), 2 deletions(-)


[uima-uimafit] 02/02: [NO JIRA] Updated README file for release.

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

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

commit 55aa1be54c87cae079a50d2d1e560bfb8646701a
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Apr 10 18:38:25 2020 +0200

    [NO JIRA] Updated README file for release.
---
 README | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 49f18bb..de5874f 100644
--- a/README
+++ b/README
@@ -43,6 +43,24 @@ What's New in 2.5.0
 uimaFIT 2.5.0 is a minor feature and bugfix release. It should should serve as a drop-in replacement
 for previous uimaFIT 2.x versions.
 
+Notable changes include:
+
+ * Added support for PEARs in AnalysisEngineFactory
+ * Added support for destroing auto-created resource managers if feasible
+ * Added CasFactory
+ * Added CasUtil.exists(...) method
+ * Added support for Charset-typed parameters in components
+ * Added ExternalResourceFactory.createResource(...) methods for instantiating resources
+ * Added ability to set number of threads in CpePipeline.runPipeline(...)
+ * Fixed FSUtil.getFeature(...) failing when called with Object.class on multi-valued features
+ * Fixed issue with non-XML 1.0 characters in parameter values when running CPEs
+ * Fixed JCasIterable.iterator() destroying the ResourceManager before it is even used
+ * Fixed CollectionReaderFactory.createReaderDescription(...) not discovering type prios and indexes
+ * Fixed issue causing component parameters to be used when initializing resources
+ * Upgraded to UIMA 2.10.4
+ * Upgraded to Spring 4.3.26
+ * No longer set extension classloader in DefaultResourceManagerCreator
+
 A full list of issues addressed in this release can be found on the Apache issue tracker:
 
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310570&version=12339544
@@ -50,7 +68,7 @@ A full list of issues addressed in this release can be found on the Apache issue
 Supported Platforms
 -------------------
 
-uimaFIT requires Java 1.8 or higher, UIMA 2.10.3 or higher, and the Spring Framework 3.2.16 or higher.
+uimaFIT requires Java 1.8 or higher, UIMA 2.10.4 or higher, and the Spring Framework 4.3.26 or higher.
 
 
 Availability


[uima-uimafit] 01/02: [UIMA-6181]b Fix complaints about maven-plugin-plugin in Eclipse

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

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

commit 253bdedf254d2f322c8521864070055ba336968f
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Apr 9 13:24:36 2020 +0200

    [UIMA-6181]b Fix complaints about maven-plugin-plugin in Eclipse
    
    - Add m2e config for maven-plugin-plugin to uimaFIT parent POM so we do not have to wait for a release of the UIMA-wide parent-pom-14 before the next uimaFIT v3 release
    
    (cherry picked from commit a75179145389f8bf381ef0c613c1e6aac502b532)
---
 uimafit-parent/pom.xml | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 3168545..488916a 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>14-SNAPSHOT</version>
+    <version>13</version>
   </parent>
   <artifactId>uimafit-parent</artifactId>
   <version>2.5.0-SNAPSHOT</version>
@@ -289,6 +289,42 @@
                     <ignore />
                   </action>
                 </pluginExecution>
+                <!-- *********************************************** -->
+                <!-- The Maven Dev Connector for Eclipse m2e is no   -->
+                <!-- longer maintained. We copy the relevant part    --> 
+                <!-- of the lifecycle mapping for the                -->
+                <!-- maven-plugin-plugin here.                       -->
+                <!--                                                 -->
+                <!-- See https://github.com/ifedorenko/com.ifedorenko.m2e.mavendev/blob/master/com.ifedorenko.m2e.mavendev/lifecycle-mapping-metadata.xml -->
+                <!-- *********************************************** -->
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <versionRange>[3.5.2,)</versionRange>
+                    <goals>
+                      <goal>descriptor</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute>
+                      <runOnIncremental>false</runOnIncremental>
+                    </execute>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <versionRange>[3.5.2,)</versionRange>
+                    <goals>
+                      <goal>helpmojo</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>