You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2023/02/13 14:04:50 UTC

[uima-ruta] branch release/125-Apache-UIMA-Ruta-3.3.0 updated: Issue #125: Apache UIMA Ruta 3.3.0

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 94bd5b1a Issue #125: Apache UIMA Ruta 3.3.0
94bd5b1a is described below

commit 94bd5b1af867a6e2dac7f3f4e642d202fb2a1591
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Feb 13 15:04:44 2023 +0100

    Issue #125: Apache UIMA Ruta 3.3.0
    
    - Update README.md
    - Update RELEASE_NOTES.md
---
 README.md        | 17 +++++++----------
 RELEASE_NOTES.md | 36 +++++++++++++++++-------------------
 2 files changed, 24 insertions(+), 29 deletions(-)

diff --git a/README.md b/README.md
index be84caa1..378dbc2c 100644
--- a/README.md
+++ b/README.md
@@ -69,28 +69,25 @@ and, therefore, enable semi-automatic development of rule-based components.
 **Query:** Rules can be used as query statements in order to investigate annotated documents.
 
 
-The UIMA Ruta Workbench can be installed via Eclipse update sites:
-
-* for UIMA 2: <a href="https://downloads.apache.org/uima/eclipse-update-site/">https://downloads.apache.org/uima/eclipse-update-site/</a>
-* for UIMA 3: <a href="https://downloads.apache.org/uima/eclipse-update-site-v3/">https://downloads.apache.org/uima/eclipse-update-site-v3/</a>
+The UIMA Ruta Workbench can be installed via Eclipse update site [https://downloads.apache.org/uima/eclipse-update-site-v3](https://downloads.apache.org/uima/eclipse-update-site-v3).
 
 
 Building from the Source Distribution
 -------------------------------------
 
-We use Maven 3.0 and Java 8 or later for building; download this if needed, 
-and set the environment variable MAVEN_OPTS to -Xmx800m.
+We use Maven 3.6.3 and Java 11 or later for building; download this if needed, 
+and set the environment variable `MAVEN_OPTS` to `-Xmx800m`.
 
 Then do the build by going into the UIMA Ruta directory, and issuing the command
    
    mvn clean install
    
-This builds everything except the ...source-release.zip file. If you want that,
+This builds everything except the `...source-release.zip` file. If you want that,
 change the command to 
 
    mvn clean install -Papache-release
    
-For more details, please see https://uima.apache.org/building-uima.html   
+For more details, please see [https://uima.apache.org/building-uima.html](https://uima.apache.org/building-uima.html).
 
 
 How to Get Involved
@@ -105,7 +102,7 @@ How to Report Issues
 --------------------
 
 The Apache UIMA project uses JIRA for issue tracking. Please report any issues you find at 
-[our issue tracker](http://issues.apache.org/jira/browse/uima).
+[our issue tracker](https://github.com/apache/uima-ruta/issues).
 
 
 Useful tips
@@ -163,4 +160,4 @@ If you use UIMA Ruta to support academic research, then please consider citing t
   doi = {10.1017/S1351324914000114},
   URL = {https://journals.cambridge.org/article_S1351324914000114},
 }
-~~~~
\ No newline at end of file
+~~~~
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7f08da3a..51113b00 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,7 +19,7 @@
 ***************************************************************
 -->
    
-# Apache UIMA Ruta (TM) v3.2.0
+# Apache UIMA Ruta (TM) v3.3.0
 
 Apache UIMA Ruta&#8482; 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&#8482;. 
@@ -30,30 +30,28 @@ Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
 
 This is a feature and bugfix release.
 
-## Notable changes in this 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
 
-* [UIMA-6411] - Avoid creation of `RutaBasics` for bad annotations
-* [UIMA-6406] - Removing an annotation inside a `BLOCK` only takes effect outside the block
-* [UIMA-6408] - No type check of features in `TRANSFER`
-* [UIMA-6409] - Possible endless wildcard lookahead in combination with subtokens
-* [UIMA-6414] - Missing match for optional after sidestep out of composed
-* [UIMA-6404] - `@` with quantifier ignores matches
-* [UIMA-6405] - Local variable not captured properly in a wildcard matching condition.
-* [UIMA-6461] - Wrong argument to `contains()`
-* [UIMA-6399] - `RutaPatternCache` prevents `CPEEngine` from terminating
-* [UIMA-6383] - TRIE - Wordlist entry not annotated
-* [UIMA-6394] - Label assignment in alternative match causes problems
 
-A [full list of issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.2.0ruta) addressed in this release can be found on issue tracker.
+**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://issues.apache.org/jira/browse/uima) to report bugs.
+
+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.2.0 should be used in combination with
+UIMA Ruta 3.3.0 should be used in combination with
 
 - Java 1.8 or higher
-- UIMA Java SDK 3.3.0 or higher
-- uimaFIT 3.3.0 or higher
-- Spring Framework 5.3.20 or higher
+- UIMA Java SDK 3.4.0 or higher
+- uimaFIT 3.4.0 or higher
+- Spring Framework 5.3.25 or higher