[uima-uimaj] branch UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype updated (f0e99e6 -> 93289a1)

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

schor pushed a change to branch 
UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


from f0e99e6  [UIMA-6243] JCas returns Annotation when asked for a specific 
subtype
 add d8a9165  [UIMA-6243] work on fixes
 add 93289a1  merge updated branch of test, add scope of test to dependency

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/uima/jcas/impl/JCasImpl.java   | 37 ++
 1 file changed, 31 insertions(+), 6 deletions(-)



[uima-ruta] 01/01: Merge branch 'master' into UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta

2020-06-25 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch 
UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit adc8142c3fa2df83bdc1d4dd09ee1ba733b66c22
Merge: 870cc8d fbdaab6
Author: Richard Eckart de Castilho 
AuthorDate: Thu Jun 25 13:20:13 2020 +0200

Merge branch 'master' into 
UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta

* master: (69 commits)
  [UIMA-6231] Reducing memory pressure generated by UIMA Ruta
  [NO JIRA] Copying v3 code to a branch under the v2 spot so it gets 
included in the GitHub mirror.
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release ruta-3.0.1
  UIMA-6194: merge v2 changes
  no jira - manual rollback
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release ruta-3.0.1
  merged v2: UIMA-6195, UIMA-6194, UIMA-6193, UIMA-6192, UIMA-6191, 
UIMA-6183, UIMA-6171
  no jira - update updatesite version
  no jira - preparations fro next release - updated versions - updated jira 
version - updated release notes
  UIMA-6183: fix NPE and visibility problems of literal string matches in 
v3, behavior adapted in order to avoid unexpected matching within tokens
  no jira - fix readme/release-notes according rc review
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release ruta-3.0.0
  no jira - improve release-notes
  no jira - improve release-notes
  no jira fix jira version, improve readme/release-notes
  no jira - manual rollback
  [maven-release-plugin] prepare for next development iteration
  ...

 README |   5 +-
 RELEASE_NOTES.html |  25 ++-
 .../ruta-ep-example-extensions/.gitignore  |   2 +-
 .../ruta-ep-example-extensions/pom.xml |   2 +-
 example-projects/ruta-maven-example/pom.xml|   2 +-
 pom.xml|  10 +-
 ruta-basic-type/pom.xml|   2 +-
 .../java/org/apache/uima/ruta/type/RutaBasic.java  |  85 ++--
 .../org/apache/uima/ruta/type/RutaBasic_Type.java  | 107 --
 ruta-core-ext/pom.xml  |   2 +-
 ruta-core/pom.xml  |   3 +-
 .../java/org/apache/uima/ruta/FilterManager.java   |   6 +-
 .../java/org/apache/uima/ruta/RutaEnvironment.java |   1 -
 .../main/java/org/apache/uima/ruta/RutaStream.java |  75 ---
 .../apache/uima/ruta/condition/NearCondition.java  |   2 +-
 .../uima/ruta/resource/MultiTreeWordList.java  |   2 +-
 .../apache/uima/ruta/resource/TreeWordList.java|   2 +-
 .../uima/ruta/rule/AnnotationListFSIterator.java   |  94 +
 .../uima/ruta/rule/RutaAnnotationTypeMatcher.java  | 232 -
 .../apache/uima/ruta/rule/WildCardRuleElement.java |  29 ++-
 .../org/apache/uima/ruta/engine/DummySeeder.java   |  74 +++
 .../uima/ruta/engine/MultipleSeedersTest.java  | 100 -
 .../annotation/AnnotationLabelExpressionTest.java  |  13 --
 .../apache/uima/ruta/resource/CSVTableTest.java| 150 ++---
 .../org/apache/uima/ruta/rule/WildCard2Test.java   |  14 ++
 ruta-docbook/pom.xml   |   3 +-
 ruta-docbook/src/docbook/tools.ruta.howtos.xml |   8 +-
 ruta-eclipse-feature/pom.xml   |   2 +-
 ruta-eclipse-update-site/category.xml  |   2 +-
 ruta-eclipse-update-site/pom.xml   |  12 +-
 ruta-ep-addons/pom.xml |   2 +-
 .../apache/uima/ruta/explain/tree/ExplainTree.java |   6 +-
 .../ruta/explain/tree/RuleElementMatchNode.java|   7 +-
 ruta-ep-caseditor/.gitignore   |   2 +-
 ruta-ep-caseditor/pom.xml  |   2 +-
 ruta-ep-core-ext/pom.xml   |   2 +-
 ruta-ep-engine/.gitignore  |   2 +-
 ruta-ep-engine/pom.xml |   2 +-
 ruta-ep-ide-ui/.gitignore  |   2 +-
 ruta-ep-ide-ui/pom.xml |   2 +-
 ruta-ep-ide/.gitignore |   2 +-
 ruta-ep-ide/pom.xml|   2 +-
 ruta-ep-parent/pom.xml |   2 +-
 ruta-ep-textruler/.gitignore   |   2 +-
 ruta-ep-textruler/pom.xml  |   2 +-
 ruta-maven-archetype/pom.xml   |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 ruta-maven-plugin/pom.xml  |   6 +-
 ruta-parent/pom.xml|   6 +-
 ruta-typesystem/pom.xml|   2 +-
 50 files changed, 565 insertions(+), 558 deletions(-)




