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

github-bot pushed a commit to branch asf-site-staging
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/asf-site-staging by this push:
     new e63103aca3 Updating apache/grails-static-website asf-site-staging 
branch for Github Actions run:15501411160
e63103aca3 is described below

commit e63103aca37d742d6bdf2c00ec59d67edf893304
Author: jamesfredley <[email protected]>
AuthorDate: Fri Jun 6 23:13:58 2025 +0000

    Updating apache/grails-static-website asf-site-staging branch for Github 
Actions run:15501411160
---
 ...gradle-enterprise-tools-and-infrastructure-partner.html |  2 +-
 blog/2022-11-22-ss-plugin-auth-cve.html                    |  8 ++++----
 blog/2024-12-23-grails-7-m1.html                           |  2 +-
 foundation/minutes.xml                                     |  2 +-
 rss.xml                                                    | 14 +++++++-------
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git 
a/blog/2022-01-07-gradle-enterprise-tools-and-infrastructure-partner.html 
b/blog/2022-01-07-gradle-enterprise-tools-and-infrastructure-partner.html
index d0deb8f44b..9031c46395 100644
--- a/blog/2022-01-07-gradle-enterprise-tools-and-infrastructure-partner.html
+++ b/blog/2022-01-07-gradle-enterprise-tools-and-infrastructure-partner.html
@@ -80,7 +80,7 @@
 <p>Gradle Enterprise has helped our team to improve build times and 
test-feedback cycle times, and improve troubleshooting efficiency by combining 
root-cause analysis data with failure analytics.</p>
 <p>We’re delighted to have Gradle on board as a Tools and Infrastructure 
Partner. The Gradle team's support and excitement for the Grails technology 
over the years has been tremendous. Their engagement in our community has been 
awesome, and we look forward to continued collaboration in the years to come. 
We truly appreciate the dedication and passion Gradle has for open source 
projects. On behalf of the Grails Foundation, thank you! Initiatives like these 
that support and grow our Framew [...]
 <p>The Grails Foundation is a not-for-profit organization that supports the 
Grails framework. The Foundation not only builds and supports an ecosystem of 
documentation, functionality, and services, it promotes and evangelizes the 
Framework as a leading technology in the JVM space. The generous support of our 
Corporate Sponsors allows the Foundation to continue to ensure technical 
innovation and advancement of the Framework as a free and open public-use 
software development toolkit for ou [...]
-<p>To learn more about how you or your organization can support this 
Foundation, please <a href="">check us out</a>!</p>
+<p>To learn more about how you or your organization can support this 
Foundation, please <a href="/">check us out</a>!</p>
     <h2 class='space-above'>
       <span>You might also like ...</span>
     </h2>
diff --git a/blog/2022-11-22-ss-plugin-auth-cve.html 
b/blog/2022-11-22-ss-plugin-auth-cve.html
index 4b397e3c74..42a4b74b61 100644
--- a/blog/2022-11-22-ss-plugin-auth-cve.html
+++ b/blog/2022-11-22-ss-plugin-auth-cve.html
@@ -92,15 +92,15 @@
 <h2>Protecting Your Applications</h2>
 <p>The following Grails Spring Security Core plugin versions have been patched 
for this vulnerability:</p>
 <ul>
-<li><a 
href="https://github.com/apache/grails-spring-securityreleases/tag/v3.3.2";>3.3.2</a></li>
-<li><a 
href="https://github.com/apache/grails-spring-securityreleases/tag/v4.0.5";>4.0.5</a></li>
-<li><a 
href="https://github.com/apache/grails-spring-securityreleases/tag/v5.1.1";>5.1.1</a></li>
+<li><a 
href="https://github.com/apache/grails-spring-security/releases/tag/v3.3.2";>3.3.2</a></li>
+<li><a 
href="https://github.com/apache/grails-spring-security/releases/tag/v4.0.5";>4.0.5</a></li>
+<li><a 
href="https://github.com/apache/grails-spring-security/releases/tag/v5.1.1";>5.1.1</a></li>
 </ul>
 <p>The best way to protect your Grails framework application is to upgrade to 
a patched release of this plugin.</p>
 <p>If you are unable to upgrade to a patched version of the plugin, you can 
work around the issue with a small code and configuration change described in 
<a href="https://github.com/grails/GSSC-CVE-2022-41923";>this GitHub 
repository</a>.  We have provided workaround examples for Grails framework 2 
through 5 applications. A demonstration of the vulnerability will be provided 
in time, after users have an opportunity to patch their applications.</p>
 <h2>Looking Forward</h2>
 <p>The Grails Foundation and the Grails development team take application 
