Apache Struts 2 Documentation > Home > Guides > Migration Guide > Release Notes 2.1.7
Added by Wes Wannemacher, last edited by Wes Wannemacher on Jun 22, 2009

These are the notes for the Struts 2.1.7 distribution.

For prior notes in this release series, see Release Notes 2.1.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.7</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

  • ...

Experimental Features and Plugins

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

  • ...

Issue Detail

Issue List

Other resources