Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/23432 )
Change subject: IMPALA-14446: Clean up pom.xml ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/23432/2/java/pom.xml File java/pom.xml: http://gerrit.cloudera.org:8080/#/c/23432/2/java/pom.xml@524 PS2, Line 524: <plugin> : <groupId>org.apache.maven.plugins</groupId> : <artifactId>maven-compiler-plugin</artifactId> : <version>3.14.0</version> : </plugin> > Ah, thanks for looking into that. I was seeing that pop up in some builds a Oh, which is what's happening here. We're building with Java 17 and targeting Java 8. JDK 8 doesn't support --add-exports, so this would have to be a profile. -- To view, visit http://gerrit.cloudera.org:8080/23432 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If96649840e23036b4a73ee23e8d12516497994f0 Gerrit-Change-Number: 23432 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Tue, 16 Sep 2025 22:04:59 +0000 Gerrit-HasComments: Yes
