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

   Bumps `cxf.hibernate.em.version` from 7.1.11.Final to 7.2.0.Final.
   Updates `org.hibernate.orm:hibernate-core` from 7.1.11.Final to 7.2.0.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.0</h2>
   <h1>Hibernate ORM 7.2.0.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.0.Final.</p>
   <p>You can find the full list of 7.2.0.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.0";>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>
   <h2>Release 7.2.0.CR4</h2>
   <h1>Hibernate ORM 7.2.0.CR4 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.0.CR4.</p>
   <p>You can find the full list of 7.2.0.CR4 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.0.CR4";>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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/blob/7.2.0/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.2.0.Final (December 12, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36806";>https://hibernate.atlassian.net/projects/HHH/versions/36806</a></p>
   <h2>Changes in 7.2.0.CR4 (December 10, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36476";>https://hibernate.atlassian.net/projects/HHH/versions/36476</a></p>
   <p>** Bug
   * HHH-19980 In JTA after-completion callbacks may get ignored
   * HHH-19979 processor should handle <a 
href="https://github.com/NamedEntityGraph";><code>@​NamedEntityGraph</code></a> 
with defaulted name
   * HHH-19975 Calling entityManager.find(clazz, id) with null id throws 
NullPointerException
   * HHH-19972 OptionalTableUpdateOperation can fail on PostgreSQL &lt; 15 and 
CockroachDB
   * HHH-19963 Wrong references in entity fields with circular associations
   * HHH-19958 <code>&lt;generated&gt;</code> tag in orm.xml is not implemented
   * HHH-19955 Thread-safety issue in EntityEntryContext resulting in 
NullPointerException for Session.contains() calls.
   * HHH-19843 Bean Validation may fail on operations with stateless session
   * HHH-18871 Nested NativeQuery mappings causing 'Could not locate 
TableGroup' exception after migration
   * HHH-18217 StatelessSession.upsert() for entity with all-null non-id 
fields, or no non-id field</p>
   <p>** Improvement
   * HHH-19943 Comparison of generic nested EmbeddedId's fails for JPQL and 
Criteria API
   * HHH-19215 Extends Dialect#addQueryHints to support straight_join syntax</p>
   <h2>Changes in 7.2.0.CR3 (November 25, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36014";>https://hibernate.atlassian.net/projects/HHH/versions/36014</a></p>
   <p>** Bug
   * HHH-19939 broken caching for MERGE and REFRESH load plans
   * HHH-19937 duplicate version check after refresh
   * HHH-19936 Parameter casts for by-id lookups don't take column definition 
into account
   * HHH-19932 NullPointerException in SqmInterpretationsKey::toString
   * HHH-19926 NullPointerException when executing JPQL IN clause with null 
parameter on entity association
   * HHH-19925 Locking root(s) should be based on select-clause, not from-clause
   * HHH-19924 Session#find with LockMode.UPGRADE_NOWAIT casues AssetionError 
when no entity with the provided id exists in the database
   * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing
   * HHH-19918 Avoid reflection when instantiating known FormatMapper
   * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing 
detached instance
   * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly
   * HHH-19905 Implicit join re-use with nested inner and left joins causes 
ParsingException
   * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities 
with composite keys for multiple variants of DB2
   * HHH-19758 HQL parse failure with SLL can lead to wrong parse
   * HHH-19749 [Oracle] Merge with <a 
href="https://github.com/SecondaryTable";><code>@​SecondaryTable</code></a> may 
generate invalid NUMERIC type casts</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6f77c21e7e7dcf712b740c44b4437946ffdce23c";><code>6f77c21</code></a>
 [Jenkins release job] Preparing release 7.2.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6f9e75efd72c4a8fc83d12bdcfc49e43069ea3c9";><code>6f9e75e</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.2.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a182a1017f8088d3980a68726ba6eaaf72d05317";><code>a182a10</code></a>
 Revert &quot;HHH-7287 - Problem in caching proper natural-id-values when 
obtaining...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6a7ba409ee0428bc172b493159c0df7bf3617dde";><code>6a7ba40</code></a>
 Revert &quot;HHH-7287 - Problem in caching proper natural-id-values when 
obtaining...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/1c98c9e9c720d0be67733875b165fc5a3ebb9725";><code>1c98c9e</code></a>
 Revert &quot;HHH-3192 - SchemaValidator column nullability check&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5612c9b1d9ddd2ef7ad5497aed27f1d2154909d1";><code>5612c9b</code></a>
 Revert &quot;Workaround JDK 17 javac bug for switch expression 
compilation&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6e1ae87f2f024607052c29851481f7409b80a252";><code>6e1ae87</code></a>
 Revert &quot;HHH-19976 Don't adopt AdjustableBasicType name to create derived 
type&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/432831360342f8ecd12b0194b93721cc8ca04b2e";><code>4328313</code></a>
 HHH-19976 Don't adopt AdjustableBasicType name to create derived type</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/64a86dcd454c9d75cd26242922e02e637eeee5e9";><code>64a86dc</code></a>
 Workaround JDK 17 javac bug for switch expression compilation</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/3b8dc32ff6755374bfe971b5f72a10a5aa5d5079";><code>3b8dc32</code></a>
 HHH-3192 - SchemaValidator column nullability check</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.1.11...7.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 7.1.11.Final to 7.2.0.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.0</h2>
   <h1>Hibernate ORM 7.2.0.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.0.Final.</p>
   <p>You can find the full list of 7.2.0.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.0";>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>
   <h2>Release 7.2.0.CR4</h2>
   <h1>Hibernate ORM 7.2.0.CR4 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.0.CR4.</p>
   <p>You can find the full list of 7.2.0.CR4 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.0.CR4";>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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/blob/7.2.0/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.2.0.Final (December 12, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36806";>https://hibernate.atlassian.net/projects/HHH/versions/36806</a></p>
   <h2>Changes in 7.2.0.CR4 (December 10, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36476";>https://hibernate.atlassian.net/projects/HHH/versions/36476</a></p>
   <p>** Bug
   * HHH-19980 In JTA after-completion callbacks may get ignored
   * HHH-19979 processor should handle <a 
href="https://github.com/NamedEntityGraph";><code>@​NamedEntityGraph</code></a> 
with defaulted name
   * HHH-19975 Calling entityManager.find(clazz, id) with null id throws 
NullPointerException
   * HHH-19972 OptionalTableUpdateOperation can fail on PostgreSQL &lt; 15 and 
CockroachDB
   * HHH-19963 Wrong references in entity fields with circular associations
   * HHH-19958 <code>&lt;generated&gt;</code> tag in orm.xml is not implemented
   * HHH-19955 Thread-safety issue in EntityEntryContext resulting in 
NullPointerException for Session.contains() calls.
   * HHH-19843 Bean Validation may fail on operations with stateless session
   * HHH-18871 Nested NativeQuery mappings causing 'Could not locate 
TableGroup' exception after migration
   * HHH-18217 StatelessSession.upsert() for entity with all-null non-id 
fields, or no non-id field</p>
   <p>** Improvement
   * HHH-19943 Comparison of generic nested EmbeddedId's fails for JPQL and 
Criteria API
   * HHH-19215 Extends Dialect#addQueryHints to support straight_join syntax</p>
   <h2>Changes in 7.2.0.CR3 (November 25, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36014";>https://hibernate.atlassian.net/projects/HHH/versions/36014</a></p>
   <p>** Bug
   * HHH-19939 broken caching for MERGE and REFRESH load plans
   * HHH-19937 duplicate version check after refresh
   * HHH-19936 Parameter casts for by-id lookups don't take column definition 
into account
   * HHH-19932 NullPointerException in SqmInterpretationsKey::toString
   * HHH-19926 NullPointerException when executing JPQL IN clause with null 
parameter on entity association
   * HHH-19925 Locking root(s) should be based on select-clause, not from-clause
   * HHH-19924 Session#find with LockMode.UPGRADE_NOWAIT casues AssetionError 
when no entity with the provided id exists in the database
   * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing
   * HHH-19918 Avoid reflection when instantiating known FormatMapper
   * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing 
detached instance
   * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly
   * HHH-19905 Implicit join re-use with nested inner and left joins causes 
ParsingException
   * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities 
with composite keys for multiple variants of DB2
   * HHH-19758 HQL parse failure with SLL can lead to wrong parse
   * HHH-19749 [Oracle] Merge with <a 
href="https://github.com/SecondaryTable";><code>@​SecondaryTable</code></a> may 
generate invalid NUMERIC type casts</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6f77c21e7e7dcf712b740c44b4437946ffdce23c";><code>6f77c21</code></a>
 [Jenkins release job] Preparing release 7.2.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6f9e75efd72c4a8fc83d12bdcfc49e43069ea3c9";><code>6f9e75e</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.2.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a182a1017f8088d3980a68726ba6eaaf72d05317";><code>a182a10</code></a>
 Revert &quot;HHH-7287 - Problem in caching proper natural-id-values when 
obtaining...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6a7ba409ee0428bc172b493159c0df7bf3617dde";><code>6a7ba40</code></a>
 Revert &quot;HHH-7287 - Problem in caching proper natural-id-values when 
obtaining...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/1c98c9e9c720d0be67733875b165fc5a3ebb9725";><code>1c98c9e</code></a>
 Revert &quot;HHH-3192 - SchemaValidator column nullability check&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5612c9b1d9ddd2ef7ad5497aed27f1d2154909d1";><code>5612c9b</code></a>
 Revert &quot;Workaround JDK 17 javac bug for switch expression 
compilation&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6e1ae87f2f024607052c29851481f7409b80a252";><code>6e1ae87</code></a>
 Revert &quot;HHH-19976 Don't adopt AdjustableBasicType name to create derived 
type&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/432831360342f8ecd12b0194b93721cc8ca04b2e";><code>4328313</code></a>
 HHH-19976 Don't adopt AdjustableBasicType name to create derived type</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/64a86dcd454c9d75cd26242922e02e637eeee5e9";><code>64a86dc</code></a>
 Workaround JDK 17 javac bug for switch expression compilation</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/3b8dc32ff6755374bfe971b5f72a10a5aa5d5079";><code>3b8dc32</code></a>
 HHH-3192 - SchemaValidator column nullability check</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.1.11...7.2.0";>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]

Reply via email to