You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

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

  • If you are a Maven user, you might want to get started using the Maven Archetype.
  • Another quick-start entry point is the blank application. Rename and deploy the WAR as a starting point for your own development.
Maven Dependency
<dependency>
  <groupId>org.apache.struts</groupId>
    <artifactId>struts2-core</artifactId>
      <version>2.0.3-SNAPSHOT</version>
</dependency>
Snapshot Repository
<repositories>
  <repository>
    <id>apache.snapshots</id>
    <name>ASF Maven 2 Snapshot</name>
    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
  </repository>
</repositories>

Backward compatibility issues with prior development release

(warning) TODO

New Features and Plugins

(warning) TODO

Experimental Features and Plugins

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

(warning) TODO

Internal Changes

(warning) TODO

Detail

Pending and open issues

Other resources

  • No labels