This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch
feature/226-Provide-SPI-interfaces-to-locate-descriptors-and-JCas-classes
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from 120124c5b Issue #226: Provide SPI interfaces to locate descriptors
add 7ede46368 Issue #226: Provide SPI interfaces to locate descriptors
add 7b800e514 [UIMA-6481] Enable issue management in GitHub repos
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
uimaj-core/pom.xml | 2 +
.../org/apache/uima/cas/impl/FSClassRegistry.java | 36 +-
.../apache/uima/cas/impl/FSClassRegistryTest.java | 8 +-
.../java/org/apache/uima/jcas/test/generatedx.xml | 621 +++++++++++----------
.../uima/spi/JCasClassProviderForTesting.java | 4 +-
.../test/Sentence.java => spi/SpiSentence.java} | 26 +-
.../{cas/test/Sentence.java => spi/SpiToken.java} | 26 +-
8 files changed, 371 insertions(+), 354 deletions(-)
copy uimaj-core/src/test/java/org/apache/uima/{cas/test/Sentence.java =>
spi/SpiSentence.java} (69%)
copy uimaj-core/src/test/java/org/apache/uima/{cas/test/Sentence.java =>
spi/SpiToken.java} (70%)