Skip to content

Commit 7fd3a13

Browse files
committed
Improve 3.0.0-beta3 release notes
1 parent cf27a99 commit 7fd3a13

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/changelog/3.0.0-beta3/.release-notes.adoc.ftl

+12-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020

2121
<#if release.date?has_content>Release date:: ${release.date}</#if>
2222

23-
This release terminates the modularization process of Log4j Core, by moving all the code that uses optional `log4j-core` dependencies into new modules:
23+
This release terminates the modularization process of Log4j Core by:
24+
25+
* Moving all the code that uses optional `log4j-core` dependencies into new modules.
26+
See ${'<<release-notes-3-0-0-beta3-modularization,Modularization>>'}.
27+
* Moving some modules to their own lifecycle.
28+
This includes the Flume Appender and all the modules that don't depend on `log4j-core`.
29+
See ${'<<release-notes-3-0-0-beta3-separate-lifecycle,Separate Lifecycle>>'}.
30+
31+
[#release-notes-3-0-0-beta3-modularization]
32+
=== Modularization
2433

2534
* Support for the JAnsi library has been removed since recent Windows OSes support ANSI escape sequences.
2635
See
@@ -36,11 +45,12 @@ has been moved to a new
3645
xref:components.adoc#log4j-compress[`log4j-compress` artifact].
3746
The Gzip and Zip formats are still supported out-of-the-box.
3847

48+
[#release-notes-3-0-0-beta3-separate-lifecycle]
3949
=== Separate lifecycle
4050

4151
* The
4252
xref:manual/appenders/message-queue.adoc#FlumeAppender[Flume Appender]
43-
releases will follow its own lifecycle.
53+
releases will follow their own lifecycle.
4454
* All the
4555
xref:manual/installation.adoc#impl-core-bridges[logging bridges]
4656
from and to Log4j API have been removed from the Log4j Core 3.x release.

0 commit comments

Comments
 (0)