Struts Commons v1.6.3
Matthew Greet 25/12/25

Introduction
This Java project is a collection of libraries and template classes for use in 
Struts 2 based apps.  It is Java source code that compiles into a JAR file.  It 
is intended for Java developers using Struts 2.
  
Requirements
JDK 8 or better
Maven 3
Jakarta EE server, such as Tomcat 9

Installation
Unzip all files, run mvn.

Change log
v1.6.5 - 25/12/25
Fix of collection post conversion validators.
Fix of default converters of collection form fields.

v1.6.4 - 03/09/25
Fix formatting of form that was processed.

v1.6.3 - 23/08/25
Fix of inheritance hierarchy for converters and collection converters.

v1.6.2 - 09/08/25
Annotation-based form validation includes post conversion adjusters.

v1.6.1 - 28/05/25
Form validation includes file uploading.

v1.6.0 - 31/03/25
Redesigned annotation-based form validation.

