On Tue, Aug 31, 2021 at 9:52 AM Jonathan Ellis <jbel...@gmail.com> wrote: > > Well, it's 9+10+11, so the big one is local type inference from Java 10.
Yes, local type inference is nice, but it's definitely not game changing. (eg: if we could use something like value types or green-threads, we could use that to improve performance and simplify the code in many significant ways). My doubt here is if that alone is enough of a reason to require users to switch, or if we should instead wait for JDK 17 and fast track to that. -- Matteo Merli <matteo.me...@gmail.com>