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

   Bumps `cxf.hibernate.em.version` from 6.6.29.Final to 7.1.4.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.6.29.Final to 7.1.4.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>
   <h1>Hibernate ORM 7.1.4.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.4.Final.</p>
   <p>You can find the full list of 7.1.4.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.4";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/userguide/html_single/Hibernate_User_Guide.html";>User
 Guide</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.jboss.org/hibernate/orm/7.1/incubating/incubating.txt";>incubating
 API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/deprecated/deprecated.txt";>deprecated
 API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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>
   <h1>Hibernate ORM 7.1.3.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.3.Final.</p>
   <p>You can find the full list of 7.1.3.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.3";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   </ul>
   <!-- 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.1.4/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.1.4.Final (October 12, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35519";>https://hibernate.atlassian.net/projects/HHH/versions/35519</a></p>
   <p>** Bug
   * [HHH-19851] - Session#findMultiple(EntityGraph...) fails for dynamic 
entities
   * [HHH-19848] - NPE when using MySQLLegacyDialect
   * [HHH-19840] - JDBC batching is not working with <a 
href="https://github.com/CreationTimestamp";><code>@​CreationTimestamp</code></a>
 and <a 
href="https://github.com/UpdateTimestamp";><code>@​UpdateTimestamp</code></a> 
from Hibernate 7
   * [HHH-19824] - DB2zDialect does not use correct querySequenceString on a 
DB2 on zOs
   * [HHH-19759] - joining a map key of basic type
   * [HHH-19723] - Hibernate-testing depends on outdated Jakarta libraries, 
leading to compilation issues for Jakarta Data repositories
   * [HHH-19630] - Hibernate Processor may fail if the return type is a single 
entity and annotated with multiple annotations
   * [HHH-19629] - Hibernate Processor may fail when repository method 
parameter has more than one annotation (e.g. multiple constraints)
   * [HHH-19393] - Hibernate Envers can not handle ID class if it is 
implemented as Java record
   * [HHH-19085] - NPE when using null value in CriteriaUpdate</p>
   <p>** Improvement
   * [HHH-19767] - Include license file in the META-INF of published 
artifacts</p>
   <h2>Changes in 7.1.3.Final (October 05, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35421";>https://hibernate.atlassian.net/projects/HHH/versions/35421</a></p>
   <p>** Improvement
   * [HHH-19825] - Add methods and change method access for Hibernate Reactive
   * [HHH-19717] - CockroachDB supports insert and update returning clause</p>
   <p>** Task
   * [HHH-19800] - Migrate to release scripts for documentation publishing</p>
   <p>** Bug
   * [HHH-18885] - ClassCastException with queued persist in an extra lazy Map
   * [HHH-19781] - Subsequent uses of Criteria SelectionSpecification lead to 
duplicated specifications</p>
   <h2>Changes in 7.1.2.Final (September 29, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35322";>https://hibernate.atlassian.net/projects/HHH/versions/35322</a></p>
   <p>** Bug
   * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE 
clause using the IN operator and NativeParameterMarkerStrategy
   * [HHH-19784] - Bytecode enhancement generates wrong field access method for 
classes in different JARs but with same package name deployed in the same EAR
   * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to 
bad performing queries
   * [HHH-19713] - Hibernate creates invalid SQLServer query when using 
pagination with Jakarta Data
   * [HHH-19681] - AssertionError on extract results from  array containing 
jsonb values</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/0a23603c2eb19edcf7ad4cf28c43792ee0582239";><code>0a23603</code></a>
 Pre-steps for release : <code>7.1.4.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c97bd5424e9a671bc93b49ae4c1362e536fd252f";><code>c97bd54</code></a>
 HHH-19824 Use correct DB2 z/os sequence query</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/900cbe8ac30689c50d326c963958c371b88092b0";><code>900cbe8</code></a>
 HHH-19840 Fix detection of post insert/update generated values</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a940f361c63589df89957639e4a5212e072a8b69";><code>a940f36</code></a>
 HHH-19840 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/941d89d7c0852ef64b5888b0fee31d6a5fc0f5de";><code>941d89d</code></a>
 HHH-19851 Handle the calls to Session#findMultiple(EntityGraph...) for 
dynami...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/092a767bb43c2fc8ba1cf8a99a807493aa116c11";><code>092a767</code></a>
 Fix Gradle plugin publishing credentials check</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e44a8c2c68341e9cf387c37583000dd38a1336e5";><code>e44a8c2</code></a>
 Fix check Gradle task graph contains  task</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/1df68f01f1bc60cd8895df94f88b137e3a9bf4d1";><code>1df68f0</code></a>
 HHH-19848 Avoid NPE in MySQLLegacyDialect</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7c27d091ca9445707daa02a93988e0cebbc3f491";><code>7c27d09</code></a>
 HHH-19688 - Moved test into the correct package (was located in package 
'x')</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/80756e10f932c5ec5f64a72af9d136518b392d8b";><code>80756e1</code></a>
 Update the changelog to match the released tasks</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.29...7.1.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.6.29.Final to 7.1.4.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>
   <h1>Hibernate ORM 7.1.4.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.4.Final.</p>
   <p>You can find the full list of 7.1.4.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.4";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/userguide/html_single/Hibernate_User_Guide.html";>User
 Guide</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.jboss.org/hibernate/orm/7.1/incubating/incubating.txt";>incubating
 API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/deprecated/deprecated.txt";>deprecated
 API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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>
   <h1>Hibernate ORM 7.1.3.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.3.Final.</p>
   <p>You can find the full list of 7.1.3.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.3";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   </ul>
   <!-- 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.1.4/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.1.4.Final (October 12, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35519";>https://hibernate.atlassian.net/projects/HHH/versions/35519</a></p>
   <p>** Bug
   * [HHH-19851] - Session#findMultiple(EntityGraph...) fails for dynamic 
entities
   * [HHH-19848] - NPE when using MySQLLegacyDialect
   * [HHH-19840] - JDBC batching is not working with <a 
href="https://github.com/CreationTimestamp";><code>@​CreationTimestamp</code></a>
 and <a 
href="https://github.com/UpdateTimestamp";><code>@​UpdateTimestamp</code></a> 
from Hibernate 7
   * [HHH-19824] - DB2zDialect does not use correct querySequenceString on a 
DB2 on zOs
   * [HHH-19759] - joining a map key of basic type
   * [HHH-19723] - Hibernate-testing depends on outdated Jakarta libraries, 
leading to compilation issues for Jakarta Data repositories
   * [HHH-19630] - Hibernate Processor may fail if the return type is a single 
entity and annotated with multiple annotations
   * [HHH-19629] - Hibernate Processor may fail when repository method 
parameter has more than one annotation (e.g. multiple constraints)
   * [HHH-19393] - Hibernate Envers can not handle ID class if it is 
implemented as Java record
   * [HHH-19085] - NPE when using null value in CriteriaUpdate</p>
   <p>** Improvement
   * [HHH-19767] - Include license file in the META-INF of published 
artifacts</p>
   <h2>Changes in 7.1.3.Final (October 05, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35421";>https://hibernate.atlassian.net/projects/HHH/versions/35421</a></p>
   <p>** Improvement
   * [HHH-19825] - Add methods and change method access for Hibernate Reactive
   * [HHH-19717] - CockroachDB supports insert and update returning clause</p>
   <p>** Task
   * [HHH-19800] - Migrate to release scripts for documentation publishing</p>
   <p>** Bug
   * [HHH-18885] - ClassCastException with queued persist in an extra lazy Map
   * [HHH-19781] - Subsequent uses of Criteria SelectionSpecification lead to 
duplicated specifications</p>
   <h2>Changes in 7.1.2.Final (September 29, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35322";>https://hibernate.atlassian.net/projects/HHH/versions/35322</a></p>
   <p>** Bug
   * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE 
clause using the IN operator and NativeParameterMarkerStrategy
   * [HHH-19784] - Bytecode enhancement generates wrong field access method for 
classes in different JARs but with same package name deployed in the same EAR
   * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to 
bad performing queries
   * [HHH-19713] - Hibernate creates invalid SQLServer query when using 
pagination with Jakarta Data
   * [HHH-19681] - AssertionError on extract results from  array containing 
jsonb values</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/0a23603c2eb19edcf7ad4cf28c43792ee0582239";><code>0a23603</code></a>
 Pre-steps for release : <code>7.1.4.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c97bd5424e9a671bc93b49ae4c1362e536fd252f";><code>c97bd54</code></a>
 HHH-19824 Use correct DB2 z/os sequence query</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/900cbe8ac30689c50d326c963958c371b88092b0";><code>900cbe8</code></a>
 HHH-19840 Fix detection of post insert/update generated values</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a940f361c63589df89957639e4a5212e072a8b69";><code>a940f36</code></a>
 HHH-19840 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/941d89d7c0852ef64b5888b0fee31d6a5fc0f5de";><code>941d89d</code></a>
 HHH-19851 Handle the calls to Session#findMultiple(EntityGraph...) for 
dynami...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/092a767bb43c2fc8ba1cf8a99a807493aa116c11";><code>092a767</code></a>
 Fix Gradle plugin publishing credentials check</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e44a8c2c68341e9cf387c37583000dd38a1336e5";><code>e44a8c2</code></a>
 Fix check Gradle task graph contains  task</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/1df68f01f1bc60cd8895df94f88b137e3a9bf4d1";><code>1df68f0</code></a>
 HHH-19848 Avoid NPE in MySQLLegacyDialect</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7c27d091ca9445707daa02a93988e0cebbc3f491";><code>7c27d09</code></a>
 HHH-19688 - Moved test into the correct package (was located in package 
'x')</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/80756e10f932c5ec5f64a72af9d136518b392d8b";><code>80756e1</code></a>
 Update the changelog to match the released tasks</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.29...7.1.4";>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