Zoltan Chovan has uploaded this change for review. ( 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 --- M examples/java/java-example/pom.xml 1 file changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/24519/1 -- 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: newchange Gerrit-Change-Id: I4d85afcc8707af3e8c6397ad4267d78470d6df66 Gerrit-Change-Number: 24519 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
