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 2020/06/25 10:31:54 UTC

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

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

Posted by re...@apache.org.
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 <re...@apache.org>
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(-)