These are the notes for the Struts 2.5.25 distribution.
For prior notes in this release series, see Version Notes 2.5.22
- If you are a Maven user, you might want to get started using the Maven Archetype.
Maven Dependency
<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>2.5.25</version> </dependency>
You can also use Struts Archetype Catalog like below
Struts Archetype Catalog
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/
Staging 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
No internal changes
Bug
- [WW-5002] - Package Level Properties in Global Results
- [WW-5065] - AbstractMatcher adds values to the map passed into replaceParameters
- [WW-5072] - Minor bug in single file upload example of the Showcase application
- [WW-5077] - Unable to set long pathname variables
- [WW-5086] - s:set with empty body
- [WW-5087] - AliasInterceptor doesn't properly handle Parameter.Empty
Improvement
- [WW-5069] - Improve build behaviour on JDK9+
Dependency
- [WW-5067] - Update multiple Struts 2.5.x libraries / Maven build plugin versions
- [WW-5075] - Upgrade OSGi to the latest version