From 7fd3a1303dec3ede639dd573851143c5ac0890e1 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Thu, 28 Nov 2024 12:27:52 +0100 Subject: [PATCH] Improve `3.0.0-beta3` release notes --- src/changelog/3.0.0-beta3/.release-notes.adoc.ftl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/changelog/3.0.0-beta3/.release-notes.adoc.ftl b/src/changelog/3.0.0-beta3/.release-notes.adoc.ftl index 9986ab15706..aa66993f4a0 100644 --- a/src/changelog/3.0.0-beta3/.release-notes.adoc.ftl +++ b/src/changelog/3.0.0-beta3/.release-notes.adoc.ftl @@ -20,7 +20,16 @@ <#if release.date?has_content>Release date:: ${release.date} -This release terminates the modularization process of Log4j Core, by moving all the code that uses optional `log4j-core` dependencies into new modules: +This release terminates the modularization process of Log4j Core by: + +* Moving all the code that uses optional `log4j-core` dependencies into new modules. + See ${'<>'}. +* Moving some modules to their own lifecycle. + This includes the Flume Appender and all the modules that don't depend on `log4j-core`. + See ${'<>'}. + +[#release-notes-3-0-0-beta3-modularization] +=== Modularization * Support for the JAnsi library has been removed since recent Windows OSes support ANSI escape sequences. See @@ -36,11 +45,12 @@ has been moved to a new xref:components.adoc#log4j-compress[`log4j-compress` artifact]. The Gzip and Zip formats are still supported out-of-the-box. +[#release-notes-3-0-0-beta3-separate-lifecycle] === Separate lifecycle * The xref:manual/appenders/message-queue.adoc#FlumeAppender[Flume Appender] -releases will follow its own lifecycle. +releases will follow their own lifecycle. * All the xref:manual/installation.adoc#impl-core-bridges[logging bridges] from and to Log4j API have been removed from the Log4j Core 3.x release.