You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kirk True (Jira)" <ji...@apache.org> on 2022/03/09 22:34:00 UTC

[jira] [Updated] (KAFKA-13725) KIP-768 OAuth code mixes public and internal classes in same package

     [ https://issues.apache.org/jira/browse/KAFKA-13725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk True updated KAFKA-13725:
------------------------------
    Description: 
The {{org.apache.kafka.common.security.oauthbearer.secured}} package from KIP-768 incorrectly mixed all of the classes (public and internal) in the package together.

This bug is to remove all but the public classes from that package and move the rest to a new {{org.apache.kafka.common.security.oauthbearer.secured.internal}} package. This should be packported to all versions in which the KIP-768 OAuth work occurs.

> KIP-768 OAuth code mixes public and internal classes in same package
> --------------------------------------------------------------------
>
>                 Key: KAFKA-13725
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13725
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 3.1.0, 3.2.0, 3.1.1
>            Reporter: Kirk True
>            Assignee: Kirk True
>            Priority: Major
>
> The {{org.apache.kafka.common.security.oauthbearer.secured}} package from KIP-768 incorrectly mixed all of the classes (public and internal) in the package together.
> This bug is to remove all but the public classes from that package and move the rest to a new {{org.apache.kafka.common.security.oauthbearer.secured.internal}} package. This should be packported to all versions in which the KIP-768 OAuth work occurs.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)