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 2021/10/08 07:36:46 UTC

[uima-uimaj] 01/01: Merge pull request #148 from apache/bugfix/UIMA-6386-Wrong-session-set-on-ConfigurationManager-in-aggregates

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-uimaj.git

commit 889824f911f41caa0a74834779e959ad55d567e4
Merge: 6a80640 3b5d609
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Oct 8 09:36:35 2021 +0200

    Merge pull request #148 from apache/bugfix/UIMA-6386-Wrong-session-set-on-ConfigurationManager-in-aggregates
    
    [UIMA-6386] Wrong session set on ConfigurationManager in aggregates

 .../java/org/apache/uima/UimaContextAdmin.java     |   8 +-
 .../org/apache/uima/impl/RootUimaContext_impl.java |   2 +-
 .../apache/uima/resource/Resource_ImplBase.java    |   6 +-
 .../impl/ConfigurationManagerImplBase.java         |   4 +
 .../impl/AnalysisEngine_implTest.java              |  52 +++++++++-
 .../uima/analysis_engine/impl/TestAnnotator.java   |  41 ++++----
 .../TestProgramaticPseudoAggregateAnnotator.java   | 105 +++++++++++++++++++++
 7 files changed, 181 insertions(+), 37 deletions(-)