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/23 12:12:37 UTC

[uima-uimaj] branch main updated (b3fcf24b7 -> 8cea780ba)

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 b3fcf24b7 Merge pull request #217 from apache/refactoring/UIMA-6436-Move-maintainer-documentation-from-website-into-maintainer-guide
     add b507681a0 Merge pull request #277 from apache/bugfix/272-select-on-FSArray-seems-broken
     add c2db1db19 Issue #285: NPE while deserializing an XMI in a PEAR context
     add b5bf534cf Merge branch 'main' into bugfix/285-NPE-while-deserializing-an-XMI-in-a-PEAR-context
     new 8cea780ba Merge pull request #287 from apache/bugfix/285-NPE-while-deserializing-an-XMI-in-a-PEAR-context

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:
 .../java/org/apache/uima/cas/impl/CASImpl.java     |  9 +++++++--
 .../uima/cas/test/FSCreatedInPearContextTest.java  | 23 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)


[uima-uimaj] 01/01: Merge pull request #287 from apache/bugfix/285-NPE-while-deserializing-an-XMI-in-a-PEAR-context

Posted by re...@apache.org.
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 8cea780baf368c4e32df4cbcee6f02806cfeacb7
Merge: b3fcf24b7 b5bf534cf
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Jan 23 13:12:28 2023 +0100

    Merge pull request #287 from apache/bugfix/285-NPE-while-deserializing-an-XMI-in-a-PEAR-context
    
    Issue #285: NPE while deserializing an XMI in a PEAR context

 .../java/org/apache/uima/cas/impl/CASImpl.java     |  9 +++++++--
 .../uima/cas/test/FSCreatedInPearContextTest.java  | 23 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)