This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch bugfix/255-File-handle-leak-accessing-performanceTuning.properties in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit f963e6241ae7efaa57bbd515ae426d8c7f78ebf8 Merge: 82067b6cc c337dcb6b Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Oct 14 13:58:39 2022 +0200 Merge branch 'main' into bugfix/255-File-handle-leak-accessing-performanceTuning.properties * main: (74 commits) Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts Issue #225: Improve deployment in OSGi environments Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #247 - RelativePathResolver should consider TCCL #245 - Utility method for loading type systems in SPI providers #245 - Utility method for loading type systems in SPI providers #245 - Utility method for loading type systems in SPI providers #245 - Utility method for loading type systems in SPI providers Issue #225: Improve deployment in OSGi environments Issue #225: Improve deployment in OSGi environments Issue #226: Provide SPI interfaces to locate descriptors Issue #226: Provide SPI interfaces to locate descriptors [UIMA-6481] Enable issue management in GitHub repos Issue #226: Provide SPI interfaces to locate descriptors Issue #226: Provide SPI interfaces to locate descriptors Issue #228 - Move the UimaDecompiler class Issue #226: Provide SPI interfaces to locate descriptors Issue #228 - Move the UimaDecompiler class Issue #230: Remove version overrides in Maven plugin modules ... .asf.yaml | 66 ++- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .gitignore | 1 - PearPackagingMavenPlugin/pom.xml | 3 +- RELEASE_NOTES.md | 2 +- aggregate-uimaj-docbooks/pom.xml | 3 +- aggregate-uimaj-eclipse-plugins/pom.xml | 10 +- aggregate-uimaj/pom.xml | 2 +- jVinci/.gitignore | 1 + .../marker-file-identifying-osgi-bundle | 0 jVinci/pom.xml | 64 ++- jcasgen-maven-plugin/pom.xml | 3 +- ...se-feature => marker-file-enabling-auto-staging | 0 ...date-site => marker-file-enabling-tycho-release | 0 ...e-feature => marker-file-identifying-parent-pom | 0 pom.xml | 68 ++- stage-relesase-artifacts.sh | 49 -- .../pom.xml | 17 +- .../src/docs/asciidoc/common_book_info.adoc | 42 ++ .../src/docs/asciidoc/uv3.maven.adoc | 90 +++ .../src/docs/asciidoc/uv3.one-time-setup.adoc | 77 +++ .../src/docs/asciidoc/uv3.project_structure.adoc | 52 ++ .../src/docs/asciidoc/uv3.release.adoc | 584 +++++++++++++++++++ .../docs/asciidoc/version_3_maintainers_guide.adoc | 27 +- uima-doc-v3-users-guide/pom.xml | 4 +- .../annotation_predicates/annotation-relations.png | Bin 328700 -> 0 bytes .../src/docs/asciidoc/uv3.spi.adoc | 77 +++ .../src/docs/asciidoc/version_3_users_guide.adoc | 4 +- uima-docbook-overview-and-setup/pom.xml | 2 +- uima-docbook-references/pom.xml | 2 +- uima-docbook-tools/pom.xml | 2 +- uima-docbook-tutorials-and-users-guides/pom.xml | 2 +- uimaj-adapter-vinci/.gitignore | 1 + .../marker-file-identifying-osgi-bundle | 0 uimaj-adapter-vinci/pom.xml | 32 +- uimaj-bootstrap/pom.xml | 2 +- uimaj-component-test-util/pom.xml | 2 +- uimaj-core/.gitignore | 1 + .../marker-file-identifying-osgi-bundle | 0 uimaj-core/pom.xml | 94 ++-- .../src/main/java/org/apache/uima/UimaContext.java | 58 +- .../org/apache/uima/cas/impl/FSClassRegistry.java | 76 ++- .../org/apache/uima/impl/UimaContext_ImplBase.java | 9 +- .../apache/uima/internal/util/UIMAClassLoader.java | 15 +- .../resource/impl/RelativePathResolver_impl.java | 19 +- .../apache/uima/spi/FsIndexCollectionProvider.java | 27 + .../org/apache/uima/spi/JCasClassProvider.java | 27 + .../apache/uima/spi/TypePrioritiesProvider.java | 27 + .../uima/spi/TypeSystemDescriptionProvider.java | 27 + .../java/org/apache/uima/util/TypeSystemUtil.java | 61 ++ .../apache/uima/cas/impl/FSClassRegistryTest.java | 16 + .../org/apache/uima/impl/UimaContext_implTest.java | 17 +- .../java/org/apache/uima/jcas/test/generatedx.xml | 621 +++++++++++---------- .../uima/spi/JCasClassProviderForTesting.java | 33 ++ .../test/java/org/apache/uima/spi/SpiSentence.java | 99 ++++ .../test/java/org/apache/uima/spi/SpiToken.java | 99 ++++ .../services/org.apache.uima.spi.JCasClassProvider | 1 + uimaj-cpe/.gitignore | 1 + .../marker-file-identifying-osgi-bundle | 0 uimaj-cpe/pom.xml | 28 +- uimaj-document-annotation/pom.xml | 2 +- uimaj-eclipse-feature-runtime/.gitignore | 3 - uimaj-eclipse-feature-runtime/feature.properties | 153 ----- uimaj-eclipse-feature-runtime/feature.xml | 163 ++++++ ...eature => marker-file-identifying-tycho-module} | 0 uimaj-eclipse-feature-runtime/pom.xml | 18 +- .../src/main/resources/feature.xml | 51 -- uimaj-eclipse-feature-tools/.gitignore | 3 - uimaj-eclipse-feature-tools/feature.properties | 156 ------ uimaj-eclipse-feature-tools/feature.xml | 232 ++++++++ .../marker-file-identifying-tycho-module | 0 uimaj-eclipse-feature-tools/pom.xml | 55 +- .../src/main/resources/feature.xml | 115 ---- .../pom.xml | 49 +- uimaj-eclipse-update-site/.gitignore | 1 - .../{src/main/resources => }/category.xml | 4 +- .../marker-file-identifying-tycho-module | 0 uimaj-eclipse-update-site/pom.xml | 324 ++--------- uimaj-ep-cas-editor-ide/.gitignore | 1 + uimaj-ep-cas-editor-ide/pom.xml | 2 +- uimaj-ep-cas-editor/.gitignore | 1 + uimaj-ep-cas-editor/pom.xml | 2 +- uimaj-ep-configurator/.gitignore | 1 + uimaj-ep-configurator/pom.xml | 2 +- uimaj-ep-debug/.gitignore | 1 + uimaj-ep-debug/pom.xml | 2 +- uimaj-ep-jcasgen/.gitignore | 1 + uimaj-ep-jcasgen/pom.xml | 2 +- uimaj-ep-launcher/.gitignore | 1 + uimaj-ep-launcher/pom.xml | 2 +- uimaj-ep-pear-packager/.gitignore | 1 + uimaj-ep-pear-packager/pom.xml | 2 +- uimaj-ep-runtime/.gitignore | 1 + uimaj-ep-runtime/pom.xml | 6 +- uimaj-examples/pom.xml | 2 +- uimaj-json/pom.xml | 2 +- uimaj-parent/pom.xml | 68 +-- uimaj-test-util/pom.xml | 2 +- uimaj-tools/.gitignore | 1 + .../marker-file-identifying-osgi-bundle | 0 uimaj-tools/pom.xml | 171 +++--- uimaj-v3migration-jcas/pom.xml | 23 +- .../apache/uima/migratev3/jcas/MigrateJCas.java | 110 ++-- .../uima/migratev3/jcas}/UimaDecompiler.java | 2 +- 104 files changed, 2842 insertions(+), 1545 deletions(-)
