Merge pull request #1126 from apache/feature/WW-5484-dwr

WW-5484 Marks the DWR plugin as deprecated
This commit is contained in:
Lukasz Lenart
2024-11-14 15:55:01 +01:00
committed by GitHub
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>