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-ruta.git
from 916477c1 Merge pull request #188 from apache/reckart-patch-1 add f2eb88c0 No issue: Adding GitHub Action for build on Linux and Windows add dd16b6bc No issue: Enable Maven debug logging on GitHub Action and remove cache which should already be handled by setup-java action add 55a356ab No issue: Download Maven 3.9.9 for the build and use it add d9a8c091 No issue: Download Maven 3.9.9 for the build and use it add 3981a7e8 No issue: Download Maven 3.9.9 for the build and use it add d9068569 No issue: Download Maven 3.9.9 for the build and use it add 03082a41 Issue #176: Upgrade dependencies add 94738b2d Merge pull request #186 from apache/refactoring/176-Upgrade-dependencies add 508553a9 Issue #176: Upgrade dependencies add ead84cb6 Issue #177: Consider resource manager when loading type descriptions add a0b88e2e Merge pull request #187 from apache/feature/177-Consider-resource-manager-when-loading-type-descriptions new df1ec119 Merge branch 'main' of https://github.com/apache/uima-ruta 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: .github/workflows/maven.yml | 63 ++++++++++++++++++++++ ruta-core/pom.xml | 6 +-- ...onProvider.java => RutaTypeSystemProvider.java} | 4 +- .../org.apache.uima.spi.TypeSystemProvider | 1 + ruta-eclipse-feature/feature.xml | 2 +- ruta-parent/pom.xml | 25 ++++++++- 6 files changed, 93 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/maven.yml rename ruta-core/src/main/java/org/apache/uima/ruta/type/spi/{RutaTypeSystemDescriptionProvider.java => RutaTypeSystemProvider.java} (91%) create mode 100644 ruta-core/src/main/resources/META-INF/services/org.apache.uima.spi.TypeSystemProvider