This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch release/125-Apache-UIMA-Ruta-3.3.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
The following commit(s) were added to
refs/heads/release/125-Apache-UIMA-Ruta-3.3.0 by this push:
new a516b8e3 Issue #125: Apache UIMA Ruta 3.3.0
a516b8e3 is described below
commit a516b8e34c76a9f1ed3d8963fbe0106fdd602c3d
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Feb 13 16:10:07 2023 +0100
Issue #125: Apache UIMA Ruta 3.3.0
- Update RELEASE_NOTES.md
---
RELEASE_NOTES.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 51113b00..c7c62da8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -40,12 +40,17 @@ This is a feature and bugfix release.
* ⚙️ Issue #122: Resolve split package between ruta-core and ruta-core-ext
* 🩹 Issue #104: Upgrade dependencies
-
**Full Changelog**:
https://github.com/apache/uima-ruta/compare/rel/ruta-3.2.0...ruta-3.3.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.
+## Compatibility notes
+* 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.
## Supported Platforms