dependabot[bot] opened a new pull request, #2850: URL: https://github.com/apache/cxf/pull/2850
Bumps `cxf.hibernate.em.version` from 7.2.1.Final to 7.2.2.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.1.Final to 7.2.2.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-core's releases</a>.</em></p> <blockquote> <h2>Release 7.2.2</h2> <h1>Hibernate ORM 7.2.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.2.Final.</p> <p>You can find the full list of 7.2.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.2">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/whats-new/whats-new.html">What's New</a> guide for details about new features and capabilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/javadocs">API docs</a></li> </ul> <p>See also the following resources related to supported APIs:</p> <ul> <li>the <a href="https://hibernate.org/community/compatibility-policy/">compatibility policy</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/internals/internal.txt">internal API report</a> (internal packages, <code>@Internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.2.2/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.2.Final (January 27, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37206">https://hibernate.atlassian.net/projects/HHH/versions/37206</a></p> <p>** Bug * HHH-20095 New SchemaValidator nullability check should only consider explicitly declared nullability * HHH-20094 New SchemaValidator nullability check rejects Envers revtype column * HHH-20087 NPE with StatelessSession + Bean Validation * HHH-20069 <code>DB2iDialect.rowId</code> causes an error in merge queries * HHH-19999 Caching APIs use Comparator<?> for version comparison in Hibernate ORM 7.2.0.Final * HHH-19192 Bulk delete of owner with soft-delete element-collection physically deletes the collection rows * HHH-18835 AssertionError when executing insert-select</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/097f0f50f322e6a6cbc2cef070283a1ea2d3163f"><code>097f0f5</code></a> [Jenkins release job] Preparing release 7.2.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/8f48c23c3a2d431cf3c56b35fb1c9826d0fcb27d"><code>8f48c23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1161f12c65a34d57e699ba2db60cebc0b6366f0c"><code>1161f12</code></a> HHH-20095 Revert "HHH-3192 - SchemaValidator column nullability check"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/10ec66a3e3ba3c92cc7dbe89100c972ced185da6"><code>10ec66a</code></a> HHH-19999 migrate to Comparator<Object> in the caching APIs</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b6a1de41bc1a3a1af7ad53a5d535aca2dd82df3d"><code>b6a1de4</code></a> HHH-20087 Check if source is not null before converting it in AbstractSession...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2707480dcb1f720acc0f767a1d26743f3696a375"><code>2707480</code></a> HHH-19823, HHH-19822 add to what's new</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2f03b558d46a1e23f9757224217063cba90d0202"><code>2f03b55</code></a> HHH-20069 Remove usage of non-existing rowid_ column on DB2 for i and z/OS</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b1f490e096555ae8993306bf3d15ecc81d0e1924"><code>b1f490e</code></a> HHH-19192 prevent physically deleting collections when soft delete is set</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a5a189a393b32e205ee860e2e543ac858f7f65aa"><code>a5a189a</code></a> HHH-18835 Use multi-table insert also for generators that don't support bulk ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/178d0e3f9c34735d89e8bba55f5e7ff6ebc6c5b1"><code>178d0e3</code></a> HHH-18835 Test AssertionError for insert-select with table sequence</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.1...7.2.2">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 7.2.1.Final to 7.2.2.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-jcache's releases</a>.</em></p> <blockquote> <h2>Release 7.2.2</h2> <h1>Hibernate ORM 7.2.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.2.Final.</p> <p>You can find the full list of 7.2.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.2">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/whats-new/whats-new.html">What's New</a> guide for details about new features and capabilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/javadocs">API docs</a></li> </ul> <p>See also the following resources related to supported APIs:</p> <ul> <li>the <a href="https://hibernate.org/community/compatibility-policy/">compatibility policy</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/internals/internal.txt">internal API report</a> (internal packages, <code>@Internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.2.2/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.2.Final (January 27, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37206">https://hibernate.atlassian.net/projects/HHH/versions/37206</a></p> <p>** Bug * HHH-20095 New SchemaValidator nullability check should only consider explicitly declared nullability * HHH-20094 New SchemaValidator nullability check rejects Envers revtype column * HHH-20087 NPE with StatelessSession + Bean Validation * HHH-20069 <code>DB2iDialect.rowId</code> causes an error in merge queries * HHH-19999 Caching APIs use Comparator<?> for version comparison in Hibernate ORM 7.2.0.Final * HHH-19192 Bulk delete of owner with soft-delete element-collection physically deletes the collection rows * HHH-18835 AssertionError when executing insert-select</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/097f0f50f322e6a6cbc2cef070283a1ea2d3163f"><code>097f0f5</code></a> [Jenkins release job] Preparing release 7.2.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/8f48c23c3a2d431cf3c56b35fb1c9826d0fcb27d"><code>8f48c23</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1161f12c65a34d57e699ba2db60cebc0b6366f0c"><code>1161f12</code></a> HHH-20095 Revert "HHH-3192 - SchemaValidator column nullability check"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/10ec66a3e3ba3c92cc7dbe89100c972ced185da6"><code>10ec66a</code></a> HHH-19999 migrate to Comparator<Object> in the caching APIs</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b6a1de41bc1a3a1af7ad53a5d535aca2dd82df3d"><code>b6a1de4</code></a> HHH-20087 Check if source is not null before converting it in AbstractSession...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2707480dcb1f720acc0f767a1d26743f3696a375"><code>2707480</code></a> HHH-19823, HHH-19822 add to what's new</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2f03b558d46a1e23f9757224217063cba90d0202"><code>2f03b55</code></a> HHH-20069 Remove usage of non-existing rowid_ column on DB2 for i and z/OS</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b1f490e096555ae8993306bf3d15ecc81d0e1924"><code>b1f490e</code></a> HHH-19192 prevent physically deleting collections when soft delete is set</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a5a189a393b32e205ee860e2e543ac858f7f65aa"><code>a5a189a</code></a> HHH-18835 Use multi-table insert also for generators that don't support bulk ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/178d0e3f9c34735d89e8bba55f5e7ff6ebc6c5b1"><code>178d0e3</code></a> HHH-18835 Test AssertionError for insert-select with table sequence</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.1...7.2.2">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
