You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/12/14 15:49:04 UTC

(logging-log4j2) 01/02: Fix release notes for `3.0.0-alpha1`

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

commit 4b1b9c27c34ba4dabf8800eafb94db916235d8d7
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Dec 14 16:49:02 2023 +0100

    Fix release notes for `3.0.0-alpha1`
---
 src/changelog/3.0.0-alpha1/.release.xml                     |  2 +-
 src/site/_release-notes.adoc                                |  2 +-
 src/site/_release-notes/{_3.0.0.adoc => _3.0.0-alpha1.adoc} | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/changelog/3.0.0-alpha1/.release.xml b/src/changelog/3.0.0-alpha1/.release.xml
index ae2bf9d1e0..94bc4640af 100644
--- a/src/changelog/3.0.0-alpha1/.release.xml
+++ b/src/changelog/3.0.0-alpha1/.release.xml
@@ -18,4 +18,4 @@
 <release xmlns="http://logging.apache.org/log4j/changelog"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd"
-         date="2023-06-17" version="3.0.0"/>
+         date="2023-06-17" version="3.0.0-alpha1"/>
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index e166e28ce9..54fb9821af 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -37,7 +37,7 @@
 = Release Notes
 
 include::_release-notes/_3.x.x.adoc[]
-include::_release-notes/_3.0.0.adoc[]
+include::_release-notes/_3.0.0-alpha1.adoc[]
 include::_release-notes/_2.20.0.adoc[]
 include::_release-notes/_2.19.0.adoc[]
 include::_release-notes/_2.18.0.adoc[]
diff --git a/src/site/_release-notes/_3.0.0.adoc b/src/site/_release-notes/_3.0.0-alpha1.adoc
similarity index 98%
rename from src/site/_release-notes/_3.0.0.adoc
rename to src/site/_release-notes/_3.0.0-alpha1.adoc
index ce352d13d4..5f90f70977 100644
--- a/src/site/_release-notes/_3.0.0.adoc
+++ b/src/site/_release-notes/_3.0.0-alpha1.adoc
@@ -15,7 +15,7 @@
     limitations under the License.
 ////
 
-= 3.0.0 (2023-06-17)
+= 3.0.0-alpha1 (2023-06-17)
 
 As the Java ecosystem has evolved, requests have been received from users, and the need for improved security has
 become more apparent, changes were necessariy in Log4j's design:
@@ -40,7 +40,7 @@ in application frameworks that support multiple applications more flexible.
 for Log4j 2.x will continue to operate with the Log4j 3.x libraries present instead.
 
 
-[#release-notes-3-0-0-added]
+[#release-notes-3-0-0-alpha1-added]
 === Added
 
 * Allow plugins to be created through more flexible dependency injection patterns. (https://issues.apache.org/jira/browse/LOG4J2-1188[LOG4J2-1188])
@@ -55,7 +55,7 @@ for Log4j 2.x will continue to operate with the Log4j 3.x libraries present inst
 * Add built-in JSON configuration parser for a useful structured configuration file format which only requires the `java.base` module. (https://issues.apache.org/jira/browse/LOG4J2-3415[LOG4J2-3415])
 * Add `@Ordered` annotation to support plugin ordering when two or more plugins within the same category have the same case-insensitive name. (https://issues.apache.org/jira/browse/LOG4J2-857[LOG4J2-857])
 
-[#release-notes-3-0-0-changed]
+[#release-notes-3-0-0-alpha1-changed]
 === Changed
 
 * Simplify Maven `site` phase and align it with the one in `2.x` branch. (https://github.com/apache/logging-log4j2/pull/1220[1220])
@@ -84,12 +84,12 @@ for Log4j 2.x will continue to operate with the Log4j 3.x libraries present inst
 * Unify plugin builders and plugin factories. (https://issues.apache.org/jira/browse/LOG4J2-860[LOG4J2-860])
 * Update Conversant Disruptor from 1.12.15 to 1.12.21. The new version requires Java 11. (https://issues.apache.org/jira/browse/LOG4J2-2079[LOG4J2-2079])
 
-[#release-notes-3-0-0-removed]
+[#release-notes-3-0-0-alpha1-removed]
 === Removed
 
 * Remove support for `java.io.Serializable` in several classes including `Message`, `Layout`, `LogEvent`, `Logger`, and `ReadOnlyStringMap`. (https://issues.apache.org/jira/browse/LOG4J2-3228[LOG4J2-3228])
 
-[#release-notes-3-0-0-fixed]
+[#release-notes-3-0-0-alpha1-fixed]
 === Fixed
 
 * `EnvironmentLookup` may throw NPE. (https://issues.apache.org/jira/browse/LOG4J2-2244[LOG4J2-2244])