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

   Bumps `cxf.hibernate.em.version` from 6.6.34.Final to 7.1.7.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.6.34.Final to 7.1.7.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.1.7</h2>
   <h1>Hibernate ORM 7.1.7.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.</p>
   <p>You can find the full list of 7.1.7.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.7";>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.hibernate.org/orm/7.1/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.1/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.1/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/7.1/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.1/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.1/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/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.6.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.6.Final.</p>
   <p>You can find the full list of 7.1.6.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.6";>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>
   <!-- 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.7/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.1.7.Final (November 06, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35881";>https://hibernate.atlassian.net/projects/HHH/versions/35881</a></p>
   <p>** Bug
   * HHH-19887 Wrong ClassLoader used for Jackson Module discovery
   * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when 
TupleMetadata is null
   * HHH-18691 Envers cannot read revisions with records</p>
   <p>** Improvement
   * HHH-19913 Update the order of release steps and simplify the ORM build 
script</p>
   <p>Note: Please refer to JIRA to learn more about each issue.</p>
   <h2>Changes in 7.1.6.Final (November 02, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35783";>https://hibernate.atlassian.net/projects/HHH/versions/35783</a></p>
   <p>** Bug
   * [HHH-19883] - JOIN TREAT ignores predicates</p>
   <h2>Changes in 7.1.5.Final (October 27, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35716";>https://hibernate.atlassian.net/projects/HHH/versions/35716</a></p>
   <p>** Bug
   * [HHH-19888] - FetchPlusOffsetParameterBinder fails to apply static offset 
for root pagination
   * [HHH-19872] - CriteriaUpdate error updating generic field in <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a>
   * [HHH-19862] - Can't update converted column throught CriteriaUpdate#set( 
SingularAttribute&lt;? super T, Y&gt; attribute, X value);
   * [HHH-19813] - Incorrect default values for 'enableDirtyTracking' and 
'enableLazyInitialization' in hibernate-maven-plugin</p>
   <p>** Sub-task
   * [HHH-19820] - Make sure that the enhancer is not doing anything if all the 
enablement parameters are false
   * [HHH-19817] - Add the JavaDoc Style documentation appropriate for Maven 
Plugins
   * [HHH-19816] - Add Integration Tests for the Maven Enhance Plugin without 
using Maven Invoker
   * [HHH-19815] - Review and Complete the documentation of the Enhance Plugin 
in the User's Guide
   * [HHH-19814] - Document the Enhance Plugin changes in the Migration 
Guide</p>
   <p>** Task
   * [HHH-19889] - Mention third-party dialects throughout the documentation
   * [HHH-19869] - Regroup all dialect information under a single guide</p>
   <h2>Changes in 7.1.4.Final (October 12, 2025)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f916e1a1a85d343c52605b5e3da7195c0036a35c";><code>f916e1a</code></a>
 [Jenkins release job] Preparing release 7.1.7.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8e9fb1c7baa519fcc979d8bd8b9d911386aa7102";><code>8e9fb1c</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.1.7.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b10798e9b86ba5771a23d234ba4c3fafa083a470";><code>b10798e</code></a>
 Use an &quot;experimental&quot; version of the release scripts [HHH-19913]</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/4bfc70a1db8ab40e612012999d9d70f24c631153";><code>4bfc70a</code></a>
 Update the order of release steps and simplify the ORM build script 
[HHH-19913]</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e4e69fa3175b39517ddf22dc48e75085d7004835";><code>e4e69fa</code></a>
 HHH-19868 RowTransformerConstructorImpl throws NullPointerException when 
Tupl...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/46662c4fa485e910e41b9163f3955f903aba30d4";><code>46662c4</code></a>
 HHH-19868 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9484c66b615d213849aca20d40baca6cfe9fd4d8";><code>9484c66</code></a>
 HHH-18691 Add Record Classes Support to ComponentMetadataGenerator</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f3f1862c085610f6281a1249a3ab33fd2e0a3be9";><code>f3f1862</code></a>
 HHH-18691 Add Testcase for Get Property from Embedded Record</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/817b5b8eb6b2c3ae053df892ceff2d916148bf62";><code>817b5b8</code></a>
 Various fix for TimesTen Dialect, SqlAstTranslator, LimitHandler and 
Sequence...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/aaa43c2642dcd1ae5cee38500de1ddd95bb733ba";><code>aaa43c2</code></a>
 HHH-19887 Construct FormatMapper with context for AggregatedClassLoader 
access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.34...7.1.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.6.34.Final to 7.1.7.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.1.7</h2>
   <h1>Hibernate ORM 7.1.7.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.</p>
   <p>You can find the full list of 7.1.7.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.7";>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.hibernate.org/orm/7.1/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.1/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.1/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/7.1/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.1/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.1/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/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.6.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.6.Final.</p>
   <p>You can find the full list of 7.1.6.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.6";>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>
   <!-- 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.7/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.1.7.Final (November 06, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35881";>https://hibernate.atlassian.net/projects/HHH/versions/35881</a></p>
   <p>** Bug
   * HHH-19887 Wrong ClassLoader used for Jackson Module discovery
   * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when 
TupleMetadata is null
   * HHH-18691 Envers cannot read revisions with records</p>
   <p>** Improvement
   * HHH-19913 Update the order of release steps and simplify the ORM build 
script</p>
   <p>Note: Please refer to JIRA to learn more about each issue.</p>
   <h2>Changes in 7.1.6.Final (November 02, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35783";>https://hibernate.atlassian.net/projects/HHH/versions/35783</a></p>
   <p>** Bug
   * [HHH-19883] - JOIN TREAT ignores predicates</p>
   <h2>Changes in 7.1.5.Final (October 27, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35716";>https://hibernate.atlassian.net/projects/HHH/versions/35716</a></p>
   <p>** Bug
   * [HHH-19888] - FetchPlusOffsetParameterBinder fails to apply static offset 
for root pagination
   * [HHH-19872] - CriteriaUpdate error updating generic field in <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a>
   * [HHH-19862] - Can't update converted column throught CriteriaUpdate#set( 
SingularAttribute&lt;? super T, Y&gt; attribute, X value);
   * [HHH-19813] - Incorrect default values for 'enableDirtyTracking' and 
'enableLazyInitialization' in hibernate-maven-plugin</p>
   <p>** Sub-task
   * [HHH-19820] - Make sure that the enhancer is not doing anything if all the 
enablement parameters are false
   * [HHH-19817] - Add the JavaDoc Style documentation appropriate for Maven 
Plugins
   * [HHH-19816] - Add Integration Tests for the Maven Enhance Plugin without 
using Maven Invoker
   * [HHH-19815] - Review and Complete the documentation of the Enhance Plugin 
in the User's Guide
   * [HHH-19814] - Document the Enhance Plugin changes in the Migration 
Guide</p>
   <p>** Task
   * [HHH-19889] - Mention third-party dialects throughout the documentation
   * [HHH-19869] - Regroup all dialect information under a single guide</p>
   <h2>Changes in 7.1.4.Final (October 12, 2025)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f916e1a1a85d343c52605b5e3da7195c0036a35c";><code>f916e1a</code></a>
 [Jenkins release job] Preparing release 7.1.7.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8e9fb1c7baa519fcc979d8bd8b9d911386aa7102";><code>8e9fb1c</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.1.7.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b10798e9b86ba5771a23d234ba4c3fafa083a470";><code>b10798e</code></a>
 Use an &quot;experimental&quot; version of the release scripts [HHH-19913]</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/4bfc70a1db8ab40e612012999d9d70f24c631153";><code>4bfc70a</code></a>
 Update the order of release steps and simplify the ORM build script 
[HHH-19913]</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e4e69fa3175b39517ddf22dc48e75085d7004835";><code>e4e69fa</code></a>
 HHH-19868 RowTransformerConstructorImpl throws NullPointerException when 
Tupl...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/46662c4fa485e910e41b9163f3955f903aba30d4";><code>46662c4</code></a>
 HHH-19868 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9484c66b615d213849aca20d40baca6cfe9fd4d8";><code>9484c66</code></a>
 HHH-18691 Add Record Classes Support to ComponentMetadataGenerator</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f3f1862c085610f6281a1249a3ab33fd2e0a3be9";><code>f3f1862</code></a>
 HHH-18691 Add Testcase for Get Property from Embedded Record</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/817b5b8eb6b2c3ae053df892ceff2d916148bf62";><code>817b5b8</code></a>
 Various fix for TimesTen Dialect, SqlAstTranslator, LimitHandler and 
Sequence...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/aaa43c2642dcd1ae5cee38500de1ddd95bb733ba";><code>aaa43c2</code></a>
 HHH-19887 Construct FormatMapper with context for AggregatedClassLoader 
access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.34...7.1.7";>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