This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch
refactoring/UIMA-6444-Automatically-sign-Eclipse-plugins-during-release-builds
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from 4abc5f0f3 Merge branch 'main' into
refactoring/UIMA-6444-Automatically-sign-Eclipse-plugins-during-release-builds
add bb25f8ac4 Issue #272: select on FSArray seems broken
add 6b22ad2ca Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in
Eclipse 2022-09
add 0739e217f Merge branch 'main' into
bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
add 0a595133f Issue #275: Improved error message made it even more
misleading
add 7a56157f3 Merge branch 'main' into
bugfix/275-Improved-error-message-made-it-even-more-misleading
add 4a033e303 Merge pull request #276 from
apache/bugfix/275-Improved-error-message-made-it-even-more-misleading
add 5c845f6c8 Merge branch 'main' into
bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
add e84fd942a Merge pull request #274 from
apache/bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
add 2ff1a07e8 Merge branch 'main' into
bugfix/272-select-on-FSArray-seems-broken
add 11f88d8b3 Merge pull request #278 from
apache/bugfix/272-select-on-FSArray-seems-broken
add 66e648dc5 Issue #268: UIMA components log and then re-throw exceptions
which usually leads to errors being logged twice
add de4bde8d3 Merge pull request #279 from
apache/feature/268-UIMA-components-log-and-then-re-throw-exceptions-which-usually-leads-to-errors-being-logged-twice
add f5824e3b2 Issue #265: Unable to release without auto-staging
add fddc9c793 Issue #267 - UIMA Log4jLogger_impl not compatible with log4j
2.18.0+
add 683a302a4 Merge branch 'main' into
bugfix/267-UIMA-Log4jLogger_impl-not-compatible-with-log4j-2.18.0
add 03b37453d Merge pull request #280 from
apache/bugfix/267-UIMA-Log4jLogger_impl-not-compatible-with-log4j-2.18.0
add 656091961 Merge branch 'main' into
bugfix/265-Unable-to-release-without-auto-staging
add 1416d1145 Merge pull request #282 from
apache/bugfix/265-Unable-to-release-without-auto-staging
add 02c927648 Merge branch 'main' into
refactoring/UIMA-6444-Automatically-sign-Eclipse-plugins-during-release-builds
add c96d010f3 [UIMA-6444] Automatically sign Eclipse plugins during
release builds
No new revisions were added by this update.
Summary of changes:
pom.xml | 17 +++-
.../impl/PrimitiveAnalysisEngine_impl.java | 10 +--
.../org/apache/uima/cas/CASRuntimeException.java | 6 --
.../org/apache/uima/cas/impl/SelectFSs_impl.java | 2 +-
.../org/apache/uima/cas/impl/TypeSystemImpl.java | 34 ++++----
.../apache/uima/util/impl/Log4jLogger_impl.java | 18 +---
.../apache/uima/UIMAException_Messages.properties | 7 +-
.../apache/uima/cas/impl/SelectFsFSArrayTest.java | 86 +++++++++++++++++++
.../apache/uima/cas/impl/SelectFsFSListTest.java | 86 +++++++++++++++++++
.../apache/uima/cas/impl/TypeSystemImplTest.java | 99 ++++++++++++++++++++++
.../java/org/apache/uima/jcas/test/JCasTest.java | 28 ------
uimaj-eclipse-feature-runtime/feature.xml | 1 -
uimaj-eclipse-update-site/pom.xml | 4 +
uimaj-ep-runtime/pom.xml | 3 +-
uimaj-parent/pom.xml | 28 ------
15 files changed, 316 insertions(+), 113 deletions(-)
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSArrayTest.java
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSListTest.java
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/TypeSystemImplTest.java