dependabot[bot] opened a new pull request, #2208:
URL: https://github.com/apache/cxf/pull/2208

   Bumps 
[org.eclipse.persistence:org.eclipse.persistence.moxy](https://github.com/eclipse-ee4j/eclipselink)
 from 4.0.4 to 4.0.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eclipse-ee4j/eclipselink/releases";>org.eclipse.persistence:org.eclipse.persistence.moxy's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.0.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[4.0] Version change to 4.0.5-SNAPSHOT by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2215";>eclipse-ee4j/eclipselink#2215</a></li>
   <li>[4.0] detach() fixes (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2037";>#2037</a>)
 - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2225";>eclipse-ee4j/eclipselink#2225</a></li>
   <li>[4.0] DatabasePlatform.wasFailureCommunicationBased() fix - backport 
from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2228";>eclipse-ee4j/eclipselink#2228</a></li>
   <li>[4.0] Maven build - OSGi Bundle-Version fix (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2230";>#2230</a>)
 - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2231";>eclipse-ee4j/eclipselink#2231</a></li>
   <li>add export of internal.weaving package by <a 
href="https://github.com/lukasj";><code>@​lukasj</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2236";>eclipse-ee4j/eclipselink#2236</a></li>
   <li>[4.0] OptimisticLockException while using L2 cache fix - backport from 
master by <a href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in 
<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2251";>eclipse-ee4j/eclipselink#2251</a></li>
   <li>Fixes coalesce and case operators in multithreaded environments with 
different number of arguments (backport to 4.0) by <a 
href="https://github.com/igormukhin";><code>@​igormukhin</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2262";>eclipse-ee4j/eclipselink#2262</a></li>
   <li>[4.0] ASM 9.7.1 upgrade by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2291";>eclipse-ee4j/eclipselink#2291</a></li>
   <li>[4.0] Fix for ReportQuery not fetching relationships with BatchFetch.IN 
by <a href="https://github.com/Sheikah45";><code>@​Sheikah45</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2310";>eclipse-ee4j/eclipselink#2310</a></li>
   <li>[4.0] Issue <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2301";>#2301</a>
 - Sorting not honored with JPA and Oracle by <a 
href="https://github.com/Tomas-Kraus";><code>@​Tomas-Kraus</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2313";>eclipse-ee4j/eclipselink#2313</a></li>
   <li>[4.0] UUID field type mapping - PostgreSQLPlatform (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2284";>#2284</a>)
 - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2325";>eclipse-ee4j/eclipselink#2325</a></li>
   <li>[4.0] DatasourceAccessor ReentrantLock fix plus new SpringBoot test by 
<a href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2328";>eclipse-ee4j/eclipselink#2328</a></li>
   <li>[4.0] ConcurrencyException &quot;Max number of attempts to lock 
object&quot; in WriteLockManager - bugfix - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2329";>eclipse-ee4j/eclipselink#2329</a></li>
   <li>[4.0] NPE in QueryBasedValueHolder due to <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2181";>#2181</a>
 - bugfix by <a href="https://github.com/rfelcman";><code>@​rfelcman</code></a> 
in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2330";>eclipse-ee4j/eclipselink#2330</a></li>
   <li>[4.0] Maven Spring test modules on Java 17 and higher by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2331";>eclipse-ee4j/eclipselink#2331</a></li>
   <li>Fix calling stored procs on Postgres, and enable some tests by <a 
href="https://github.com/rdicroce";><code>@​rdicroce</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2308";>eclipse-ee4j/eclipselink#2308</a></li>
   <li>[4.0] Fix <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2075";>#2075</a>
 Slow startup because of low entropy for PRNG (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2318";>#2318</a>)
 by <a href="https://github.com/Zuplyx";><code>@​Zuplyx</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2335";>eclipse-ee4j/eclipselink#2335</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.4...4.0.5";>https://github.com/eclipse-ee4j/eclipselink/compare/4.0.4...4.0.5</a></p>
   <h2>4.0.5-RC3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[4.0] Fix <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2075";>#2075</a>
 Slow startup because of low entropy for PRNG (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2318";>#2318</a>)
 by <a href="https://github.com/Zuplyx";><code>@​Zuplyx</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2335";>eclipse-ee4j/eclipselink#2335</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5-RC2...4.0.5-RC3";>https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5-RC2...4.0.5-RC3</a></p>
   <h2>4.0.5-RC2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix calling stored procs on Postgres, and enable some tests by <a 
href="https://github.com/rdicroce";><code>@​rdicroce</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2308";>eclipse-ee4j/eclipselink#2308</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5-RC1...4.0.5-RC2";>https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5-RC1...4.0.5-RC2</a></p>
   <h2>4.0.5-RC1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[4.0] Version change to 4.0.5-SNAPSHOT by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2215";>eclipse-ee4j/eclipselink#2215</a></li>
   <li>[4.0] detach() fixes (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2037";>#2037</a>)
 - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2225";>eclipse-ee4j/eclipselink#2225</a></li>
   <li>[4.0] DatabasePlatform.wasFailureCommunicationBased() fix - backport 
from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2228";>eclipse-ee4j/eclipselink#2228</a></li>
   <li>[4.0] Maven build - OSGi Bundle-Version fix (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2230";>#2230</a>)
 - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2231";>eclipse-ee4j/eclipselink#2231</a></li>
   <li>add export of internal.weaving package by <a 
href="https://github.com/lukasj";><code>@​lukasj</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2236";>eclipse-ee4j/eclipselink#2236</a></li>
   <li>[4.0] OptimisticLockException while using L2 cache fix - backport from 
master by <a href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in 
<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2251";>eclipse-ee4j/eclipselink#2251</a></li>
   <li>Fixes coalesce and case operators in multithreaded environments with 
different number of arguments (backport to 4.0) by <a 
href="https://github.com/igormukhin";><code>@​igormukhin</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2262";>eclipse-ee4j/eclipselink#2262</a></li>
   <li>[4.0] ASM 9.7.1 upgrade by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2291";>eclipse-ee4j/eclipselink#2291</a></li>
   <li>[4.0] Fix for ReportQuery not fetching relationships with BatchFetch.IN 
by <a href="https://github.com/Sheikah45";><code>@​Sheikah45</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2310";>eclipse-ee4j/eclipselink#2310</a></li>
   <li>[4.0] Issue <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2301";>#2301</a>
 - Sorting not honored with JPA and Oracle by <a 
href="https://github.com/Tomas-Kraus";><code>@​Tomas-Kraus</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2313";>eclipse-ee4j/eclipselink#2313</a></li>
   <li>[4.0] UUID field type mapping - PostgreSQLPlatform (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2284";>#2284</a>)
 - backport from master by <a 
href="https://github.com/rfelcman";><code>@​rfelcman</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2325";>eclipse-ee4j/eclipselink#2325</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/a96b873527f305f932543045c8679bb1de8d3a43";><code>a96b873</code></a>
 Fix <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2075";>#2075</a>
 Slow startup because of low entropy for PRNG (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2318";>#2318</a>)
 (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2335";>#2335</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/452ffdd42ee5e64ce901947c1b2a05c88341b9fa";><code>452ffdd</code></a>
 Fix calling stored procs on Postgres, and enable some tests (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2308";>#2308</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/3e6f9b31fe515a106f3a8960e9eb14b56112c2a0";><code>3e6f9b3</code></a>
 Execute 
org.eclipse.persistence.jpa.spring.test,org.eclipse.persistence.jpa.s...</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/cd067c25e4eae0734e94c672ed2e6813d304ee78";><code>cd067c2</code></a>
 NPE in QueryBasedValueHolder due to <a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2181";>#2181</a>
 - bugfix (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2330";>#2330</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/98f2c874c85a7e771f61fad67d6944bd549de1d9";><code>98f2c87</code></a>
 ConcurrencyException &quot;Max number of attempts to lock object&quot; in 
WriteLockMana...</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/0e339f7184d78b6d416165cd218425ebbc0ebd92";><code>0e339f7</code></a>
 DatasourceAccessor ReentrantLock fix plus new SpringBoot test (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2328";>#2328</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/73a4c11c19524be17f18fe0f3f3c07eeb7c47bdb";><code>73a4c11</code></a>
 UUID field type mapping - PostgreSQLPlatform (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2284";>#2284</a>)
 - backport from master (...</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/3e1380a97df11a7fe75878247790a8df0a565f35";><code>3e1380a</code></a>
 Sorting not honored with JPA and Oracle (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2313";>#2313</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/c812e66f3c6aed015c1da2438ee89232c214b5cb";><code>c812e66</code></a>
 Fix for ReportQuery not fetching relationships with BatchFetch.IN (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2310";>#2310</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/eclipselink/commit/2f323924e64cf936ebf593e4b97090cdf7cfdf63";><code>2f32392</code></a>
 ASM 9.7.1 upgrade (<a 
href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2291";>#2291</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.4...4.0.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.persistence:org.eclipse.persistence.moxy&package-manager=maven&previous-version=4.0.4&new-version=4.0.5)](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: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to