From 4802dfff60a09c299bf151bda5e002e5c54629ed Mon Sep 17 00:00:00 2001 From: Anshum Gupta Date: Mon, 9 Mar 2026 13:30:34 -0700 Subject: [PATCH] Fix EOL messaging for 10.0 release --- themes/solr/templates/downloads.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/themes/solr/templates/downloads.html b/themes/solr/templates/downloads.html index 84d3c4009..17e4e1384 100644 --- a/themes/solr/templates/downloads.html +++ b/themes/solr/templates/downloads.html @@ -120,9 +120,8 @@

About versions and support

Apache Solr is under active development with frequent feature releases on the current major version. - 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.

@@ -138,21 +137,17 @@

About versions and support {{ SOLR_LATEST_RELEASE.split('.') | first }}.x Current major version for feature releases (STABLE) - {{ SOLR_LATEST_RELEASE.split('.') | first | int + 1 }} Next major version, yet to be released (UNSTABLE) - <={{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }} - All older versions are End Of Life (EOL)