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

lukaszlenart pushed a commit to branch results
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/results by this push:
     new 072e39e5c Cleans up page
072e39e5c is described below

commit 072e39e5c69c4dc52b8c490d1bb8ee4c7eceb4fa
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 19 16:01:52 2022 +0200

    Cleans up page
---
 source/core-developers/result-types.md |  2 +-
 source/plugins/index.md                | 53 +++++++++++++++++-----------------
 2 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/source/core-developers/result-types.md 
b/source/core-developers/result-types.md
index c8511f774..3ec5b0da3 100644
--- a/source/core-developers/result-types.md
+++ b/source/core-developers/result-types.md
@@ -27,7 +27,7 @@ own applications.
 |[Stream Result](stream-result)|Used to stream an InputStream back to the 
browser (usually for file downloads)|
 |[Velocity Result](velocity-result)|Used for _Velocity_  integration|
 |[XSL Result](xsl-result)|Used for XML/XSLT integration|
-|[Plain Result](plain-result)|A plain result which all you to write directly 
to a HttpResponse using a simplified API (since Struts 2.6)|
+|[Plain Result](plain-result)|A plain result which all you to write directly 
to a HttpResponse using a simplified API (since Struts 6.x)|
 |[PlainText Result](plaintext-result)|Used to display the raw content of a 
particular file/page (i.e jsp, HTML)|
 |[Tiles Result](../plugins/tiles/)|Used to provide Tiles integration|
 |[Postback Result](postback-result)|Used to postback request parameters as a 
form to the specified destination|
diff --git a/source/plugins/index.md b/source/plugins/index.md
index 13b2176af..a11e72f29 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -5,44 +5,45 @@ title: Plugins
 
 # Plugin Developers Guide
 
-Apache Struts 2 provides a simple [plugin architecture](plugins-architecture) 
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.
+Apache Struts 2 provides a simple [plugin architecture](plugins-architecture) 
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.
 
 - [Plugins Architecture](plugins-architecture)
 - [Extending an Application with Custom 
Plugins](extending-an-application-with-custom-plugins)
 
 ## Bundled Plugins
 
-| Name                                      | Versions             | Note      
                                                         |
-|-------------------------------------------|----------------------|--------------------------------------------------------------------|
-| [Bean Validation Plugin](bean-validation) | 2.5+                 |
-| [CDI (JSR 299) Plugin](cdi)               | 2.3.1+               |
-| [Codebehind Plugin](codebehind)           | < 2.5                | removed 
since 2.5, use [Convention Plugin](convention)             |
+| Name                                      | Versions               | Note    
                                                              |
+|-------------------------------------------|------------------------|-----------------------------------------------------------------------|
+| [Bean Validation Plugin](bean-validation) | 2.5+                   |
+| [CDI (JSR 299) Plugin](cdi)               | 2.3.1+                 |
+| [Codebehind Plugin](codebehind)           | < 2.5                  | removed 
since 2.5, use [Convention Plugin](convention)                |
 | [Config Browser Plugin](config-browser)   |||
-| [Convention Plugin](convention)           | 2.1.3+               ||
+| [Convention Plugin](convention)           | 2.1.3+                 ||
 | [DWR Plugin](dwr)                         |||
-| [Embedded JSP Plugin](embedded-jsp)       | 2.1.7+               | 
deprecated since 2.6                                               |
+| [Embedded JSP Plugin](embedded-jsp)       | 2.1.7+                 | 
deprecated since 6.0.0                                                |
 | [JasperReports Plugin](jasperreports)     |||
-| [Java 8 Support Plugin](java-8-support)   | 2.3.21 - 2.5.2       ||
-| [Javatemplates Plugin](javatemplates)     | 2.1.3+               ||
+| [Java 8 Support Plugin](java-8-support)   | 2.3.21 - 2.5.2         ||
+| [Javatemplates Plugin](javatemplates)     | 2.1.3+                 ||
 | [JFreeChart Plugin](jfreechart)           |||
-| [JSF Plugin](jsf)                         | < 2.5                | removed 
since 2.5                                                  |
-| [JSON Plugin](json)                       | 2.1.7+               ||
+| [JSF Plugin](jsf)                         | < 2.5                  | removed 
since 2.5                                                     |
+| [JSON Plugin](json)                       | 2.1.7+                 ||
 | [JUnit Plugin](junit)                     |||
-| [OVal Plugin](oval)                       | 2.1.7+               | 
deprecated since 2.6, use [Bean Validation Plugin](bean-validation) |
-| [OSGi Plugin](osgi)                       | 2.1.7+               | 
deprecated since 2.6                                               |
-| [Plexus Plugin](plexus)                   || deprecated since 2.6 |
-| [Portlet Plugin](portlet)                 || deprecated since 2.6 |
-| [Portlet Tiles Plugin](portlet-tiles)     | 2.3.5+               | 
deprecated since 2.6                                               |
-| [REST Plugin](rest)                       | 2.1.1+               ||
-| [SiteGraph Plugin](sitegraph)             | < 2.5                | removed 
since 2.5                                                  |
-| [SiteMesh Plugin](sitemesh)               || deprecated since 2.6 |
+| [OVal Plugin](oval)                       | 2.1.7+                 | 
deprecated since 6.0.0, use [Bean Validation Plugin](bean-validation) |
+| [OSGi Plugin](osgi)                       | 2.1.7+                 | 
deprecated since 6.0.0                                                |
+| [Plexus Plugin](plexus)                   || deprecated since 6.0.0 |
+| [Portlet Plugin](portlet)                 || deprecated since 6.0.0 |
+| [Portlet Tiles Plugin](portlet-tiles)     | 2.3.5+                 | 
deprecated since 6.0.0                                                |
+| [REST Plugin](rest)                       | 2.1.1+                 ||
+| [SiteGraph Plugin](sitegraph)             | < 2.5                  | removed 
since 2.5                                                     |
+| [SiteMesh Plugin](sitemesh)               || deprecated since 6.0.0 |
 | [Spring Plugin](spring)                   |||
-| [Struts 1 Plugin](struts-1)               | < 2.5                | removed 
since 2.5                                                  |
+| [Struts 1 Plugin](struts-1)               | < 2.5                  | removed 
since 2.5                                                     |
 | [TestNG Plugin](testng)                   |||
 | [Tiles Plugin](tiles)                     |||
-| [Tiles 3 Plugin](tiles-3)                 | < 2.5                | removed 
since 2.5                                                  |
-| [Velocity Plugin](velocity)               | < 6.0.0              |           
                                                         |
+| [Tiles 3 Plugin](tiles-3)                 | < 2.5                  | removed 
since 2.5                                                     |
+| [Velocity Plugin](velocity)               | |                                
                                       |
 
-> For a complete list of bundled and third-party plugins, visit the [Plugin 
Registry](http://cwiki.apache.org/S2PLUGINS/Home).
+> For a complete list of bundled and third-party plugins, visit
+> the [Plugin Registry](http://cwiki.apache.org/S2PLUGINS/Home).

Reply via email to