[uima-ruta] branch UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta updated (870cc8d -> adc8142)

2020-06-25 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch 
UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


from 870cc8d  [UIMA-6231] introducing new static cache for reusing Pattern 
objects in REGEXP and RegExpRule
 add 3c8c8d3  no jira - prepare ruta v3 for testing uimaj-core rc
 add 9d7c340  no jira - prepare ruta v3 for testing uimaj-core rc
 add 7063210  no jira - remove test type system
 add b70cb79  no jira - avoid compile errors with workarounds
 add dbc9ccf  no jira - uima v3 SNAPSHOT
 add 8773566  no jira - update to released uimaj v3 beta
 add 62a5374  no jira - update cover class
 add 5bc2227  no jira - make it compatible to latest uimaFIT, updated 
uimaj-core version
 add 7702db9  no jira - update readme/notes
 add 35f4bd6  no jira - merge ruta v2 to ruta v3
 add 9193a36  no jira - cleanup usage of commons-lang
 add 640be17  UIMA-6024: apply cleanup of 2.7.0
 add 05a03e5  UIMA-6024: apply changes of v2
 add 3841fec  UIMA-6024: clean up
 add bc4c066  no jira- update urls, update versions
 add 5d0b0f8  no jira- update urls
 add 513abbe  UIMA-5997: skip japicmp
 add 0c6acc1  UIMA-6093: update parent version
 add caa4e84  UIMA-6118: uima version
 add aed53d7  UIMA-6024: manual merge with ruta 2.8.0 rc1
 add 1bec99e  UIMA-6024: fixed merge errors
 add 0235ca2  UIMA-6024: clean up in failing test
 add 8a1da3f  UIMA-6024: fixed test
 add 2a90a51  UIMA-6024: fixed generics
 add 27b4d9f  UIMA-6024: manual merge with v2
 add 59aa3b3  UIMA-4676: fixed imports broken by manual merge
 add 4c1175c  no jira - fixed layout in docs
 add b5009d9  UIMA-6150: fix right to left match in window by simplifying 
code, avoid using subiterators in uima v3
 add 09b7f2f  UIMA-6150: fixed tests, added missing emptyIsInvisible check
 add c19a8f2  UIMA-6150: avoid using subiterators in filter
 add bbaf75e  UIMA-6154: fixed move on check
 add faffea5  [maven-release-plugin] prepare release ruta-3.0.0
 add 74a6825  [maven-release-plugin] prepare for next development iteration
 add e485640  no jira - manual rollback
 add 1183353  no jira - remove permgen mention
 add c281e2f  no jira - update some example v2 versions, fixed some typos
 add 865129c  no jira - fixed scm urls
 add 2801832  [maven-release-plugin] prepare release ruta-3.0.0
 add f31f835  [maven-release-plugin] prepare for next development iteration
 add 3a208f6  no jira - manual rollback
 add acecd9e  [maven-release-plugin] prepare release ruta-3.0.0
 add e1631ed  [maven-release-plugin] prepare for next development iteration
 add d7c7907  no jira - manual rollback
 add 74257dc  [maven-release-plugin] prepare release ruta-3.0.0
 add ed79ca4  [maven-release-plugin] prepare for next development iteration
 add 0d961d8  no jira - manual rollback
 add 6d06e5a  no jira - fix eclispe update site link to v3
 add 32de728  no jira - avoid problems in jenkins job
 add ca1ccb3  [maven-release-plugin] prepare release ruta-3.0.0
 add 7ac7501  [maven-release-plugin] prepare for next development iteration
 add 7417f02  no jira - manual rollback
 add dd29013  no jira fix jira version, improve readme/release-notes
 add 9dd61c8  no jira - improve release-notes
 add 1d7e2b2  no jira - improve release-notes
 add d69e99d  [maven-release-plugin] prepare release ruta-3.0.0
 add f24224c  [maven-release-plugin] prepare for next development iteration
 add f2262f6  no jira - fix readme/release-notes according rc review
 add 01d2a40  UIMA-6183: fix NPE and visibility problems of literal string 
matches in v3, behavior adapted in order to avoid unexpected matching within 
tokens
 add e2de91f  no jira - preparations fro next release - updated versions - 
updated jira version - updated release notes
 add 1d9cce9  no jira - update updatesite version
 add 92b35ed  merged v2: UIMA-6195, UIMA-6194, UIMA-6193, UIMA-6192, 
