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 2023/01/13 06:50:43 UTC

[uima-uimaj] branch refactoring/UIMA-6436-Move-maintainer-documentation-from-website-into-maintainer-guide updated (4f4367da0 -> 08eda3543)

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

rec pushed a change to branch refactoring/UIMA-6436-Move-maintainer-documentation-from-website-into-maintainer-guide
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


    from 4f4367da0 Merge branch 'main' into refactoring/UIMA-6436-Move-maintainer-documentation-from-website-into-maintainer-guide
     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 2004767ea Merge branch 'main' into refactoring/UIMA-6436-Move-maintainer-documentation-from-website-into-maintainer-guide
     add 08eda3543 [UIMA-6436] Move maintainer documentation from website into maintainer guide

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  17 +++-
 .../src/docs/asciidoc/common_book_info.adoc        |   2 +-
 .../src/docs/asciidoc/uv3.one-time-setup.adoc      |   2 +-
 .../src/docs/asciidoc/uv3.release.adoc             | 113 +--------------------
 .../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-ep-runtime/pom.xml                           |   3 +-
 16 files changed, 319 insertions(+), 195 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