This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 15e3887a4382f2c7902213aa88bd9b8e1ce72811 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. (cherry picked from commit e1480cbd7bac65d4cc6e7cbb96b39e3ab38d50fc) --- .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"],
