Apache Struts 2 Documentation > Home > Guides > Migration Guide > Release Notes 2.1.0
Added by Ted Husted, last edited by Ted Husted on Feb 12, 2007  (view change)

These are the notes for the Struts 2.1.0 distribution.

For prior notes on the the prior release series, see Release Notes 2.0.6

  • 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.1.0</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

  • ...

New Features and Plugins

  • ...

Documentation Changes

  • ...

Internal Changes

  • Code for the "new API" is available but is not utilized by the framework.

Experimental Features and Plugins

  • ...

Issue Detail

Issue List

Other resources

Release Plan

  • Struts 2.1.0 will be the first milestone in the 2.1.x series.
    • There is yet to be a GA release in this series.
  • The Release Manager is Ted Husted.
  • The tag date for the release is yet to be determined.