This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new cd5a7ee6b2a KAFKA-18270: SaslHandshake v0 incorrectly tagged as
deprecated (#18221)
cd5a7ee6b2a is described below
commit cd5a7ee6b2a800302b34332c3d7c93fca309f116
Author: Ismael Juma <[email protected]>
AuthorDate: Mon Dec 16 20:52:30 2024 -0800
KAFKA-18270: SaslHandshake v0 incorrectly tagged as deprecated (#18221)
It's now consistent with KIP-896.
Reviewers: David Arthur <[email protected]>
---
clients/src/main/resources/common/message/SaslHandshakeRequest.json | 1 -
1 file changed, 1 deletion(-)
diff --git
a/clients/src/main/resources/common/message/SaslHandshakeRequest.json
b/clients/src/main/resources/common/message/SaslHandshakeRequest.json
index 3339f6a7afd..a370a80df39 100644
--- a/clients/src/main/resources/common/message/SaslHandshakeRequest.json
+++ b/clients/src/main/resources/common/message/SaslHandshakeRequest.json
@@ -23,7 +23,6 @@
// client negotiation for clients <= 2.4.
// See https://issues.apache.org/jira/browse/KAFKA-9577
"validVersions": "0-1",
- "deprecatedVersions": "0",
"flexibleVersions": "none",
"fields": [
{ "name": "Mechanism", "type": "string", "versions": "0+",