You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by to...@apache.org on 2022/04/06 09:31:01 UTC

[kafka] branch 3.2 updated: MINOR: Mention KAFKA-13748 in release notes (#11994)

This is an automated email from the ASF dual-hosted git repository.

tombentley pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 210b98ad45 MINOR: Mention KAFKA-13748 in release notes (#11994)
210b98ad45 is described below

commit 210b98ad4551ba22ae6434eb45d4a849585cea89
Author: Tom Bentley <to...@users.noreply.github.com>
AuthorDate: Wed Apr 6 10:29:44 2022 +0100

    MINOR: Mention KAFKA-13748 in release notes (#11994)
    
    Reviewers: Mickael Maison <mi...@gmail.com>, Bruno Cadonna <br...@confluent.io>
---
 docs/upgrade.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 313057d866..48fd59827b 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -32,6 +32,9 @@
             by default in a future major release.</li>
         <li>Kafka has replaced log4j and slf4j-log4j12 with reload4j and slf4j-reload4j due to security concerns.
              More information can be found at <a href"https://reload4j.qos.ch">reload4j</a>.</li>
+        <li>The example connectors, <code>FileStreamSourceConnector</code> and <code>FileStreamSinkConnector</code>, have been 
+            removed from the default classpath. To use them in Kafka Connect standalone or distributed mode they need to be 
+            explicitly added, for example <code>CLASSPATH=./lib/connect-file-3.2.0.jar ./bin/connect-distributed.sh</code>.</li>
     </ul>
 
 <h4><a id="upgrade_3_1_0" href="#upgrade_3_1_0">Upgrading to 3.1.0 from any version 0.8.x through 3.0.x</a></h4>