This is an automated email from the ASF dual-hosted git repository.
tballison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new bc80738930 TIKA-4729 - prep for 3.3.1 release
bc80738930 is described below
commit bc80738930257290d88e3e94ed433c9eb16b2d75
Author: tallison <[email protected]>
AuthorDate: Wed May 20 15:08:14 2026 -0400
TIKA-4729 - prep for 3.3.1 release
---
CHANGES.txt | 14 ++++++++++++++
tika-parent/pom.xml | 1 +
2 files changed, 15 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 70e4c01229..0bdf66fa55 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,17 @@
+Release 3.3.1 - 5/20/2026
+
+ * Dependency upgrades (TIKA-4695).
+
+ * Use the IANA-registered text/markdown as the primary media type, with
+ text/x-web-markdown and text/x-markdown kept as aliases (TIKA-4724).
+
+ * Fix several potential resource/file-handle leaks across the OOXML and ODF
parsers,
+ the HTTP fetcher, the gRPC server, and ForkClient (TIKA-4704).
+
+ * The resourceName of a nested tarball no longer includes the parent
+ directories of its parent gzip file, and fix a typo in the .gz extension
+ (TIKA-4705).
+
Release 3.3.0 - 3/18/2026
* Switch to poi-ooxml-full (TIKA-4563).
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 282c9d6540..6a78b46f84 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -397,6 +397,7 @@
<kafka.version>4.2.0</kafka.version>
<kotlin-stdlib.version>2.3.21</kotlin-stdlib.version>
<libpst.version>0.9.3</libpst.version>
+ <!-- 3.x requires jdk17 -->
<log4j2.version>2.26.0</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
<lucene.version>9.12.3</lucene.version>