dependabot[bot] opened a new pull request, #742:
URL: https://github.com/apache/axis-axis2-java-core/pull/742

   Bumps 
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) 
from 2.20.0 to 2.24.0.
   <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.24.0</h2>
   <p>The <code>2.24.0</code> version of Log4j API has been enhanced with 
changes from the <code>3.x</code> branch and will be used by both Log4j 2 Core 
and Log4j 3 Core releases. The changes include:</p>
   <ul>
   <li>A faster default <code>ThreadContextMap</code>.</li>
   <li>Enhanced GraalVM support: native binaries that use Log4j API will no 
longer require additional GraalVM configuration.</li>
   <li>The configuration properties subsystem now only accepts the official 
pre-2.10 property names and the normalized post-2.10 names.
   Check your configuration for typos.</li>
   </ul>
   <h3>Documentation</h3>
   <p>The <a href="https://logging.apache.org/log4j/2.x/index.html";>Apache 
Log4j 2 website</a> has been almost entirely rewritten to provide improved 
documentation and faster access to the information you need.</p>
   <h3>Bridges</h3>
   <p>The JUL-to-Log4j API and Log4j 1-to-Log4j API will no longer be able to 
modify the configuration of Log4j Core by default.
   If such a functionality is required, it must be explicitly enabled.</p>
   <h3>Modules</h3>
   <p>The following Log4j Core additional modules have been removed:</p>
   <ul>
   <li>
   <p><code>log4j-flume-ng</code>
   The module is no longer part of the release process and will follow its own 
release lifecycle.
   Please manage your dependencies using <a 
href="https://logging.apache.org/log4j/2.x/components.html#log4j-bom";><code>log4j-bom</code></a>
 to always use its latest version.</p>
   </li>
   <li>
   <p><code>log4j-kubernetes</code>
   The module has been moved to the <a 
href="https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md";>Fabric8.io
 Kubernetes project</a> and follows the Fabric8.io release lifecycle.</p>
   </li>
   <li>
   <p><code>log4j-mongodb3</code>
   The module based on MongoDB Java client version 3.x has been removed.
   Please migrate to <a 
href="https://logging.apache.org/log4j/2.x/components.html#log4j-mongodb";><code>log4j-mongodb</code></a>
 (client version 5.x) or <a 
href="https://logging.apache.org/log4j/2.x/components.html#log4j-mongodb4";><code>log4j-mongodb4</code></a>
 (client version 4.x).</p>
   </li>
   </ul>
   <h3>JMX changes</h3>
   <p>Starting in version 2.24.0, JMX support is disabled by default and can be 
re-enabled via the <code>log4j2.disableJmx=false</code> system property.</p>
   <h3>Added</h3>
   <ul>
   <li>Add a faster <code>DefaultThreadContextMap</code> implementation. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2330";>#2330</a>)</li>
   <li>Add Logback throwable-consuming semantics as an option 
in<code>log4j-slf4j-impl</code> and <code>log4j-slf4j2-impl</code>.
   Users can enable it by setting the property 
<code>log4j2.messageFactory</code> to 
<code>org.apache.logging.slf4j.message.ThrowableConsumingMessageFactory</code>. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2363";>#2363</a>)</li>
   </ul>
   <ul>
   <li>Add trace context fields to <code>GcpLayout.json</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2498";>#2498</a>)</li>
   <li>Add <em>&quot;Plugin Reference&quot;</em> to the website. It is a 
Javadoc-on-steroids focusing on Log4j plugins. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1954";>#1954</a>)</li>
   <li>Automate website deployment using the new CI infrastructure shipped with 
<code>org.apache.logging:logging-parent:11.0.0</code></li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li>Fix usage of <code>log4j-api</code> in GraalVM without additional 
reachability data. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1539";>#1539</a>)</li>
   <li>Ignore exceptions thrown by PropertySources. (<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/33450";>Spirng-33450</a>)</li>
   <li>Add logging to <code>PropertiesUtil</code> and fix <code>Duration</code> 
parser. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1936";>#1936</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/c79ae325f6a21af45526c202f121bfced188613e";><code>c79ae32</code></a>
 Release changelog for version <code>2.24.0</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/48e562a048ecc0aca3526451992e232e8e559368";><code>48e562a</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/6de281d5b6a51e314d463222bbbb42c8b7f68922";><code>6de281d</code></a>
 Fix token type</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/aec61f47da82baefd38fedc14c1018a4c82837db";><code>aec61f4</code></a>
 Improve <code>generate-email.sh</code> script</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/749b57754abb94ad1cfe1c6e79e9c87d9f2434da";><code>749b577</code></a>
 Fix typo in <code>build.yaml</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/0e223589c257f307921981a16b2e4a2db4a9e6d0";><code>0e22358</code></a>
 Disable FQDN test on misconfigured hosts</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/5250a47cb200c711b226ea7be1fc9f803b77bf52";><code>5250a47</code></a>
 Fix the documentation of the <code>2.24.0</code> release</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/08053687456f6be61ee8206da782a3d051928a57";><code>0805368</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/88338a5b1971bdc96c8101be85546be9789ea0a3";><code>88338a5</code></a>
 Release notes for version <code>2.24.0</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/56313a1f1bea4a44b3046218088b16e2d4954a7d";><code>56313a1</code></a>
 Improve GraalVM support of <code>SimpleLoggerContext</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/logging-log4j2/compare/rel/2.20.0...rel/2.24.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-bom&package-manager=maven&previous-version=2.20.0&new-version=2.24.0)](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

Reply via email to