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 2022/06/09 07:23:32 UTC

[uima-uimaj] branch main updated (a5be117ce -> 576053393)

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 a5be117ce Merge pull request #212 from apache/no-jira/update-autoformatting
     add 1088f6151 [UIMA-6469] Cleaning up file-handling code
     add 7aab4a82a [UIMA-6469] Cleaning up file-handling code
     add 9c99e071b [UIMA-6469] Cleaning up file-handling code
     add 17684f6a0 [UIMA-6469] Cleaning up file-handling code
     add 09d00076a Merge branch 'main' into UIMA-6469-Cleaning-up-file-handling-code
     add 8fe96c024 Merge branch 'main' into UIMA-6469-Cleaning-up-file-handling-code
     new 576053393 Merge pull request #211 from apache/UIMA-6469-Cleaning-up-file-handling-code

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/pear/util/FileUtil.java   | 440 +++++++++++----------
 .../resource/impl/RelativePathResolver_impl.java   |   2 +-
 .../impl/RelativePathResolver_implTest.java        |   6 +-
 .../java/org/apache/uima/util/FileUtilsTest.java   |  38 +-
 4 files changed, 254 insertions(+), 232 deletions(-)


[uima-uimaj] 01/01: Merge pull request #211 from apache/UIMA-6469-Cleaning-up-file-handling-code

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 576053393136a9a03297aa15c082f21910c381d7
Merge: a5be117ce 8fe96c024
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jun 9 09:23:24 2022 +0200

    Merge pull request #211 from apache/UIMA-6469-Cleaning-up-file-handling-code
    
    [UIMA-6469] Cleaning up file handling code

 .../java/org/apache/uima/pear/util/FileUtil.java   | 440 +++++++++++----------
 .../resource/impl/RelativePathResolver_impl.java   |   2 +-
 .../impl/RelativePathResolver_implTest.java        |   6 +-
 .../java/org/apache/uima/util/FileUtilsTest.java   |  38 +-
 4 files changed, 254 insertions(+), 232 deletions(-)