dependabot[bot] opened a new pull request, #2494: URL: https://github.com/apache/cxf/pull/2494
Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.0.4.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.0.4.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.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.4.Final.</p> <p>You can find the full list of 7.0.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.4">here</a>.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <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.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> <!-- 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.4/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.0.4.Final (June 30, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34000">https://hibernate.atlassian.net/projects/HHH/versions/34000</a></p> <p>** Bug * [HHH-19577] - BytecodeProviderImpl.SetPropertyValues wrongly emits duplicate stack map frames * [HHH-19573] - Presence of wrapper byte array pollutes BasicTypeRegistry * [HHH-19572] - NullPointerException when using where(List<!-- raw HTML omitted --> restrictions) method * [HHH-19571] - CloningPropertyCall causes non-deterministic bytecode for AccessOptimizer * [HHH-19570] - HQL with jpamodelgen fails compilation when querying by natural id named <code>id</code> * [HHH-19560] - TupleTransformer and ResultListTransformer trash the query interpretation cache * [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID * [HHH-19464] - Storing a binary data into BLOB on Oracle cutting off its content. * [HHH-18898] - Specific mistake in HQL gives NullPointerException in AbstractSqlAstTranslator * [HHH-18774] - two bad bugs in cascade refresh</p> <p>** Task * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1818e6043309297ce7a777e2d43e3f93977a121b"><code>1818e60</code></a> Pre-steps for release : <code>7.0.4.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cb87575935dba726206fa3c882cc34fd83bfac64"><code>cb87575</code></a> HHH-19577 Avoid duplicate stack map frames for SetPropertyValues</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3a46cfc49d0e24447412cbcb3454bd44f41f97b0"><code>3a46cfc</code></a> HHH-19573 Special case primitive type names for plural basic types</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9b28bb1e335f6c446f3f71e64c19700dbad45d30"><code>9b28bb1</code></a> HHH-19560 Remove TupleTransformer and ResultListTransformer from interpretati...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c1888a20daa1531d016c58e3c82acf38cace8a71"><code>c1888a2</code></a> Trigger Hibernate Search Update Dependency job when building ORM 7 patches</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/112c37c0baf8238f246963e16fab6ccbb844422f"><code>112c37c</code></a> HHH-19570 HQL with jpamodelgen fails compilation when querying by natural id ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00b149acc1a882a1d7dc1f264db1c8cba0ac4261"><code>00b149a</code></a> HHH-19572 test for where(List)</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa3f8df93c097cc235b61e2120b0c99c10007039"><code>aa3f8df</code></a> HHH-19572 fix where(List) and having(List)</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b2c3297b8053c731601817cad174343d9c266435"><code>b2c3297</code></a> HHH-19571 Make AccessOptimizer bytecode generation deterministic</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/fd070c25d285734cfe9fa1e144a7bd1b846bf04a"><code>fd070c2</code></a> Post-steps for release : <code>7.0.3.Final</code></li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.4">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.0.4.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.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.4.Final.</p> <p>You can find the full list of 7.0.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.4">here</a>.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <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.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> <!-- 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.4/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.0.4.Final (June 30, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/34000">https://hibernate.atlassian.net/projects/HHH/versions/34000</a></p> <p>** Bug * [HHH-19577] - BytecodeProviderImpl.SetPropertyValues wrongly emits duplicate stack map frames * [HHH-19573] - Presence of wrapper byte array pollutes BasicTypeRegistry * [HHH-19572] - NullPointerException when using where(List<!-- raw HTML omitted --> restrictions) method * [HHH-19571] - CloningPropertyCall causes non-deterministic bytecode for AccessOptimizer * [HHH-19570] - HQL with jpamodelgen fails compilation when querying by natural id named <code>id</code> * [HHH-19560] - TupleTransformer and ResultListTransformer trash the query interpretation cache * [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID * [HHH-19464] - Storing a binary data into BLOB on Oracle cutting off its content. * [HHH-18898] - Specific mistake in HQL gives NullPointerException in AbstractSqlAstTranslator * [HHH-18774] - two bad bugs in cascade refresh</p> <p>** Task * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1818e6043309297ce7a777e2d43e3f93977a121b"><code>1818e60</code></a> Pre-steps for release : <code>7.0.4.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cb87575935dba726206fa3c882cc34fd83bfac64"><code>cb87575</code></a> HHH-19577 Avoid duplicate stack map frames for SetPropertyValues</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3a46cfc49d0e24447412cbcb3454bd44f41f97b0"><code>3a46cfc</code></a> HHH-19573 Special case primitive type names for plural basic types</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9b28bb1e335f6c446f3f71e64c19700dbad45d30"><code>9b28bb1</code></a> HHH-19560 Remove TupleTransformer and ResultListTransformer from interpretati...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c1888a20daa1531d016c58e3c82acf38cace8a71"><code>c1888a2</code></a> Trigger Hibernate Search Update Dependency job when building ORM 7 patches</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/112c37c0baf8238f246963e16fab6ccbb844422f"><code>112c37c</code></a> HHH-19570 HQL with jpamodelgen fails compilation when querying by natural id ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00b149acc1a882a1d7dc1f264db1c8cba0ac4261"><code>00b149a</code></a> HHH-19572 test for where(List)</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa3f8df93c097cc235b61e2120b0c99c10007039"><code>aa3f8df</code></a> HHH-19572 fix where(List) and having(List)</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b2c3297b8053c731601817cad174343d9c266435"><code>b2c3297</code></a> HHH-19571 Make AccessOptimizer bytecode generation deterministic</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/fd070c25d285734cfe9fa1e144a7bd1b846bf04a"><code>fd070c2</code></a> Post-steps for release : <code>7.0.3.Final</code></li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.4">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