We already upgrade the gradle rapper in Fineract to version 6.0... And we dont need to use the new features in java 11 immediately. We just need the builds and the test to be passing, then we can incrementally use new Java 11 features as needed.
We only change Java 8 features which are deprecated in Java 11. On Fri, Feb 28, 2020 at 10:12 AM Giorgio Zoppi <giorgio.zo...@gmail.com> wrote: > Hello Vinayak , > the pain point are dependencies and gradle. You should be sure that gradle > is 5.0. > Ideally a good port to Java 11, will use some interesting features like > modules (here you have to think), use of var (copied from C#), the new HTTP > Client, and doing some tests with the new Garbage Collection algorithms > introduced from JDK 9/10. > Best Regards, > Giorgio > >