Hello team, while I was releasing 1.5.2 it complained about java 7 vs 6 and failed.
Before changing anything as there were discussions around it I want to be double sure about this. For trunk are we supporting java 7 onwards or are we still java 6? Cheers Davide [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadocs) on project oak-upgrade: MavenReportException: Error while creating archive: [INFO] [ERROR] Exit code: 1 - warning: [options] bootstrap class path not set in conjunction with -source 1.6 [INFO] [ERROR] /oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/version/VersionablePropertiesEditor.java:142: error: diamond operator is not supported in -source 1.6 [INFO] [ERROR] Set<String> updated = new HashSet<>(); [INFO] [ERROR] ^ [INFO] [ERROR] (use -source 7 or higher to enable diamond operator)
