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 2022/02/18 10:17:25 UTC

[uima-uimafit] branch main updated (2b5c96a -> d7a0288)

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

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


    from 2b5c96a  Merge pull request #166 from apache/refactoring/UIMA-6354-Limit-permitted-JDK-to-minimal-JDK-for-release-builds
     add b8621bd  [UIMA-6417] Problems setting numeric parameter values
     new d7a0288  Merge pull request #167 from apache/bugfix/UIMA-6417-Problems-setting-numeric-parameter-values

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:
 pom.xml                                            |  10 +-
 uimafit-assertj/pom.xml                            |   4 +-
 uimafit-benchmark/pom.xml                          |   4 +-
 uimafit-core/pom.xml                               |   2 +-
 .../fit/factory/ConfigurationParameterFactory.java | 185 ++++++++++++++-------
 .../factory/ConfigurationParameterFactoryTest.java |   5 +-
 ...ameterFactory_ParameterValueConversionTest.java | 147 ++++++++++++++++
 .../org/apache/uima/fit/util/JCasUtilTest.java     |   2 -
 uimafit-cpe/pom.xml                                |   4 +-
 uimafit-doc/pom.xml                                |   2 +-
 uimafit-examples/pom.xml                           |   4 +-
 uimafit-junit/pom.xml                              |   4 +-
 uimafit-maven-plugin/pom.xml                       |   4 +-
 uimafit-parent/pom.xml                             |   8 +-
 uimafit-spring/pom.xml                             |   4 +-
 15 files changed, 297 insertions(+), 92 deletions(-)
 create mode 100644 uimafit-core/src/test/java/org/apache/uima/fit/factory/ConfigurationParameterFactory_ParameterValueConversionTest.java

[uima-uimafit] 01/01: Merge pull request #167 from apache/bugfix/UIMA-6417-Problems-setting-numeric-parameter-values

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

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

commit d7a02882f2e56718eece1951c8fd0c5fe876e743
Merge: 2b5c96a b8621bd
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Feb 18 11:16:40 2022 +0100

    Merge pull request #167 from apache/bugfix/UIMA-6417-Problems-setting-numeric-parameter-values
    
    [UIMA-6417] Problems setting numeric parameter values

 pom.xml                                            |  10 +-
 uimafit-assertj/pom.xml                            |   4 +-
 uimafit-benchmark/pom.xml                          |   4 +-
 uimafit-core/pom.xml                               |   2 +-
 .../fit/factory/ConfigurationParameterFactory.java | 185 ++++++++++++++-------
 .../factory/ConfigurationParameterFactoryTest.java |   5 +-
 ...ameterFactory_ParameterValueConversionTest.java | 147 ++++++++++++++++
 .../org/apache/uima/fit/util/JCasUtilTest.java     |   2 -
 uimafit-cpe/pom.xml                                |   4 +-
 uimafit-doc/pom.xml                                |   2 +-
 uimafit-examples/pom.xml                           |   4 +-
 uimafit-junit/pom.xml                              |   4 +-
 uimafit-maven-plugin/pom.xml                       |   4 +-
 uimafit-parent/pom.xml                             |   8 +-
 uimafit-spring/pom.xml                             |   4 +-
 15 files changed, 297 insertions(+), 92 deletions(-)