dependabot[bot] opened a new pull request, #2691: URL: https://github.com/apache/cxf/pull/2691
Bumps `cxf.hibernate.em.version` from 6.6.29.Final to 7.1.5.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.29.Final to 7.1.5.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.5.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.5.Final.</p> <p>You can find the full list of 7.1.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.5">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.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> </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.5/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <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<? super T, Y> 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> <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</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a6f574d74f2d8e2a1686cc047b6a5c6d66c19346"><code>a6f574d</code></a> Pre-steps for release : <code>7.1.5.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/faab01c5fb9213c8aed4efd4b44cd5cbe44089db"><code>faab01c</code></a> HHH-19869 Fix handling of dialect guide in release.gradle</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/03e6245561e0a9cd6cecec1ab4b8bab39d331b98"><code>03e6245</code></a> HHH-19814: Document the Enhance Plugin changes in the Migration Guide</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b3d410ba45484badf67929dd99ba4daad61c5c12"><code>b3d410b</code></a> HHH-19815: Review and Complete the documentation of the Enhance Plugin in the...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cd489f8218b15c7c34c1cb4d5969fa13b5f88f94"><code>cd489f8</code></a> HHH-19816: Add Integration Tests for the Maven Enhance Plugin without using M...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/08d53f432e181fef7798370a1a74b6b914e965b0"><code>08d53f4</code></a> HHH-19820: Make sure that the enhancer is not doing anything if all the enabl...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9a2e7b9c5545285becca49f39d5b381b74d6d693"><code>9a2e7b9</code></a> HHH-19817: Add the JavaDoc Style documentation appropriate for Maven Plugins</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/8c68c29940008ea6ceb07926106719f621f0b1a1"><code>8c68c29</code></a> HHH-19813: Fix the regression on the 'enableDirtyTracking' and 'enableLazyIni...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/892112066324343fecf35f1d1dba43fa078763d6"><code>8921120</code></a> HHH-19889 Mention third-party dialects throughout the documentation</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/295af4725e69eca20ff75728fbbf24b16165d301"><code>295af47</code></a> HHH-19872: CriteriaUpdate for generic fields</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.29...7.1.5">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.29.Final to 7.1.5.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.5.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.5.Final.</p> <p>You can find the full list of 7.1.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.5">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.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> </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.5/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <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<? super T, Y> 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> <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</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a6f574d74f2d8e2a1686cc047b6a5c6d66c19346"><code>a6f574d</code></a> Pre-steps for release : <code>7.1.5.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/faab01c5fb9213c8aed4efd4b44cd5cbe44089db"><code>faab01c</code></a> HHH-19869 Fix handling of dialect guide in release.gradle</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/03e6245561e0a9cd6cecec1ab4b8bab39d331b98"><code>03e6245</code></a> HHH-19814: Document the Enhance Plugin changes in the Migration Guide</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b3d410ba45484badf67929dd99ba4daad61c5c12"><code>b3d410b</code></a> HHH-19815: Review and Complete the documentation of the Enhance Plugin in the...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cd489f8218b15c7c34c1cb4d5969fa13b5f88f94"><code>cd489f8</code></a> HHH-19816: Add Integration Tests for the Maven Enhance Plugin without using M...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/08d53f432e181fef7798370a1a74b6b914e965b0"><code>08d53f4</code></a> HHH-19820: Make sure that the enhancer is not doing anything if all the enabl...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9a2e7b9c5545285becca49f39d5b381b74d6d693"><code>9a2e7b9</code></a> HHH-19817: Add the JavaDoc Style documentation appropriate for Maven Plugins</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/8c68c29940008ea6ceb07926106719f621f0b1a1"><code>8c68c29</code></a> HHH-19813: Fix the regression on the 'enableDirtyTracking' and 'enableLazyIni...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/892112066324343fecf35f1d1dba43fa078763d6"><code>8921120</code></a> HHH-19889 Mention third-party dialects throughout the documentation</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/295af4725e69eca20ff75728fbbf24b16165d301"><code>295af47</code></a> HHH-19872: CriteriaUpdate for generic fields</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.29...7.1.5">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]
