Hi,
Most of you probably realized that the master is currently broken:
https://builds.apache.org/job/beam_PreCommit_Java_Commit/7505/
https://builds.apache.org/job/beam_PreCommit_Java_Cron/
I did some bisecting and found that Mockito was updated:
https://github.com/apache/beam/pull/9338
This was merged 7 days ago. I don' know why we are now seeing these
errors now, but testing this locally I was able to reproduce the errors
with master and they were gone after reverting the Mockito changes. I
opened up a PR with a revert: https://github.com/apache/beam/pull/9441
Thanks,
Max