dependabot[bot] opened a new pull request, #2922: URL: https://github.com/apache/causeway/pull/2922
Bumps `eclipselink.version` from 4.0.5 to 4.0.6. Updates `org.eclipse.persistence:org.eclipse.persistence.jpa` from 4.0.5 to 4.0.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse-ee4j/eclipselink/releases">org.eclipse.persistence:org.eclipse.persistence.jpa's releases</a>.</em></p> <blockquote> <h2>4.0.6</h2> <h2>What's Changed</h2> <ul> <li>[4.0] Version change to 4.0.6-SNAPSHOT by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2337">eclipse-ee4j/eclipselink#2337</a></li> <li>[4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by <a href="https://github.com/ajaypaul-ibm"><code>@ajaypaul-ibm</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2344">eclipse-ee4j/eclipselink#2344</a></li> <li>[4.0] GitHub Actions upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2353">eclipse-ee4j/eclipselink#2353</a></li> <li>[4.0] Random JPA WDF test failures - TestFlush entity collisions by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2372">eclipse-ee4j/eclipselink#2372</a></li> <li>Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() with PESSIMISTIC_FORCE_INCREMENT) by <a href="https://github.com/jgallimore"><code>@jgallimore</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2371">eclipse-ee4j/eclipselink#2371</a></li> <li>[4.0] Initialize platform specific identity sequences for remote entity manager - bugfix (backport from master <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2357">#2357</a>) by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2381">eclipse-ee4j/eclipselink#2381</a></li> <li>[4.0] Clone batchQuery when executing to ensure nested batch fetches retain proper rows by <a href="https://github.com/Sheikah45"><code>@Sheikah45</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2386">eclipse-ee4j/eclipselink#2386</a></li> <li>[4.0] Postgres function calls with named parameters - 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/2389">eclipse-ee4j/eclipselink#2389</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2392">eclipse-ee4j/eclipselink#2392</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2394">eclipse-ee4j/eclipselink#2394</a></li> <li>[4.0] ASM 9.8.0 upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2395">eclipse-ee4j/eclipselink#2395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6">https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6</a></p> <h2>4.0.6-RC1</h2> <h2>What's Changed</h2> <ul> <li>[4.0] Version change to 4.0.6-SNAPSHOT by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2337">eclipse-ee4j/eclipselink#2337</a></li> <li>[4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by <a href="https://github.com/ajaypaul-ibm"><code>@ajaypaul-ibm</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2344">eclipse-ee4j/eclipselink#2344</a></li> <li>[4.0] GitHub Actions upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2353">eclipse-ee4j/eclipselink#2353</a></li> <li>[4.0] Random JPA WDF test failures - TestFlush entity collisions by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2372">eclipse-ee4j/eclipselink#2372</a></li> <li>Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() with PESSIMISTIC_FORCE_INCREMENT) by <a href="https://github.com/jgallimore"><code>@jgallimore</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2371">eclipse-ee4j/eclipselink#2371</a></li> <li>[4.0] Initialize platform specific identity sequences for remote entity manager - bugfix (backport from master <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2357">#2357</a>) by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2381">eclipse-ee4j/eclipselink#2381</a></li> <li>[4.0] Clone batchQuery when executing to ensure nested batch fetches retain proper rows by <a href="https://github.com/Sheikah45"><code>@Sheikah45</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2386">eclipse-ee4j/eclipselink#2386</a></li> <li>[4.0] Postgres function calls with named parameters - 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/2389">eclipse-ee4j/eclipselink#2389</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2392">eclipse-ee4j/eclipselink#2392</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2394">eclipse-ee4j/eclipselink#2394</a></li> <li>[4.0] ASM 9.8.0 upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2395">eclipse-ee4j/eclipselink#2395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6-RC1">https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6-RC1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/b9b1a3052f5ed8d3d838116c07fd4d6d6753df8b"><code>b9b1a30</code></a> ASM 9.8.0 upgrade (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2395">#2395</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/9c012a03d28011b738da2fbebef6dc278531d498"><code>9c012a0</code></a> Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2394">#2394</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/a46ac72f297675b5eba56d616f797aba703c12a2"><code>a46ac72</code></a> Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2392">#2392</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/ae0043ae4e647820a88802e045bc04a90d45cbcc"><code>ae0043a</code></a> Postgres function calls with named parameters - bugfix (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2389">#2389</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/d732cca47d80556e15ada8d6bc8cd27204d47845"><code>d732cca</code></a> Clone batchQuery when executing to ensure nested batch fetches retain proper ...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/44adc242c39d19a00da18d674dbea840aea3e69f"><code>44adc24</code></a> Initialize platform specific identity sequences for remote entity manager - b...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/f4cdaacf257b5578962dd9f90da73d6ce7072686"><code>f4cdaac</code></a> Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() ...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/3a9e112fe76e7dfa9152ecbf914e30196ed77f4a"><code>3a9e112</code></a> Random JPA WDF test failures - TestFlush and TestGetReference entity collisio...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/5a49a4666f76fc667b1dc10298629f27ee425944"><code>5a49a46</code></a> GitHub Actions upgrade (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2353">#2353</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/49613ed5271c11fbb5de9b99ea7a235192440c69"><code>49613ed</code></a> Improved messages in LogginLocalizationResource and ValidationExceptionResour...</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.persistence:org.eclipse.persistence.moxy` from 4.0.5 to 4.0.6 <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.6</h2> <h2>What's Changed</h2> <ul> <li>[4.0] Version change to 4.0.6-SNAPSHOT by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2337">eclipse-ee4j/eclipselink#2337</a></li> <li>[4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by <a href="https://github.com/ajaypaul-ibm"><code>@ajaypaul-ibm</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2344">eclipse-ee4j/eclipselink#2344</a></li> <li>[4.0] GitHub Actions upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2353">eclipse-ee4j/eclipselink#2353</a></li> <li>[4.0] Random JPA WDF test failures - TestFlush entity collisions by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2372">eclipse-ee4j/eclipselink#2372</a></li> <li>Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() with PESSIMISTIC_FORCE_INCREMENT) by <a href="https://github.com/jgallimore"><code>@jgallimore</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2371">eclipse-ee4j/eclipselink#2371</a></li> <li>[4.0] Initialize platform specific identity sequences for remote entity manager - bugfix (backport from master <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2357">#2357</a>) by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2381">eclipse-ee4j/eclipselink#2381</a></li> <li>[4.0] Clone batchQuery when executing to ensure nested batch fetches retain proper rows by <a href="https://github.com/Sheikah45"><code>@Sheikah45</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2386">eclipse-ee4j/eclipselink#2386</a></li> <li>[4.0] Postgres function calls with named parameters - 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/2389">eclipse-ee4j/eclipselink#2389</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2392">eclipse-ee4j/eclipselink#2392</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2394">eclipse-ee4j/eclipselink#2394</a></li> <li>[4.0] ASM 9.8.0 upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2395">eclipse-ee4j/eclipselink#2395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6">https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6</a></p> <h2>4.0.6-RC1</h2> <h2>What's Changed</h2> <ul> <li>[4.0] Version change to 4.0.6-SNAPSHOT by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2337">eclipse-ee4j/eclipselink#2337</a></li> <li>[4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by <a href="https://github.com/ajaypaul-ibm"><code>@ajaypaul-ibm</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2344">eclipse-ee4j/eclipselink#2344</a></li> <li>[4.0] GitHub Actions upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2353">eclipse-ee4j/eclipselink#2353</a></li> <li>[4.0] Random JPA WDF test failures - TestFlush entity collisions by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2372">eclipse-ee4j/eclipselink#2372</a></li> <li>Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() with PESSIMISTIC_FORCE_INCREMENT) by <a href="https://github.com/jgallimore"><code>@jgallimore</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2371">eclipse-ee4j/eclipselink#2371</a></li> <li>[4.0] Initialize platform specific identity sequences for remote entity manager - bugfix (backport from master <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2357">#2357</a>) by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2381">eclipse-ee4j/eclipselink#2381</a></li> <li>[4.0] Clone batchQuery when executing to ensure nested batch fetches retain proper rows by <a href="https://github.com/Sheikah45"><code>@Sheikah45</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2386">eclipse-ee4j/eclipselink#2386</a></li> <li>[4.0] Postgres function calls with named parameters - 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/2389">eclipse-ee4j/eclipselink#2389</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2392">eclipse-ee4j/eclipselink#2392</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2394">eclipse-ee4j/eclipselink#2394</a></li> <li>[4.0] ASM 9.8.0 upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2395">eclipse-ee4j/eclipselink#2395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6-RC1">https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6-RC1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/b9b1a3052f5ed8d3d838116c07fd4d6d6753df8b"><code>b9b1a30</code></a> ASM 9.8.0 upgrade (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2395">#2395</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/9c012a03d28011b738da2fbebef6dc278531d498"><code>9c012a0</code></a> Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2394">#2394</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/a46ac72f297675b5eba56d616f797aba703c12a2"><code>a46ac72</code></a> Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2392">#2392</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/ae0043ae4e647820a88802e045bc04a90d45cbcc"><code>ae0043a</code></a> Postgres function calls with named parameters - bugfix (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2389">#2389</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/d732cca47d80556e15ada8d6bc8cd27204d47845"><code>d732cca</code></a> Clone batchQuery when executing to ensure nested batch fetches retain proper ...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/44adc242c39d19a00da18d674dbea840aea3e69f"><code>44adc24</code></a> Initialize platform specific identity sequences for remote entity manager - b...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/f4cdaacf257b5578962dd9f90da73d6ce7072686"><code>f4cdaac</code></a> Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() ...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/3a9e112fe76e7dfa9152ecbf914e30196ed77f4a"><code>3a9e112</code></a> Random JPA WDF test failures - TestFlush and TestGetReference entity collisio...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/5a49a4666f76fc667b1dc10298629f27ee425944"><code>5a49a46</code></a> GitHub Actions upgrade (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2353">#2353</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/49613ed5271c11fbb5de9b99ea7a235192440c69"><code>49613ed</code></a> Improved messages in LogginLocalizationResource and ValidationExceptionResour...</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.persistence:org.eclipse.persistence.sdo` from 4.0.5 to 4.0.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse-ee4j/eclipselink/releases">org.eclipse.persistence:org.eclipse.persistence.sdo's releases</a>.</em></p> <blockquote> <h2>4.0.6</h2> <h2>What's Changed</h2> <ul> <li>[4.0] Version change to 4.0.6-SNAPSHOT by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2337">eclipse-ee4j/eclipselink#2337</a></li> <li>[4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by <a href="https://github.com/ajaypaul-ibm"><code>@ajaypaul-ibm</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2344">eclipse-ee4j/eclipselink#2344</a></li> <li>[4.0] GitHub Actions upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2353">eclipse-ee4j/eclipselink#2353</a></li> <li>[4.0] Random JPA WDF test failures - TestFlush entity collisions by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2372">eclipse-ee4j/eclipselink#2372</a></li> <li>Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() with PESSIMISTIC_FORCE_INCREMENT) by <a href="https://github.com/jgallimore"><code>@jgallimore</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2371">eclipse-ee4j/eclipselink#2371</a></li> <li>[4.0] Initialize platform specific identity sequences for remote entity manager - bugfix (backport from master <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2357">#2357</a>) by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2381">eclipse-ee4j/eclipselink#2381</a></li> <li>[4.0] Clone batchQuery when executing to ensure nested batch fetches retain proper rows by <a href="https://github.com/Sheikah45"><code>@Sheikah45</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2386">eclipse-ee4j/eclipselink#2386</a></li> <li>[4.0] Postgres function calls with named parameters - 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/2389">eclipse-ee4j/eclipselink#2389</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2392">eclipse-ee4j/eclipselink#2392</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2394">eclipse-ee4j/eclipselink#2394</a></li> <li>[4.0] ASM 9.8.0 upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2395">eclipse-ee4j/eclipselink#2395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6">https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6</a></p> <h2>4.0.6-RC1</h2> <h2>What's Changed</h2> <ul> <li>[4.0] Version change to 4.0.6-SNAPSHOT by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2337">eclipse-ee4j/eclipselink#2337</a></li> <li>[4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by <a href="https://github.com/ajaypaul-ibm"><code>@ajaypaul-ibm</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2344">eclipse-ee4j/eclipselink#2344</a></li> <li>[4.0] GitHub Actions upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2353">eclipse-ee4j/eclipselink#2353</a></li> <li>[4.0] Random JPA WDF test failures - TestFlush entity collisions by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2372">eclipse-ee4j/eclipselink#2372</a></li> <li>Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() with PESSIMISTIC_FORCE_INCREMENT) by <a href="https://github.com/jgallimore"><code>@jgallimore</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2371">eclipse-ee4j/eclipselink#2371</a></li> <li>[4.0] Initialize platform specific identity sequences for remote entity manager - bugfix (backport from master <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2357">#2357</a>) by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2381">eclipse-ee4j/eclipselink#2381</a></li> <li>[4.0] Clone batchQuery when executing to ensure nested batch fetches retain proper rows by <a href="https://github.com/Sheikah45"><code>@Sheikah45</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2386">eclipse-ee4j/eclipselink#2386</a></li> <li>[4.0] Postgres function calls with named parameters - 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/2389">eclipse-ee4j/eclipselink#2389</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2392">eclipse-ee4j/eclipselink#2392</a></li> <li>Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization by <a href="https://github.com/Tomas-Kraus"><code>@Tomas-Kraus</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2394">eclipse-ee4j/eclipselink#2394</a></li> <li>[4.0] ASM 9.8.0 upgrade by <a href="https://github.com/rfelcman"><code>@rfelcman</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/pull/2395">eclipse-ee4j/eclipselink#2395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6-RC1">https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6-RC1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/b9b1a3052f5ed8d3d838116c07fd4d6d6753df8b"><code>b9b1a30</code></a> ASM 9.8.0 upgrade (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2395">#2395</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/9c012a03d28011b738da2fbebef6dc278531d498"><code>9c012a0</code></a> Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2394">#2394</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/a46ac72f297675b5eba56d616f797aba703c12a2"><code>a46ac72</code></a> Issue <a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2391">#2391</a> - Fixed JTATransactionController JNDI initialization (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2392">#2392</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/ae0043ae4e647820a88802e045bc04a90d45cbcc"><code>ae0043a</code></a> Postgres function calls with named parameters - bugfix (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2389">#2389</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/d732cca47d80556e15ada8d6bc8cd27204d47845"><code>d732cca</code></a> Clone batchQuery when executing to ensure nested batch fetches retain proper ...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/44adc242c39d19a00da18d674dbea840aea3e69f"><code>44adc24</code></a> Initialize platform specific identity sequences for remote entity manager - b...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/f4cdaacf257b5578962dd9f90da73d6ce7072686"><code>f4cdaac</code></a> Don't validate if the only change is to a <a href="https://github.com/Version"><code>@Version</code></a> attribute (e.g. em.find() ...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/3a9e112fe76e7dfa9152ecbf914e30196ed77f4a"><code>3a9e112</code></a> Random JPA WDF test failures - TestFlush and TestGetReference entity collisio...</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/5a49a4666f76fc667b1dc10298629f27ee425944"><code>5a49a46</code></a> GitHub Actions upgrade (<a href="https://redirect.github.com/eclipse-ee4j/eclipselink/issues/2353">#2353</a>)</li> <li><a href="https://github.com/eclipse-ee4j/eclipselink/commit/49613ed5271c11fbb5de9b99ea7a235192440c69"><code>49613ed</code></a> Improved messages in LogginLocalizationResource and ValidationExceptionResour...</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/eclipselink/compare/4.0.5...4.0.6">compare view</a></li> </ul> </details> <br /> 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...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org