These are the notes for the Struts version 6.7.0 distribution.
For prior notes in this release series, see Version Notes 6.6.1
If you are a Maven user, you might want to get started using the Maven Archetype.
<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>6.7.0</version> </dependency> |
You can also use Struts Archetype Catalog like below
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ |
A lot of classes have been marked as deprecated because of relocation of them into a new package. All classes from package com.opensymphony.xwork2 will be moved into org.apache.struts2 in Struts 7 and this deprecation can help you adapt to incoming changes. Please be aware that we are dropping support for DWR and Sitemesh plugins. In the case of DWR there is no more active development nor support for JakartaEE. Sitemesh can be integrated directly with the framework, please check sitemesh3 example.