This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.25.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f26e0418d354475f4296031a8b1a17b2e011b4c7 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Jul 5 21:13:47 2025 +0200 fix: Proof-read changelog for version `2.25.1` --- src/changelog/.2.x.x/3706_disruptor-tccl.xml | 2 +- ...date_org_junit_junit_bom.xml => 3754_fix-gradle-build.xml} | 8 +++++--- src/changelog/.2.x.x/3758_fix_jspecify_dep.xml | 10 +++++----- src/changelog/.2.x.x/3770_LoggerContext_start.xml | 2 +- src/changelog/.2.x.x/3771_graalvm-params.xml | 4 ++-- .../3787_jakarta-web_relax_the_import_package_constraints.xml | 11 +++++------ src/changelog/.2.x.x/3790_allow-resource-protocol.xml | 2 +- src/changelog/.2.x.x/3796_annotated-array-parameters.xml | 9 +++++---- src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml | 2 +- src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml | 8 -------- ...te_org_eclipse_persistence_org_eclipse_persistence_jpa.xml | 8 -------- src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml | 8 -------- 12 files changed, 26 insertions(+), 48 deletions(-) diff --git a/src/changelog/.2.x.x/3706_disruptor-tccl.xml b/src/changelog/.2.x.x/3706_disruptor-tccl.xml index a6a446fb14..959f1b78d2 100644 --- a/src/changelog/.2.x.x/3706_disruptor-tccl.xml +++ b/src/changelog/.2.x.x/3706_disruptor-tccl.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3706" link="https://github.com/apache/logging-log4j2/issues/3706"/> <description format="asciidoc"> - Fix detection of the Disruptor major version in some environments. + Fix detection of the Disruptor major version in environments with non-standard thread context classloader. </description> </entry> diff --git a/src/changelog/.2.x.x/update_org_junit_junit_bom.xml b/src/changelog/.2.x.x/3754_fix-gradle-build.xml similarity index 55% rename from src/changelog/.2.x.x/update_org_junit_junit_bom.xml rename to src/changelog/.2.x.x/3754_fix-gradle-build.xml index 5c572a50a4..cfaae2512a 100644 --- a/src/changelog/.2.x.x/update_org_junit_junit_bom.xml +++ b/src/changelog/.2.x.x/3754_fix-gradle-build.xml @@ -2,7 +2,9 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://logging.apache.org/xml/ns" xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3782" link="https://github.com/apache/logging-log4j2/pull/3782"/> - <description format="asciidoc">Update `org.junit:junit-bom` to version `5.13.2`</description> + type="fixed"> + <issue id="3754" link="https://github.com/apache/logging-log4j2/issues/3754"/> + <description format="asciidoc"> + Downgrade `spotbugs-annotations` to resolve Gradle build failures. + </description> </entry> diff --git a/src/changelog/.2.x.x/3758_fix_jspecify_dep.xml b/src/changelog/.2.x.x/3758_fix_jspecify_dep.xml index 78dba40899..db97f93c0e 100644 --- a/src/changelog/.2.x.x/3758_fix_jspecify_dep.xml +++ b/src/changelog/.2.x.x/3758_fix_jspecify_dep.xml @@ -5,9 +5,9 @@ https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> - <issue id="3758" link="https://github.com/apache/logging-log4j2/issues/3758"/> - <issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/> - <description format="asciidoc"> - Fix version resolution of `jspecify` and `error_prone_annotations` dependencies in published POM files. - </description> + <issue id="3758" link="https://github.com/apache/logging-log4j2/issues/3758"/> + <issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/> + <description format="asciidoc"> + Fix incorrect version resolution of `jspecify` and `error_prone_annotations` dependencies in published POM files. + </description> </entry> diff --git a/src/changelog/.2.x.x/3770_LoggerContext_start.xml b/src/changelog/.2.x.x/3770_LoggerContext_start.xml index 84416d9c54..33fd627d56 100644 --- a/src/changelog/.2.x.x/3770_LoggerContext_start.xml +++ b/src/changelog/.2.x.x/3770_LoggerContext_start.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3770" link="https://github.com/apache/logging-log4j2/issues/3770"/> <description format="asciidoc"> - Restore backward compatibility with the Spring Boot reconfiguration process. + Restore compatibility with Spring Boot by allowing reconfiguration using the `LoggerContext.start` method. </description> </entry> diff --git a/src/changelog/.2.x.x/3771_graalvm-params.xml b/src/changelog/.2.x.x/3771_graalvm-params.xml index ff3c79b1ef..640f3d3b3d 100644 --- a/src/changelog/.2.x.x/3771_graalvm-params.xml +++ b/src/changelog/.2.x.x/3771_graalvm-params.xml @@ -2,9 +2,9 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://logging.apache.org/xml/ns" xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> + type="fixed"> <issue id="3771" link="https://github.com/apache/logging-log4j2/issues/3771"/> <description format="asciidoc"> - Make `-Alog4j.graalvm.groupId` and `-Alog4j.graalvm.artifactId` arguments optional. + Allow omission of the `-Alog4j.graalvm.groupId` and `-Alog4j.graalvm.artifactId` arguments when building Log4j plugins. </description> </entry> diff --git a/src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml b/src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml index 9602fb8af8..4e0182c1e9 100644 --- a/src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml +++ b/src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml @@ -4,10 +4,9 @@ xsi:schemaLocation=" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> - <issue id="3787" link="https://github.com/apache/logging-log4j2/issues/3787"/> - <description format="asciidoc"> - add a bnd tool property that makes sure that the supported jakarta version has a wider range then 5 to 6 - Support the current release version for 5 to 7 - </description> + type="fixed"> + <issue id="3787" link="https://github.com/apache/logging-log4j2/issues/3787"/> + <description format="asciidoc"> + Broaden the OSGi manifest's `Import-Package` constraints to support Jakarta Servlet API up to version 6. + </description> </entry> diff --git a/src/changelog/.2.x.x/3790_allow-resource-protocol.xml b/src/changelog/.2.x.x/3790_allow-resource-protocol.xml index ffa3c80e30..dd0394225b 100644 --- a/src/changelog/.2.x.x/3790_allow-resource-protocol.xml +++ b/src/changelog/.2.x.x/3790_allow-resource-protocol.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3790" link="https://github.com/apache/logging-log4j2/issues/3790"/> <description format="asciidoc"> - Allow `resource:` protocol for configuration files by default, if the current runtime is GraalVM. + Enable the `resource:` protocol for configuration files by default when running on GraalVM. </description> </entry> diff --git a/src/changelog/.2.x.x/3796_annotated-array-parameters.xml b/src/changelog/.2.x.x/3796_annotated-array-parameters.xml index 5be57fe641..ac8be7cedc 100644 --- a/src/changelog/.2.x.x/3796_annotated-array-parameters.xml +++ b/src/changelog/.2.x.x/3796_annotated-array-parameters.xml @@ -5,8 +5,9 @@ https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> - <issue id="3796" link="https://github.com/apache/logging-log4j2/issues/3796"/> - <description format="asciidoc"> - Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as `@Nullable String[]`. - </description> + <issue id="3796" link="https://github.com/apache/logging-log4j2/issues/3796"/> + <description format="asciidoc"> + Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as `@Nullable + String[]`. + </description> </entry> diff --git a/src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml b/src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml index 3e6653c121..8c2e958334 100644 --- a/src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml +++ b/src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3800" link="https://github.com/apache/logging-log4j2/pull/3800"/> <description format="asciidoc"> - Resolves `PropertiesConfiguration` compatibility issues with GraalVM and addresses additional minor reflection-related problems. + Resolve `PropertiesConfiguration` compatibility issues with GraalVM and address additional minor reflection-related problems. </description> </entry> diff --git a/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml b/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml deleted file mode 100644 index 979784e1e2..0000000000 --- a/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="https://logging.apache.org/xml/ns" - xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3799" link="https://github.com/apache/logging-log4j2/pull/3799"/> - <description format="asciidoc">Update `com.github.luben:zstd-jni` to version `1.5.7-4`</description> -</entry> diff --git a/src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml b/src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml deleted file mode 100644 index eb8c8ba8d0..0000000000 --- a/src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="https://logging.apache.org/xml/ns" - xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3769" link="https://github.com/apache/logging-log4j2/pull/3769"/> - <description format="asciidoc">Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.16`</description> -</entry> diff --git a/src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml b/src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml deleted file mode 100644 index e00bd7e154..0000000000 --- a/src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="https://logging.apache.org/xml/ns" - xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3767" link="https://github.com/apache/logging-log4j2/pull/3767"/> - <description format="asciidoc">Update `org.xmlunit:xmlunit-core` to version `2.10.3`</description> -</entry>
