Skip to content

Commit c2a83de

Browse files
committed
Improve release notes
1 parent 66c2940 commit c2a83de

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
<module.name />
320320
<!-- TODO: fix errors and re-enable SpotBugs -->
321321
<spotbugs.skip>true</spotbugs.skip>
322-
<project.build.outputTimestamp>2023-10-23T20:13:28+02:00</project.build.outputTimestamp>
322+
<project.build.outputTimestamp>2023-10-23T19:03:40Z</project.build.outputTimestamp>
323323

324324
<!-- ========================
325325
Site-specific properties

src/changelog/2.21.1/.release-notes.adoc.ftl

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,13 @@
2020

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

23-
This release primarily focuses on enhancements to our OSGi and JPMS support and contains several bug fixes.
24-
It will be the first release built and signed by the CI using the https://keyserver.ubuntu.com/pks/lookup?search=077E8893A6DCC33DD4A4D5B256E73BA9A0B592D0&op=index[ASF Logging Services Release Manager GPG key], which is shared in https://www.apache.org/dist/logging/KEYS[KEYS].
23+
This patch release contains only the fix of a `log4j-jcl` bug that prevents it from connecting with `commons-logging`.
2524

26-
The Log4j 2.21.0 API, as well as the other artifacts, maintains binary compatibility with the previous release.
25+
The Log4j 2.21.1 API, as well as the other artifacts, maintains binary compatibility with the previous release.
2726

28-
Apache Log4j 2.21.0 requires Java 8 to run.
27+
Apache Log4j 2.21.1 requires Java 8 to run.
2928
The build requires JDK 11 and generates reproducible binaries.
3029

3130
For complete information on Apache Log4j 2, including instructions on how to submit bug reports, patches, get support, or suggestions for improvement, see http://logging.apache.org/log4j/2.x/[the Apache Log4j 2 website].
3231

33-
=== OSGi changes
34-
35-
All the published artifacts are OSGi bundles or fragments.
36-
37-
This release introduces a change in the bundle symbolic names to allow them to function as JPMS module name: all hyphens `-` present in the bundle names of previous releases were replaced by dots `.`.
38-
39-
=== JPMS changes
40-
41-
All the published artifacts have been migrated from automatic modules to named JPMS modules.
42-
All packages marked as private in the Javadoc are not exported.
43-
44-
The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j-to-jul` and `log4j-to-slf4j`) have been changed to adhere to the same convention as the OSGi bundle names.
45-
4632
<#include "../.changelog.adoc.ftl">

0 commit comments

Comments
 (0)