Apache9 commented on code in PR #142: URL: https://github.com/apache/hbase-thirdparty/pull/142#discussion_r2222739654
########## pom.xml: ########## @@ -245,11 +280,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.11.0</version> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> + <version>3.13.0</version> Review Comment: I think this means java 8 still do not support --release option? Let me check how we deal with this in hbase2... -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org