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 2022/08/15 11:17:31 UTC

[uima-uimaj] branch maintenance/3.3.x updated (39531d43e -> e0633297d)

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

rec pushed a change to branch maintenance/3.3.x
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


    from 39531d43e Merge pull request #241 from apache/bugfix/240-Helper-annotation-created-by-SelectFS-should-not-survive
     add 2f6316ecd Issue #235: Misleading error message when JCas type is not registered
     add 84b867261 Issue #235: Misleading error message when JCas type is not registered
     add 46b15032e [No issue] Auto-formatting
     new e0633297d Merge pull request #236 from apache/bugfix/235-Misleading-error-message-when-JCas-type-is-not-registered

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:
 .../org/apache/uima/cas/CASRuntimeException.java   |  7 +++++
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   |  2 +-
 .../java/org/apache/uima/pear/util/FileUtil.java   | 10 +++---
 .../apache/uima/UIMAException_Messages.properties  |  1 +
 .../java/org/apache/uima/jcas/test/JCasTest.java   | 36 ++++++++++++----------
 .../util/PearInstallationVerificationTest.java     | 13 +++-----
 6 files changed, 38 insertions(+), 31 deletions(-)


[uima-uimaj] 01/01: Merge pull request #236 from apache/bugfix/235-Misleading-error-message-when-JCas-type-is-not-registered

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch maintenance/3.3.x
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit e0633297d3e7e255975d14594154baaa31ec7365
Merge: 39531d43e 46b15032e
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Aug 15 13:17:27 2022 +0200

    Merge pull request #236 from apache/bugfix/235-Misleading-error-message-when-JCas-type-is-not-registered
    
    Issue #235: Misleading error message when JCas type is not registered

 .../org/apache/uima/cas/CASRuntimeException.java   |  7 +++++
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   |  2 +-
 .../java/org/apache/uima/pear/util/FileUtil.java   | 10 +++---
 .../apache/uima/UIMAException_Messages.properties  |  1 +
 .../java/org/apache/uima/jcas/test/JCasTest.java   | 36 ++++++++++++----------
 .../util/PearInstallationVerificationTest.java     | 13 +++-----
 6 files changed, 38 insertions(+), 31 deletions(-)