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

   Bumps 
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) 
from 2.20.0 to 2.24.3.
   <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.3</h2>
   <h2>Release Notes</h2>
   <p>This release fixes two minor bugs.</p>
   <ul>
   <li>Fix <code>ConcurrentModificationException</code>, if multiple threads 
modify loggers concurrently.
   This bug affects users that modify logger levels programmatically. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3234";>#3234</a>)</li>
   <li>Protects <code>PropertiesUtil</code> against property sources that call 
<code>PropertiesUtil</code> recursively.
   In some cases such a property source can even cause deadlocks. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3252";>#3252</a>)</li>
   </ul>
   <h2>2.24.2</h2>
   <h2>Release Notes</h2>
   <p>This release fixes a critical bug in Log4j API initialization code, which 
can cause <code>LogManager.getLogger()</code> to return <code>null</code> under 
certain conditions. See <a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3143";>#3143</a> 
for details.</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fix key removal issues in Thread Context (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3048";>#3048</a>)</li>
   <li>Use hard references to <code>Logger</code>s in 
<code>LoggerRegistry</code>. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3143";>#3143</a>)</li>
   <li>Fix <code>ArrayIndexOutOfBoundsException</code> in JSON Template Layout 
truncated exception resolver (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3216";>#3216</a>)</li>
   </ul>
   <h2>2.24.1</h2>
   <p>This release contains mainly bug fixes of problems encountered with the 
thread context map, logger registry and configuration reloading.</p>
   <p>It also enhances integration tests to use Docker images of the most 
recent releases of MongoDB and Elastic Search.</p>
   <h3>Changed</h3>
   <ul>
   <li>Rework <code>LoggerRegistry</code> to make it 
<code>MessageFactory</code>-namespaced.
   This effectively allows loggers of same name, but different message factory. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2936";>#2936</a>)</li>
   <li>Enable Docker-based tests in CI for JSON Template Layout (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2953";>#2953</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Switch MongoDB tests to use Docker. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2229";>#2229</a>)</li>
   <li>Fix reloading of the configuration from an HTTP(S) source (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2937";>#2937</a>)</li>
   <li>Fix <code>putAll()</code> in the default thread context map 
implementation (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2942";>#2942</a>)</li>
   </ul>
   <h3>Updated</h3>
   <ul>
   <li>Update <code>org.apache.logging:logging-parent</code> to version 
<code>11.3.0</code></li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/4aa5efec7f2ee2d4623381cd66c3df3a16a6b9a9";><code>4aa5efe</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/ab499ee0c804b7dbf42d626748423f5eb5d1437a";><code>ab499ee</code></a>
 Prepare release notes for <code>2.24.3</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/1c6ccb21330338b4d9162e667e56f75da4bd2505";><code>1c6ccb2</code></a>
 Add missing changelog entry</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/551652a1d7cdef1becd915fc15e291483c15b317";><code>551652a</code></a>
 Synchronize <code>JeroMqAppender</code> test methods</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/8ee4237af8e86b5404f40fea2e8db2952096b28b";><code>8ee4237</code></a>
 Fix assertions in <code>LoggerMessageFactoryCustomizationTest</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/18a1debd11a92d2e898a8e816db810a1777dfa39";><code>18a1deb</code></a>
 Hardens <code>PropertiesUtil</code> against recursive property sources (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3263";>#3263</a>)</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/bad8b56fed8e50413ce61a246f78ec60dd2f5ab7";><code>bad8b56</code></a>
 Fix <code>ConcurrentModificationException</code> in 
<code>updateLoggers()</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/11a3fc32afe8eaef75ba2730398896ebddb1ef93";><code>11a3fc3</code></a>
 Prepare next release cycle</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/e65538dc75b52fd2f3e49d4ab5d7b40b376abb89";><code>e65538d</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/ae1137b231a3d54e3cf40f56e98f4db7857d7b14";><code>ae1137b</code></a>
 Prepare release notes for version <code>2.24.2</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/logging-log4j2/compare/rel/2.20.0...rel/2.24.3";>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.3)](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