security very seriously. We are continuing to research and monitor this 
vulnerability and will update this post with new information as it is 
discovered.</p>
-<p>If you have questions about this vulnerability or need assistance on 
upgrades or workarounds, please see the <a 
href="https://github.com/apache/grails-spring-securityissues/844";>discussion on 
GitHub</a> or contact us at <a 
href="mailto:[email protected]";>[email protected]</a>.</p>
+<p>If you have questions about this vulnerability or need assistance on 
upgrades or workarounds, please see the <a 
href="https://github.com/apache/grails-spring-security/issues/844";>discussion 
on GitHub</a> or contact us at <a 
href="mailto:[email protected]";>[email protected]</a>.</p>
     <h2 class='space-above'>
       <span>You might also like ...</span>
     </h2>
diff --git a/blog/2024-12-23-grails-7-m1.html b/blog/2024-12-23-grails-7-m1.html
index 9d06f0c8fd..fdd4b31d1a 100644
--- a/blog/2024-12-23-grails-7-m1.html
+++ b/blog/2024-12-23-grails-7-m1.html
@@ -100,7 +100,7 @@ We encourage you to try this pre-release and provide your 
feedback <a href="http
 <li>Spring Boot 3.4.1 &amp; Spring Framework 6.2.1, including transition from 
<code>javax</code> to <code>jakarta</code> namespace.</li>
 </ol>
 </li>
-<li>Added default support for containerized browser testing using <a 
href="https://java.testcontainers.org/";>Testcontainers</a> through the <a 
href="https://github.com/apache/grails-core/tree/HEAD/grails-geb#readme";>Geb 
Grails Plugin</a>, eliminating web browser version synchronization issues. A <a 
href="pache/grails-core/tree/HEAD/grails-geb#containergebspec-recommended">container
 runtime environment</a> is now required for Geb functional and integration 
tests.
+<li>Added default support for containerized browser testing using <a 
href="https://java.testcontainers.org/";>Testcontainers</a> through the <a 
href="https://github.com/apache/grails-core/tree/HEAD/grails-geb#readme";>Geb 
Grails Plugin</a>, eliminating web browser version synchronization issues. A <a 
href="https://github.com/apache/grails-core/tree/HEAD/grails-geb#containergebspec-recommended";>container
 runtime environment</a> is now required for Geb functional and integration 
tests.
 <ol>
 <li>This has also been backported for Grails 6.x compatiblility via <a 
href="https://github.com/apache/grails-geb/releases/tag/v4.1.1";>Geb 
4.1.1</a></li>
 </ol>
diff --git a/foundation/minutes.xml b/foundation/minutes.xml
index e8fc990aee..ac5284a0e6 100644
--- a/foundation/minutes.xml
+++ b/foundation/minutes.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><rss 
xmlns:content="http://purl.org/rss/1.0/modules/content/"; 
version="2.0"><channel><title>Foundation | Grails 
Framework</title><link>https://grails.staged.apache.org</link><description>A 
powerful Groovy-based web application framework for the JVM built on top of 
Spring Boot</description><pubDate>Fri, 06 Jun 2025 23:06:03 
GMT</pubDate><item><title>Technology Advisory Board 
Meeting</title><link>https://grails.staged.apache.org/foundation/minutes/2022 
[...]
+<?xml version="1.0" encoding="UTF-8"?><rss 
xmlns:content="http://purl.org/rss/1.0/modules/content/"; 
version="2.0"><channel><title>Foundation | Grails 
Framework</title><link>https://grails.staged.apache.org</link><description>A 
powerful Groovy-based web application framework for the JVM built on top of 
Spring Boot</description><pubDate>Fri, 06 Jun 2025 23:12:44 
GMT</pubDate><item><title>Technology Advisory Board 
Meeting</title><link>https://grails.staged.apache.org/foundation/minutes/2022 
[...]
 <h3>Meeting Attendance:</h3>
 <ul>
 <li><strong>Puneet Behl</strong> - Grails Product Development Lead at Object 
Computing</li>
diff --git a/rss.xml b/rss.xml
index 78fc744af7..70d6804716 100644
--- a/rss.xml
+++ b/rss.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><rss 
xmlns:content="http://purl.org/rss/1.0/modules/content/"; 
version="2.0"><channel><title>Blog | Grails 
Framework</title><link>https://grails.staged.apache.org</link><description>A 
powerful Groovy-based web application framework for the JVM built on top of 
Spring Boot</description><pubDate>Fri, 06 Jun 2025 23:06:05 
GMT</pubDate><item><title>Grails 7.0.0-M3 - Release 
Announcement</title><link>https://grails.staged.apache.org/blog/2025-03-05-grails-7
 [...]
