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/02/03 07:08:47 UTC

[uima-uimafit] branch master-v2 updated (ac9faeb -> ab8f787)

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

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


    from ac9faeb  Merge pull request #74 from apache/bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager
     add 80412a6  [UIMA-6169] Support Charset-typed parameters in components
     new ab8f787  Merge pull request #78 from apache/feature/UIMA-6169-Support-Charset-typed-parameters-in-components

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:
 uimafit-core/pom.xml                               |   6 +
 .../ConfigurationParameterInitializer.java         |  74 ++--
 .../{LocaleEditor.java => ChatsetEditor.java}      |  18 +-
 .../propertyeditors/PropertyEditorUtil.java        |   3 +
 .../ConfigurationParameterInitializerTest.java     | 385 ++++++++++++++++++++-
 .../tools.uimafit.configurationparameters.xml      |  21 +-
 6 files changed, 457 insertions(+), 50 deletions(-)
 copy uimafit-core/src/main/java/org/apache/uima/fit/internal/propertyeditors/{LocaleEditor.java => ChatsetEditor.java} (67%)


[uima-uimafit] 01/01: Merge pull request #78 from apache/feature/UIMA-6169-Support-Charset-typed-parameters-in-components

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

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

commit ab8f787608ababa1d00b0e25929675c21856aff4
Merge: ac9faeb 80412a6
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Feb 3 08:08:39 2020 +0100

    Merge pull request #78 from apache/feature/UIMA-6169-Support-Charset-typed-parameters-in-components
    
    [UIMA-6169] Support Charset-typed parameters in components

 uimafit-core/pom.xml                               |   6 +
 .../ConfigurationParameterInitializer.java         |  74 ++--
 ...{PropertyEditorUtil.java => ChatsetEditor.java} |  29 +-
 .../propertyeditors/PropertyEditorUtil.java        |   3 +
 .../ConfigurationParameterInitializerTest.java     | 385 ++++++++++++++++++++-
 .../tools.uimafit.configurationparameters.xml      |  21 +-
 6 files changed, 465 insertions(+), 53 deletions(-)