This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 60d96a8f3 Updates stage by Jenkins 60d96a8f3 is described below commit 60d96a8f3e56781865ea0778929dbf7bdb3a7f53 Author: jenkins <bui...@apache.org> AuthorDate: Sat Aug 10 05:49:51 2024 +0000 Updates stage by Jenkins --- content/announce-2024.html | 21 +++++++++++++++++++++ content/index.html | 8 ++++---- content/plugins/plugins-architecture.html | 4 ++-- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/content/announce-2024.html b/content/announce-2024.html index 89a456ca7..af7ac3a4f 100644 --- a/content/announce-2024.html +++ b/content/announce-2024.html @@ -181,6 +181,27 @@ and, if appropriate, file <a href="https://issues.apache.org/jira/projects/WW/"> <p>You can download this version from our <a href="download.cgi#struts-ga">download</a> page.</p> +<h4 id="a20240721">21 July 2024 - Apache Struts version 7.0.0-M9</h4> + +<p>The Apache Struts group is pleased to announce that Apache Struts version 7.0.0-M9 is available as a Test Build.</p> + +<p>The Apache Struts is an elegant, extensible framework for creating enterprise-ready Java web applications. +The framework has been designed to streamline the full development cycle, from building, to deploying, +to maintaining applications over time.</p> + +<blockquote> + <p>Please read the <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0-M9">Version Notes</a> to find more details about performed +bug fixes and improvements.</p> +</blockquote> + +<p><strong>This is a test build not ready to be used in production environments!</strong></p> + +<p>The 7.x series of the Apache Struts framework has a minimum requirement of the following specification versions: +JakartaEE Servlet API 6.0.0, JakartaEE JSP API 3.0, and Java 17.</p> + +<p>Should any issues arise with your use of any version of the Struts framework, please post your comments to the user list, +and, if appropriate, file <a href="https://issues.apache.org/jira/projects/WW/">a tracking ticket</a>.</p> + <h4 id="a20240420">20 April 2024 - Apache Struts version 7.0.0-M6</h4> <p>The Apache Struts group is pleased to announce that Apache Struts version 7.0.0-MS is available as a Test Build.</p> diff --git a/content/index.html b/content/index.html index 97363f2f0..6d8a49965 100644 --- a/content/index.html +++ b/content/index.html @@ -192,12 +192,12 @@ </div> <div class="row"> <div class="column col-md-4"> - <h2>Apache Struts 7.0.0-M6</h2> + <h2>Apache Struts 7.0.0-M9</h2> <p> - Apache Struts 7.0.0-M6 test build is available as from 20 April 2024. + Apache Struts 7.0.0-M9 test build is available as from 21 July 2024. </p> - Read more in <a href="announce-2024#a20240420">Announcement</a> or in - <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0-M6">Version notes</a> + Read more in <a href="announce-2024#a20240721">Announcement</a> or in + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0-M9">Version notes</a> </div> <div class="column col-md-4"> <h2>Google's Patch Reward program</h2> diff --git a/content/plugins/plugins-architecture.html b/content/plugins/plugins-architecture.html index 03a0ee137..8d3b6d6d9 100644 --- a/content/plugins/plugins-architecture.html +++ b/content/plugins/plugins-architecture.html @@ -306,7 +306,7 @@ For example, a plugin could provide a new class to create Action classes or map <td>struts.velocity.manager.classname</td> <td>Loads and processes Velocity templates</td> <td>singleton</td> - <td>org.apache.struts2.views.velocity.VelocityManagerInterface</td> + <td>org.apache.struts2.views.velocity.VelocityManager</td> </tr> <tr> <td>struts.actionValidatorManager</td> @@ -699,7 +699,7 @@ with <em>no-arguments</em> constructor:</p> <span class="nd">@Override</span> <span class="kd">public</span> <span class="kt">void</span> <span class="nf">register</span><span class="o">(</span><span class="nc">ContainerBuilder</span> <span class="n">builder</span><span class="o">,</span> <span class="nc">LocatableProperties</span> <span class="n">props</span><span class="o">)</span> <span class="kd">throws</span> <span class="nc">ConfigurationException</span> <span class="o">{</span> - <span class="n">alias</span><span class="o">(</span><span class="nc">VelocityManagerInterface</span><span class="o">.</span><span class="na">class</span><span class="o">,</span> <span class="nc">VelocityConstants</span><span class="o">.</span><span class="na">STRUTS_VELOCITY_MANAGER_CLASSNAME</span><span class="o">,</span> <span class="n">builder</span><span class="o">,</span> <span class="n">props</span><span class="o">);</span> + <span class="n">alias</span><span class="o">(</span><span class="nc">VelocityManager</span><span class="o">.</span><span class="na">class</span><span class="o">,</span> <span class="nc">VelocityConstants</span><span class="o">.</span><span class="na">STRUTS_VELOCITY_MANAGER_CLASSNAME</span><span class="o">,</span> <span class="n">builder</span><span class="o">,</span> <span class="n">props</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span>