This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new e1480cbd7ba renovate: lock cuvs-lucene below v26 (requires JDK 22)
e1480cbd7ba is described below
commit e1480cbd7bac65d4cc6e7cbb96b39e3ab38d50fc
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Jul 2 18:36:20 2026 +0200
renovate: lock cuvs-lucene below v26 (requires JDK 22)
cuvs-lucene 26.x ships bytecode with class file major version 66 (JDK 22),
but Solr targets JDK 21, so it fails to compile (PR #4134). Pin renovate to
the 25.x line until Solr's minimum JDK is raised.
---
.github/renovate.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/renovate.json b/.github/renovate.json
index 9e425d1c702..29dd8b0e75f 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -150,6 +150,11 @@
"matchPackagePrefixes": ["org.apache.lucene"],
"enabled": false
},
+ {
+ "description": "Lock cuvs-lucene below v26 - the 26.x line is compiled
for JDK 22 (class file major version 66) but Solr targets JDK 21, so it fails
to compile (see PR #4134). Revisit when Solr's minimum JDK is raised.",
+ "matchPackageNames": ["com.nvidia.cuvs.lucene:cuvs-lucene"],
+ "allowedVersions": "<26"
+ },
{
"description": "Workaround for
https://github.com/renovatebot/renovate/issues/19226",
"matchPackageNames": ["solr:modules", "HH:mm"],