You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/12/18 13:46:50 UTC

[logging-log4j2] branch release-2.x updated: Update and simplify requirements on GH README page.

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

ggregory 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 27af8e4  Update and simplify requirements on GH README page.
27af8e4 is described below

commit 27af8e4c02b2cf0fd7fde1937e0af669216f1839
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 18 08:46:44 2021 -0500

    Update and simplify requirements on GH README page.
---
 README.md | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index e5ade8a..0a00498 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ and provides many of the improvements available in Logback while fixing some inh
 
 ## Pull Requests on Github
 
-By sending a pull request you grant the Apache Software Foundation sufficient rights to use and release the submitted 
-work under the Apache license. You grant the same rights (copyright license, patent license, etc.) to the 
-Apache Software Foundation as if you have signed a Contributor License Agreement. For contributions that are 
+By sending a pull request you grant the Apache Software Foundation sufficient rights to use and release the submitted
+work under the Apache license. You grant the same rights (copyright license, patent license, etc.) to the
+Apache Software Foundation as if you have signed a Contributor License Agreement. For contributions that are
 judged to be non-trivial, you will be asked to actually signing a Contributor License Agreement.
 
 ## Usage
@@ -69,8 +69,10 @@ The Log4j 2 User's Guide is available [here](https://logging.apache.org/log4j/2.
 
 ## Requirements
 
-Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required Java 6.
-Some features require optional dependencies; the documentation for these features specifies the dependencies.
+* Java 8 users should use 2.17.0 or greater.
+* Java 7 users should use 2.12.2.
+* Java 6 users should use 2.3.
+* Some features require optional dependencies; the documentation for these features specifies the dependencies.
 
 ## License
 
@@ -80,15 +82,15 @@ Apache Log4j 2 is distributed under the [Apache License, version 2.0](http://www
 
 [How to download Log4j](http://logging.apache.org/log4j/2.x/download.html),
 and [how to use it from Maven, Ivy and Gradle](http://logging.apache.org/log4j/2.x/maven-artifacts.html).
-You can access the latest development snapshot by using the Maven repository `https://repository.apache.org/snapshots`, 
+You can access the latest development snapshot by using the Maven repository `https://repository.apache.org/snapshots`,
 see [Snapshot builds](https://logging.apache.org/log4j/2.x/maven-artifacts.html#Snapshot_builds).
 
 ## Issue Tracking
 
-Issues, bugs, and feature requests should be submitted to the 
+Issues, bugs, and feature requests should be submitted to the
 [JIRA issue tracking system for this project](https://issues.apache.org/jira/browse/LOG4J2).
 
-Pull request on GitHub are welcome, but please open a ticket in the JIRA issue tracker first, and mention the 
+Pull request on GitHub are welcome, but please open a ticket in the JIRA issue tracker first, and mention the
 JIRA issue in the Pull Request.
 
 ## Building From Source