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 bb4812432 Merge pull request #237 from
apache/feature/226-Provide-SPI-interfaces-to-locate-descriptors-and-JCas-classes
add 6db34ef23 [#222] Support comparing test files irrespective of line
endings
add 7caca2c19 Merge branch 'maintenance/3.3.x' into
feature/222-Support-comparing-test-files-irrespective-of-line-endings
add 4e0aaa77a Merge pull request #223 from
apache/feature/222-Support-comparing-test-files-irrespective-of-line-endings
add 776543ef0 Merge pull request #224 from
apache/refactoring/UIMA-6454-Update-dependencies
add b7225a49c Issue #240: Helper annotation created by SelectFS should not
survive
add b5edf4349 Issue #238 - Form 6 serializes non-reachable FSes but should
not
add 1384ee2dc #238 - Form 6 serializes non-reachable FSes but should not
add 6baa0c1fe Merge pull request #239 from
apache/bugfix/238-Form-6-serializes-non-reachable-FSes-but-should-not
add 819c18dfd Merge branch 'maintenance/3.3.x' into
bugfix/240-Helper-annotation-created-by-SelectFS-should-not-survive
add 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
add e0633297d Merge pull request #236 from
apache/bugfix/235-Misleading-error-message-when-JCas-type-is-not-registered
add 28f207328 Merge branch 'main' into upmerge
new b2143f66a Merge pull request #242 from apache/upmerge
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/BinaryCasSerDes6.java | 2 +-
.../java/org/apache/uima/cas/impl/CASImpl.java | 13 +++++--
.../org/apache/uima/cas/impl/SelectFSs_impl.java | 5 ++-
.../org/apache/uima/cas/impl/TypeSystemImpl.java | 2 +-
.../java/org/apache/uima/pear/util/FileUtil.java | 10 +++---
.../apache/uima/UIMAException_Messages.properties | 1 +
.../apache/uima/cas/impl/SelectFsNoJCasTest.java | 27 ++++++++++++---
.../org/apache/uima/cas/impl/SerDesForm6Test.java | 10 ------
.../uima/cas/serdes/SerDesCasIOTestUtils.java | 25 ++++++++++++++
.../cas/serdes/scenario/DesSerTestScenario.java | 6 ++++
.../java/org/apache/uima/jcas/test/JCasTest.java | 36 ++++++++++---------
.../util/PearInstallationVerificationTest.java | 13 +++----
.../java/org/apache/uima/util/CasIOUtilsTest.java | 40 ++++++++++++++++++++++
14 files changed, 148 insertions(+), 49 deletions(-)