Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Ronny TrommerRonny TrommerComponents
Affects versions
Priority
Trivial
Details
Details
Assignee
Unassigned
UnassignedReporter
Ronny Trommer
Ronny TrommerComponents
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 6, 2015 at 10:45 PM
Updated February 1, 2017 at 4:23 PM
Resolved February 1, 2017 at 4:23 PM
Loading the source code in IDEs gives trouble for the reason the project sets the supported language level to Java 1.5 and we require version 1.8. The following maven modules set the source version to wrong version 1.5 instead of 1.8. It ends up in errors in IDEs and prevents from compiling code and tests.
container/standalone/target/dependencies/apache-karaf-2.4.0/demos/web/pom.xml: <source>1.5</source> opennms-tools/ireport-jrobin-provider/pom.xml: <source>1.5</source> opennms-tools/ireport-resource-query-provider/pom.xml: <source>1.5</source> opennms-tools/m2eclipse-integration/pom.xml: <source>1.5</source> opennms-tools/OpenNMSXMLClient/pom.xml: <source>1.5</source> opennms-tools/perfdata-receiver/pom.xml: <source>1.5</source>