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

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5dc676e4e EOL Solr 8 (#131)
5dc676e4e is described below

commit 5dc676e4e061145ab5159ad24c70b896051c1bdb
Author: Houston Putman <[email protected]>
AuthorDate: Wed Oct 30 15:36:14 2024 -0500

    EOL Solr 8 (#131)
---
 content/solr/solr_news/2024-10-25-solr8-eol.md | 8 ++++++++
 themes/solr/templates/downloads.html           | 7 +++++++
 2 files changed, 15 insertions(+)

diff --git a/content/solr/solr_news/2024-10-25-solr8-eol.md 
b/content/solr/solr_news/2024-10-25-solr8-eol.md
new file mode 100644
index 000000000..ef91ad76f
--- /dev/null
+++ b/content/solr/solr_news/2024-10-25-solr8-eol.md
@@ -0,0 +1,8 @@
+Title: Solr 8 reaches End-Of-Life
+category: solr/news
+save_as:
+
+With Lucene 10 having been released, and therefore Lucene 8 reaching EOL, the 
Apache Lucene and Solr PMCs are no longer able to provide new releases for Solr 
8.
+Solr 8.11.4 will be the last release of Solr 8.
+
+Users are strongly recommended to upgrade to Solr 9, and prepare for the 
soon-to-be-released Solr 10.
diff --git a/themes/solr/templates/downloads.html 
b/themes/solr/templates/downloads.html
index 84eaa9ca9..3b4eba128 100644
--- a/themes/solr/templates/downloads.html
+++ b/themes/solr/templates/downloads.html
@@ -115,7 +115,9 @@
   </h3>
 
   <p>Apache Solr is under active development with frequent feature releases on 
the current major version.
+  <!-- Uncomment when 10.0 is released
   The <strong>previous</strong> major version will see occasional critical 
security- or bug fixes releases.
+  -->
   Older versions are considered EOL (End Of Life) and will not be further
   updated. For this reason it may also be difficult to obtain community 
support for EOL versions.</p>
 
@@ -131,16 +133,21 @@
       <td>{{ SOLR_LATEST_RELEASE.split('.') | first }}.x</td>
       <td>Current major version for feature releases (STABLE)</td>
     </tr>
+    <!-- Uncomment when 10.0 is released
     <tr align=left>
       <td>{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ 
SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}.x</td>
       <td>Previous major version may sometimes receive critical bugfix 
releases</td>
     </tr>
+    -->
     <tr align=left>
       <td>{{ SOLR_LATEST_RELEASE.split('.') | first | int + 1 }}</td>
       <td>Next major version, yet to be released (UNSTABLE)</td>
     </tr>
     <tr align=left>
+      <td>&lt;={{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ 
SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}</td>
+      <!-- Replace above line with this when 10.0 is released
       <td>&lt;{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ 
SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}</td>
+      -->
       <td>All older versions are End Of Life (EOL)</td>
     </tr>
   </table>

Reply via email to