Thanks for the contribution!
For those playing at home, this PR was merged in a bit ago and all of the CI checks for main are now running with this change in place. We had to get YETUS-1194 in place in order to CI working again. > On Aug 25, 2022, at 4:21 AM, 张铎(Duo Zhang) <palomino...@gmail.com> wrote: > > Oh, seems I sent to a wrong email address... > > ---------- Forwarded message --------- > 发件人: 张铎(Duo Zhang) <palomino...@gmail.com> > Date: 2022年8月25日周四 19:20 > Subject: Fix NPE in DocletEnvironmentProcessor > To: <yetus-...@apache.org> > > > Hi community, I've opened a PR to fix the NPE in DocletEnvironmentProcessor. > > The fix is very easy, just adding a null check, but it is the last > important change to make HBase be able to build javadoc with JDK11. > > Some CI checks are failed, it seems to be docker build issues. Not > sure how to fix them or retrigger them... > > Thanks.