Merge branch 'main' into release/UIMA-6449-Ruta-3.2.0-release

* main:
  [UIMA-6447] Update dependencies (Ruta 3.2.0)
  [UIMA-6447] Update dependencies (Ruta 3.2.0)
  [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8
  [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules

% Conflicts:
%	ruta-parent/pom.xml
diff --git a/README b/README
deleted file mode 100644
index c673e7e..0000000
--- a/README
+++ /dev/null
@@ -1,54 +0,0 @@
-

-Apache UIMA Ruta (TM) v3.1.0

--------------------------------------------------------------------------

-

-This release is compatible with UIMA v3, but not compatible with UIMA v2. 

-For compatibility to UIMA v2, please refer to the latest UIMA Ruta v2 release, e.g., 2.8.0.

-

-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.

-

-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,

-change the command to 

-

-   mvn clean install -Papache-release

-   

-For more details, please see https://uima.apache.org/building-uima.html   

-

-

--------------------------------------

-

-This product was originally released as Apache UIMA TextMarker. The UIMA Ruta Workbench provides

-a command for updating old projects. Please right-click on a project and select "UIMA Ruta -> Update Project". 

-

--------------------------------------

-

-The UIMA Ruta analysis engine requires type priorities for the correct execution of rules. 

-If a CAS is created using the CasCreationUtils, please provide the type priorities, e.g., by:

-

-    URL tpUrl = this.getClass().getResource("/org/apache/uima/ruta/engine/TypePriorities.xml");

-    TypePriorities typePriorities = UIMAFramework.getXMLParser().parseTypePriorities(

-        new XMLInputSource(tpUrl));

-    CAS cas = CasCreationUtils.createCas(descriptor, typePriorities, new FsIndexDescription[0]);

-

--------------------------------------

-

-Using the jcasgen-maven-plugin may cause problems if it creates duplicate classes for the 

-internal UIMA Ruta types (overwriting the implementation of RutaBasic). Depending on the location 

-of the type system descriptors, the plugin should be configured to be limited on the project, 

-or the UIMA Ruta type system descriptors should explicitly be excluded:

-

-<configuration>

-  <typeSystemExcludes>

-    <typeSystemExclude>/**/BasicTypeSystem.xml</typeSystemExclude>

-    <typeSystemExclude>/**/InternalTypeSystem.xml</typeSystemExclude>

-  </typeSystemExcludes>

-</configuration>

-

diff --git a/README.md b/README.md
index 47a33a9..b1ae548 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,24 @@
 * for UIMA 3: <a href="https://downloads.apache.org/uima/eclipse-update-site-v3/">https://downloads.apache.org/uima/eclipse-update-site-v3/</a>
 
 
+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.
+
+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,
+change the command to 
+
+   mvn clean install -Papache-release
+   
+For more details, please see https://uima.apache.org/building-uima.html   
+
+
 Reference
 ---------
 
@@ -95,6 +113,35 @@
 }
 ~~~~
 
+
+Useful tips
+-----------
+
+This product was originally released as Apache UIMA TextMarker. The UIMA Ruta Workbench provides
+a command for updating old projects. Please right-click on a project and select "UIMA Ruta -> Update Project". 
+
+The UIMA Ruta analysis engine requires type priorities for the correct execution of rules. 
+If a CAS is created using the CasCreationUtils, please provide the type priorities, e.g., by:
+
+    URL tpUrl = this.getClass().getResource("/org/apache/uima/ruta/engine/TypePriorities.xml");
+    TypePriorities typePriorities = UIMAFramework.getXMLParser().parseTypePriorities(
+        new XMLInputSource(tpUrl));
+    CAS cas = CasCreationUtils.createCas(descriptor, typePriorities, new FsIndexDescription[0]);
+
+Using the `jcasgen-maven-plugin` may cause problems if it creates duplicate classes for the 
+internal UIMA Ruta types (overwriting the implementation of RutaBasic). Depending on the location 
+of the type system descriptors, the plugin should be configured to be limited on the project, 
+or the UIMA Ruta type system descriptors should explicitly be excluded:
+
+    <configuration>
+      <typeSystemExcludes>
+        <typeSystemExclude>/**/BasicTypeSystem.xml</typeSystemExclude>
+        <typeSystemExclude>/**/InternalTypeSystem.xml</typeSystemExclude>
+      </typeSystemExcludes>
+    </configuration>
+
+
+
 Useful links
 ------------
 
diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html
deleted file mode 100644
index 7ce943c..0000000
--- a/RELEASE_NOTES.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<html>

-  <!--

-   ***************************************************************

-   * Licensed to the Apache Software Foundation (ASF) under one

-   * or more contributor license agreements.  See the NOTICE file

-   * distributed with this work for additional information

-   * regarding copyright ownership.  The ASF licenses this file

-   * to you under the Apache License, Version 2.0 (the

-   * "License"); you may not use this file except in compliance

-   * with the License.  You may obtain a copy of the License at

-   *

-   *   http://www.apache.org/licenses/LICENSE-2.0

-   * 

-   * Unless required by applicable law or agreed to in writing,

-   * software distributed under the License is distributed on an

-   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

-   * KIND, either express or implied.  See the License for the

-   * specific language governing permissions and limitations

-   * under the License.

-   ***************************************************************

-   -->

-

-<head>

-  <title>Apache UIMA Ruta v3.1.0 Release Notes</title>

-</head>

-<body>

-<h1>Apache UIMA Ruta&#8482; v3.1.0 Release Notes</h1>

-

-<h2>Contents</h2>

-<p>

-<a href="#what.is.uima-ruta">1. What is UIMA Ruta</a><br/>

-<a href="#major.changes">2. Major Changes in this Release</a><br/>

-<a href="#get.involved">3. How to Get Involved</a><br/>

-<a href="#report.issues">4. How to Report Issues</a><br/>

-<a href="#list.issues">5. List of JIRA Issues Fixed in this Release</a>

-</p>  

-   

-<h2><a name="what.is.uima-ruta">1. What is UIMA Ruta?</a></h2>

-

-<p>

-  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;. 

-  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,

-  was created to support the user and to facilitate every step when writing Ruta rules. Both the 

-  Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.

-</p>

-

-<h2><a name="major.changes">2. Major Changes in this Release</a></h2>

-

-<p>

-  This release provides compatibility to UIMA v3. An upgrade from UIMA Ruta v2 to this version requires 

-  also an update to UIMA v3 of the overall application or Eclipse installation. Please refer to the 

-  UIMA v3 user's guide for detailed information: https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html

-</p>

-<p>

-  <p>UIMA Ruta Language and Analysis Engine:</p>

-  <ul>

-  	<li>New config parameter for internal indexing strategy.</li>

-  	<li>New config parameter for indexing all debug information.</li>

-  	<li>New config parameter for type disambiguation.</li>

-  	<li>TextSeeder is the new default seeder (faster, no MARKUP annotations).</li>

-    <li>Improved null check using label expression.</li>

-    <li>Improved conjunctive and disjunctive rule elements.</li>

-    <li>Improved conjunct rules.</li>

-    <li>Improved implementation of SPLIT, FILL, ADD, REMOVE, AFTER.</li>

-    <li>Improved documentation.</li>

-  </ul>

-  <p>UIMA Ruta Workbench:</p>

-  <ul>

-    <li>Fixed problems launching script using newer Java versions (LayerInstantiationException).</li>

-    <li>Fixed console logging when launching scripts.</li>

-    <li>Improved compatibility with dark mode.</li>

-  </ul>

-  <p>UIMA Ruta Maven Plugin:</p>

-  <ul>

-    <li>Fail on error by default.</li>

-  </ul>

-</p>

- 

-  

-<h2><a name="get.involved">3. How to Get Involved</a></h2>

-<p>

-The Apache UIMA Ruta project really needs and appreciates any contributions, 

-including documentation help, source code and feedback.  If you are interested

-in contributing, please visit 

-<a href="https://uima.apache.org/get-involved.html">

-  https://uima.apache.org/get-involved.html</a>.

-</p>

-  

-<h2><a name="report.issues">4. How to Report Issues</a></h2>

-<p>

-The Apache UIMA project uses JIRA for issue tracking.  Please report any 

-issues you find at 

-<a href="https://issues.apache.org/jira/browse/uima">https://issues.apache.org/jira/browse/uima</a>

-</p>

-  

-<h2><a name="list.issues">5. List of JIRA Issues Fixed in this Release</a></h2>

-

-Click <a href="issuesFixed/jira-report.html">issuesFixed/jira-report.html</a> for the list of 

-issues fixed in this release.

-

-</body>

-</html>
\ No newline at end of file
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 0000000..b3e9629
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,62 @@
+<!--
+***************************************************************
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*   http://www.apache.org/licenses/LICENSE-2.0
+* 
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+***************************************************************
+-->
+   
+# Apache UIMA Ruta v3.2.0 Release Notes
+
+## Contents
+
+[What is UIMA Ruta?](#what.is.uima-ruta)  
+[Major Changes in this Release](#major.changes)  
+[List of JIRA Issues Fixed in this Release](#list.issues)  
+[How to Get Involved](#get.involved)  
+[How to Report Issues](#report.issues)  
+
+## <a id="what.is.uima-ruta">What is UIMA Ruta?</a>
+
+  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;. 
+  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,
+  was created to support the user and to facilitate every step when writing Ruta rules. Both the 
+  Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
+
+
+## <a id="major.changes">Notable changes in this release</a>
+
+* ...
+
+## <a id="list.issues">Full list of JIRA Issues affecting this Release</a>
+
+Click [issuesFixed/jira-report.hmtl](issuesFixed/jira-report.html) for the list of issues affecting
+this release.
+
+Please use the mailing lists ( http://uima.apache.org/mail-lists.html ) for feedback.
+
+## <a id="get.involved">How to Get Involved</a>
+
+The Apache UIMA project really needs and appreciates any contributions, including documentation 
+help, source code and feedback. If you are interested in contributing, please visit 
+[http://uima.apache.org/get-involved.html](http://uima.apache.org/get-involved.html).
+
+## <a id="report.issues">How to Report Issues</a>
+
+The Apache UIMA project uses JIRA for issue tracking. Please report any issues you find at 
+[http://issues.apache.org/jira/browse/uima](http://issues.apache.org/jira/browse/uima).
\ No newline at end of file
diff --git a/marker-file-enabling-tycho-release b/marker-file-enabling-tycho-release
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/marker-file-enabling-tycho-release
diff --git a/pom.xml b/pom.xml
index b9ef886..2a00978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <description>The top project for Apache UIMA Ruta</description>

   <url>${uimaWebsiteUrl}</url>

   <properties>

-    <jiraVersion>3.2.0ruta</jiraVersion>

+    <jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}ruta</jiraVersion>

   </properties>

 

   <!-- override pom setting in the build project. JIRA 5.1 needs different URL -->

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 9c985bb..cebfabc 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -105,11 +105,7 @@
     <commons-logging-version>1.1.1</commons-logging-version>

     <commons-logging-api-version>1.1</commons-logging-api-version>

     <caffeine-version>2.9.3</caffeine-version>

-    <!-- BACKWARD_COMPATIBLE_IMPLEMENTER - patch version (=.=.+) BACKWARD_COMPATIBLE_USER 

-      - minor version (=.+.0) NON_BACKWARD_COMPATIBLE - major version (+.0.0) -->

 

-    <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>

-    <compat.previous.version>3.2.0</compat.previous.version>

     <api_check_oldVersion>3.2.0</api_check_oldVersion>

 

     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>