We've got an application that since it's beginning was compiled with Java 6, because it was required to run on IBM WAS 8.0, but we are starting to migrate to Wilfly, which will be running on a JDK 8.
So the question is, if there's there any advantage/difference/problem/... on starting compiling the new application with Java 8, or should we leave it in Java 6 since all it's code is already in Java 6 and it won't take any advantage of the "new functionalities" of Java 8.