Skip to content

Commit f26e041

Browse files
committed
fix: Proof-read changelog for version 2.25.1
1 parent 76090f8 commit f26e041

12 files changed

+26
-48
lines changed

src/changelog/.2.x.x/3706_disruptor-tccl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
type="fixed">
88
<issue id="3706" link="https://github.com/apache/logging-log4j2/issues/3706"/>
99
<description format="asciidoc">
10-
Fix detection of the Disruptor major version in some environments.
10+
Fix detection of the Disruptor major version in environments with non-standard thread context classloader.
1111
</description>
1212
</entry>

src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml renamed to src/changelog/.2.x.x/3754_fix-gradle-build.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
type="updated">
6-
<issue id="3799" link="https://github.com/apache/logging-log4j2/pull/3799"/>
7-
<description format="asciidoc">Update `com.github.luben:zstd-jni` to version `1.5.7-4`</description>
5+
type="fixed">
6+
<issue id="3754" link="https://github.com/apache/logging-log4j2/issues/3754"/>
7+
<description format="asciidoc">
8+
Downgrade `spotbugs-annotations` to resolve Gradle build failures.
9+
</description>
810
</entry>

src/changelog/.2.x.x/3758_fix_jspecify_dep.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
https://logging.apache.org/xml/ns
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
77
type="fixed">
8-
<issue id="3758" link="https://github.com/apache/logging-log4j2/issues/3758"/>
9-
<issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/>
10-
<description format="asciidoc">
11-
Fix version resolution of `jspecify` and `error_prone_annotations` dependencies in published POM files.
12-
</description>
8+
<issue id="3758" link="https://github.com/apache/logging-log4j2/issues/3758"/>
9+
<issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/>
10+
<description format="asciidoc">
11+
Fix incorrect version resolution of `jspecify` and `error_prone_annotations` dependencies in published POM files.
12+
</description>
1313
</entry>

src/changelog/.2.x.x/3770_LoggerContext_start.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
type="fixed">
88
<issue id="3770" link="https://github.com/apache/logging-log4j2/issues/3770"/>
99
<description format="asciidoc">
10-
Restore backward compatibility with the Spring Boot reconfiguration process.
10+
Restore compatibility with Spring Boot by allowing reconfiguration using the `LoggerContext.start` method.
1111
</description>
1212
</entry>

src/changelog/.2.x.x/3771_graalvm-params.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
type="changed">
5+
type="fixed">
66
<issue id="3771" link="https://github.com/apache/logging-log4j2/issues/3771"/>
77
<description format="asciidoc">
8-
Make `-Alog4j.graalvm.groupId` and `-Alog4j.graalvm.artifactId` arguments optional.
8+
Allow omission of the `-Alog4j.graalvm.groupId` and `-Alog4j.graalvm.artifactId` arguments when building Log4j plugins.
99
</description>
1010
</entry>

src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
xsi:schemaLocation="
55
https://logging.apache.org/xml/ns
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
7-
type="changed">
8-
<issue id="3787" link="https://github.com/apache/logging-log4j2/issues/3787"/>
9-
<description format="asciidoc">
10-
add a bnd tool property that makes sure that the supported jakarta version has a wider range then 5 to 6
11-
Support the current release version for 5 to 7
12-
</description>
7+
type="fixed">
8+
<issue id="3787" link="https://github.com/apache/logging-log4j2/issues/3787"/>
9+
<description format="asciidoc">
10+
Broaden the OSGi manifest's `Import-Package` constraints to support Jakarta Servlet API up to version 6.
11+
</description>
1312
</entry>

src/changelog/.2.x.x/3790_allow-resource-protocol.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
type="fixed">
88
<issue id="3790" link="https://github.com/apache/logging-log4j2/issues/3790"/>
99
<description format="asciidoc">
10-
Allow `resource:` protocol for configuration files by default, if the current runtime is GraalVM.
10+
Enable the `resource:` protocol for configuration files by default when running on GraalVM.
1111
</description>
1212
</entry>

src/changelog/.2.x.x/3796_annotated-array-parameters.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
https://logging.apache.org/xml/ns
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
77
type="fixed">
8-
<issue id="3796" link="https://github.com/apache/logging-log4j2/issues/3796"/>
9-
<description format="asciidoc">
10-
Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as `@Nullable String[]`.
11-
</description>
8+
<issue id="3796" link="https://github.com/apache/logging-log4j2/issues/3796"/>
9+
<description format="asciidoc">
10+
Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as `@Nullable
11+
String[]`.
12+
</description>
1213
</entry>

src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
type="fixed">
88
<issue id="3800" link="https://github.com/apache/logging-log4j2/pull/3800"/>
99
<description format="asciidoc">
10-
Resolves `PropertiesConfiguration` compatibility issues with GraalVM and addresses additional minor reflection-related problems.
10+
Resolve `PropertiesConfiguration` compatibility issues with GraalVM and address additional minor reflection-related problems.
1111
</description>
1212
</entry>

src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)