You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/12/12 12:24:53 UTC

[struts-site] branch master updated: WW-5156 Marks Plexus plugin as deprecated

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 b837247  WW-5156 Marks Plexus plugin as deprecated
b837247 is described below

commit b8372476fa8b0be40a1074ae4d4f0635661a1243
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 12 13:24:49 2021 +0100

    WW-5156 Marks Plexus plugin as deprecated
---
 source/plugins/index.md        | 16 ++++++++--------
 source/plugins/plexus/index.md |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index 22639cd..ee4d518 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,9 +15,9 @@ 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+|
+|---|-------|------------------|
+|[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+ ||
@@ -30,12 +30,12 @@ Several plugins are bundled with the framework, and others are available from th
 |[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-validarion) |
+|[OVal Plugin](oval)| 2.1.7+ | deprecated since 2.6, use [Bean Validation Plugin](bean-validarion) |
 |[OSGi Plugin](osgi)| 2.1.7+| deprecated since 2.6|
-|[Plexus Plugin](plexus)|||
-|[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+||
+|[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)|||
 |[Spring Plugin](spring)|||
diff --git a/source/plugins/plexus/index.md b/source/plugins/plexus/index.md
index d230645..7ebb701 100644
--- a/source/plugins/plexus/index.md
+++ b/source/plugins/plexus/index.md
@@ -5,7 +5,7 @@ title: Plexus Plugin
 
 # Plexus Plugin
 
-> The Plexus Plugin is experimental. Feedback is appreciated!
+> This plugin got marked as deprecated since Struts 2.6!
 
 While [Plexus](http://plexus.codehaus.org/) is similar to other inversion-of-control (IoC) or dependency injection frameworks such as the Spring Framework, it's fully-fledged container supports many more features.