svn commit: r1875124 - /uima/site/trunk/uima-website/docs/board-reports/2020-03.txt

2020-03-12 Thread schor
Author: schor
Date: Thu Mar 12 14:31:11 2020
New Revision: 1875124

URL: http://svn.apache.org/viewvc?rev=1875124=rev
Log:
board report 3/2020

Added:
uima/site/trunk/uima-website/docs/board-reports/2020-03.txt

Added: uima/site/trunk/uima-website/docs/board-reports/2020-03.txt
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/board-reports/2020-03.txt?rev=1875124=auto
==
--- uima/site/trunk/uima-website/docs/board-reports/2020-03.txt (added)
+++ uima/site/trunk/uima-website/docs/board-reports/2020-03.txt Thu Mar 12 
14:31:11 2020
@@ -0,0 +1,38 @@
+Board report for Apache UIMA, for March 2020.
+
+## Description:
+Apache UIMA's mission: the creation and maintenance of open-source software
+related to the analysis of unstructured data, guided by the UIMA Oasis
+Standard. The software provides frameworks, tools and annotators, 
+facilitating the analysis of unstructured content such as text, audio and 
+video.
+
+## Membership Data: 
+Apache UIMA was founded 2010-03-16 (10 years ago)
+
+There are currently 25 committers and 17 PMC members in this project.
+The Committer-to-PMC ratio is roughly 7:5.
+
+Community changes, past quarter:
+- No new PMC members. Last addition was Viorel Morari on 2019-11-18.
+- No new committers. Last addition was Viorel Morari on 2018-09-20.
+
+## Project Activity:
+### Releases:
+
+No releases in last quarter
+
+## Activity:
+Major work continues on getting the uima-cpp (the C++ support)
+working on modern versions of Linux. 
+
+UIMA Issues at a slow/moderate pace are continuing to be reported 
+and fixed in core UIMA, uimaFIT, Ruta, uima-as, and uima-ducc.
+
+A request to INFRA to move the uima-as project to GIT from SVN
+was made January 20, and we're awaiting INFRA action on this.
+( https://issues.apache.org/jira/browse/INFRA-19750 ) 
+  
+## Community Health: The community continues to be moderately active. 
+
+## Issues: No Board level issues at this time.
\ No newline at end of file




[uima-uimaj] 01/01: Merge pull request #36 from apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization

2020-03-12 Thread schor
This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 332769e30e5126dd06bc15908d84756791925109
Merge: aa11dfa 9c2f4ff
Author: mischor 
AuthorDate: Thu Mar 12 09:05:17 2020 -0400

Merge pull request #36 from 
apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization

[UIMA-6199] Unindexed document annotation added back to index during 
deserialization

 .../org/apache/uima/cas/impl/BinaryCasSerDes.java  | 26 ++-
 .../java/org/apache/uima/cas/impl/CASImpl.java | 19 -
 .../uima/cas/test/SerializationReinitTest.java | 24 +++
 .../uima/util/CasIOUtilsAlwaysHoldOnTest.java  | 80 ++
 .../java/org/apache/uima/util/CasIOUtilsTest.java  | 54 ++-
 5 files changed, 197 insertions(+), 6 deletions(-)



[uima-uimaj] branch master updated (aa11dfa -> 332769e)

2020-03-12 Thread schor
This is an automated email from the ASF dual-hosted git repository.

schor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


from aa11dfa  Merge pull request #35 from apache/UIMA-6187-v3
 add ab9731b  [UIMA-6199] Unindexed document annotation added back to index 
during deserialization
 add bc9f9dd  [UIMA-6199] Unindexed document annotation added back to index 
during deserialization
 add 3120d94  UIMA-6199 2 part fix for edge case of non-indexed doc_annot
 add 5e7a391  make forAllViews public so it can be accessed from another 
internl pkg
 add 549ac4d  UIMA-6199 add comments describing meaning of length
 add 9c2f4ff  UIMA-6199 add comment
 new 332769e  Merge pull request #36 from 
apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization

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/impl/BinaryCasSerDes.java  | 26 ++-
 .../java/org/apache/uima/cas/impl/CASImpl.java | 19 -
 .../uima/cas/test/SerializationReinitTest.java | 24 +++
 .../uima/util/CasIOUtilsAlwaysHoldOnTest.java  | 80 ++
 .../java/org/apache/uima/util/CasIOUtilsTest.java  | 54 ++-
 5 files changed, 197 insertions(+), 6 deletions(-)
 create mode 100644 
uimaj-core/src/test/java/org/apache/uima/util/CasIOUtilsAlwaysHoldOnTest.java