These are the notes for the Struts 2.1.0 build.
For prior notes on the the prior release series, see Release Notes 2.0.11
- 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.
Code Block |
---|
|
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.1.0</version>
</dependency> |
Code Block |
---|
|
<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
- Zero configuration feature has been moved to the Codebehind plugin
New Features and Plugins
- The Dojo plugin replaces the Ajax Theme
Issue Detail
Issue List
Other resources
Build/Release Plan
- Struts 2.1.0 will be the first milestone/test-build in the 2.1.x series.
- There is yet to be a GA release in this series.
- The Build/Release Managers is Ted Husted.
- The proposed tag date for the build is 22 Oct 2007.