Skip to content

Commit

Permalink
Merge pull request #1126 from apache/feature/WW-5484-dwr
Browse files Browse the repository at this point in the history
WW-5484 Marks the DWR plugin as deprecated
  • Loading branch information
lukaszlenart authored Nov 14, 2024
2 parents 6b2e5ec + 8a2f494 commit 1903e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/dwr/README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion plugins/dwr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1903e0e

Please sign in to comment.