This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new dc4bedf920 Fix Log4j 3 runtime Java requirement statement
(apache/logging-log4j-site#8)
dc4bedf920 is described below
commit dc4bedf9203bf5efcda95a174c1ed488c38268b2
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Jan 10 16:56:07 2024 +0100
Fix Log4j 3 runtime Java requirement statement (apache/logging-log4j-site#8)
---
src/site/asciidoc/index.adoc.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/asciidoc/index.adoc.vm b/src/site/asciidoc/index.adoc.vm
index 09d26f4477..e8a66670fd 100644
--- a/src/site/asciidoc/index.adoc.vm
+++ b/src/site/asciidoc/index.adoc.vm
@@ -152,7 +152,7 @@ The Log4j 3.x User's Guide is available on this
link:manual/index.html[site].
== Requirements
-Log4j 3.x require a minimum of Java 11. For support for older versions of Java
see the
+Log4j 3.x require a minimum of Java 17. For support for older versions of Java
see the
link:http://logging.apache.org/2.x[Log4j 2.x site].
== News