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 3ee75ce  WW-5157 Marks Sitemesh plugin as deprecated
3ee75ce is described below

commit 3ee75ce73fe12d9aba738555d89fac0969f4cd67
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Dec 12 13:28:01 2021 +0100

    WW-5157 Marks Sitemesh plugin as deprecated
---
 source/plugins/index.md          | 10 +++++-----
 source/plugins/sitemesh/index.md |  9 ++++++---
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index ee4d518..77e0412 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,8 +15,8 @@ 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+  |
+|---|------|------------------|
+|[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)|||
@@ -31,13 +31,13 @@ Several plugins are bundled with the framework, and others 
are available from th
 |[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+| deprecated since 2.6|
+|[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)|||
+|[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)|||
diff --git a/source/plugins/sitemesh/index.md b/source/plugins/sitemesh/index.md
index 27977fa..d66aee5 100644
--- a/source/plugins/sitemesh/index.md
+++ b/source/plugins/sitemesh/index.md
@@ -5,9 +5,12 @@ title: SiteMesh Plugin
 
 # SiteMesh Plugin
 
-> About SiteMesh
-> 
-> [SiteMesh](http://www.sitemesh.org/) is a web-page layout and decoration 
framework and web application integration framework to aid in creating large 
sites consisting of many pages for which a consistent look/feel, navigation and 
layout scheme is required.
+> This plugin got marked as deprecated since Struts 2.6!
+
+## About SiteMesh
+
+> [SiteMesh](http://www.sitemesh.org/) is a web-page layout and decoration 
framework and web application integration 
+> framework to aid in creating large sites consisting of many pages for which 
a consistent look/feel, navigation and layout scheme is required.
 
 The Sitemesh plugin allows Sitemesh templates to access framework resources.
 

Reply via email to