Hi ZooKeeper devs, I started to work on JDK25 support in ZooKeeper. The compilation works fine but for the tests to work I created ZOOKEEPER-5039 to upgrade Mockito to 5.23.0.
I put up #2376 PR and I saw, the GH: Action builds at the moment are done using Java 8 and Java 11. Mockito 5.x requires Java 11 or higher. It will not work with Java 8. Mockito 4.x supported Java 8 but Mockito 4.x does not support Java 25. Do we have to support Java 8 on ZooKeeper master branch? I did not found any documentation regarding this. Thanks in advance, Dávid
