|
From: o lu <olu...@gm...> - 2023-06-05 20:02:59
|
On 6/5/23 04:20, Jeff Allen wrote: > > Jython 2 is built with Java 8 and tested with Java 8 and Java 11. > > The backwards compatibility of Java versions is very high. The byte > code is stable. What varies slightly is the Java API, where methods > may have been removed, or others overloaded in ways that affect > exactly which is found during a call. > > ... > > Jeff > My (2¢) concern would be for newer features in Java like modules and, more recently, Virtual Threads and things of that nature. |