This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch rel/441-Apache-UIMA-Java-SDK-3.6.1
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 5124b1d690a56dfa1ffdec52bc64dbcb115d3302
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Sep 22 15:39:46 2025 +0200

    Issue #441: Apache UIMA Java SDK 3.6.1
    
    - Update README.md
    - Update RELEASE_NOTES.md
    - Update classpath template
---
 README.md                                        |  8 +++----
 RELEASE_NOTES.md                                 | 30 +++++++-----------------
 uimaj-examples/src/main/eclipseProject/classpath |  2 +-
 3 files changed, 13 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index cc8835376..a94b66d34 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ build on Apache UIMA and that provide collections of analysis 
components or read
 
 #### System requirements
 
-Apache UIMA v3.6.0 and later requires Java version 17 or later.
+Apache UIMA v3.6.1 and later requires Java version 17 or later.
 
 Running the Eclipse plugin tooling for UIMA requires you start Eclipse 4.25 
(2022-09) or later using a Java 17 or later.
 
@@ -44,7 +44,7 @@ to your project:
 <dependency>
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-core</artifactId>
-  <version>3.6.0</version>
+  <version>3.6.1</version>
 </dependency>
 ```
 
@@ -55,7 +55,7 @@ Apache uimaFIT is a separate dependency that you can add:
 <dependency>
   <groupId>org.apache.uima</groupId>
   <artifactId>uimafit-core</artifactId>
-  <version>3.6.0</version>
+  <version>3.6.1</version>
 </dependency>
 ```
 
@@ -232,7 +232,7 @@ following:
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimafit-core</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
       </dependency>
     </dependencies>
     
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2c88d9bb7..b42355bbf 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,7 +19,7 @@
 ***************************************************************
 -->
    
-# Apache UIMA (Unstructured Information Management Architecture) v3.6.0 
Release Notes
+# Apache UIMA (Unstructured Information Management Architecture) v3.6.1 
Release Notes
 
 ## Contents
 
@@ -63,27 +63,13 @@ This is a feature and bug fix release.
 
 
 ## What's Changed
-* ⭐️ Issue #372: Allow adding URLs to the datapath
-* ⭐️ Issue #348: Varargs for description class setters
-* ⭐️ Issue #369: Move isTypeName and isFeatureName to public API
-* ⭐️ Issue #402: Provide bnd plugin to generate package imports based on 
imports in UIMA descriptors
-* ⭐️ Issue #382: Warning when PEAR contains a JCAS class that is used as a 
feature range outside the PEAR
-* ⭐️ Issue #385: Allow import of type systems published through SPI
-* ⭐️ Issue #387: Simplify creation of new UIMAContext
-* ⭐️ Issue #390: Merge uimaFIT modules into UIMA-J repository
-* ⭐️ Issue #393: Include uimaFIT artifacts in binary distribution
-* 🦟 Issue #368: select(AnnotationBaseFs-type).count() seems to return MAX_LONG
-* 🦟 Issue #371: Repeated creation of type systems can exhaust JVM metaspace
-* 🦟 Issue #395: Potential failure to look up UIMA-internal classes in 
OSGI-like contexts
-* ⚙️ Issue #379: Clean up code
-* ⚙️ Issue #398: Mark Maven plugins as thread-safe
-* ⚙️ Issue #404: Remove toolchains
-* ⚙️ Issue #407: Clean up PearPackagingMavenPlugin
-* ⚙️ Issue #409: Update dependencies
-* ⚙️ Issue #417: BOM should not inherit build setup from parent POM
-
-
-**Full Changelog**: 
https://github.com/apache/uima-uimaj/compare/rel/uimaj-3.5.1...uimaj-3.6.0
+
+* 🦟 Issue #431: Issue using SPI-enabled type systems embedded into PEARs
+* 🦟 Issue #430: Resolving type system imports through SPI is slows things down 
too much
+* 🦟 Issue #435: Improve performance of import resolver
+* ⚙️ Issue #438: Upgrade dependencies (3.6.1)
+
+**Full Changelog**: 
https://github.com/apache/uima-uimaj/compare/rel/uimaj-3.6.0...uimaj-3.6.1
 
 
 ## <a id="get.involved">How to Get Involved</a>
diff --git a/uimaj-examples/src/main/eclipseProject/classpath 
b/uimaj-examples/src/main/eclipseProject/classpath
index 4ccbb67fc..61040b61c 100644
--- a/uimaj-examples/src/main/eclipseProject/classpath
+++ b/uimaj-examples/src/main/eclipseProject/classpath
@@ -50,7 +50,7 @@
 
   <classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-vinci.jar"/>
   <classpathentry kind="var" path="UIMA_HOME/lib/jVinci.jar"/>
-  <classpathentry kind="var" path="UIMA_HOME/lib/jackson-core-2.18.1.jar"/>
+  <classpathentry kind="var" path="UIMA_HOME/lib/jackson-core-2.20.0.jar"/>
   <classpathentry kind="var" path="UIMA_HOME/lib/uimaj-v3migration-jcas.jar"/>
   <classpathentry kind="var" 
path="UIMA_HOME/lib/procyon-compilertools-0.5.32.jar"/>
   <classpathentry kind="var" path="UIMA_HOME/lib/procyon-core-0.5.32.jar"/>

Reply via email to