This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new b807230 Update build instructions for README
b807230 is described below
commit b807230eaded1ec043d55ad3ab4650a6f11762c6
Author: Matt Sicker <[email protected]>
AuthorDate: Tue Feb 1 01:39:01 2022 -0600
Update build instructions for README
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 0b66326..e781f30 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# [Apache Log4j 2](https://logging.apache.org/log4j/2.x/)
+# [Apache Log4j 3.x](https://logging.apache.org/log4j/2.x/)
-Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
over its predecessor, Log4j 1.x,
+Apache Log4j 3.x is an upgrade to Log4j that provides significant improvements
over its predecessor, Log4j 1.x,
and provides many of the improvements available in Logback while fixing some
inherent problems in Logback's architecture.
[](https://github.com/apache/logging-log4j2/actions?query=workflow%3AMaven+branch%3Amaster)
@@ -64,17 +64,17 @@ And an example `log4j2.xml` configuration file:
## Documentation
-The Log4j 2 User's Guide is available
[here](https://logging.apache.org/log4j/2.x/manual/index.html) or as a
downloadable
+The Log4j 3.x User's Guide is available
[here](https://logging.apache.org/log4j/2.x/manual/index.html) or as a
downloadable
[PDF](https://logging.apache.org/log4j/2.x/log4j-users-guide.pdf).
## Requirements
-Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required
Java 6.
+Log4j 3.0 and greater requires Java 11.
Some features require optional dependencies; the documentation for these
features specifies the dependencies.
## License
-Apache Log4j 2 is distributed under the [Apache License, version
2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
+Apache Log4j 3.x is distributed under the [Apache License, version
2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
## Download
@@ -93,7 +93,7 @@ JIRA issue in the Pull Request.
## Building From Source
-Log4j requires Apache Maven 3.x. To build from source and install to your
local Maven repository, execute the following:
+Log4j 3.x requires Java 11 (at least version 11.0.13 when building on macOS)
and Apache Maven 3.x. To build from source and install to your local Maven
repository, execute the following:
```sh
mvn install