You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2022/09/02 16:29: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 ]

Mickael Maison updated KAFKA-13725:
-----------------------------------
    Fix Version/s:     (was: 3.1.2)

> 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
>          Components: clients, security
>    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.internal.{}}}{{{}secured{}}} package. This should be back-ported to all versions in which the KIP-768 OAuth work occurs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)