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

lukaszlenart pushed a commit to branch feature/WW-5484-dwr
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 8a2f494c12feab16daee4f5fed303da4f1b8e3d7
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Nov 11 17:49:54 2024 +0100

    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 dc0c30a37..bdba533e1 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 a8986cfd6..59e596bdc 100644
--- a/plugins/dwr/pom.xml
+++ b/plugins/dwr/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>struts2-dwr-plugin</artifactId>
     <packaging>jar</packaging>
-    <name>Struts 2 DWR Plugin</name>
+    <name>DEPRECATED: Struts 2 DWR Plugin - since 6.7.0</name>
 
     <dependencies>
         <dependency>

Reply via email to