UIMA-6191, UIMA-6183, UIMA-6171
 add f5fb57b  [maven-release-plugin] prepare release ruta-3.0.1
 add fdc9355  [maven-release-plugin] prepare for next development iteration
 add 7d8eeec  no jira - manual rollback
 add 0fe2c34  UIMA-6194: merge v2 changes
 add ab7d1f0  [maven-release-plugin] prepare release ruta-3.0.1
 add 2c049ed  [maven-release-plugin] prepare for next development iteration
 add ecde41d  [NO JIRA] Copying v3 code to a branch under the v2 spot so it 
gets included in the GitHub mirror.
 add ed91636  [UIMA-6231] Reducing memory pressure generated by UIMA Ruta
 add 723d532  [UIMA-6231] Reducing memory pressure generated by UIMA Ruta
 add 2f835d3  Merge branch 'master' into 
UIMA-6233-Failing-unit-tests-depending-on-test-execution-order
 add 22085e1  Merge pull request 

[uima-ruta] branch UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta created (now 870cc8d)

2020-06-25 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch 
UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


  at 870cc8d  [UIMA-6231] introducing new static cache for reusing Pattern 
objects in REGEXP and RegExpRule

No new revisions were added by this update.



[uima-uimaj] branch master updated (46edd92 -> c00c06e)

2020-06-25 Thread rec
This is an automated email from the ASF dual-hosted git repository.

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


from 46edd92  Merge pull request #49 from apache/rc/uimaj-3.1.1
 add 2b30152  Merge pull request #39 from 
apache/UIMA-6225-PEAR-install-fails-with-XMl-special-chars-in-target-path
 add 7dbe81b  Revert "[UIMA-6184] Move code quality profiles to parent POM"
 add c12b071  [NO JIRA] Comment out SNAPSHOT repos
 add e65827b  Merge pull request #42 from apache/Revert-UIMA-6184
 add 654a779  [NO JIRA] Exclude issuesFixed folder from repo
 add e4fff00  [NO JIRA] Add ASF SNAPSHOT repo declaration to the docbook 
modules because the DocBook build process does not work with them...
 add ced462e  Merge pull request #44 from 
apache/NO-JIRA-Exclude-issuesFixed-folder-from-repo
 add 6a43016  [UIMA-6168] protect indexes fails when there were no indexed 
fs that needed protecting
 add 78a4e5f  [UIMA-6244] change the special chars to allowed ones in 
windows
 add 6c405dc  [UIMA-6168] drop Protect Indexes level in close method of 
protectIndexes
 add 3f49dc0  Merge branch 'master' into 
UIMA-6168-protect-indexes-fails-when-there-were-no-indexed-fs-that-needed-protecting
 new c00c06e  Merge pull request #51 from 
apache/UIMA-6168-protect-indexes-fails-when-there-were-no-indexed-fs-that-needed-protecting

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:
 uima-docbook-overview-and-setup/pom.xml|  10 +
 uima-docbook-references/pom.xml|  10 +
 uima-docbook-tools/pom.xml |  10 +
 uima-docbook-tutorials-and-users-guides/pom.xml|  10 +
 .../java/org/apache/uima/cas/impl/CASImpl.java |  18 +-
 .../org/apache/uima/cas/impl/FSsTobeAddedback.java | 493 +++--
 .../util/TestPearInstallationVerification.java |   2 +-
 uimaj-parent/pom.xml   |  28 +-
 8 files changed, 315 insertions(+), 266 deletions(-)



[uima-uimaj] 01/01: Merge pull request #51 from apache/UIMA-6168-protect-indexes-fails-when-there-were-no-indexed-fs-that-needed-protecting

2020-06-25 Thread rec
This is an automated email from the ASF dual-hosted git repository.

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

commit c00c06e16cd6f9427151014a84f6ee62db2e8065
Merge: 46edd92 3f49dc0
Author: Richard Eckart de Castilho 
AuthorDate: Thu Jun 25 12:31:45 2020 +0200

Merge pull request #51 from 
apache/UIMA-6168-protect-indexes-fails-when-there-were-no-indexed-fs-that-needed-protecting

UIMA-6168 Protect indexes fails when there were no indexed fs that needed 
protecting

 uima-docbook-overview-and-setup/pom.xml|  10 +
 uima-docbook-references/pom.xml|  10 +
 uima-docbook-tools/pom.xml |  10 +
 uima-docbook-tutorials-and-users-guides/pom.xml|  10 +
 .../java/org/apache/uima/cas/impl/CASImpl.java |  18 +-
 .../org/apache/uima/cas/impl/FSsTobeAddedback.java | 493 +++--
 .../util/TestPearInstallationVerification.java |   2 +-
 uimaj-parent/pom.xml   |  28 +-
 8 files changed, 315 insertions(+), 266 deletions(-)