This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.0 by this push:
new 79271f3401e MINOR: Remove PaswwordEncoderConfig related entries from
upgrade.html (#18362)
79271f3401e is described below
commit 79271f3401eb4eeaa4be6feea14afa9e4c7d0283
Author: TengYao Chi <[email protected]>
AuthorDate: Wed Jan 1 00:06:12 2025 +0800
MINOR: Remove PaswwordEncoderConfig related entries from upgrade.html
(#18362)
Reviewers: Ken Huang <[email protected]>, TaiJuWu <[email protected]>,
Chia-Ping Tsai <[email protected]>
---
docs/upgrade.html | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 3263fd853df..57cc1882ea5 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -63,10 +63,6 @@
</li>
<li>The <code>log.message.format.version</code> and
<code>message.format.version</code> configs were removed.
</li>
- <li>The password encoder related configs
(<code>password.encoder.secret</code>, <code>password.encoder.old.secret</code>,
-
<code>password.encoder.keyfactory.algorithm</code>,
<code>password.encoder.cipher.algorithm</code>,
- <code>password.encoder.key.length</code>, and
<code>password.encoder.iterations</code>) were removed.
- </li>
<li>The function <code>onNewBatch</code> in
<code>org.apache.kafka.clients.producer.Partitioner</code> class was removed.
</li>
</ul>