On Fri, Aug 7, 2020 at 11:41 AM Gilles Gouaillardet via users < users@lists.open-mpi.org> wrote:
> The Java bindings support "recent" JDK, and if you face an issue, please > report a bug (either here or on github) Starting with Java 8, the language went into a much different direction - functional programming, lambdas, streams, concurrency. It is not at all the language we may remember from the early 2000s. At JDK 9 or 10+ I think it supports actor based concurrency. So, the "recent" part is rather vague - I was hoping for a particular JDK minimum :-) Thanks!