This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch version-support in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit 9f44b4943c27e30167262cc03cd4411bb4f68624 Author: James Fredley <[email protected]> AuthorDate: Thu Mar 12 09:07:15 2026 -0400 Add support schedule link and update table Add a link to the Grails Version Support Schedule from support.html and update the support-schedule.html table: add entries for versions 8 and 7.1, adjust statuses and maintenance/support end dates for version 7, and reorder rows to reflect the new entries and timelines. --- pages/support-schedule.html | 16 +++++++++++++++- pages/support.html | 4 ++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/pages/support-schedule.html b/pages/support-schedule.html index 49bc0e05d9c..3fb797c21f6 100644 --- a/pages/support-schedule.html +++ b/pages/support-schedule.html @@ -80,8 +80,22 @@ description: Support schedule for the Grails® application framework <th>Maintenance Support Through</th> </tr> <tr> - <td>7</td> + <td>8</td> + <td>Active Development</td> + <td>Coming Soon</td> + <td>Coming Soon</td> + <td>Dec 2026</td> + </tr> + <tr> + <td>7.1</td> <td>Active Development</td> + <td>Coming Soon</td> + <td>Coming Soon</td> + <td>Jun 2026</td> + </tr> + <tr> + <td>7</td> + <td>Active Maintenance</td> <td>Oct 2025</td> <td>Ongoing</td> <td>Jun 2026</td> diff --git a/pages/support.html b/pages/support.html index 2fcb9dff459..cb8da96c20d 100644 --- a/pages/support.html +++ b/pages/support.html @@ -17,6 +17,10 @@ CSS: /stylesheets/support.css href="https://www.apache.org/foundation/how-it-works/legal.html" target="_blank" rel="noopener noreferrer">here</a>.</p> + <p> + <a href="support-schedule.html">Grails Version Support Schedule</a> + </p> + <h2>List of companies</h2> <p>Explore commercial support options for Apache Grails through the following companies.
