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/02/10 13:29:36 UTC

[uima-uimaj] branch main updated (1e72b84 -> 78401a4)

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 1e72b84  Merge pull request #173 from apache/bugfix/no-jira-fix-test
     add 0787986  [UIMA-6358] ResourceManager_impl should provide a more robust way to register multiple datapaths
     add 6a5be87  Merge branch 'main' into feature/UIMA-6358-ResourceManager_impl-should-provide-a-more-robust-way-to-register-multiple-datapaths
     add 31ff5ce  Merge branch 'main' into feature/UIMA-6358-ResourceManager_impl-should-provide-a-more-robust-way-to-register-multiple-datapaths
     add 24df973  Merge branch 'main' into feature/UIMA-6358-ResourceManager_impl-should-provide-a-more-robust-way-to-register-multiple-datapaths
     add b052c22  [UIMA-6358] ResourceManager_impl should provide a more robust way to register multiple datapaths
     add f120905  Merge branch 'main' into feature/UIMA-6358-ResourceManager_impl-should-provide-a-more-robust-way-to-register-multiple-datapaths
     add fba2c10  [UIMA-6358] ResourceManager_impl should provide a more robust way to register multiple datapaths
     add 78401a4  Merge pull request #149 from apache/feature/UIMA-6358-ResourceManager_impl-should-provide-a-more-robust-way-to-register-multiple-datapaths

No new revisions were added by this update.

Summary of changes:
 .../apache/uima/resource/RelativePathResolver.java |  39 ++++++-
 .../org/apache/uima/resource/ResourceManager.java  |  39 ++++++-
 .../resource/impl/RelativePathResolver_impl.java   |  79 +++++++++++---
 .../uima/resource/impl/ResourceManager_impl.java   |  19 +++-
 .../impl/RelativePathResolver_implTest.java        | 118 +++++++++++++++------
 5 files changed, 239 insertions(+), 55 deletions(-)