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 924a2f9f296 Prevent Jersey from bumping to 4 on branch_9x (#4860)
924a2f9f296 is described below

commit 924a2f9f2962b2789a9afcada116c79ccffcd68f
Author: Solr Bot <[email protected]>
AuthorDate: Wed Sep 2 00:02:45 2026 +0200

    Prevent Jersey from bumping to 4 on branch_9x (#4860)
---
 .github/renovate.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/renovate.json b/.github/renovate.json
index 069f57b7b36..4b0880785a3 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -60,6 +60,11 @@
       "matchPackageNames": ["org.eclipse.jetty*:**"],
       "allowedVersions": "<11.0.0"
     },
+    {
+      "description": "Keep Jersey/Jakarta REST/HK2 on their Java-11-compatible 
line on branch_9x; jakarta.ws.rs-api 4.0.0+ and Jersey/HK2 4.x+ target Jakarta 
EE 11 (Java 17+) but branch_9x builds with Java 11",
+      "matchPackageNames": ["jakarta.ws.rs:jakarta.ws.rs-api", 
"org.glassfish.jersey*:**", "org.glassfish.hk2*:**"],
+      "allowedVersions": "<4.0.0"
+    },
     {
       "description": "Pin org.semver4j:semver4j to 5.x; 6.0.0 is compiled to 
Java 17 but branch_9x builds with Java 11",
       "matchPackageNames": ["org.semver4j:semver4j"],

Reply via email to