thanks (again) for the work you did on this Java 17 upgrade, Hans! I built Hop with Java 17 a couple of times without any issues over the weekend. I'll start using these builds as my main driver over the next few days, I'll create tickets for any issues I encounter. I agree with the Junit and Mockito upgrade, let's aim to gradually improve our test coverage in the process.
Regards, Bart On Sun, May 26, 2024 at 4:19 PM Hans Van Akelyen <[email protected]> wrote: > Hi All, > > This is a message to inform everyone that the builds and codebase has been > moved to build with Java 17. > It seems some things are no longer working as expected, the main one is > the "Scripts" transform. > I have also removed Powermock from our codebase as it was no longer > supported. I noticed a steep decline in the number of tests we have (-600) > which should not be related (investigating this further). > > I also agree with the main of Sergio a while back we should take this > opportunity to upgrade our tests to the latest version of JUnit and Mockito. > > This mail is also a shout out to everyone to start testing these builds so > we can identify issues and get them fixed before we release. > > Cheers, > Hans >
