I created a maven project that worked with Java 8 and tested with Java 8 (pom specified 1.8).
To run this project in a machine with newer java (like Java 9) installed, I wonder shall the project run with newer java automatically since newer java is supposed to be backward compatible?
In general, I wonder what needs to be done to make a maven project work with newer Java releases.