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 bdecafb85 Updates stage by Jenkins bdecafb85 is described below commit bdecafb85f29c3afe3aaf30f7acb03f439dc41b2 Author: jenkins <bui...@apache.org> AuthorDate: Wed Oct 19 14:03:36 2022 +0000 Updates stage by Jenkins --- content/core-developers/result-types.html | 2 +- content/plugins/index.html | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/content/core-developers/result-types.html b/content/core-developers/result-types.html index 3378c3a60..4f1fcded3 100644 --- a/content/core-developers/result-types.html +++ b/content/core-developers/result-types.html @@ -190,7 +190,7 @@ own applications.</p> </tr> <tr> <td><a href="plain-result">Plain Result</a></td> - <td>A plain result which all you to write directly to a HttpResponse using a simplified API (since Struts 2.6)</td> + <td>A plain result which all you to write directly to a HttpResponse using a simplified API (since Struts 6.x)</td> </tr> <tr> <td><a href="plaintext-result">PlainText Result</a></td> diff --git a/content/plugins/index.html b/content/plugins/index.html index 04f7751cd..1c5b6723d 100644 --- a/content/plugins/index.html +++ b/content/plugins/index.html @@ -131,9 +131,9 @@ <h1 id="plugin-developers-guide">Plugin Developers Guide</h1> -<p>Apache Struts 2 provides a simple <a href="plugins-architecture">plugin architecture</a> so that developers can extend the framework just by -adding a JAR to the application’s classpath. Since plugins are contained in a JAR, they are easy to share with others. -Several plugins are bundled with the framework, and others are available from third-party sources.</p> +<p>Apache Struts 2 provides a simple <a href="plugins-architecture">plugin architecture</a> so that developers can extend the +framework just by adding a JAR to the application’s classpath. Since plugins are contained in a JAR, they are easy +to share with others. Several plugins are bundled with the framework, and others are available from third-party sources.</p> <ul> <li><a href="plugins-architecture">Plugins Architecture</a></li> @@ -184,7 +184,7 @@ Several plugins are bundled with the framework, and others are available from th <tr> <td><a href="embedded-jsp">Embedded JSP Plugin</a></td> <td>2.1.7+</td> - <td>deprecated since 2.6</td> + <td>deprecated since 6.0.0</td> </tr> <tr> <td><a href="jasperreports">JasperReports Plugin</a></td> @@ -224,27 +224,27 @@ Several plugins are bundled with the framework, and others are available from th <tr> <td><a href="oval">OVal Plugin</a></td> <td>2.1.7+</td> - <td>deprecated since 2.6, use <a href="bean-validation">Bean Validation Plugin</a></td> + <td>deprecated since 6.0.0, use <a href="bean-validation">Bean Validation Plugin</a></td> </tr> <tr> <td><a href="osgi">OSGi Plugin</a></td> <td>2.1.7+</td> - <td>deprecated since 2.6</td> + <td>deprecated since 6.0.0</td> </tr> <tr> <td><a href="plexus">Plexus Plugin</a></td> <td> </td> - <td>deprecated since 2.6</td> + <td>deprecated since 6.0.0</td> </tr> <tr> <td><a href="portlet">Portlet Plugin</a></td> <td> </td> - <td>deprecated since 2.6</td> + <td>deprecated since 6.0.0</td> </tr> <tr> <td><a href="portlet-tiles">Portlet Tiles Plugin</a></td> <td>2.3.5+</td> - <td>deprecated since 2.6</td> + <td>deprecated since 6.0.0</td> </tr> <tr> <td><a href="rest">REST Plugin</a></td> @@ -259,7 +259,7 @@ Several plugins are bundled with the framework, and others are available from th <tr> <td><a href="sitemesh">SiteMesh Plugin</a></td> <td> </td> - <td>deprecated since 2.6</td> + <td>deprecated since 6.0.0</td> </tr> <tr> <td><a href="spring">Spring Plugin</a></td> @@ -288,14 +288,15 @@ Several plugins are bundled with the framework, and others are available from th </tr> <tr> <td><a href="velocity">Velocity Plugin</a></td> - <td>< 6.0.0</td> + <td> </td> <td> </td> </tr> </tbody> </table> <blockquote> - <p>For a complete list of bundled and third-party plugins, visit the <a href="http://cwiki.apache.org/S2PLUGINS/Home">Plugin Registry</a>.</p> + <p>For a complete list of bundled and third-party plugins, visit +the <a href="http://cwiki.apache.org/S2PLUGINS/Home">Plugin Registry</a>.</p> </blockquote> </section>