Zoltan Martonka has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24519 )
Change subject: [java] Run example tests on JDK 17 ...................................................................... [java] Run example tests on JDK 17 The java-example tests rely on reflective access that JDK 17's strong module encapsulation blocks by default. Add the maven-surefire-plugin (3.2.5) and pass --add-opens for java.base/java.lang and java.base/java.net so the example's tests run on JDK 17. Change-Id: I4d85afcc8707af3e8c6397ad4267d78470d6df66 Reviewed-on: http://gerrit.cloudera.org:8080/24519 Tested-by: Kudu Jenkins Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Zoltan Martonka <[email protected]> --- M examples/java/java-example/pom.xml 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Marton Greber: Looks good to me, approved Zoltan Martonka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24519 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4d85afcc8707af3e8c6397ad4267d78470d6df66 Gerrit-Change-Number: 24519 Gerrit-PatchSet: 5 Gerrit-Owner: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
