dependabot[bot] opened a new pull request, #2537: URL: https://github.com/apache/cxf/pull/2537
Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.0.9.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.0.9.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.0.9.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.9.Final.</p> <p>You can find the full list of 7.0.9.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.9">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html">Migration Guide</a> for details about migration from version 6.6 to 7.0.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.0/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/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.0.8.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.8.Final.</p> <p>You can find the full list of 7.0.8.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html">Migration Guide</a> for details about migration from version 6.6 to 7.0.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.0/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0.9/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.0.9.Final (August 03, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34496">https://hibernate.atlassian.net/projects/HHH/versions/34496</a></p> <p>** Bug * [HHH-19675] - JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types * [HHH-19666] - Oracle error for array_agg with element type not appearing as array in domain model * [HHH-19657] - OffsetDateTime in an array is handled incorrectly with setting hibernate.type.java_time_use_direct_jdbc=true * [HHH-19620] - Error resolving nested generic type variable arguments when using different identifiers * [HHH-19585] - Object relationship mapping issues | java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because "one" is null * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous * [HHH-19031] - Loading an Entity a second time when it contains an embedded object causes IllegalArgumentException * [HHH-18981] - IndexOutOfBoundsException when using arrayToString with arrayAgg * [HHH-18956] - Native query brace replacement breaks dollar quoted literals in 6.6+</p> <p>** Improvement * [HHH-19654] - Upgrade hibernate-models to 1.0.1 * [HHH-19641] - Upgrade to JUnit 5.13.4</p> <h2>Changes in 7.0.8.Final (July 27, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p> <p>** Bug * [HHH-19655] - Connection leak with PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD * [HHH-19651] - DB2 for i detection not working reliably * [HHH-19575] - empty Struct should be fetched intact or not null * [HHH-19524] - <a href="https://github.com/OneToOne"><code>@​OneToOne</code></a> relationship unnecessary joins in nativeQuery * [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob Column with Hibernate 6 on H2</p> <p>** Improvement * [HHH-19654] - Upgrade hibernate-models to 1.0.1</p> <p>** Task * [HHH-19639] - Add getter for EmbeddableFetchImpl#nullIndicatorResult</p> <h2>Changes in 7.0.7.Final (July 23, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p> <p>** Bug * [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow service override through parent * [HHH-19621] - SUBSTRING function for DB2i Series is broken * [HHH-19550] - Attribute join on correlated from node receives wrong root * [HHH-19457] - Inheritance with type JOINED not working in a related entity</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/15101bd042fe2d4ed29e5c76a92a4abc77689ef5"><code>15101bd</code></a> Pre-steps for release : <code>7.0.9.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7be01fc53ee1ebc381a0092b8dbd8f651c4af96"><code>e7be01f</code></a> HHH-19675 Fix <code>JdbcTypeRegistry#hasRegisteredDescriptor</code> for constructed types</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/656eb4db0c7ad04c9dcc0919612d8b6c46c315d9"><code>656eb4d</code></a> HHH-19666 Oracle error for array_agg with element type not appearing as array...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ca59579429943db8e00d805e7b93bc3e2a7c86e8"><code>ca59579</code></a> HHH-18981 Handle aggregate function arguments to array_to_string in H2 and HS...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a2782a6da58a8f838922fcb45869a3c49fb21e73"><code>a2782a6</code></a> HHH-18981 Ignore optional parameter(s) in org.hibernate.dialect.function.arra...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0520089e9b641f52dfb8d83b6df39dfab2ab7bf8"><code>0520089</code></a> HHH-18981 test reproducing the issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6c8ec4421296c1e1f91896ed465cdfbc3c46a2d1"><code>6c8ec44</code></a> HHH-19283: Gradle 8.14 test fixes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cc2df4b21e7aae46867d53ab93d588a1928b3aea"><code>cc2df4b</code></a> HHH-19641 Upgrade to JUnit 5.13.4</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b917a9f8b9218505b377930b072764a230d83896"><code>b917a9f</code></a> HHH-19579 Criteria update join - Column 'code' in SET is ambiguous</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4eb7f0ccaed7602894b03ea818c5de413f077b3f"><code>4eb7f0c</code></a> HHH-19579 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.9">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.0.9.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.0.9.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.9.Final.</p> <p>You can find the full list of 7.0.9.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.9">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html">Migration Guide</a> for details about migration from version 6.6 to 7.0.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.0/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/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.0.8.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.8.Final.</p> <p>You can find the full list of 7.0.8.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html">Migration Guide</a> for details about migration from version 6.6 to 7.0.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.0/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/7.0/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.0.9/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.0.9.Final (August 03, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34496">https://hibernate.atlassian.net/projects/HHH/versions/34496</a></p> <p>** Bug * [HHH-19675] - JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types * [HHH-19666] - Oracle error for array_agg with element type not appearing as array in domain model * [HHH-19657] - OffsetDateTime in an array is handled incorrectly with setting hibernate.type.java_time_use_direct_jdbc=true * [HHH-19620] - Error resolving nested generic type variable arguments when using different identifiers * [HHH-19585] - Object relationship mapping issues | java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because "one" is null * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous * [HHH-19031] - Loading an Entity a second time when it contains an embedded object causes IllegalArgumentException * [HHH-18981] - IndexOutOfBoundsException when using arrayToString with arrayAgg * [HHH-18956] - Native query brace replacement breaks dollar quoted literals in 6.6+</p> <p>** Improvement * [HHH-19654] - Upgrade hibernate-models to 1.0.1 * [HHH-19641] - Upgrade to JUnit 5.13.4</p> <h2>Changes in 7.0.8.Final (July 27, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p> <p>** Bug * [HHH-19655] - Connection leak with PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD * [HHH-19651] - DB2 for i detection not working reliably * [HHH-19575] - empty Struct should be fetched intact or not null * [HHH-19524] - <a href="https://github.com/OneToOne"><code>@​OneToOne</code></a> relationship unnecessary joins in nativeQuery * [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob Column with Hibernate 6 on H2</p> <p>** Improvement * [HHH-19654] - Upgrade hibernate-models to 1.0.1</p> <p>** Task * [HHH-19639] - Add getter for EmbeddableFetchImpl#nullIndicatorResult</p> <h2>Changes in 7.0.7.Final (July 23, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p> <p>** Bug * [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow service override through parent * [HHH-19621] - SUBSTRING function for DB2i Series is broken * [HHH-19550] - Attribute join on correlated from node receives wrong root * [HHH-19457] - Inheritance with type JOINED not working in a related entity</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/15101bd042fe2d4ed29e5c76a92a4abc77689ef5"><code>15101bd</code></a> Pre-steps for release : <code>7.0.9.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7be01fc53ee1ebc381a0092b8dbd8f651c4af96"><code>e7be01f</code></a> HHH-19675 Fix <code>JdbcTypeRegistry#hasRegisteredDescriptor</code> for constructed types</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/656eb4db0c7ad04c9dcc0919612d8b6c46c315d9"><code>656eb4d</code></a> HHH-19666 Oracle error for array_agg with element type not appearing as array...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ca59579429943db8e00d805e7b93bc3e2a7c86e8"><code>ca59579</code></a> HHH-18981 Handle aggregate function arguments to array_to_string in H2 and HS...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a2782a6da58a8f838922fcb45869a3c49fb21e73"><code>a2782a6</code></a> HHH-18981 Ignore optional parameter(s) in org.hibernate.dialect.function.arra...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0520089e9b641f52dfb8d83b6df39dfab2ab7bf8"><code>0520089</code></a> HHH-18981 test reproducing the issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6c8ec4421296c1e1f91896ed465cdfbc3c46a2d1"><code>6c8ec44</code></a> HHH-19283: Gradle 8.14 test fixes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cc2df4b21e7aae46867d53ab93d588a1928b3aea"><code>cc2df4b</code></a> HHH-19641 Upgrade to JUnit 5.13.4</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b917a9f8b9218505b377930b072764a230d83896"><code>b917a9f</code></a> HHH-19579 Criteria update join - Column 'code' in SET is ambiguous</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4eb7f0ccaed7602894b03ea818c5de413f077b3f"><code>4eb7f0c</code></a> HHH-19579 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.9">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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org