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-uimaj.git.
from 12f3936 Merge pull request #178 from
apache/refactoring/UIMA-6354-Limit-permitted-JDK-to-minimal-JDK-for-release-builds
add 708df2c [UIMA-6418] Support additional parameters value types
new 8f16a98 Merge pull request #179 from
apache/feature/UIMA-6418-Support-additional-parameters-value-types
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:
.../impl/ConfigurationManagerImplBase.java | 51 +--
.../resource/impl/ConfigurationManager_impl.java | 55 +++-
.../resource/metadata/ConfigurationParameter.java | 12 +-
.../metadata/impl/ConfigurationParameter_impl.java | 54 +++-
.../metadata/impl/ResourceMetaData_impl.java | 30 +-
.../resource/ConfigurableResource_implTest.java | 351 +++++++++++----------
.../taeconfigurator/editors/ui/ValueSection.java | 35 +-
7 files changed, 357 insertions(+), 231 deletions(-)