>However, today Java is at an inflection point. Customers are facing end of lifecycle and support uncertainty (such as the upcoming end of Java 8 community support and the challenging prospect of migrating countless applications to newer but substantially different versions of Java).
I'm unaware of cases where Java 8 sources will not compile on newer JVMs.
6 comments
[ 0.24 ms ] story [ 35.4 ms ] threadI'm unaware of cases where Java 8 sources will not compile on newer JVMs.
A recent example is JAXB classes/APIs being removed from SDK into their own lib jars.
If the legacy system uses some arcane build system I could see this being an issue.