dependabot[bot] opened a new pull request, #3057: URL: https://github.com/apache/cxf/pull/3057
Bumps `cxf.hibernate.em.version` from 7.3.1.Final to 7.3.2.Final. Updates `org.hibernate.orm:hibernate-core` from 7.3.1.Final to 7.3.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> <h2>Release 7.3.2</h2> <h1>Hibernate ORM 7.3.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.2.Final.</p> <p>You can find the full list of 7.3.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.2">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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.3.2.Final (April 20, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/38725">https://hibernate.atlassian.net/projects/HHH/versions/38725</a></p> <p>** Bug * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20320 detached versioned entity parameter triggers auto-flush transient check * HHH-20317 Envers does not reflect <a href="https://github.com/DiscriminatorOptions"><code>@DiscriminatorOptions</code></a> for history entities * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails</p> <p>** Task * HHH-20334 Upgrade to Log4j 2.25.4</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/926b61c3decc2c4767d26b8caadb170ad5917df4"><code>926b61c</code></a> [Jenkins release job] Preparing release 7.3.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/70453b0c911737cc53f8de2ec15e4602b3aa56d8"><code>70453b0</code></a> [Jenkins release job] changelog.txt updated by release build 7.3.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/25d93fcf41f360679dbabf4496c35918228b7211"><code>25d93fc</code></a> HHH-20313 Fix JPA Criteria parameter type inference TCK failure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4f734eced25a99d9b3cffb05dc55b1098118f998"><code>4f734ec</code></a> HHH-20317 fix: Envers does not reflect <a href="https://github.com/DiscriminatorOptions"><code>@DiscriminatorOptions</code></a> for history enti...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7e04d5f1413f10ac8824a0a8658526cb1370f77c"><code>7e04d5f</code></a> Allow running the TCK manually</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aae3d0fe516f91d7578813b760e320edfcdb86c4"><code>aae3d0f</code></a> Add BytecodeEnhancedTestEngine support for JUnit 5.13 and older for JPA</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c0b77995f3a8c9b3303f6900246e5fad933a6bae"><code>c0b7799</code></a> Update to Jakarta Persistence TCK version 3.2.1</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6c7231949c0709351b5dc50b7553ad644aa067be"><code>6c72319</code></a> HHH-20321 Remove pointless schema management in TransactionCommitFailureTest</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/56cf9a1be2e1bd0ea9efcb5c64473dc6d65e2477"><code>56cf9a1</code></a> HHH-20321 Schema actions skipped when Metadata has no contributors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0c4f489342df7663af2a4d2ad79c6c20f07f0a28"><code>0c4f489</code></a> HHH-20334 Upgrade to Log4j 2.25.4</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 7.3.1.Final to 7.3.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> <h2>Release 7.3.2</h2> <h1>Hibernate ORM 7.3.2.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.2.Final.</p> <p>You can find the full list of 7.3.2.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.2">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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.3.2.Final (April 20, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/38725">https://hibernate.atlassian.net/projects/HHH/versions/38725</a></p> <p>** Bug * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20320 detached versioned entity parameter triggers auto-flush transient check * HHH-20317 Envers does not reflect <a href="https://github.com/DiscriminatorOptions"><code>@DiscriminatorOptions</code></a> for history entities * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails</p> <p>** Task * HHH-20334 Upgrade to Log4j 2.25.4</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/926b61c3decc2c4767d26b8caadb170ad5917df4"><code>926b61c</code></a> [Jenkins release job] Preparing release 7.3.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/70453b0c911737cc53f8de2ec15e4602b3aa56d8"><code>70453b0</code></a> [Jenkins release job] changelog.txt updated by release build 7.3.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/25d93fcf41f360679dbabf4496c35918228b7211"><code>25d93fc</code></a> HHH-20313 Fix JPA Criteria parameter type inference TCK failure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4f734eced25a99d9b3cffb05dc55b1098118f998"><code>4f734ec</code></a> HHH-20317 fix: Envers does not reflect <a href="https://github.com/DiscriminatorOptions"><code>@DiscriminatorOptions</code></a> for history enti...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7e04d5f1413f10ac8824a0a8658526cb1370f77c"><code>7e04d5f</code></a> Allow running the TCK manually</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/aae3d0fe516f91d7578813b760e320edfcdb86c4"><code>aae3d0f</code></a> Add BytecodeEnhancedTestEngine support for JUnit 5.13 and older for JPA</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c0b77995f3a8c9b3303f6900246e5fad933a6bae"><code>c0b7799</code></a> Update to Jakarta Persistence TCK version 3.2.1</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6c7231949c0709351b5dc50b7553ad644aa067be"><code>6c72319</code></a> HHH-20321 Remove pointless schema management in TransactionCommitFailureTest</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/56cf9a1be2e1bd0ea9efcb5c64473dc6d65e2477"><code>56cf9a1</code></a> HHH-20321 Schema actions skipped when Metadata has no contributors</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0c4f489342df7663af2a4d2ad79c6c20f07f0a28"><code>0c4f489</code></a> HHH-20334 Upgrade to Log4j 2.25.4</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.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 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]
