This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch release/146-Apache-UIMA-Ruta-3.4.0 in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 56f2cf63bbd11f9affd53b075c12da86c5b002a2 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Dec 15 15:38:22 2023 +0100 Issue #146: Apache UIMA Ruta 3.4.0 - Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c7c62da8..14884d9f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,9 +19,9 @@ *************************************************************** --> -# Apache UIMA Ruta (TM) v3.3.0 +# Apache UIMA Ruta (TM) v3.4.0 -Apache UIMA Ruta™ is a rule-based script language supported by Eclipse-based tooling. +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™. A special focus lies on the intuitive and flexible domain specific language for defining patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench, @@ -31,16 +31,13 @@ Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA. This is a feature and bugfix release. ## What's Changed -* ⭐️ Issue #100: Enable type system discovery via SPI in OSGI -* ⭐️ Issue #102: RutaResourceLoader should consider TCCL -* ⭐️ Issue #107: Enable loading uimaFIT annotators and other classes through the TCCL -* ⭐️ Issue #111: Support copy/paste clipboard for feature values in annotation browser view -* 🦟 Issue #110: Usage of labels within macro action definition is broken -* ⚙️ Issue #118: Merge type system modules into core module -* ⚙️ Issue #122: Resolve split package between ruta-core and ruta-core-ext -* 🩹 Issue #104: Upgrade dependencies +* ⭐️ Issue #130: Improve support for feature assignments +* 🦟 Issue #139: Unexpected behavior of plus operator +* 📘 No issue: Fix description of ADDRETAINTYPE +* ⚙️ Issue #133: Update dependencies +* 📘 Issue #136: Convert documentation to Asciidoc -**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.2.0...ruta-3.3.0 +**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.3.0...ruta-3.4.0 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. @@ -54,9 +51,9 @@ Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feed ## Supported Platforms -UIMA Ruta 3.3.0 should be used in combination with +UIMA Ruta 3.4.0 should be used in combination with -- Java 1.8 or higher -- UIMA Java SDK 3.4.0 or higher -- uimaFIT 3.4.0 or higher -- Spring Framework 5.3.25 or higher +- 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
