Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

(tick) For prior notes in this release series, see Release Version 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.
Code Block
titleMaven Dependency
<dependency>
  <groupId>org.apache.struts</groupId>
    <artifactId>struts2-core</artifactId>
      <version>2.1.7</version>
</dependency>

...

  • This is mostly a bug-fix release with over 100 JIRA issues closed
  • The Multipart Request handler is no now pluggable, allowing for better implementations to be wired in
  • Invalid OGNL now throws exceptions with stack traces placed in the Application Server log

...

Issue List

Other resources