-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kerberos support #511
Kerberos support #511
Conversation
Semver release
Release 4.12.1: fixed deadlock for VirtualThread
client/src/main/java/io/split/service/SplitHttpClientKerberosImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some things to update.
client/src/main/java/io/split/service/SplitHttpClientKerberosImpl.java
Outdated
Show resolved
Hide resolved
client/src/main/java/io/split/service/SplitHttpClientKerberosImpl.java
Outdated
Show resolved
Hide resolved
client/src/main/java/io/split/service/SplitHttpClientKerberosImpl.java
Outdated
Show resolved
Hide resolved
client/src/main/java/io/split/service/SplitHttpClientKerberosImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have 7 code smells. Please try to fix them before merge 🙏
Have you already reviewed them?
I reviewed and fixed all except one, cannot use try-with-reference since the variable InputStreamReader cannot be final. |
SonarQube Quality Gate |
No description provided.