+<?xml version="1.0" encoding="UTF-8"?><rss 
xmlns:content="http://purl.org/rss/1.0/modules/content/"; 
version="2.0"><channel><title>Blog | Grails 
Framework</title><link>https://grails.staged.apache.org</link><description>A 
powerful Groovy-based web application framework for the JVM built on top of 
Spring Boot</description><pubDate>Fri, 06 Jun 2025 23:12:46 
GMT</pubDate><item><title>Grails 7.0.0-M3 - Release 
Announcement</title><link>https://grails.staged.apache.org/blog/2025-03-05-grails-7
 [...]
 <p>The Grails Foundation is excited for the release of Grails Framework 
7.0.0-M3. <br />
 We encourage you to try this pre-release and provide your feedback <a 
href="https://github.com/apache/grails-core/issues";>here</a>.</p>
 <p>The next milestone is planned to be released under the Apache Software 
Foundation as Apache Grails 7.0.0-M4.</p>
@@ -396,7 +396,7 @@ We encourage you to try this pre-release and provide your 
feedback <a href="http
 <li>Spring Boot 3.4.1 &amp; Spring Framework 6.2.1, including transition from 
<code>javax</code> to <code>jakarta</code> namespace.</li>
 </ol>
 </li>
-<li>Added default support for containerized browser testing using <a 
href="https://java.testcontainers.org/";>Testcontainers</a> through the <a 
href="https://github.com/apache/grails-core/tree/HEAD/grails-geb#readme";>Geb 
Grails Plugin</a>, eliminating web browser version synchronization issues. A <a 
href="pache/grails-core/tree/HEAD/grails-geb#containergebspec-recommended">container
 runtime environment</a> is now required for Geb functional and integration 
tests.
+<li>Added default support for containerized browser testing using <a 
href="https://java.testcontainers.org/";>Testcontainers</a> through the <a 
href="https://github.com/apache/grails-core/tree/HEAD/grails-geb#readme";>Geb 
Grails Plugin</a>, eliminating web browser version synchronization issues. A <a 
href="https://github.com/apache/grails-core/tree/HEAD/grails-geb#containergebspec-recommended";>container
 runtime environment</a> is now required for Geb functional and integration 
tests.
 <ol>
 <li>This has also been backported for Grails 6.x compatiblility via <a 
href="https://github.com/apache/grails-geb/releases/tag/v4.1.1";>Geb 
4.1.1</a></li>
 </ol>
@@ -1488,15 +1488,15 @@ Moving the Grails Foundation under Unity provides a 
meaningful alliance between
 <h2>Protecting Your Applications</h2>
 <p>The following Grails Spring Security Core plugin versions have been patched 
for this vulnerability:</p>
 <ul>
-<li><a 
href="https://github.com/apache/grails-spring-securityreleases/tag/v3.3.2";>3.3.2</a></li>
-<li><a 
href="https://github.com/apache/grails-spring-securityreleases/tag/v4.0.5";>4.0.5</a></li>
-<li><a 
href="https://github.com/apache/grails-spring-securityreleases/tag/v5.1.1";>5.1.1</a></li>
+<li><a 
href="https://github.com/apache/grails-spring-security/releases/tag/v3.3.2";>3.3.2</a></li>
+<li><a 
href="https://github.com/apache/grails-spring-security/releases/tag/v4.0.5";>4.0.5</a></li>
+<li><a 
href="https://github.com/apache/grails-spring-security/releases/tag/v5.1.1";>5.1.1</a></li>
 </ul>
 <p>The best way to protect your Grails framework application is to upgrade to 
a patched release of this plugin.</p>
 <p>If you are unable to upgrade to a patched version of the plugin, you can 
work around the issue with a small code and configuration change described in 
<a href="https://github.com/grails/GSSC-CVE-2022-41923";>this GitHub 
repository</a>.  We have provided workaround examples for Grails framework 2 
through 5 applications. A demonstration of the vulnerability will be provided 
in time, after users have an opportunity to patch their applications.</p>
 <h2>Looking Forward</h2>
 <p>The Grails Foundation and the Grails development team take application 
