This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch more-support-options in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit 705d8015984385125f0b29a16464e351ee05206f Author: James Fredley <[email protected]> AuthorDate: Sun Mar 8 21:07:55 2026 -0400 Revise support details and update last updated date Updated support information for Apache Grails and Spring Boot. --- pages/support.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/pages/support.html b/pages/support.html index b7051cc8a0c..2fcb9dff459 100644 --- a/pages/support.html +++ b/pages/support.html @@ -34,18 +34,31 @@ CSS: /stylesheets/support.css Interactive, Inc.</a></li> </ul> + <h2>Extended Apache Grails Support</h2> + <p>The following companies provide extended support for Apache Grails, once a version reaches End of Life.</p> + + <p>Last updated: <strong>2026-03-08</strong></p> + <ul> + <li><a href="https://www.herodevs.com/support/apache-grails-nes" + rel="nofollow noopener noreferrer" target="_blank">HeroDevs</a></li> + <li><a href="https://www.openlogic.com/supported-technology?st-title=grails" rel="nofollow noopener noreferrer" + target="_blank">OpenLogic</a></li> + </ul> + <h2>Extended Spring Boot Support</h2> <p>The following companies provide extended support for Spring Boot, which could extend the life of older Grails versions which are End of Life due to the end of Spring Boot OSS support for the underlying version.</p> - <p>Last updated: <strong>2025-11-19</strong></p> + <p>Last updated: <strong>2026-03-08</strong></p> <ul> <li><a href="https://techdocs.broadcom.com/us/en/vmware-tanzu/spring/tanzu-spring/commercial/spring-tanzu/index.html" rel="nofollow noopener noreferrer" target="_blank">VMware Tanzu Spring/Broadcom</a></li> <li><a href="https://www.herodevs.com/support/spring-nes" rel="nofollow noopener noreferrer" target="_blank">HeroDevs</a></li> - <li><a href="https://tuxcare.com/endless-lifecycle-support/java-spring-eol-support/ " + <li><a href="https://tuxcare.com/endless-lifecycle-support/java-spring-eol-support/" rel="nofollow noopener noreferrer" target="_blank">TuxCare</a></li> + <li><a href="https://www.openlogic.com/solutions/spring/long-term-support" + rel="nofollow noopener noreferrer" target="_blank">OpenLogic</a></li> </ul> <h2>How to add a new company</h2> @@ -54,4 +67,4 @@ CSS: /stylesheets/support.css seek clarification. Alternatively, you can submit a request to the <a href="/community.html">Dev Mailing list</a>.</p> </article> -</div> \ No newline at end of file +</div>
