This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch production in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/production by this push: new b8d258439 Disable 8.x download section as it is EOL b8d258439 is described below commit b8d25843902e9dce13b322e416809a650a9b4080 Author: Jan Høydahl <jan....@cominvent.com> AuthorDate: Wed Sep 10 20:52:31 2025 +0200 Disable 8.x download section as it is EOL --- themes/solr/templates/downloads.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/solr/templates/downloads.html b/themes/solr/templates/downloads.html index e072fe239..84d3c4009 100644 --- a/themes/solr/templates/downloads.html +++ b/themes/solr/templates/downloads.html @@ -49,11 +49,16 @@ <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li> </ul> + <h2>Solr 8.x</h2> + <p>Solr 8.x is already EOL (End Of Life) as we prepare for releasing version 10. Read more in <a href="/news.html#solr-8-reaches-end-of-life">the EOL news post</a></p> + {# DISABLE 8.x as it is EOL already + <h3 id="solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}">Solr {{ SOLR_PREVIOUS_MAJOR_RELEASE }} <a class="headerlink" href="#solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}" title="Permanent link">¶</a> </h3> - <p>Solr {{ SOLR_PREVIOUS_MAJOR_RELEASE }} is the last release in the {{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.x series.</p> + <p>Solr {{ SOLR_PREVIOUS_MAJOR_RELEASE }} is the last release in the {{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.x series. + </p> <ul> <li>Source release: @@ -75,7 +80,7 @@ <li>Docker: <a href="https://hub.docker.com/_/solr">solr:{{ SOLR_PREVIOUS_MAJOR_RELEASE }}</a></li> <li><a href="{{ SITEURL }}/{{ SOLR_PREVIOUS_MAJOR_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li> - </ul> + </ul>#} <h2 id="solr-reference-guide" class="offset">Solr Reference Guide <a class="headerlink" href="#solr-reference-guide" title="Permanent link">¶</a>