WW-5484 Marks the DWR plugin as deprecated

This commit is contained in:
Lukasz Lenart
2024-11-11 17:49:54 +01:00
parent 6b2e5ecd9b
commit 8a2f494c12
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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/).
+1 -1
View File
@@ -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>