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 7b6afcdb6c4 Tell renovate not to update jetty into 11 in branch_9x
7b6afcdb6c4 is described below
commit 7b6afcdb6c4a0fa72fd2511b8b2a31db9037c849
Author: Eric Pugh <[email protected]>
AuthorDate: Sat Aug 22 10:01:07 2026 -0400
Tell renovate not to update jetty into 11 in branch_9x
(cherry picked from commit 98a3d783e9414cde5423455804d74baf536fa6ed)
---
.github/renovate.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/renovate.json b/.github/renovate.json
index 513941e8acf..d1714806ca7 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -44,6 +44,11 @@
"description": "Pin com.carrotsearch:hppc to 0.10.0; 0.11.0+ is compiled
for Java 21 but branch_9x builds with Java 11",
"matchPackageNames": ["com.carrotsearch:hppc"],
"allowedVersions": "0.10.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*:**"],
+ "allowedVersions": "<11.0.0"
}
],
"schedule": ["before 9am on the first day of the month"],