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

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 03c06bbc0b0 Keep dependency org.apache.tika:tika-core to 3x line 
(branch_9x) (#4858)
03c06bbc0b0 is described below

commit 03c06bbc0b0938d97b957083577ec8ca451f1f72
Author: Solr Bot <[email protected]>
AuthorDate: Wed Sep 2 00:02:19 2026 +0200

    Keep dependency org.apache.tika:tika-core to 3x line (branch_9x) (#4858)
---
 .github/renovate.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/renovate.json b/.github/renovate.json
index fff28608d54..069f57b7b36 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -50,6 +50,11 @@
       "matchPackageNames": ["com.diffplug.spotless"],
       "allowedVersions": "<8.0.0"
     },
+    {
+      "description": "Keep org.apache.tika on the 3.x line on branch_9x; 
actual document parsing runs in the external Tika Server (see extraction 
module), tika-core/tika-langdetect-tika here are only thin client-side 
API/language-detection libraries, so there's no need to chase Tika 4.x on this 
branch.",
+      "matchPackageNames": ["org.apache.tika:**"],
+      "allowedVersions": "<4.0.0"
+    },
     {
       "description": "Keep the Jetty 10.x line on branch_9x; Jetty 11 moves 
the Servlet API from javax.servlet to jakarta.servlet (branch_9x is still on 
javax.servlet throughout), and Jetty 12 additionally requires Java 17 but 
branch_9x builds with Java 11",
       "matchPackageNames": ["org.eclipse.jetty*:**"],

Reply via email to