security very seriously. We are continuing to research and monitor this 
vulnerability and will update this post with new information as it is 
discovered.</p>
-<p>If you have questions about this vulnerability or need assistance on 
upgrades or workarounds, please see the <a 
href="https://github.com/apache/grails-spring-securityissues/844";>discussion on 
GitHub</a> or contact us at <a 
href="mailto:[email protected]";>[email protected]</a>.</p>]]></description><author>Matthew
 Moss</author><guid>2022-11-22-ss-plugin-auth-cve</guid><pubDate>Tue, 22 Nov 
2022 00:00:00 GMT</pubDate></item><item><title>Grails Data Binding to Static 
Properties Bug</ti [...]
+<p>If you have questions about this vulnerability or need assistance on 
upgrades or workarounds, please see the <a 
href="https://github.com/apache/grails-spring-security/issues/844";>discussion 
on GitHub</a> or contact us at <a 
href="mailto:[email protected]";>[email protected]</a>.</p>]]></description><author>Matthew
 Moss</author><guid>2022-11-22-ss-plugin-auth-cve</guid><pubDate>Tue, 22 Nov 
2022 00:00:00 GMT</pubDate></item><item><title>Grails Data Binding to Static 
Properties Bug</t [...]
 <p><strong>Information about an issue in the Grails data binding logic that 
can cause modification of static properties</strong></p>
 <h2>Summary</h2>
 <p>The Grails Team has confirmed a bug that was found in the Grails data 
binding logic, which incorrectly permits data binding to static properties 
under certain conditions. This bug was identified and reported by the 
Engineering Team at Transitional Data Services (<a 
href="https://tdsi.com";>https://tdsi.com</a>).</p>
@@ -1598,7 +1598,7 @@ Moving the Grails Foundation under Unity provides a 
meaningful alliance between
 <p>Gradle Enterprise has helped our team to improve build times and 
test-feedback cycle times, and improve troubleshooting efficiency by combining 
root-cause analysis data with failure analytics.</p>
 <p>We’re delighted to have Gradle on board as a Tools and Infrastructure 
Partner. The Gradle team's support and excitement for the Grails technology 
over the years has been tremendous. Their engagement in our community has been 
awesome, and we look forward to continued collaboration in the years to come. 
We truly appreciate the dedication and passion Gradle has for open source 
projects. On behalf of the Grails Foundation, thank you! Initiatives like these 
that support and grow our Framew [...]
 <p>The Grails Foundation is a not-for-profit organization that supports the 
Grails framework. The Foundation not only builds and supports an ecosystem of 
documentation, functionality, and services, it promotes and evangelizes the 
Framework as a leading technology in the JVM space. The generous support of our 
Corporate Sponsors allows the Foundation to continue to ensure technical 
innovation and advancement of the Framework as a free and open public-use 
software development toolkit for ou [...]
-<p>To learn more about how you or your organization can support this 
Foundation, please <a href="">check us out</a>!</p>]]></description><author>Jen 
Wiese</author><guid>2022-01-07-gradle-enterprise-tools-and-infrastructure-partner</guid><pubDate>Fri,
 07 Jan 2022 00:00:00 GMT</pubDate></item><item><title>2GM Town Hall Meeting: 
2022 
Q1</title><link>https://grails.staged.apache.org/blog/2022-01-07-2gm-town-hall-q1.html</link><description><![CDATA[</p>
+<p>To learn more about how you or your organization can support this 
Foundation, please <a href="/">check us 
out</a>!</p>]]></description><author>Jen 
Wiese</author><guid>2022-01-07-gradle-enterprise-tools-and-infrastructure-partner</guid><pubDate>Fri,
 07 Jan 2022 00:00:00 GMT</pubDate></item><item><title>2GM Town Hall Meeting: 
2022 
Q1</title><link>https://grails.staged.apache.org/blog/2022-01-07-2gm-town-hall-q1.html</link><description><![CDATA[</p>
 <p>A big thanks to everyone who joined us for our Q1 2GM Town Hall Meeting! 
For those of you who missed the live event, the recording is embedded below.</p>
 <p>At this quarter’s meeting, we provided an update on the latest advancements 
with the Grails and Micronaut frameworks, including a look at what is coming 
soon. We also shared the latest news and sponsors of the Grails and Micronaut 
Foundations, as well as some great live discussions and Q&amp;A with our 
panel.</p>
 <p>A special thanks to our fantastic panel of experts: James Kleeh, Puneet 
Behl, Sergio del Amo Caballero, and our awesome guest <a 
href="http://melix.github.io/blog/";>Cédric Champeau</a>.</p>

Reply via email to