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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 4db770bf57 Fix log4j-slf4j*-impl documentation
4db770bf57 is described below

commit 4db770bf57acd474a17de064da20a3e87a460024
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Sep 10 07:30:12 2022 +0200

    Fix log4j-slf4j*-impl documentation
    
    Replace `slf4j18` with `slfj42`.
    
    Add a warning on the discontinuation of `slf4j18`.
---
 log4j-slf4j-impl/src/site/markdown/index.md  | 10 ++++++----
 log4j-slf4j2-impl/src/site/markdown/index.md |  9 +++++++++
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/log4j-slf4j-impl/src/site/markdown/index.md 
b/log4j-slf4j-impl/src/site/markdown/index.md
index b81787fc38..da16735fb7 100644
--- a/log4j-slf4j-impl/src/site/markdown/index.md
+++ b/log4j-slf4j-impl/src/site/markdown/index.md
@@ -21,12 +21,14 @@
 The Log4j 2 SLF4J Binding allows applications coded to the SLF4J API to use
 Log4j 2 as the implementation.
 
-Due to a break in compatibility in the SLF4J binding, as of release 2.11.1 two 
SLF4J to Log4j Adapters are provided.
+Due to a break in compatibility in the SLF4J binding, as of release 2.19.0 two 
SLF4J to Log4j Adapters are provided.
 
-1. log4j-slf4j-impl should be used with SLF4J 1.7.x releases or older.
-1. log4j-slf4j18-impl should be used with SLF4J 1.8.x releases or newer.
+1. `log4j-slf4j-impl` should be used with SLF4J 1.7.x releases or older.
+1. `log4j-slf4j2-impl` should be used with SLF4J 2.0.x releases or newer.
 
-Applications that take advantage of the Java Module System should use SLF4J 
1.8.x and log4j-slf4j18-impl.
+Applications that take advantage of the Java Module System should use SLF4J 
2.0.x and log4j-slf4j2-impl.
+
+As of release 2.19.0 the `log4j-slf4j18-impl` module targetting the unreleased 
SLF4J 1.8.x series has been removed.
 
 ## Requirements
 
diff --git a/log4j-slf4j2-impl/src/site/markdown/index.md 
b/log4j-slf4j2-impl/src/site/markdown/index.md
index 6e3f3f69d1..da16735fb7 100644
--- a/log4j-slf4j2-impl/src/site/markdown/index.md
+++ b/log4j-slf4j2-impl/src/site/markdown/index.md
@@ -21,6 +21,15 @@
 The Log4j 2 SLF4J Binding allows applications coded to the SLF4J API to use
 Log4j 2 as the implementation.
 
+Due to a break in compatibility in the SLF4J binding, as of release 2.19.0 two 
SLF4J to Log4j Adapters are provided.
+
+1. `log4j-slf4j-impl` should be used with SLF4J 1.7.x releases or older.
+1. `log4j-slf4j2-impl` should be used with SLF4J 2.0.x releases or newer.
+
+Applications that take advantage of the Java Module System should use SLF4J 
2.0.x and log4j-slf4j2-impl.
+
+As of release 2.19.0 the `log4j-slf4j18-impl` module targetting the unreleased 
SLF4J 1.8.x series has been removed.
+
 ## Requirements
 
 The Log4j 2 SLF4J Binding has a dependency on the Log4j 2 API as well as the 
SLF4J API.

Reply via email to