dependabot[bot] opened a new pull request, #2477: URL: https://github.com/apache/cxf/pull/2477
Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.0.3.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.0.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.0.3.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.3.Final.</p> <p>You can find the full list of 7.0.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.3">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.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.2.Final.</p> <p>You can find the full list of 7.0.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.3/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.0.3.Final (June 22, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33936">https://hibernate.atlassian.net/projects/HHH/versions/33936</a></p> <p>** Bug * [HHH-18774] - two bad bugs in cascade refresh</p> <p>** Task * [HHH-19548] - Upgrade to ByteBuddy 1.17.5 * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin</p> <h2>Changes in 7.0.2.Final (June 12, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p> <p>** Bug * [HHH-19533] - Implement equals() and hashCode() for NativeQueryConstructorTransformer * [HHH-19531] - Jakarta Data implementation casts StatlessSession to *Implementor interfaces * [HHH-19529] - Check bytecode generated classes with stable names class loaders * [HHH-19522] - upserts fail silently instead of throwing StaleObjectStateException</p> <p>** Improvement * [HHH-19532] - Add unwrap() method to StatelessSession/SharedSessionContract</p> <p>** Task * [HHH-19518] - Make hibernate-maven-plugin configuration parameters non-readonly</p> <h2>Changes in 7.0.1.Final (June 10, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p> <p>** Bug * [HHH-19528] - Version xml mapping is ignored * [HHH-19515] - PhysicalNamingStrategy called to produce a logical column name * [HHH-19495] - [Hibernate 7] - Extra update when mixing entity annotation with XML when a collection is dirty * [HHH-19490] - NPE when using array_position function * [HHH-19482] - entity assigned LockMode.READ when read outside transaction * [HHH-19480] - missing FK constraint for unidirectional <a href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a non-primary key * [HHH-19479] - single referenced column not marked unique * [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release * [HHH-19476] - claimEntityHolderIfPossible Assertion Error * [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities * [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object * [HHH-19463] - Hibernate processor silently ignores incorrect repository definitions (e.g. <a href="https://github.com/Save"><code>@Save</code></a> on non-entity type) * [HHH-19446] - [Regression] UnknownEntityException: Could not resolve root 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/8fef79fc7367d15384b592f2cb3a4ce74d1d4f8b"><code>8fef79f</code></a> Pre-steps for release : <code>7.0.3.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d1b44ae697b88208a480c355419d552f3fab572b"><code>d1b44ae</code></a> HHH-19548 Upgrade to ByteBuddy 1.17.5</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f183b6c3d49f8061bbd4015629827129d4265406"><code>f183b6c</code></a> HHH-19547 fix an exception message that has been fixed and unfixed many times</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7e199fe14b1ec4d3c115707fd485f18164fdcca9"><code>7e199fe</code></a> Allow builds with test jdk versions on PRs with custom labels</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/23ac16c2e6b14f9a8281bf2e7853ea46e5ece4e7"><code>23ac16c</code></a> Moved to Central publishing</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4b0ee0418dcb4a6ba664be2a042345a9f2abecc5"><code>4b0ee04</code></a> Post-steps for release : <code>7.0.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a> Pre-steps for release : <code>7.0.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a> HHH-19531 Prefer unwrap() to casting sessions in SelectionSpecification/Mutat...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a> HHH-19531 Test use of session proxies with SelectionSpecification/MutationSpe...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a> HHH-19532 Add unwrap() method to StatelessSession/SharedSessionContract</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.0.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.0.3.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.3.Final.</p> <p>You can find the full list of 7.0.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.3">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.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.2.Final.</p> <p>You can find the full list of 7.0.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.3/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.0.3.Final (June 22, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33936">https://hibernate.atlassian.net/projects/HHH/versions/33936</a></p> <p>** Bug * [HHH-18774] - two bad bugs in cascade refresh</p> <p>** Task * [HHH-19548] - Upgrade to ByteBuddy 1.17.5 * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin</p> <h2>Changes in 7.0.2.Final (June 12, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p> <p>** Bug * [HHH-19533] - Implement equals() and hashCode() for NativeQueryConstructorTransformer * [HHH-19531] - Jakarta Data implementation casts StatlessSession to *Implementor interfaces * [HHH-19529] - Check bytecode generated classes with stable names class loaders * [HHH-19522] - upserts fail silently instead of throwing StaleObjectStateException</p> <p>** Improvement * [HHH-19532] - Add unwrap() method to StatelessSession/SharedSessionContract</p> <p>** Task * [HHH-19518] - Make hibernate-maven-plugin configuration parameters non-readonly</p> <h2>Changes in 7.0.1.Final (June 10, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p> <p>** Bug * [HHH-19528] - Version xml mapping is ignored * [HHH-19515] - PhysicalNamingStrategy called to produce a logical column name * [HHH-19495] - [Hibernate 7] - Extra update when mixing entity annotation with XML when a collection is dirty * [HHH-19490] - NPE when using array_position function * [HHH-19482] - entity assigned LockMode.READ when read outside transaction * [HHH-19480] - missing FK constraint for unidirectional <a href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a non-primary key * [HHH-19479] - single referenced column not marked unique * [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release * [HHH-19476] - claimEntityHolderIfPossible Assertion Error * [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities * [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object * [HHH-19463] - Hibernate processor silently ignores incorrect repository definitions (e.g. <a href="https://github.com/Save"><code>@Save</code></a> on non-entity type) * [HHH-19446] - [Regression] UnknownEntityException: Could not resolve root 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/8fef79fc7367d15384b592f2cb3a4ce74d1d4f8b"><code>8fef79f</code></a> Pre-steps for release : <code>7.0.3.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d1b44ae697b88208a480c355419d552f3fab572b"><code>d1b44ae</code></a> HHH-19548 Upgrade to ByteBuddy 1.17.5</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f183b6c3d49f8061bbd4015629827129d4265406"><code>f183b6c</code></a> HHH-19547 fix an exception message that has been fixed and unfixed many times</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7e199fe14b1ec4d3c115707fd485f18164fdcca9"><code>7e199fe</code></a> Allow builds with test jdk versions on PRs with custom labels</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/23ac16c2e6b14f9a8281bf2e7853ea46e5ece4e7"><code>23ac16c</code></a> Moved to Central publishing</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4b0ee0418dcb4a6ba664be2a042345a9f2abecc5"><code>4b0ee04</code></a> Post-steps for release : <code>7.0.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a> Pre-steps for release : <code>7.0.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a> HHH-19531 Prefer unwrap() to casting sessions in SelectionSpecification/Mutat...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a> HHH-19531 Test use of session proxies with SelectionSpecification/MutationSpe...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a> HHH-19532 Add unwrap() method to StatelessSession/SharedSessionContract</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org