(tick) These are the notes for the Struts 2.0.8 distribution.

(tick) For prior notes in this release series, see Release Notes 2.0.7

<dependency>
  <groupId>org.apache.struts</groupId>
    <artifactId>struts2-core</artifactId>
      <version>2.0.8</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>

New Features

Significant Fixes

Known Bugs and Problems

Documentation Changes and Additions

Internal Changes

Migration from previous Releases

If a custom validators.xml configuration file is used as a global validator
configuration, the file needs to be adjusted.
The validation configuration is now validated against the following DTD:

<!DOCTYPE validators PUBLIC
         "-//OpenSymphony Group//XWork Validator Config 1.0//EN"
         "http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd">

Furthermore it is no longer required, that all default validators need to be copied
over into a customized validators.xml configuration.
Just override existing (those from default) with a custom implementation or extend
it with custom configurations.

Experimental Features and Plugins

(tick) Please help us test these brave new features. Feedback appreciated!

Issue Detail

Issue List

Other resources

Release Plan