dependabot[bot] opened a new pull request, #1747: URL: https://github.com/apache/struts/pull/1747
Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.15.Final to 7.4.1.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.4.1</h2> <h1>Hibernate ORM 7.4.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.1.Final.</p> <p>You can find the full list of 7.4.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4.0</h2> <h1>Hibernate ORM 7.4.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.Final.</p> <p>You can find the full list of 7.4.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4.1/changelog.txt">org.hibernate:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.1.Final (June 09, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39004">https://hibernate.atlassian.net/projects/HHH/versions/39004</a></p> <p>** Bug * HHH-20537 XML embeddable mapping ignores access attribute when processing attributes * HHH-20536 <!-- raw HTML omitted --> and <!-- raw HTML omitted --> element inside <!-- raw HTML omitted --> are silently ignored in XML mappings * HHH-20518 After updating from 7.3.6 to 7.4.0 hibernate enhance fails * HHH-20517 FOR UPDATE ... SKIP LOCKED on Oracle 23+ fails if there's a lob column * HHH-20514 XML mapping does not apply optimistic-lock attribute for <!-- raw HTML omitted --> associations * HHH-20513 XML entity mapping ignores <code><mutable>false</mutable></code> configuration * HHH-20504 DataException (Parameter is not set) when updating only a collection of a versioned entity with with a <a href="https://github.com/SQLUpdate"><code>@SQLUpdate</code></a> * HHH-20500 SchemaManager#truncate(String tableName) fails with UnsupportedOperationException * HHH-20499 Ensure LONG32 JdbcType with LOB DDL type, bound via setString, are treated as LOBs * HHH-20498 Unnest on HANA uses clob/nclob for xmltable that is not supported * HHH-20484 HbmXmlTransformer Generates Invalid <!-- raw HTML omitted --> for <!-- raw HTML omitted --> * HHH-20483 HbmXmlTransformer removes quotes from table names * HHH-20481 HbmXmlTransformer should normalize <!-- raw HTML omitted --> type attribute values to Java type names during XML Conversion * HHH-20477 HbmXmlTransformer Ignores Cascade Attributes for <!-- raw HTML omitted --> Mappings * HHH-20465 Full Stateless Session mutation support for <a href="https://github.com/Audited"><code>@Audited</code></a> entities * HHH-20453 Combining <a href="https://github.com/Temporal"><code>@Temporal</code></a> entity mappings and a <a href="https://github.com/Changelog"><code>@Changelog</code></a> leads to CCE * HHH-20386 Metamodel generator / Processor loses generic type parameter for Set<!-- raw HTML omitted --> in Hibernate 7 * HHH-20159 Wrong aliases in tuple transformer</p> <p>** Improvement * HHH-20495 Make sure we release resources (if needed) after stateless session operations</p> <h2>Changes in 7.4.0.Final (May 26, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39172">https://hibernate.atlassian.net/projects/HHH/versions/39172</a></p> <p>** Bug * HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <!-- raw HTML omitted --> association with a property-ref attribute. * HHH-20451 Hbm <!-- raw HTML omitted --> is ignored during HbmXmlTransformer conversion * HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> default * 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 * HHH-20324 AnnotationException: overrides mapping specified using '<a href="https://github.com/JoinColumnOrFormula"><code>@JoinColumnOrFormula</code></a>' thrown when join column is overridden via XML mapping * HHH-20125 ClassCastException on merge during polymorphic embeddable replace * HHH-19214 Record as <a href="https://github.com/IdClass"><code>@IdClass</code></a> - some tests are failing when record componets of ID class are not alphabetically sorted, but passing when sorted</p> <p>** Improvement * HHH-20432 Increase the minimum container / worker threads to 4 to reduce build time * HHH-20423 Relax the strict JPQL compliance and make <code>select</code> optional * HHH-20419 Make BytecodeEnhancedTestEngine better compatible with Maven's parallel test execution * HHH-19417 FetchProfile not properly overridden in mapping.xml</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e4d1f9234fd4fa5cbdd960e0a4c65dc94a521368"><code>e4d1f92</code></a> [Jenkins release job] Preparing release 7.4.1.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f1ec2aef27910ba65c8b44695f452201cc7ae97b"><code>f1ec2ae</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.1.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/79527f1e0fa4a8b47ea2e3d78988c419a628ede4"><code>79527f1</code></a> HHH-20518 Do not exclude plexus-utils and add missing xml-utils for the maven...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/fa146cd7749ca9c7a44f3f7b69757eebf17dcf56"><code>fa146cd</code></a> HHH-20537 XML embeddable mapping ignores access attribute when processing att...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3a9c95acadee09aa6a6013b0ead2c52e51fb7809"><code>3a9c95a</code></a> HHH-20537 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/86e037a992273a828c1ebdf1cf8586fda32f3a82"><code>86e037a</code></a> HHH-20536 <read> and <write> element inside <attribute-override> are silently...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e3fadefa5ea8ca34a80788c80a39569edad20c55"><code>e3fadef</code></a> HHH-20536 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/82da26178564ff024977ee740b6fcc583d383d25"><code>82da261</code></a> document plans for Hibern8 and JPA4 in Query API [7.4] (<a href="https://redirect.github.com/hibernate/hibernate-orm/issues/12519">#12519</a>)</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/74f9a4dac00c4a30b20ba2a635d17efd647593cd"><code>74f9a4d</code></a> Update TCK to always run for 7.4 PRs / run Search update job for PRs</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f97f47fc7c9141b297f4ba36984367286f334ceb"><code>f97f47f</code></a> Enable automatic releases for 7.4</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.6.15...7.4.1">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]
