Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
titleMaven Dependency
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-core</artifactId>
  <version>2.3.10<11</version>
</dependency>

You can also use Struts Archetype Catalog like below

Code Block
none
none
titleStruts Archetype Catalog
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/2.3.1011/
Code Block
xml
xml
titleStaging 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

  • All validators were refactored and right now parameters can be set via OGNL also parameter parse was removed - WW-2923 - please be aware that param names changed a bit, review documentation Validation
  • (warning) tag's required attribute was renamed to requiredLabel to allow support of Html5 required attribute in the tags - WW-3908
  • new Tiles 3 plugin added to support Tiles 3 result type - WW-3931
  • as mentioned in WW-3973 with previous release behaviour of Parameters Interceptor changed a bit - please read careful over the linked page
  • migrated site to the Apache CMS and SvnPubSub

Issue Detail

Issue List

Other resources