You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/15 15:38:00 UTC

[jira] [Commented] (KAFKA-8847) Deprecate and remove usage of supporting classes in kafka.security.auth

    [ https://issues.apache.org/jira/browse/KAFKA-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016093#comment-17016093 ] 

ASF GitHub Bot commented on KAFKA-8847:
---------------------------------------

rajinisivaram commented on pull request #7966: KAFKA-8847; Deprecate and remove usage of supporting classes in kafka.security.auth
URL: https://github.com/apache/kafka/pull/7966
 
 
   Removes references to the old scala Acl classes from `kafka.security.auth` (Acl, Operation, ResourceType, Resource etc.) and replaces these with the Java API. Only the old `SimpleAclAuthorizer`, `AuthorizerWrapper` used to wrap legacy authorizer instances and tests using `SimpleAclAuthorizer` continue to use the old API. Deprecated the old scala API.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Deprecate and remove usage of supporting classes in kafka.security.auth
> -----------------------------------------------------------------------
>
>                 Key: KAFKA-8847
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8847
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 2.5.0
>
>
> Deprecate Acl, Resource etc. from `kafka.security.auth` and replace references to these with the equivalent Java classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)