This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-log4j-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0d28d10bc Fix Log4j 3 runtime Java requirement statement (#8)
0d28d10bc is described below
commit 0d28d10bc53d6f1f9e1a5069314d8dd04880ee33
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Jan 10 16:54:14 2024 +0100
Fix Log4j 3 runtime Java requirement statement (#8)
---
log4j-3.0.0-beta1/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-3.0.0-beta1/index.html b/log4j-3.0.0-beta1/index.html
index 71aae0755..d47c9b1c2 100644
--- a/log4j-3.0.0-beta1/index.html
+++ b/log4j-3.0.0-beta1/index.html
@@ -342,7 +342,7 @@ Log4j 3.x also provides experimental support for Log4j 1.x
configuration files.
<h2 id="requirements">Requirements</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>Log4j 3.x require a minimum of Java 11. For support for older versions of
Java see the
+<p>Log4j 3.x require a minimum of Java 17. For support for older versions of
Java see the
<a href="http://logging.apache.org/2.x">Log4j 2.x site</a>.</p>
</div>
</div>