dependabot[bot] opened a new pull request, #2603: URL: https://github.com/apache/cxf/pull/2603
Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.1.1.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.1.1.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.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.1.Final.</p> <p>You can find the full list of 7.1.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.1">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.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.0.Final.</p> <p>You can find the full list of 7.1.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.0">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.1/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <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 * [HHH-19688] - <a href="https://github.com/IdClass"><code>@IdClass</code></a> is ignored for classes that have a single id field * [HHH-19687] - Criteria query with lazy <a href="https://github.com/OneToOne"><code>@OneToOne</code></a> and <a href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> throws exception * [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> mapping leads to stack overflow * [HHH-19605] - Session.isDirty might return true when batch fetching entity with CacheConcurrencyStrategy.READ_WRITE * [HHH-19589] - <a href="https://github.com/Converter"><code>@Converter</code></a> does not take precedence over <a href="https://github.com/TypeRegistration"><code>@TypeRegistration</code></a> * [HHH-19453] - sequence support not working on db2 As400 7.3 * [HHH-19326] - Jakarta Data CrudRepository is generated without Types in UpdateAll, InsertAll and SaveAll Methods * [HHH-19201] - BlobProxy with InputStream reads whole stream into a byte array * [HHH-18686] - org.hibernate.tool.hbm2ddl.SchemaExport does not call orderColumns * [HHH-17522] - Support correlation of CTEs</p> <p>** Improvement * [HHH-19701] - MariaDB: "drop sequence" should add "if exists" * [HHH-19697] - Use case-insensitive Dialect query pattern matching * [HHH-19696] - Do not iterate over validated path in the TraversableResolver unless necessary</p> <p>** Task * [HHH-19692] - Drop org.hibernate.boot.jaxb.spi.XmlSource</p> <h2>Changes in 7.1.0.Final (August 08, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34726">https://hibernate.atlassian.net/projects/HHH/versions/34726</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/5143ad4083d1c3c557a30db8c03f243059db7d80"><code>5143ad4</code></a> Pre-steps for release : <code>7.1.1.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4abfb62cee5f2d49459bafc34e496fdd8f19fc7"><code>a4abfb6</code></a> HHH-19756 Improve sub-part resolution when specifying a treat type</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4274b7c2b63a6e17475f21fc5fabc06050c49229"><code>4274b7c</code></a> HHH-19756 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cf67bf4ca6c98d43d4092659e27d740ae1095191"><code>cf67bf4</code></a> HHH-19745 Use identity-sensitive collections for criteria query params</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9455a42cf1ff11784c5be5193d36a8956c79d8b7"><code>9455a42</code></a> HHH-19201 Avoid materializing byte[]/String for Blob/Clob when possible.</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c496a1b9fb05da99ae0c52a16f4431953e7b66ac"><code>c496a1b</code></a> HHH-19589 If property is annotated with <a href="https://github.com/Convert"><code>@Convert</code></a> do not check for (registered...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1adbcfaf90c805a646fe55bd96245ef766e253b6"><code>1adbcfa</code></a> HHH-19589 : Test demonstrating that <a href="https://github.com/Converter"><code>@Converter</code></a> is ignored when <a href="https://github.com/TypeRegistrat"><code>@TypeRegistrat</code></a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2f1b47d4bab3fd18f94a4a8365d6f3c492c9f90d"><code>2f1b47d</code></a> HHH-19745 Use identity sensitive collections/operations where necessary after...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/279a2060f70793e5db1df6ba659a7396d6e1e4f0"><code>279a206</code></a> Misc fixes for timestamp related intermittent test failures</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/15f3ef2782e4b4ae3d34803d8ef71934904d2b78"><code>15f3ef2</code></a> Enable weekly maintenance releases for 7.1</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.1.1.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.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.1.Final.</p> <p>You can find the full list of 7.1.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.1">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.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.0.Final.</p> <p>You can find the full list of 7.1.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.0">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.1/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <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 * [HHH-19688] - <a href="https://github.com/IdClass"><code>@IdClass</code></a> is ignored for classes that have a single id field * [HHH-19687] - Criteria query with lazy <a href="https://github.com/OneToOne"><code>@OneToOne</code></a> and <a href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> throws exception * [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> mapping leads to stack overflow * [HHH-19605] - Session.isDirty might return true when batch fetching entity with CacheConcurrencyStrategy.READ_WRITE * [HHH-19589] - <a href="https://github.com/Converter"><code>@Converter</code></a> does not take precedence over <a href="https://github.com/TypeRegistration"><code>@TypeRegistration</code></a> * [HHH-19453] - sequence support not working on db2 As400 7.3 * [HHH-19326] - Jakarta Data CrudRepository is generated without Types in UpdateAll, InsertAll and SaveAll Methods * [HHH-19201] - BlobProxy with InputStream reads whole stream into a byte array * [HHH-18686] - org.hibernate.tool.hbm2ddl.SchemaExport does not call orderColumns * [HHH-17522] - Support correlation of CTEs</p> <p>** Improvement * [HHH-19701] - MariaDB: "drop sequence" should add "if exists" * [HHH-19697] - Use case-insensitive Dialect query pattern matching * [HHH-19696] - Do not iterate over validated path in the TraversableResolver unless necessary</p> <p>** Task * [HHH-19692] - Drop org.hibernate.boot.jaxb.spi.XmlSource</p> <h2>Changes in 7.1.0.Final (August 08, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34726">https://hibernate.atlassian.net/projects/HHH/versions/34726</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/5143ad4083d1c3c557a30db8c03f243059db7d80"><code>5143ad4</code></a> Pre-steps for release : <code>7.1.1.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4abfb62cee5f2d49459bafc34e496fdd8f19fc7"><code>a4abfb6</code></a> HHH-19756 Improve sub-part resolution when specifying a treat type</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4274b7c2b63a6e17475f21fc5fabc06050c49229"><code>4274b7c</code></a> HHH-19756 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cf67bf4ca6c98d43d4092659e27d740ae1095191"><code>cf67bf4</code></a> HHH-19745 Use identity-sensitive collections for criteria query params</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9455a42cf1ff11784c5be5193d36a8956c79d8b7"><code>9455a42</code></a> HHH-19201 Avoid materializing byte[]/String for Blob/Clob when possible.</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c496a1b9fb05da99ae0c52a16f4431953e7b66ac"><code>c496a1b</code></a> HHH-19589 If property is annotated with <a href="https://github.com/Convert"><code>@Convert</code></a> do not check for (registered...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1adbcfaf90c805a646fe55bd96245ef766e253b6"><code>1adbcfa</code></a> HHH-19589 : Test demonstrating that <a href="https://github.com/Converter"><code>@Converter</code></a> is ignored when <a href="https://github.com/TypeRegistrat"><code>@TypeRegistrat</code></a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2f1b47d4bab3fd18f94a4a8365d6f3c492c9f90d"><code>2f1b47d</code></a> HHH-19745 Use identity sensitive collections/operations where necessary after...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/279a2060f70793e5db1df6ba659a7396d6e1e4f0"><code>279a206</code></a> Misc fixes for timestamp related intermittent test failures</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/15f3ef2782e4b4ae3d34803d8ef71934904d2b78"><code>15f3ef2</code></a> Enable weekly maintenance releases for 7.1</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.1.1">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]
