-
Suggestion
-
Resolution: Fixed
-
None
-
None
Apply the setting -target and -source attributes when building all future versions of the application so that the application is compiled with the 1.4 JDK object versions.
Examples for hard coding the build settings in the maven file.
http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html
We have confirmed via our parent pom that all modules are built and compiled with 1.4
A user was reporting a problem with this, but we confirmed he was using 1.3
Justin