This is an automated email from the ASF dual-hosted git repository.

anshum 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 1bff63c3d Remove 8x download description (#166)
1bff63c3d is described below

commit 1bff63c3d7217fbf1440035d09e2146d7410e7c0
Author: Anshum Gupta <[email protected]>
AuthorDate: Mon Mar 9 13:52:42 2026 -0700

    Remove 8x download description (#166)
---
 themes/solr/templates/downloads.html | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/themes/solr/templates/downloads.html 
b/themes/solr/templates/downloads.html
index 17e4e1384..b5c4d2b61 100644
--- a/themes/solr/templates/downloads.html
+++ b/themes/solr/templates/downloads.html
@@ -49,39 +49,6 @@
     <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>
-
-  <ul>
-    <li>Source release:
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}-src.tgz?action=download">solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE }}-src.tgz</a>
-      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}-src.tgz.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}-src.tgz.sha512">SHA512</a>]
-    </li>
-
-    <li>Binary releases:
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.tgz?action=download">solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
-      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.tgz.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.tgz.sha512">SHA512</a>]
-      /
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.zip?action=download">solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE }}.zip</a>
-      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.zip.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.zip.sha512">SHA512</a>]
-    </li>
-
-    <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>#}
-
   <h2 id="solr-reference-guide" class="offset">Solr Reference Guide
     <a class="headerlink" href="#solr-reference-guide" title="Permanent 
link">¶</a>
   </h2>

Reply via email to