This is an automated email from the ASF dual-hosted git repository. rec pushed a change to branch feature/385-Allow-import-of-type-systems-published-through-SPI in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from cedd0715e Issue #385: Allow import of type systems published through SPI add a7e0743f4 Issue #385: Allow import of type systems published through SPI No new revisions were added by this update. Summary of changes: .../apache/uima/fit/factory/FsIndexFactory.java | 27 ++++++- .../uima/fit/factory/TypePrioritiesFactory.java | 35 ++++++-- .../fit/factory/TypeSystemDescriptionFactory.java | 24 +++++- .../org/apache/uima/cas/impl/FSClassRegistry.java | 13 ++- .../apache/uima/spi/FsIndexCollectionProvider.java | 5 ++ .../org/apache/uima/spi/JCasClassProvider.java | 5 ++ .../apache/uima/spi/TypePrioritiesProvider.java | 5 ++ .../uima/spi/TypeSystemDescriptionProvider.java | 6 ++ .../org/apache/uima/spi/TypeSystemProvider.java | 61 ++++++++++++++ .../asciidoc/fit/tools.uimafit.typesystem.adoc | 92 +++------------------- .../src/docs/asciidoc/user/uv3.spi.adoc | 44 ++--------- 11 files changed, 185 insertions(+), 132 deletions(-)