Skip to content

Commit

Permalink
Update note on upgrade from log4j to reload4j (apache#12164)
Browse files Browse the repository at this point in the history
Reviewers: Nikhil Bhatia <[email protected]>, Bruno Cadonna <[email protected]>
  • Loading branch information
xjin-Confluent authored May 16, 2022
1 parent 5fae84e commit 354a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h5><a id="upgrade_320_notable" href="#upgrade_320_notable">Notable changes in 3
Users can change this behavior to enable idempotence for some or all producers
via Connect worker and/or connector configuration. Connect may enable idempotent producers
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.
<li>Kafka has replaced log4j with reload4j due to security concerns.
This only affects modules that specify a logging backend (<code>connect-runtime</code> and <code>kafka-tools</code> are two such examples).
A number of modules, including <code>kafka-clients</code>, leave it to the application to specify the logging backend.
More information can be found at <a href"https://reload4j.qos.ch">reload4j</a>.
Expand Down

0 comments on commit 354a4e9

Please sign in to comment.