kaijchen opened a new issue, #625: URL: https://github.com/apache/incubator-uniffle/issues/625
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Sun Kerberos binding, i.e. package `sun.security.krb5` is blocking us to build Uniffle in Java 11 and Java 17. ```sh # With JDK 11 mvn package -Djava.version=11 # With JDK 17 mvn package -Djava.version=17 ``` ### How should we improve? > Apache Kerby, as an [Apache Directory](http://directory.apache.org/) sub project, is a Java Kerberos binding. It provides a rich, intuitive and interoperable implementation, library, KDC and various facilities that integrates PKI, OTP and token (OAuth2) as desired in modern environments such as cloud, Hadoop and mobile. We can replace `sun.security.krb5` by [Apache Kerby](https://github.com/apache/directory-kerby). ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- 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: dev-unsubscr...@uniffle.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org