This is an automated email from the ASF dual-hosted git repository.
pkluegl pushed a change to branch maintenance-main-merge
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
from b3e0620e Merge pull request #112 from
apache/bugfix/110-Usage-of-labels-within-macro-action-definition-is-broken
add a579aad0 [No Jira] Update version after release.
add c427edef Merge pull request #98 from apache/no-issue-update-version
add 309b1d5b [UIMA-6481] Enable issue management in GitHub repos
add 90249e85 Merge pull request #99 from
apache/UIMA-6481-Enable-issue-management-in-GitHub-repos
add 3f2036a6 Issue #102 - RutaResourceLoader should consider TCCL
add 6483de50 Merge pull request #103 from
apache/feature/102-RutaResourceLoader-should-consider-TCCL
add ac8f2631 Issue #100 - Enable type system discovery via SPI in OSGI
add c522a9e5 Issue #100 - Enable type system discovery via SPI in OSGI
add c659fbdb Merge pull request #105 from
apache/feature/100-Enable-type-system-discovery-via-SPI-in-OSGI
add 2ddf7114 Issue #100: Enable type system discovery via SPI in OSGI
add f44c7654 Merge pull request #106 from
apache/feature/100-Enable-type-system-discovery-via-SPI-in-OSGI
add a1d259e4 Issue #107 - Enable loading uimaFIT annotators and other
classes through the TCCL
add 56925fc5 Merge pull request #108 from
apache/feature/107-Enable-loading-uimaFIT-annotators-and-other-classes-through-the-TCCL
add 41608211 Issue #100 - Enable type system discovery via SPI in OSGI
add ccd5a886 Issue #100 - Enable type system discovery via SPI in OSGI
add 08ca8b83 Merge pull request #109 from
apache/feature/100-Enable-type-system-discovery-via-SPI-in-OSGI
add a3b4e4d1 Merge branch 'main' into maintenance-main-merge
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 10 +-
.../ruta-ep-example-extensions/pom.xml | 2 +-
example-projects/ruta-maven-example/pom.xml | 2 +-
installEclipseSettings.sh | 49 ++
pom.xml | 2 +-
ruta-basic-type/.gitignore | 1 +
ruta-basic-type/pom.xml | 20 +-
ruta-core-ext/pom.xml | 2 +-
ruta-core/.gitignore | 1 +
.../marker-file-identifying-osgi-bundle | 0
ruta-core/pom.xml | 54 +-
.../org/apache/uima/ruta/engine/RutaEngine.java | 69 ++-
.../uima/ruta/resource/RutaResourceLoader.java | 23 +-
.../spi/RutaBasicTypeProvider.java} | 68 +--
.../spi/RutaTypeSystemDescriptionProvider.java | 68 +++
.../services/org.apache.uima.spi.JCasClassProvider | 2 +
...g.apache.uima.spi.TypeSystemDescriptionProvider | 1 +
ruta-docbook/pom.xml | 2 +-
ruta-eclipse-feature/feature.xml | 2 +-
ruta-eclipse-feature/pom.xml | 16 +-
ruta-eclipse-update-site/category.xml | 2 +-
ruta-eclipse-update-site/pom.xml | 4 +-
ruta-ep-addons/pom.xml | 2 +-
ruta-ep-caseditor/pom.xml | 2 +-
ruta-ep-core-ext/pom.xml | 2 +-
ruta-ep-engine/pom.xml | 2 +-
ruta-ep-ide-ui/pom.xml | 2 +-
ruta-ep-ide/pom.xml | 2 +-
ruta-ep-parent/pom.xml | 2 +-
ruta-ep-textruler/pom.xml | 2 +-
ruta-maven-archetype/pom.xml | 2 +-
ruta-maven-plugin/pom.xml | 9 +-
ruta-parent/pom.xml | 547 +++++++++++----------
ruta-typesystem/.gitignore | 1 +
ruta-typesystem/pom.xml | 19 +-
35 files changed, 628 insertions(+), 366 deletions(-)
create mode 100755 installEclipseSettings.sh
create mode 100644 ruta-basic-type/.gitignore
copy
example-projects/ruta-ep-example-extensions/marker-file-identifying-eclipse-plugin
=> ruta-core/marker-file-identifying-osgi-bundle (100%)
copy
ruta-core/src/main/java/org/apache/uima/ruta/{expression/string/StringFunctionFactory.java
=> type/spi/RutaBasicTypeProvider.java} (68%)
create mode 100644
ruta-core/src/main/java/org/apache/uima/ruta/type/spi/RutaTypeSystemDescriptionProvider.java
create mode 100644
ruta-core/src/main/resources/META-INF/services/org.apache.uima.spi.JCasClassProvider
create mode 100644
ruta-core/src/main/resources/META-INF/services/org.apache.uima.spi.TypeSystemDescriptionProvider
create mode 100644 ruta-typesystem/.gitignore