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.