This is an automated email from the ASF dual-hosted git repository.
anshum 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 dd4373bf1 Fix EOL messaging for 10.0 release (#165)
dd4373bf1 is described below
commit dd4373bf17d00e504c22287f998fc79257f7c730
Author: Anshum Gupta <[email protected]>
AuthorDate: Mon Mar 9 13:35:46 2026 -0700
Fix EOL messaging for 10.0 release (#165)
---
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 @@
</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>
@@ -138,21 +137,17 @@
<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><={{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{
SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}</td>
- <!-- Replace above line with this when 10.0 is released
<td><{{ 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>