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

Compare with Current View Page History

« Previous Version 3 Next »

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

(tick) For prior notes in this release series, see Version Notes 2.1.8.1

  • 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.2.0</version>
</dependency>
Snapshot Repository
<repositories>
  <repository>
    <id>apache.nexus</id>
    <name>ASF Nexus Staging</name>
    <url>https://repository.apache.org/content/groups/staging/</url>
  </repository>
</repositories>

Internal Changes

  • XWork was moved to ASF and it's a part of Struts 2 now. With this release the new XWork 2.2.0 is also available! In the future version, the XWork will be merged into Struts 2.
  • The XWork is using the latest OGNL version 3.0, the OGNL source code repository is hosted as Github
  • Javassist dependency was excluded in OGNL, you must remember to include it, except when you are lunching an application on JBoss server

Issue Detail

Issue List

Other resources

  • No labels