You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/08 06:45:00 UTC

[jira] [Work logged] (HADOOP-17544) Mark KeyProvider as Stable

     [ 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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org