Himanshu-g81 commented on PR #5294: URL: https://github.com/apache/hbase/pull/5294#issuecomment-1605673055
> @Apache9 @ndimiduk it seems that due to a JDK bug, mvn site on branch-2 fails if we use inner classes. any suggestions? > > https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5294/4/artifact/yetus-general-check/output/branch-mvnsite-root.txt > > https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5294/4/artifact/yetus-general-check/output/patch-mvnsite-root.txt Thanks, @virajjasani! Here is the JDK bug which is fixed in the 9+ version. https://bugs.openjdk.org/browse/JDK-8176901 It throws NPE if the code has an inner class. We can fix the issue reported by refactoring of inner classes (but would lead to bit more refactoring across different modules - recent [failure](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5294/4/artifact/yetus-general-check/output/patch-mvnsite-root.txt) list th classes) Also, it seems that mvn site check does not execute for other PRs to branch-2 [PR 1](https://github.com/apache/hbase/pull/5295) [PR 2](https://github.com/apache/hbase/pull/5167). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
