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