Home > Guides > Migration Guide > Release Notes 2.0.2 |
These are the notes for the Struts 2.0.2 distribution.
For prior notes in this release series, see Release Notes 2.0.1
<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>2.0.2</version> </dependency>
<repositories> <repository> <id>apache.snapshots</id> <name>ASF Maven 2 Snapshot</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> </repository> </repositories>
struts.properties
, also include the struts2-spring-plugin.jar
on the application's classpath. The plugin uses Spring 2.0.2 by default but can be rebuild to use another recent version.
flush
attribute (WW-1472).key
attribute to streamline link markup (WW-1458).web.xml
! (WW-1421).Please help us test these brave new features. Feedback appreciated!