From 8a2f494c12feab16daee4f5fed303da4f1b8e3d7 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 11 Nov 2024 17:49:54 +0100 Subject: [PATCH] WW-5484 Marks the DWR plugin as deprecated --- plugins/dwr/README.md | 4 ++++ plugins/dwr/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/dwr/README.md b/plugins/dwr/README.md index dc0c30a37d..bdba533e10 100644 --- a/plugins/dwr/README.md +++ b/plugins/dwr/README.md @@ -1,4 +1,8 @@ # Struts 2 Direct Web Remoting (DWR) plugin + +**DEPRECATED**: The plugin has been marked as deprecated since Struts 6.7.0 as there is no active development +nor DWR doesn't support JakartaEE! + This plugin allows to use Struts validation via DWR as remote beans. You will find more details in [documentation](https://struts.apache.org/plugins/dwr/). diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml index a8986cfd65..59e596bdc6 100644 --- a/plugins/dwr/pom.xml +++ b/plugins/dwr/pom.xml @@ -29,7 +29,7 @@ struts2-dwr-plugin jar - Struts 2 DWR Plugin + DEPRECATED: Struts 2 DWR Plugin - since 6.7.0