dependabot[bot] opened a new pull request, #2646: URL: https://github.com/apache/cxf/pull/2646
Bumps `cxf.hibernate.em.version` from 6.6.29.Final to 7.1.3.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.29.Final to 7.1.3.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.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> <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.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.2.Final.</p> <p>You can find the full list of 7.1.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.2">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.3/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <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</p> <p>** Task * [HHH-19800] - Migrate to release scripts for documentation publishing</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 * [HHH-19276] - Native query with enum list param leads to OutOfMemory</p> <h2>Changes in 7.1.1.Final (September 14, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34792">https://hibernate.atlassian.net/projects/HHH/versions/34792</a></p> <p>** Bug * [HHH-19756] - Invalid SQL generated when using treat() with joined = discriminator inheritance and same attribute names * [HHH-19753] - SelfRenderingSqmFunction equals/hashCode implementation not consistent with literals * [HHH-19750] - org.hibernate.sql.exec.ExecutionException when running CriteriaUpdate with specific attribute/parameter configuration * [HHH-19747] - Hibernate Envers can not handle <a href="https://github.com/EnumeratedValue"><code>@EnumeratedValue</code></a> annotation * [HHH-19745] - Equals implementation for SqmPath affects previous identity sensitive checks * [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException * [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password * [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails * [HHH-19732] - <a href="https://github.com/OnDelete"><code>@OnDelete</code></a> on owning collection reset when mapping bidirectional * [HHH-19729] - Column check constraint not correctly hoisted to table level * [HHH-19721] - Jakarta Data is missing from hibernate-platform (BOM) * [HHH-19719] - org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction#appendHqlString throws IndexOutOfBoundsException when has no arguments * [HHH-19716] - Collection event listeners may be missing collection owners in the persistent collection (PersistentCollection#getOwner==null) * [HHH-19712] - Column deduplication leads to wrong alias calculation for native query alias expansion * [HHH-19707] - Include value column name in TableStructure InitCommand<br /> * [HHH-19703] - NativeQueryImpl#addScalar(String, Class) fails when no JavaType is registered * [HHH-19699] - String JSON document writer code only runs with assertions * [HHH-19695] - Invalid SQL generated for FETCH FIRST/NEXT clause</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d82728fd72efc92599e31098cd9e05e866b3d593"><code>d82728f</code></a> Pre-steps for release : <code>7.1.3.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/8b96b01eb6991b728055e84d00ac0ac9d1eecbc5"><code>8b96b01</code></a> HHH-19825 Add methods and change method access for Hibernate Reactive</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b516a8107682349be327a1b0f38a03c441623f15"><code>b516a81</code></a> HHH-19781 Copy original criteria to avoid duplicated specifications</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2cfd7f24735bdb72da5c73fe6701ea38a7f1979f"><code>2cfd7f2</code></a> HHH-19781 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f9bb1855b66e67443e2458fcf70b15d0954b4579"><code>f9bb185</code></a> HHH-19717 CockroachDB supports insert and update returning clause</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/31cc6f8863ac66ddcd1d12f571f459450e48f524"><code>31cc6f8</code></a> HHH-18885 Introduce DelayedOperation.getAddedEntry() for maps</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/19351df959b40613af364a3b69be18b8398a895f"><code>19351df</code></a> HHH-19800 Migrate to release scripts for documentation publishing</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0505a0d53a7c631abf6e20e81d0e23f25e385316"><code>0505a0d</code></a> Post-steps for release : <code>7.1.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/848043ef9a6726d96c8dcc5ebe806ca82b2c2d55"><code>848043e</code></a> Pre-steps for release : <code>7.1.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/893cdfddbd8b660944ddab3ba224289ae4ca925a"><code>893cdfd</code></a> HHH-19681 - Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.29...7.1.3">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.29.Final to 7.1.3.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.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> <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.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.2.Final.</p> <p>You can find the full list of 7.1.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.2">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.3/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <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</p> <p>** Task * [HHH-19800] - Migrate to release scripts for documentation publishing</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 * [HHH-19276] - Native query with enum list param leads to OutOfMemory</p> <h2>Changes in 7.1.1.Final (September 14, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34792">https://hibernate.atlassian.net/projects/HHH/versions/34792</a></p> <p>** Bug * [HHH-19756] - Invalid SQL generated when using treat() with joined = discriminator inheritance and same attribute names * [HHH-19753] - SelfRenderingSqmFunction equals/hashCode implementation not consistent with literals * [HHH-19750] - org.hibernate.sql.exec.ExecutionException when running CriteriaUpdate with specific attribute/parameter configuration * [HHH-19747] - Hibernate Envers can not handle <a href="https://github.com/EnumeratedValue"><code>@EnumeratedValue</code></a> annotation * [HHH-19745] - Equals implementation for SqmPath affects previous identity sensitive checks * [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException * [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password * [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails * [HHH-19732] - <a href="https://github.com/OnDelete"><code>@OnDelete</code></a> on owning collection reset when mapping bidirectional * [HHH-19729] - Column check constraint not correctly hoisted to table level * [HHH-19721] - Jakarta Data is missing from hibernate-platform (BOM) * [HHH-19719] - org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction#appendHqlString throws IndexOutOfBoundsException when has no arguments * [HHH-19716] - Collection event listeners may be missing collection owners in the persistent collection (PersistentCollection#getOwner==null) * [HHH-19712] - Column deduplication leads to wrong alias calculation for native query alias expansion * [HHH-19707] - Include value column name in TableStructure InitCommand<br /> * [HHH-19703] - NativeQueryImpl#addScalar(String, Class) fails when no JavaType is registered * [HHH-19699] - String JSON document writer code only runs with assertions * [HHH-19695] - Invalid SQL generated for FETCH FIRST/NEXT clause</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d82728fd72efc92599e31098cd9e05e866b3d593"><code>d82728f</code></a> Pre-steps for release : <code>7.1.3.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/8b96b01eb6991b728055e84d00ac0ac9d1eecbc5"><code>8b96b01</code></a> HHH-19825 Add methods and change method access for Hibernate Reactive</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b516a8107682349be327a1b0f38a03c441623f15"><code>b516a81</code></a> HHH-19781 Copy original criteria to avoid duplicated specifications</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2cfd7f24735bdb72da5c73fe6701ea38a7f1979f"><code>2cfd7f2</code></a> HHH-19781 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f9bb1855b66e67443e2458fcf70b15d0954b4579"><code>f9bb185</code></a> HHH-19717 CockroachDB supports insert and update returning clause</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/31cc6f8863ac66ddcd1d12f571f459450e48f524"><code>31cc6f8</code></a> HHH-18885 Introduce DelayedOperation.getAddedEntry() for maps</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/19351df959b40613af364a3b69be18b8398a895f"><code>19351df</code></a> HHH-19800 Migrate to release scripts for documentation publishing</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0505a0d53a7c631abf6e20e81d0e23f25e385316"><code>0505a0d</code></a> Post-steps for release : <code>7.1.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/848043ef9a6726d96c8dcc5ebe806ca82b2c2d55"><code>848043e</code></a> Pre-steps for release : <code>7.1.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/893cdfddbd8b660944ddab3ba224289ae4ca925a"><code>893cdfd</code></a> HHH-19681 - Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.29...7.1.3">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]
