When adding the note we also should update the compiler configuration in pom.xml. Right now we have:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin>
Source and target should be 1.6
When adding the note we also should update the compiler configuration in pom.xml. Right now we have:
Source and target should be 1.6