(uima-ruta) annotated tag rel/ruta-3.4.0 updated (167560c3 -> fecaf5cc)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to annotated tag rel/ruta-3.4.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


*** WARNING: tag rel/ruta-3.4.0 was modified! ***

from 167560c3 (commit)
  to fecaf5cc (tag)
 tagging 167560c3b5ef20d622b288f24cd76a63bbbed1b0 (commit)
 replaces rel/ruta-3.3.0
  by Richard Eckart de Castilho
  on Mon Feb 5 10:38:52 2024 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



(uima-ruta) branch release/146-Apache-UIMA-Ruta-3.4.0 created (now 4fa4df4a)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/146-Apache-UIMA-Ruta-3.4.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


  at 4fa4df4a [maven-release-plugin] prepare for next development iteration

No new revisions were added by this update.



(uima-ruta) branch release/146-Apache-UIMA-Ruta-3.4.0 updated (4fa4df4a -> b7b877dc)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/146-Apache-UIMA-Ruta-3.4.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


from 4fa4df4a [maven-release-plugin] prepare for next development iteration
 add cd8ee4b4 Merge pull request #150 from 
apache/release/146-Apache-UIMA-Ruta-3.4.0
 add 1c44f121 Issue #161: Right to left wildcard matches too much
 add 39d5a8d4 Issue #161: Right to left wildcard matches too much
 add 2343d2ea Issue #159: Assignment of composed number expression is broken
 add 302688ce Merge pull request #160 from 
apache/bugfix/159-Assignment-of-composed-number-expression-is-broken
 add a380a668 Merge branch 'main' into 
bugfix/161-Right-to-left-wildcard-matches-too-much
 add d7772d07 Merge pull request #162 from 
apache/bugfix/161-Right-to-left-wildcard-matches-too-much
 add 2478bd54 no issue: cleanup
 add b7b877dc Merge pull request #164 from apache/no-issue-fix-pom-3.4.x

No new revisions were added by this update.

Summary of changes:
 example-projects/ruta-maven-example/pom.xml|  2 +-
 pom.xml|  2 +-
 ruta-core-ext/pom.xml  |  2 +-
 ruta-core/pom.xml  |  2 +-
 .../org/apache/uima/ruta/parser/RutaParser.g   | 14 +++-
 .../uima/ruta/condition/ConditionFactory.java  |  4 +-
 .../uima/ruta/expression/ExpressionFactory.java|  6 +-
 .../ruta/expression/GenericComposedExpression.java | 83 ++
 .../java/org/apache/uima/ruta/utils/UIMAUtils.java |  8 +--
 .../uima/ruta/verbalize/ExpressionVerbalizer.java  | 14 +++-
 .../number/ComposedNumberExpressionTest.java   |  6 +-
 .../number/NumberExpressionTest.java}  | 34 ++---
 .../org/apache/uima/ruta/rule/WildCard2Test.java   | 20 ++
 .../ruta/verbalizer/ExpressionVerbalizerTest.java  | 73 ---
 ruta-eclipse-update-site/pom.xml   |  2 +-
 ruta-ep-addons/pom.xml |  2 +-
 ruta-ep-caseditor/pom.xml  |  2 +-
 ruta-ep-core-ext/pom.xml   |  2 +-
 ruta-ep-engine/pom.xml |  2 +-
 ruta-ep-ide-ui/pom.xml |  2 +-
 ruta-ep-ide/pom.xml|  2 +-
 ruta-ep-parent/pom.xml |  2 +-
 ruta-ep-textruler/pom.xml  |  2 +-
 ruta-maven-archetype/pom.xml   |  2 +-
 ruta-maven-plugin/pom.xml  |  2 +-
 ruta-parent/pom.xml|  2 +-
 26 files changed, 208 insertions(+), 86 deletions(-)
 create mode 100644 
ruta-core/src/main/java/org/apache/uima/ruta/expression/GenericComposedExpression.java
 copy 
