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:28 UTC

[struts-site] branch master updated (3d9f22b -> f7610a1)

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

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


    from 3d9f22b  Fixes headers
     new 8c5eb6c  WW-5153 Marks Portlet related plugins as deprecated
     new f7610a1  WW-5155 Marks OSGi plugin as deprecated

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/plugins/index.md               | 36 +++++++++++++++++------------------
 source/plugins/osgi/index.md          |  2 ++
 source/plugins/portlet-tiles/index.md |  2 ++
 source/plugins/portlet/index.md       |  2 ++
 4 files changed, 24 insertions(+), 18 deletions(-)

[struts-site] 01/02: WW-5153 Marks Portlet related plugins as deprecated

Posted by lu...@apache.org.
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 8c5eb6c9894fdd90f290940a060f74d0b81eef8f
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 12 13:11:54 2021 +0100

    WW-5153 Marks Portlet related plugins as deprecated
---
 source/plugins/index.md               | 36 +++++++++++++++++------------------
 source/plugins/portlet-tiles/index.md |  2 ++
 source/plugins/portlet/index.md       |  2 ++
 3 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index c2efc93..9ce2f81 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+||
+|[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+||
+|[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-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+||
 |[Plexus Plugin](plexus)|||
-|[Portlet Plugin](portlet)|||
-|[Portlet Tiles Plugin](portlet-tiles)|2.3.5+||
-|[REST Plugin](rest)|2.1.1+||
-|[SiteGraph Plugin](sitegraph)|< 2.5| removed since 2.5|
+|[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/portlet-tiles/index.md b/source/plugins/portlet-tiles/index.md
index e91a07e..22f677f 100644
--- a/source/plugins/portlet-tiles/index.md
+++ b/source/plugins/portlet-tiles/index.md
@@ -5,6 +5,8 @@ title: Portlet Tiles Plugin
 
 # Portlet Tiles Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 Tiles is a templating framework designed to easily allow the creation of web application pages with a consistent look and feel. It can be used for both page decorating and componentization.
 
 ## Features
diff --git a/source/plugins/portlet/index.md b/source/plugins/portlet/index.md
index 32380b6..d1b919c 100644
--- a/source/plugins/portlet/index.md
+++ b/source/plugins/portlet/index.md
@@ -5,6 +5,8 @@ title: Portlet Plugin
 
 # Portlet Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 ## Documentation
 
 The Portlet Plugin is used for developing JSR286 portlets using Struts 2.

[struts-site] 02/02: WW-5155 Marks OSGi plugin as deprecated

Posted by lu...@apache.org.
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.