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/19 09:40:43 UTC

[uima-uimaj] branch release/310-Apache-UIMA-Java-SDK-3.4.1 created (now af0881fc4)

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

rec pushed a change to branch release/310-Apache-UIMA-Java-SDK-3.4.1
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


      at af0881fc4 Issue #310: Apache UIMA Java SDK 3.4.1

This branch includes the following new commits:

     new af0881fc4 Issue #310: Apache UIMA Java SDK 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-uimaj] 01/01: Issue #310: Apache UIMA Java SDK 3.4.1

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit af0881fc402523cb85895b3edf3764faafebda0c
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Sun Feb 19 10:40:37 2023 +0100

    Issue #310: Apache UIMA Java SDK 3.4.1
    
    - Update RELEASE_NOTES and README
---
 README.md        |  2 +-
 RELEASE_NOTES.md | 47 ++++++++---------------------------------------
 2 files changed, 9 insertions(+), 40 deletions(-)

diff --git a/README.md b/README.md
index 2dd7e75d4..aa2c22746 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ to your project:
 <dependency>
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-core</artifactId>
-  <version>3.4.0</version>
+  <version>3.4.1</version>
 </dependency>
 ```
 
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2a1750434..457022509 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,7 +19,7 @@
 ***************************************************************
 -->
    
-# Apache UIMA (Unstructured Information Management Architecture) v3.4.0 Release Notes
+# Apache UIMA (Unstructured Information Management Architecture) v3.4.1 Release Notes
 
 ## Contents
 
@@ -55,48 +55,17 @@ with some support for Perl, Python and TCL.
 
 ## <a id="major.changes">Notable changes in this release</a>
 
-This is a feature fix release.
+This is a bug fix release.
 
 
 ## What's Changed
 
-**Improvements**
-* ⭐️ [UIMA-6474] Switch to getDataPathElements() in UIMA context by @reckart in https://github.com/apache/uima-uimaj/pull/216
-* ⭐️ Issue #226: Provide SPI interfaces to locate descriptors by @reckart in https://github.com/apache/uima-uimaj/pull/227, https://github.com/apache/uima-uimaj/pull/237, https://github.com/apache/uima-uimaj/pull/249
-* ⭐️ Issue #225: Improve deployment in OSGi environments by @reckart in https://github.com/apache/uima-uimaj/pull/232, https://github.com/apache/uima-uimaj/pull/244, https://github.com/apache/uima-uimaj/pull/250
-* ⭐️ Issue #245: Utility method for loading type systems in SPI providers by @reckart in https://github.com/apache/uima-uimaj/pull/246
-* ⭐️ Issue #247: RelativePathResolver should consider TCCL by @reckart in https://github.com/apache/uima-uimaj/pull/248
-* ⭐️ Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice by @reckart in https://github.com/apache/uima-uimaj/pull/279
-
-**Bugs fixed**
-* 🦟 Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts by @reckart in https://github.com/apache/uima-uimaj/pull/253
-* 🦟 Issue #265: Unable to release without auto-staging by @reckart in https://github.com/apache/uima-uimaj/pull/282
-* 🦟 Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09 by @reckart in https://github.com/apache/uima-uimaj/pull/274
-* 🦟 Issue #267: UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ by @reckart in https://github.com/apache/uima-uimaj/pull/269, https://github.com/apache/uima-uimaj/pull/280
-* 🦟 Issue #272: select on FSArray seems broken by @reckart in https://github.com/apache/uima-uimaj/pull/277, https://github.com/apache/uima-uimaj/pull/278, https://github.com/apache/uima-uimaj/pull/291
-* 🦟 Issue #275: Improved error message made it even more misleading by @reckart in https://github.com/apache/uima-uimaj/pull/276
-* 🦟 Issue #285: NPE while deserializing an XMI in a PEAR context by @reckart in https://github.com/apache/uima-uimaj/pull/287
-
-**Refactorings**
-* ⚙️ [UIMA-6440] Stage release artifacts as part of the build by @reckart in https://github.com/apache/uima-uimaj/pull/199
-* ⚙️ [UIMA-6443] Fresh Eclipse update site for every release by @reckart in https://github.com/apache/uima-uimaj/pull/200
-* ⚙️ [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules by @reckart in https://github.com/apache/uima-uimaj/pull/205
-* ⚙️ [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 by @reckart in https://github.com/apache/uima-uimaj/pull/206
-* ⚙️ [UIMA-6436] Move maintainer documentation from website into maintainer guide by @reckart in https://github.com/apache/uima-uimaj/pull/197, https://github.com/apache/uima-uimaj/pull/217
-* ⚙️ Issue #230: Remove version overrides in Maven plugin modules by @reckart in https://github.com/apache/uima-uimaj/pull/231
-* ⚙️ Issue #228: Move the UimaDecompiler class by @reckart in https://github.com/apache/uima-uimaj/pull/229
-* ⚙️ Issue #283: Update issue report generation by @reckart in https://github.com/apache/uima-uimaj/pull/284
-* ⚙️ Issue #292: Make CAS serialization tests more robust by @reckart in https://github.com/apache/uima-uimaj/pull/293
-* ⚙️ Issue #298 - SHA512 checksums contain wrong file name by @reckart in https://github.com/apache/uima-uimaj/pull/299
-* ⚙️ Issue #300: Differences between source ZIP and repository tag by @reckart in https://github.com/apache/uima-uimaj/pull/301
-* 🩹 [UIMA-6459] Upgrade dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/204, https://github.com/apache/uima-uimaj/pull/207
-* 🩹 Issue #270: Update dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/271, https://github.com/apache/uima-uimaj/pull/273, https://github.com/apache/uima-uimaj/pull/290
-
-
-For a full list of issues affecting this release, please see:
-
-* [GitHub issues](issuesFixed/github-report.html) [[online](https://github.com/apache/uima-uimaj/issues?q=milestone%3A3.4.0)]
-* [Jira issues (legacy)](issuesFixed/jira-report.html) [[online](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.4.0SDK)]
+* 🦟 Issue #304: - Unable to deserialize CAS if last element on the heap is an empty array by @reckart in https://github.com/apache/uima-uimaj/pull/305
+* 🦟 Issue #306: Cannot install Ruta 3.3.0 workbench against UIMA 3.4.0 Eclipse plugins by @reckart in https://github.com/apache/uima-uimaj/pull/307
+* 🦟 Issue #303: Build fails on Windows if namespace contains whitespace by @reckart in https://github.com/apache/uima-uimaj/pull/309
+* 🩹 Issue #302: Update dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/308
+
+**Full Changelog**: https://github.com/apache/uima-uimaj/compare/rel/uimaj-3.4.0...uimaj-3.4.1
 
 ## <a id="get.involved">How to Get Involved</a>