ruta-core/src/test/java/org/apache/uima/ruta/{rule/InvisibleWildcardMatchTest.java
 => expression/number/NumberExpressionTest.java} (51%)



(uima-ruta) annotated tag rel/ruta-3.4.0 deleted (was ec55754e)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to annotated tag rel/ruta-3.4.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


*** WARNING: tag rel/ruta-3.4.0 was deleted! ***

   tag was  ec55754e

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(uima-ruta) 01/01: Issue #165: Apache UIMA Ruta 3.4.1

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch release/165-Apache-UIMA-Ruta-3.4.1
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 6c423d4e5ab897ece4de0d493e3362e8f7baa55f
Author: Richard Eckart de Castilho 
AuthorDate: Mon Feb 5 10:51:17 2024 +0100

Issue #165: Apache UIMA Ruta 3.4.1

- Update RELEASE_NOTES
- Update reference versions for API compatibility checks and changelog 
generation
---
 RELEASE_NOTES.md| 20 ++--
 ruta-parent/pom.xml |  4 ++--
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 61ec9cf1..0c611bfd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -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. 
@@ -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
@@ -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
diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 668a610f..abb73ad4 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -156,12 +156,12 @@
 org.eclipse.p2.202309
 org.eclipse.p2.201812
 
-3.3.0
+3.4.0
 
 
 uima-ruta
 main
-3.3.0
+3.4.0
 
   
 



(uima-ruta) branch release/165-Apache-UIMA-Ruta-3.4.1 created (now 6c423d4e)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/165-Apache-UIMA-Ruta-3.4.1
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


  at 6c423d4e Issue #165: Apache UIMA Ruta 3.4.1

This branch includes the following new commits:

 new 6c423d4e Issue #165: Apache UIMA Ruta 3.4.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(uima-ruta) annotated tag ruta-3.4.1 updated (68e2f261 -> 0c35ffde)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to annotated tag ruta-3.4.1
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


*** WARNING: tag ruta-3.4.1 was modified! ***

from 68e2f261 (commit)
  to 0c35ffde (tag)
 tagging 68e2f26138608c51b37ade7c88f89872611b9dac (commit)
 replaces rel/ruta-3.4.0
  by noname
  on Mon Feb 5 11:07:26 2024 +0100

- Log -
[maven-release-plugin] copy for tag ruta-3.4.1
---


No new revisions were added by this update.

Summary of changes:



(uima-ruta) branch release/165-Apache-UIMA-Ruta-3.4.1 updated (6c423d4e -> 68e2f261)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/165-Apache-UIMA-Ruta-3.4.1
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


from 6c423d4e Issue #165: Apache UIMA Ruta 3.4.1
 add 68e2f261 [maven-release-plugin] prepare release ruta-3.4.1

No new revisions were added by this update.

Summary of changes:
 example-projects/ruta-ep-example-extensions/pom.xml |  2 +-
 example-projects/ruta-maven-example/pom.xml |  4 ++--
 pom.xml |  8 
 ruta-core-ext/pom.xml   |  4 ++--
 ruta-core/pom.xml   |  4 ++--
 ruta-documentation/pom.xml  |  2 +-
 ruta-eclipse-feature/feature.xml|  2 +-
 ruta-eclipse-feature/pom.xml| 16 
 ruta-eclipse-update-site/category.xml   |  2 +-
 ruta-eclipse-update-site/pom.xml|  6 +++---
 ruta-ep-addons/pom.xml  |  4 ++--
 ruta-ep-caseditor/pom.xml   |  4 ++--
 ruta-ep-core-ext/pom.xml|  4 ++--
 ruta-ep-engine/pom.xml  |  4 ++--
 ruta-ep-ide-ui/pom.xml  |  4 ++--
 ruta-ep-ide/pom.xml |  4 ++--
 ruta-ep-parent/pom.xml  |  4 ++--
 ruta-ep-textruler/pom.xml   |  4 ++--
 ruta-maven-archetype/pom.xml|  4 ++--
 ruta-maven-plugin/pom.xml   |  4 ++--
 ruta-parent/pom.xml |  4 ++--
 21 files changed, 47 insertions(+), 47 deletions(-)



