Code of Conduct
Search before asking
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.
# 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 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.
Are you willing to submit PR?