Skip to content

Commit 9d221c3

Browse files
committed
move client to common
1 parent d8874d7 commit 9d221c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/upgrade.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4
4444
<li>The <code>kafka.common.requests.DescribeLogDirsResponse.ReplicaInfo</code> class was removed. Please use the <code>kafka.clients.admin.DescribeLogDirsResult.descriptions()</code> class
4545
and <code>kafka.clients.admin.DescribeLogDirsResult.allDescriptions()</code>instead.
4646
</li>
47+
<li>The <code>org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler</code> class was removed.
48+
Please use the <code>org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler</code> class instead.
49+
</li>
50+
<li>The <code>org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler</code> class was removed.
51+
Please use the <code>org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler</code> class instead.
52+
</li>
4753
</ul>
4854
</li>
4955
<li><b>Broker</b>
@@ -190,12 +196,6 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4
190196
<code>DEAD</code> if the group ID was not found. In Apache Kafka 4.0, the <code>GroupIdNotFoundException</code>
191197
is thrown instead as part of the support for new types of group.
192198
</li>
193-
<li>The <code>org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler</code> class was removed.
194-
Please use the <code>org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginCallbackHandler</code> class instead.
195-
</li>
196-
<li>The <code>org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler</code> class was removed.
197-
Please use the <code>org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler</code> class instead.
198-
</li>
199199
</ul>
200200
</li>
201201
</ul>

0 commit comments

Comments
 (0)