(uima-ruta) branch release/165-Apache-UIMA-Ruta-3.4.1 updated (68e2f261 -> 722c646b)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/165-Apache-UIMA-Ruta-3.4.1
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


from 68e2f261 [maven-release-plugin] prepare release ruta-3.4.1
 add 722c646b [maven-release-plugin] prepare for next development iteration

No new revisions were added by this update.

Summary of changes:
 example-projects/ruta-ep-example-extensions/pom.xml |  2 +-
 example-projects/ruta-maven-example/pom.xml |  4 ++--
 pom.xml |  8 
 ruta-core-ext/pom.xml   |  4 ++--
 ruta-core/pom.xml   |  4 ++--
 ruta-documentation/pom.xml  |  2 +-
 ruta-eclipse-feature/feature.xml|  2 +-
 ruta-eclipse-feature/pom.xml| 16 
 ruta-eclipse-update-site/category.xml   |  2 +-
 ruta-eclipse-update-site/pom.xml|  6 +++---
 ruta-ep-addons/pom.xml  |  4 ++--
 ruta-ep-caseditor/pom.xml   |  4 ++--
 ruta-ep-core-ext/pom.xml|  4 ++--
 ruta-ep-engine/pom.xml  |  4 ++--
 ruta-ep-ide-ui/pom.xml  |  4 ++--
 ruta-ep-ide/pom.xml |  4 ++--
 ruta-ep-parent/pom.xml  |  4 ++--
 ruta-ep-textruler/pom.xml   |  4 ++--
 ruta-maven-archetype/pom.xml|  4 ++--
 ruta-maven-plugin/pom.xml   |  4 ++--
 ruta-parent/pom.xml |  4 ++--
 21 files changed, 47 insertions(+), 47 deletions(-)



svn commit: r67188 - in /dev/uima/ruta-3.4.1-RC-202402051009-68e2f26: ./ eclipse-update-site/ eclipse-update-site/META-INF/ eclipse-update-site/features/ eclipse-update-site/plugins/

2024-02-05 Thread rec
Author: rec
Date: Mon Feb  5 10:10:34 2024
New Revision: 67188

Log:
Staging release artifacts for ruta-3.4.1-RC-202402051009-68e2f26

Added:
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/META-INF/

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/META-INF/DEPENDENCIES

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/META-INF/LICENSE

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/META-INF/NOTICE

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/artifacts.jar   
(with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/artifacts.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/artifacts.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/artifacts.xml.xz
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/artifacts.xml.xz.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/artifacts.xml.xz.sha512
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/content.jar 
  (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/content.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/content.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/content.xml.xz  
 (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/content.xml.xz.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/content.xml.xz.sha512
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/features/

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/features/org.apache.uima.ruta.feature_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/features/org.apache.uima.ruta.feature_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/features/org.apache.uima.ruta.feature_3.4.1.jar.sha512
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/p2.index
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/p2.index.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/p2.index.sha512
dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.addons_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.addons_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.addons_3.4.1.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.caseditor_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.caseditor_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.caseditor_3.4.1.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.core.ext_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.core.ext_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.core.ext_3.4.1.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.engine_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.engine_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.engine_3.4.1.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.ide.ui_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.ide.ui_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.ide.ui_3.4.1.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.ide_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.ide_3.4.1.jar.asc

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.ide_3.4.1.jar.sha512

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.textruler_3.4.1.jar
   (with props)

dev/uima/ruta-3.4.1-RC-202402051009-68e2f26/eclipse-update-site/plugins/org.apache.uima.ruta.textruler_3.4.1.jar.asc


(uima-ruta) branch release/146-Apache-UIMA-Ruta-3.4.0 deleted (was b7b877dc)

2024-02-05 Thread rec
This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/146-Apache-UIMA-Ruta-3.4.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


 was b7b877dc Merge pull request #164 from apache/no-issue-fix-pom-3.4.x

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.