This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push:
new aeb19cc69 Adds Velocity plugin to the list
aeb19cc69 is described below
commit aeb19cc6991bc4b8576c332234c62a1eb35a36bc
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Jun 27 07:53:35 2022 +0200
Adds Velocity plugin to the list
---
source/plugins/index.md | 59 +++++++++++++++++++++++++------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
diff --git a/source/plugins/index.md b/source/plugins/index.md
index 36c31670a..13b2176af 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -14,34 +14,35 @@ Several plugins are bundled with the framework, and others
are available from th
## 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) |
-|[Config Browser Plugin](config-browser)|||
-|[Convention Plugin](convention)| 2.1.3+ ||
-|[DWR Plugin](dwr)|||
-|[Embedded JSP Plugin](embedded-jsp)| 2.1.7+ | deprecated since 2.6 |
-|[JasperReports Plugin](jasperreports)|||
-|[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+ ||
-|[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 |
-|[Spring Plugin](spring)|||
-|[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 |
+| 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+ ||
+| [DWR Plugin](dwr) |||
+| [Embedded JSP Plugin](embedded-jsp) | 2.1.7+ |
deprecated since 2.6 |
+| [JasperReports Plugin](jasperreports) |||
+| [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+ ||
+| [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 |
+| [Spring Plugin](spring) |||
+| [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 |
|
> For a complete list of bundled and third-party plugins, visit the [Plugin
> Registry](http://cwiki.apache.org/S2PLUGINS/Home).