Articles
How framework compatibility affects Java hosting decisions
Choosing the right Java version for hosting is rarely only about the JDK itself. Framework...
How runtime updates affect Java application compatibilityWhen a Java runtime is updated, application compatibility can change in small but important ways....
What to test before switching runtime versions for a Java project?Before switching runtime versions for a Java project, test more than just whether the application...
Why is a Java application broken after changing Java runtime?Changing the Java runtime can break an application even when the code itself has not changed. The...