Skip to content

[Improvement] Package sun.security.krb5 is not visible in Java 11 and 17 #625

@kaijchen

Description

@kaijchen

Code of Conduct

Search before asking

  • I have searched in the issues 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.

# 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?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions