Details
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.internal.secured package. This should be back-ported to all versions in which the KIP-768 OAuth work occurs.
Attachments
Issue Links
- links to