Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.2
-
None
-
None
Description
The parent pom sets the maven-compiler-plugin version source/target version to 1.5. However, Java 6 specific methods are already used, such as
- String#isEmpty
- IOException(String, Exception)
- TreeMap.firstEntry
The source/target versions should be set to 1.6 .