dependabot[bot] opened a new pull request, #2990: URL: https://github.com/apache/cxf/pull/2990
Bumps `cxf.hibernate.em.version` from 7.2.7.Final to 7.3.0.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.7.Final to 7.3.0.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> <h2>Release 7.3.0</h2> <h1>Hibernate ORM 7.3.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.</p> <p>You can find the full list of 7.3.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.3">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.3/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.hibernate.org/orm/7.3/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.3/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/javadocs">API docs</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.hibernate.org/orm/7.3/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.3/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.3/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> <h2>Release 7.3.0.CR2</h2> <h1>Hibernate ORM 7.3.0.CR2 released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.0.CR2.</p> <p>You can find the full list of 7.3.0.CR2 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.0.CR2">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.3">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.3/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.hibernate.org/orm/7.3/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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.3.0/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.3.0.Final (March 16, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37673">https://hibernate.atlassian.net/projects/HHH/versions/37673</a></p> <p>** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a <a href="https://github.com/AnyKeyJavaClass"><code>@AnyKeyJavaClass</code></a>(String.class) * HHH-20224 Exception when calling treat() twice * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when <a href="https://github.com/Converters"><code>@Converters</code></a> are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: <a href="https://github.com/Delete"><code>@Delete</code></a> methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create <!-- raw HTML omitted --> for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> <p>** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables</p> <h2>Changes in 7.3.0.CR2 (February 03, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37404">https://hibernate.atlassian.net/projects/HHH/versions/37404</a></p> <p>** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> mapping should respect <a href="https://github.com/JoinColumn"><code>@JoinColumn</code></a>(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections</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/a61e69fcd23df00d53c0e6a94ce8e6f020951d8c"><code>a61e69f</code></a> [Jenkins release job] Preparing release 7.3.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/db275bd585adb2f84f4474155472da90b3ccc451"><code>db275bd</code></a> [Jenkins release job] changelog.txt updated by release build 7.3.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/df7b40102c18605e9695813cdef974a2b973edaa"><code>df7b401</code></a> HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ad408953701d0b9e57bd31dce43e0d4299b37032"><code>ad40895</code></a> HHH-20253 Spotless apply</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ddb0eaa0a8e77a8d2d0deb0f5028e5af8c0d5473"><code>ddb0eaa</code></a> HHH-20253 Unit test</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4b2f3a77c7fe0447e67ad36b77593143e95ee90b"><code>4b2f3a7</code></a> HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c9e50b4b487dc93429ed9162b668776ffcc3b96"><code>4c9e50b</code></a> HHH-20229 Fix logging failure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1886ee4318fcbb01247593f5ffb869626046a9de"><code>1886ee4</code></a> HHH-20229 Add reproducer test for EntityPrinter failure with <a href="https://github.com/AnyKeyJavaClass"><code>@AnyKeyJavaClass</code></a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/58eaac71ccdbe5f4c57784e4dccd754f5e8164c9"><code>58eaac7</code></a> HHH-20224 Test and fix class cast exception when accessing cached association...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa13565ad797a80d0bd3f64c8b76b67d984ad720"><code>aa13565</code></a> Prep 7.3 release</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.7...7.3.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 7.2.7.Final to 7.3.0.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> <h2>Release 7.3.0</h2> <h1>Hibernate ORM 7.3.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.</p> <p>You can find the full list of 7.3.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.3">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.3/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.hibernate.org/orm/7.3/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.3/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.3/javadocs">API docs</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.hibernate.org/orm/7.3/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.3/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.3/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> <h2>Release 7.3.0.CR2</h2> <h1>Hibernate ORM 7.3.0.CR2 released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.0.CR2.</p> <p>You can find the full list of 7.3.0.CR2 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.0.CR2">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.3">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.3/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.hibernate.org/orm/7.3/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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.3.0/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.3.0.Final (March 16, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37673">https://hibernate.atlassian.net/projects/HHH/versions/37673</a></p> <p>** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a <a href="https://github.com/AnyKeyJavaClass"><code>@AnyKeyJavaClass</code></a>(String.class) * HHH-20224 Exception when calling treat() twice * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when <a href="https://github.com/Converters"><code>@Converters</code></a> are present * HHH-20187 NPE in BeanValidationEventListener with StatelessSession * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts * HHH-20164 Hibernate processor: <a href="https://github.com/Delete"><code>@Delete</code></a> methods not working outside of Jakarta Data repository * HHH-20163 Hibernate processor: nested types are visited twice * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause * HHH-20137 HbmXmlTransformer does not create <!-- raw HTML omitted --> for Element collections * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches * HHH-20010 Infinite loop with nested embeddable * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties * HHH-9499 MappingException when JOINED Inheritance and bidirectional references</p> <p>** Improvement * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups</p> <p>** Sub-task * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables</p> <h2>Changes in 7.3.0.CR2 (February 03, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37404">https://hibernate.atlassian.net/projects/HHH/versions/37404</a></p> <p>** Bug * HHH-20121 NPE when logging loaded values in follow-on locking post action * HHH-20118 Vector operator SQL templates miss parenthesis around * HHH-20107 SparseFloatVector and SparseDoubleVector accept invalid size <= 0 * HHH-20103 <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> mapping should respect <a href="https://github.com/JoinColumn"><code>@JoinColumn</code></a>(foreignKey) * HHH-20102 spec says LockTimeoutException + QueryTimeoutException should not be thrown on PostgreSQL * HHH-20101 Error persisting child entity of abstract generic entity * HHH-19715 read-only mode and collections</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/a61e69fcd23df00d53c0e6a94ce8e6f020951d8c"><code>a61e69f</code></a> [Jenkins release job] Preparing release 7.3.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/db275bd585adb2f84f4474155472da90b3ccc451"><code>db275bd</code></a> [Jenkins release job] changelog.txt updated by release build 7.3.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/df7b40102c18605e9695813cdef974a2b973edaa"><code>df7b401</code></a> HHH-20199 Test and fix duplicate converter issue with AdditionalMappingContri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ad408953701d0b9e57bd31dce43e0d4299b37032"><code>ad40895</code></a> HHH-20253 Spotless apply</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ddb0eaa0a8e77a8d2d0deb0f5028e5af8c0d5473"><code>ddb0eaa</code></a> HHH-20253 Unit test</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4b2f3a77c7fe0447e67ad36b77593143e95ee90b"><code>4b2f3a7</code></a> HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-plugin pl...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4c9e50b4b487dc93429ed9162b668776ffcc3b96"><code>4c9e50b</code></a> HHH-20229 Fix logging failure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1886ee4318fcbb01247593f5ffb869626046a9de"><code>1886ee4</code></a> HHH-20229 Add reproducer test for EntityPrinter failure with <a href="https://github.com/AnyKeyJavaClass"><code>@AnyKeyJavaClass</code></a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/58eaac71ccdbe5f4c57784e4dccd754f5e8164c9"><code>58eaac7</code></a> HHH-20224 Test and fix class cast exception when accessing cached association...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aa13565ad797a80d0bd3f64c8b76b67d984ad720"><code>aa13565</code></a> Prep 7.3 release</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.7...7.3.0">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 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]
