dependabot[bot] opened a new pull request, #2459: URL: https://github.com/apache/cxf/pull/2459
Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.0.2.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.0.2.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.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> <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.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.1.Final.</p> <p>You can find the full list of 7.0.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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.2/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <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 * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null * [HHH-19383] - validation of NativeQuery result mappings * [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy. * [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider <a href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a> * [HHH-18813] - DML update of secondary table column fails * [HHH-18252] - Support <a href="https://github.com/IdClass"><code>@IdClass</code></a> during annotation processing for Jakarta Data</p> <p>** Improvement * [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p> <p>** Patch</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a> HHH-19522 report failed optimistic lock checking for upsert()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a> HHH-19522 report failed optimistic lock checking for upsert()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a> use <a href="https://github.com/linkplain"><code>@linkplain</code></a> in jdoc</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a> HHH-19522 report failed optimistic lock checking for upsert()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a> Enable weekly releases (if there's something new) for branch 7.0</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a> Add methods to CompositeNestedGeneratedValueGenerator for Hibernate reactive</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.2">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.0.2.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.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> <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.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.1.Final.</p> <p>You can find the full list of 7.0.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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.2/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <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 * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null * [HHH-19383] - validation of NativeQuery result mappings * [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy. * [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider <a href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a> * [HHH-18813] - DML update of secondary table column fails * [HHH-18252] - Support <a href="https://github.com/IdClass"><code>@IdClass</code></a> during annotation processing for Jakarta Data</p> <p>** Improvement * [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p> <p>** Patch</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a> HHH-19522 report failed optimistic lock checking for upsert()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a> HHH-19522 report failed optimistic lock checking for upsert()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a> use <a href="https://github.com/linkplain"><code>@linkplain</code></a> in jdoc</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a> HHH-19522 report failed optimistic lock checking for upsert()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a> Enable weekly releases (if there's something new) for branch 7.0</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a> Add methods to CompositeNestedGeneratedValueGenerator for Hibernate reactive</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.2">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