dependabot[bot] opened a new pull request, #961: URL: https://github.com/apache/axis-axis2-java-core/pull/961
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.24.3 to 2.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/logging-log4j2/releases">org.apache.logging.log4j:log4j-bom's releases</a>.</em></p> <blockquote> <h2>2.25.1</h2> <p>This patch release addresses a dozen bugs in version <code>2.25.0</code>, in particular:</p> <ul> <li>Resolves a concurrency issue in the new unified datetime formatter.</li> <li>Fixes build failures affecting Gradle users.</li> <li>Restores backward compatibility with Spring Boot’s common logging configuration.</li> <li>Improves handling of edge cases in GraalVM support.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix detection of the Disruptor major version in environments with non-standard thread context classloader. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3706">#3706</a>)</li> <li>Downgrade <code>spotbugs-annotations</code> to resolve Gradle build failures. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3754">#3754</a>)</li> <li>Fix incorrect version resolution of <code>jspecify</code> and <code>error_prone_annotations</code> dependencies in published POM files. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3758">#3758</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>)</li> <li>Restore compatibility with Spring Boot by allowing reconfiguration using the <code>LoggerContext.start</code> method. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3770">#3770</a>)</li> <li>Allow omission of the <code>-Alog4j.graalvm.groupId</code> and <code>-Alog4j.graalvm.artifactId</code> arguments when building Log4j plugins. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3771">#3771</a>)</li> <li>Broaden the OSGi manifest's <code>Import-Package</code> constraints to support Jakarta Servlet API up to version 6. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3787">#3787</a>)</li> <li>Enable the <code>resource:</code> protocol for configuration files by default when running on GraalVM. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3790">#3790</a>)</li> <li>Fix timestamp formatting concurrency issue, when <code>log4j2.enabledThreadlocals</code> is <code>true</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3792">#3792</a>)</li> <li>Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as <code>@Nullable String[]</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3796">#3796</a>)</li> <li>Resolve <code>PropertiesConfiguration</code> compatibility issues with GraalVM and address additional minor reflection-related problems. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3800">#3800</a>)</li> </ul> <h2>2.25.0</h2> <p>This minor release introduces bug fixes, behavior improvements, and complete support for GraalVM native image generation.</p> <h2>GraalVM Reachability Metadata</h2> <p>Log4j Core and all extension modules now include embedded<br /> <a href="https://www.graalvm.org/latest/reference-manual/native-image/metadata/">GraalVM reachability metadata</a>,<br /> enabling seamless generation of native images with GraalVM out of the box—no manual configuration required.<br /> For more information, refer to our <a href="https://github.com/apache/logging-log4j2/blob/HEAD/graalvm.adoc">GraalVM guide</a>.</p> <blockquote> <p>[!NOTE]<br /> When building third-party Log4j plugins, using the new <code>GraalVmProcessor</code><br /> introduced in version <code>2.25.0</code> will automatically generate the required reachability metadata for GraalVM native images.<br /> However, the processor will fail the build if the required <code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code> parameters are not provided.<br /> For detailed instructions, see <a href="https://logging.apache.org/log4j/2.x/manual/plugins.adoc#plugin-registry">Registering plugins</a>.</p> </blockquote> <h2>Exception Handling in Pattern Layout</h2> <p>Exception handling in <a href="https://logging.apache.org/log4j/2.x/manual/pattern-layout.adoc">Pattern Layout</a> has undergone a significant rewrite.<br /> This update resolves several bugs and ensures consistent behavior across all exception converters.<br /> Key improvements include:</p> <ul> <li>Stack traces are now consistently prefixed with a newline instead of other whitespace.</li> <li>The default exception converter has changed from <a href="https://logging.apache.org/log4j/2.x/manual/pattern-layout.adoc#converter-exception-extended">extended</a> to <a href="https://logging.apache.org/log4j/2.x/manual/pattern-layout.adoc#converter-exception">plain</a>, offering better performance.</li> <li>Support for the <code>{ansi}</code> option in exception converters has been removed.</li> </ul> <h2>Date & Time Formatting</h2> <p>Log4j has historically provided custom date and time formatters for performance, such as <a href="https://logging.apache.org/log4j/2.x/javadoc/log4j-core/org/apache/logging/log4j/core/util/datetime/FixedDateFormat.html"><code>FixedDateFormat</code></a> and <a href="https://logging.apache.org/log4j/2.x/javadoc/log4j-core/org/apache/logging/log4j/core/util/datetime/FastDateFormat.html"><code>FastDateFormat</code></a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/logging-log4j2/commit/bda63362cf405449ff4edc2e4d92353be65c4d4e"><code>bda6336</code></a> Release changelog for version <code>2.25.1</code></li> <li><a href="https://github.com/apache/logging-log4j2/commit/4e1bbca31cc0bafc449e40def77bbaa3fe318ec9"><code>4e1bbca</code></a> Update the <code>project.build.outputTimestamp</code> property</li> <li><a href="https://github.com/apache/logging-log4j2/commit/63e8932178c13c46bcda4ab367cbd5742de8826b"><code>63e8932</code></a> doc: Prepare release notes for version <code>2.25.1</code></li> <li><a href="https://github.com/apache/logging-log4j2/commit/f26e0418d354475f4296031a8b1a17b2e011b4c7"><code>f26e041</code></a> fix: Proof-read changelog for version <code>2.25.1</code></li> <li><a href="https://github.com/apache/logging-log4j2/commit/76090f86ba7e46b4efa3e7bf795f11afe53de7c9"><code>76090f8</code></a> fix: Add <code>resource:</code> protocol to allowed URL schemes by default (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3795">#3795</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/21a2300d2eea08e19e849091e53e3fa238537a05"><code>21a2300</code></a> fix: Add GraalVM reachability metadata for non-plugin class instantiations (#...</li> <li><a href="https://github.com/apache/logging-log4j2/commit/6e2cdeb81a145762fe76bb1a9f432d4a37aa53b5"><code>6e2cdeb</code></a> fix: Disable sharing of formatted timestamps between threads (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3802">#3802</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/9577db6d2aaa84987f30b16baf3143a0a367351b"><code>9577db6</code></a> Update <code>com.github.luben:zstd-jni</code> to version <code>1.5.7-4</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3799">#3799</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/28b477ceb383d845b921d65af37d381b1312f5a2"><code>28b477c</code></a> Update <code>org.junit:junit-bom</code> to version <code>5.13.2</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3782">#3782</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/acbe411bc6d001337dd0bd5f130989e734ef39d5"><code>acbe411</code></a> Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 in /log4j-parent...</li> <li>Additional commits viewable in <a href="https://github.com/apache/logging-log4j2/compare/rel/2.24.3...rel/2.25.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org