dependabot[bot] opened a new pull request, #1714: URL: https://github.com/apache/struts/pull/1714
Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.15.Final to 7.3.5.Final. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate:hibernate-core's releases</a>.</em></p> <blockquote> <h2>Release 7.3.5</h2> <h1>Hibernate ORM 7.3.5.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.5.Final.</p> <p>You can find the full list of 7.3.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.5">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.4</h2> <h1>Hibernate ORM 7.3.4.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.4.Final.</p> <p>You can find the full list of 7.3.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.4">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.5/changelog.txt">org.hibernate:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.3.5.Final (May 17, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39039">https://hibernate.atlassian.net/projects/HHH/versions/39039</a></p> <p>** Bug * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20357 Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance</p> <h2>Changes in 7.3.4.Final (May 10, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/38971">https://hibernate.atlassian.net/projects/HHH/versions/38971</a></p> <p>** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker * HHH-20276 IllegalArgumentException "X is not a subtype of X" when using <a href="https://github.com/ConverterRegistration"><code>@ConverterRegistration</code></a> with a generic entity * HHH-20265 StackOverflowError with multi-level generic inheritance hierarchy and attribute converters</p> <p>** Task * HHH-20341 Embedded MavenCli in integration tests cannot resolve plugins on Jenkins CI</p> <h2>Changes in 7.3.3.Final (May 03, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/38865">https://hibernate.atlassian.net/projects/HHH/versions/38865</a></p> <p>** Bug * HHH-20356 NPE when mapping embedded property as <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> * HHH-20302 Cannot use MAX with LocalDateTime and hibernate.type.java_time_use_direct_jdbc * HHH-20147 Hibernate fails to initialize when an entity with an IdClass has a singular attribute alongside join column * HHH-19020 NullPointerException in ClassPropertyHolder.addPropertyToMappedSuperclass()</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/53f714a5aa6459008fd36988a0df364700165c32"><code>53f714a</code></a> [Jenkins release job] Preparing release 7.3.5.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/49a6cb791f65572da5811fe42250484212a05916"><code>49a6cb7</code></a> [Jenkins release job] changelog.txt updated by release build 7.3.5.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/da86a84919fa5aa20c33e91d7a09d7b7a1799e12"><code>da86a84</code></a> HHH-20357 Stop reordering primary key columns based on component property ord...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/837967d944338d82e025861a5500978140e0597b"><code>837967d</code></a> TiDBDialect: Make CriteriaUpdateAndDeleteWithJoinTest pass</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2e7ae26a1b4242e0bdb67f4f37e540d91220faaf"><code>2e7ae26</code></a> HHH-20394 Limit CascadingFetchProfile.MERGE to cascade-reachable associations</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/44f0a8da40ab19bdbdb6f43865b371b0710f3583"><code>44f0a8d</code></a> [Jenkins release job] Preparing next development iteration</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e97129be3dc6393c2be60245ebb6e9e7a06e8dd0"><code>e97129b</code></a> [Jenkins release job] Preparing release 7.3.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/739de0beb44b562300ff6de9d158d80e18e63f8d"><code>739de0b</code></a> [Jenkins release job] changelog.txt updated by release build 7.3.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ba41f7b82678b4ad47cd716f1774a0a4fa02d41b"><code>ba41f7b</code></a> HHH-20276 Fix local unresolved generic type resolution</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/affcca53a42bb45cd198fba749e05eea94ba23e2"><code>affcca5</code></a> HHH-20276 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.6.15...7.3.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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]
