[
https://issues.apache.org/jira/browse/HADOOP-17544?focusedWorklogId=635688&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-635688
]
ASF GitHub Bot logged work on HADOOP-17544:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Aug/21 06:44
Start Date: 08/Aug/21 06:44
Worklog Time Spent: 10m
Work Description: iwasakims commented on pull request #2776:
URL: https://github.com/apache/hadoop/pull/2776#issuecomment-894751926
@aajisaka I think it would be good to state the API as used by downstream
projects. While it would be nice if we can have new Interface having essential
methods, it looks difficult to do it without breaking existing codes.
`git log` of the KeyProvider.java shows that some recent changes are related
to external dependencies. Removing those dependencies would make the
KeyProvider more stable if possible.
```
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 635688)
Time Spent: 40m (was: 0.5h)
> Mark KeyProvider as Stable
> --------------------------
>
> Key: HADOOP-17544
> URL: https://issues.apache.org/jira/browse/HADOOP-17544
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Now, o.a.h.crypto.key.KeyProvider.java is marked Public and Unstable. I think
> the class is very stable, and it should be annotated as Stable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]