Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
The plugin's parent POM states Java 1.4 as the target platform but the code does not successfully compile against this.
The patch simply includes a copy of the JDK code for the offending method Arrays.hashCode(). Alternatively, you could use HashCodeBuilder from commons-lang.