Skip to content

Commit

Permalink
WW-5484 Marks the DWR plugin as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Nov 11, 2024
1 parent 6b2e5ec commit 8a2f494
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 8a2f494

Please sign in to comment.