dependabot[bot] opened a new pull request, #1687: URL: https://github.com/apache/struts/pull/1687
Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.15.Final to 7.3.4.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.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> <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.3</h2> <h1>Hibernate ORM 7.3.3.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.3: 7.3.3.Final.</p> <p>You can find the full list of 7.3.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.3.3">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.4/changelog.txt">org.hibernate:hibernate-core's changelog</a>.</em></p> <blockquote> <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> <h2>Changes in 7.3.1.Final (April 10, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/38285">https://hibernate.atlassian.net/projects/HHH/versions/38285</a></p> <p>** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/hibernate/hibernate-orm/commit/14e46e53e645ce133d16e2fdd10ecb8713b707bd"><code>14e46e5</code></a> HHH-20265 Resolve type variables to bounds when no concrete type is given</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/294bc15695750d7a23b2ba9fed916532dfae5c17"><code>294bc15</code></a> Refactor container runtime detection and fix Podman-as-Docker defaults HHH-20358</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2af1af67d75a5562f36d425efef13733ba6e6325"><code>2af1af6</code></a> HHH-20341 Do not allow falling back to hitting Maven Central when setting MAV...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/85fa2881d8ab17cdb0e1f103945e182fda0534cb"><code>85fa288</code></a> HHH-20341 Fix syntax of maven mirror definition</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c17bd33732ac99ddd7791761787f64cb1b41efe9"><code>c17bd33</code></a> HHH-20341 Externalize Maven mirror configuration to an env variable</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/13a3d0543d4d6f14b89614bf1aaaf2c8b97fef0d"><code>13a3d05</code></a> HHH-20341: Use HTTPS for Maven mirror in integration tests</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.6.15...7.3.4">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]
