Skip to content

Commit

Permalink
Issue #165: Apache UIMA Ruta 3.4.1
Browse files Browse the repository at this point in the history
- Update RELEASE_NOTES
- Update reference versions for API compatibility checks and changelog generation
  • Loading branch information
reckart committed Feb 5, 2024
1 parent b7b877d commit 6c423d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
20 changes: 6 additions & 14 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
***************************************************************
-->

# Apache UIMA Ruta (TM) v3.4.0
# Apache UIMA Ruta (TM) v3.4.1

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™.
Expand All @@ -31,22 +31,14 @@ Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
This is a feature and bugfix release.

## What's Changed
* ⭐️ Issue #130: Improve support for feature assignments
* ⭐️ Issue #152: Better error messages in query view
* 🦟 Issue #139: Unexpected behavior of plus operator
* 🦟 Issue #151: Unable to use Ruta Query view in Ruta 3.4.0-RC-1
* 🦟 Issue #155: UIMA Core plugins not found when installing Ruta
* ⚙️ Issue #133: Update dependencies
* ⚙️ Issue #157: Mark Maven Mojos as thread-safe
* 📘 Issue #136: Convert documentation to Asciidoc
* 📘 No issue: Fix description of ADDRETAINTYPE
* 🦟 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.3.0...ruta-3.4.0
**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1

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.

## Compatibility notes
## 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
Expand All @@ -56,7 +48,7 @@ Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feed

## Supported Platforms

UIMA Ruta 3.4.0 should be used in combination with
UIMA Ruta 3.4.1 should be used in combination with

- Java 17 or higher
- UIMA Java SDK 3.5.0 or higher
Expand Down
4 changes: 2 additions & 2 deletions ruta-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@
<eclipseP2RepoId>org.eclipse.p2.202309</eclipseP2RepoId>
<dltkP2RepoId>org.eclipse.p2.201812</dltkP2RepoId>

<api_check_oldVersion>3.3.0</api_check_oldVersion>
<api_check_oldVersion>3.4.0</api_check_oldVersion>

<!-- BEGIN PROFILE SETTINGS: generate-release-notes-->
<github-repository>uima-ruta</github-repository>
<git-branch>main</git-branch>
<previous-release-version>3.3.0</previous-release-version>
<previous-release-version>3.4.0</previous-release-version>
<!-- END PROFILE SETTINGS: generate-release-notes-->
</properties>

Expand Down

0 comments on commit 6c423d4

Please sign in to comment.