Skip to content

Commit e613e9e

Browse files
committed
Release changelog for version 2.21.1
1 parent c2a83de commit e613e9e

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

src/site/_release-notes/_2.21.1.adoc

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,15 @@
2020
2121
Release date:: 2023-10-20
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
4733
=== Fixed
4834

0 commit comments

Comments
 (0)