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/07/29 06:08:16 UTC

[uima-uimaj] branch main updated (dbb5cff73 -> 8e64399c2)

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 dbb5cff73 Merge pull request #233 from apache/refactoring/UIMA-6454-Update-dependencies
     add 23a0d2fb4 Issue #226: Provide SPI interfaces to locate descriptors
     add 86b5529eb Merge branch 'main' into feature/226-Provide-SPI-interfaces-to-locate-descriptors
     add cf514a935 Issue #226: Provide SPI interfaces to locate descriptors
     add 273f20ba7 Merge branch 'main' into feature/226-Provide-SPI-interfaces-to-locate-descriptors
     new 8e64399c2 Merge pull request #227 from apache/feature/226-Provide-SPI-interfaces-to-locate-descriptors

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:
 .../FsIndexCollectionProvider.java}                         | 11 +++++------
 .../impl/StringMap.java => spi/TypePrioritiesProvider.java} | 13 +++++--------
 .../TypeSystemDescriptionProvider.java}                     | 11 +++++------
 3 files changed, 15 insertions(+), 20 deletions(-)
 copy uimaj-core/src/main/java/org/apache/uima/{cas/impl/FSRefIterator.java => spi/FsIndexCollectionProvider.java} (79%)
 copy uimaj-core/src/main/java/org/apache/uima/{cas/impl/StringMap.java => spi/TypePrioritiesProvider.java} (80%)
 copy uimaj-core/src/main/java/org/apache/uima/{cas/impl/FSRefIterator.java => spi/TypeSystemDescriptionProvider.java} (78%)


[uima-uimaj] 01/01: Merge pull request #227 from apache/feature/226-Provide-SPI-interfaces-to-locate-descriptors

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 8e64399c2dc96a8beb37468728145d82c523225a
Merge: dbb5cff73 273f20ba7
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jul 29 08:08:10 2022 +0200

    Merge pull request #227 from apache/feature/226-Provide-SPI-interfaces-to-locate-descriptors
    
    Issue #226: Provide SPI interfaces to locate descriptors

 .../apache/uima/spi/FsIndexCollectionProvider.java | 27 ++++++++++++++++++++++
 .../apache/uima/spi/TypePrioritiesProvider.java    | 27 ++++++++++++++++++++++
 .../uima/spi/TypeSystemDescriptionProvider.java    | 27 ++++++++++++++++++++++
 3 files changed, 81 insertions(+)