Hi, There has been a change in reflection between 1.7 and 1.8 (I guess mostly related to unit-testing) that the order in which methods are listed via reflection is no longer deterministic in 1.8.
So is this problem not occurring in 1.7 and is sometimes in 1.8? (Sorry haven’t been following this huge thread in detail) Chris Am 31.01.17, 11:29 schrieb "Harbs" <harbs.li...@gmail.com>: Apparently, Yishay was using Java 1.7 and I was using Java 1.8. Yishay just removed 1.7 so it’s now compiling using 1.8 and he’s now getting the error. So apparently the order changes between 1.7 and 1.8… > On Jan 31, 2017, at 3:12 AM, Alex Harui <aha...@adobe.com> wrote: > > Are you using a different version of Java than Yishay?