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-ruta.git
commit 08ca8b831526b7bd2ad101e29ebfc310ed84d92a Merge: 56925fc5 ccd5a886 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu Sep 15 14:00:08 2022 +0200 Merge pull request #109 from apache/feature/100-Enable-type-system-discovery-via-SPI-in-OSGI Issue #100 - Enable type system discovery via SPI in OSGI .../marker-file-identifying-osgi-bundle | 0 ruta-basic-type/pom.xml | 33 +------------------ .../services/org.apache.uima.spi.JCasClassProvider | 1 - ruta-core/pom.xml | 9 ++++++ .../uima/ruta/type/spi}/RutaBasicTypeProvider.java | 3 +- .../spi/RutaTypeSystemDescriptionProvider.java | 0 .../services/org.apache.uima.spi.JCasClassProvider | 1 + ...g.apache.uima.spi.TypeSystemDescriptionProvider | 0 ruta-maven-plugin/pom.xml | 7 ++++ .../marker-file-identifying-osgi-bundle | 0 ruta-typesystem/pom.xml | 37 +--------------------- .../services/org.apache.uima.spi.JCasClassProvider | 1 - 12 files changed, 21 insertions(+), 71 deletions(-)
