This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch 184/Apache-UIMA-Ruta-3.5.0 in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 6b411ca98c7b44affd5427ca784e70b44a243c59 Author: Richard Eckart de Castilho <r...@apache.org> AuthorDate: Wed Nov 27 16:08:45 2024 +0100 Issue #184: Apache UIMA Ruta 3.5.0 - Update RELEASE_NOTES.md - Correct prev-version property --- RELEASE_NOTES.md | 27 +++++++++++---------------- ruta-parent/pom.xml | 2 +- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0c611bfd..7142b9c8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,7 +19,7 @@ *************************************************************** --> -# Apache UIMA Ruta (TM) v3.4.1 +# Apache UIMA Ruta (TM) v3.5.0 Apache UIMA Ruta™ is a rule-based script language supported by Eclipse-based tooling. The language is designed to enable rapid development of text processing applications within Apache UIMA™. @@ -31,26 +31,21 @@ Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA. This is a feature and bugfix release. ## What's Changed -* 🦟 Issue #159: Assignment of composed number expression is broken -* 🦟 Issue #161: Right to left wildcard matches too much -**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1 +* 🦟 Issue #169: Annotation assignment not working correctly +* 🦟 Issue #173: Potential memory leak in Annotation Browser View +* ⚙️ Issue #179: Remove toolchains +* ⚙️ Issue #176: Upgrade dependencies +* ⭐️ Issue #177: Consider resource manager when loading type descriptions -Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feedback and the [issue tracker](https://github.com/apache/uima-ruta/issues) to report bugs. +**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.1...ruta-3.5.0 -## Compatibility notes for v3.4.x -* The modules `ruta-typesystem` and `ruta-basic-type` do no longer exist as separate modules. They have - been merged into the `ruta-core` module. -* Parts of the `ruta-core-ext` module have been merged into the `ruta-core` module as well. The merged - extensions remain extensions and did not become part of the Ruta language. Check what remains in - the `ruta-core-ext` module and remove any dependencies on it if you do not need the extensions it - provides. +Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feedback and the [issue tracker](https://github.com/apache/uima-ruta/issues) to report bugs. ## Supported Platforms -UIMA Ruta 3.4.1 should be used in combination with +UIMA Ruta 3.5.0 should be used in combination with - Java 17 or higher -- UIMA Java SDK 3.5.0 or higher -- uimaFIT 3.5.0 or higher -- Spring Framework 5.3.30 or higher +- UIMA Java SDK / uimaFIT 3.6.0 or higher +- Spring Framework 6.1.15 or higher diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml index 380252a3..95977562 100644 --- a/ruta-parent/pom.xml +++ b/ruta-parent/pom.xml @@ -153,7 +153,7 @@ <!-- BEGIN PROFILE SETTINGS: generate-release-notes--> <github-repository>uima-ruta</github-repository> <git-branch>main</git-branch> - <previous-release-version>3.4.0</previous-release-version> + <previous-release-version>3.4.1</previous-release-version> <!-- END PROFILE SETTINGS: generate-release-notes--> <api_check_oldVersion>${previous-release-version}</api_check_oldVersion>