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:20:30 UTC

[struts-site] 02/02: WW-5155 Marks OSGi 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

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

    WW-5155 Marks OSGi plugin as deprecated
---
 source/plugins/index.md      | 24 ++++++++++++------------
 source/plugins/osgi/index.md |  2 ++
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index 9ce2f81..22639cd 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,33 +15,33 @@ 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)|
+|---|------|------------------|
+|[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|
+|[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|
+|[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)|
-|[OSGi Plugin](osgi)| 2.1.7+||
+|[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|
+|[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)|||
-|[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|
+|[Tiles 3 Plugin](tiles-3)| < 2.5 | removed since 2.5 |
 
 > For a complete list of bundled and third-party plugins, visit the [Plugin Registry](http://cwiki.apache.org/S2PLUGINS/Home).
diff --git a/source/plugins/osgi/index.md b/source/plugins/osgi/index.md
index 460d2c2..88a9d7f 100644
--- a/source/plugins/osgi/index.md
+++ b/source/plugins/osgi/index.md
@@ -5,6 +5,8 @@ title: OSGi Plugin
 
 # OSGi Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 ## Overview
 
 This plugin is only experimental and can change in the future.