dependabot[bot] opened a new pull request, #1398:
URL: https://github.com/apache/syncope/pull/1398

   Bumps `hibernate.version` from 7.3.6.Final to 7.4.0.Final.
   Updates `org.hibernate.orm:hibernate-core` from 7.3.6.Final to 7.4.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.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>
   <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.CR1</h2>
   <h1>Hibernate ORM 7.4.0.CR1 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p>
   <p>You can find the full list of 7.4.0.CR1 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1";>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.0/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <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
   * HHH-17767 Add support for Value LOBs</p>
   <p>** Sub-task
   * HHH-20439 enable ci for spanner</p>
   <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37741";>https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p>
   <p>** Bug
   * HHH-20358 PRIVILEGED_CLI is not set to &quot;sudo&quot; when Podman is 
aliased as Docker
   * HHH-20356 NPE when mapping embedded property as <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a>
   * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType 
and friends
   * HHH-20353 unhelpful error with <a 
href="https://github.com/ManyToAny";><code>@​ManyToAny</code></a>
   * HHH-20350 Unexpected physical naming of columns for embeddables in 
Hibernate 7
   * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger 
afterCompletionCallback if it encounters a TransactionException
   * HHH-20326 ClassCastException when joining array within embeddable
   * HHH-20323 with 
<code>hibernate.temporal.use_server_transaction_timestamps</code>, session 
obtains a database timestamp even when not needed
   * HHH-20321 import.sql not executed when there are no <a 
href="https://github.com/Entity";><code>@​Entity</code></a> classes
   * HHH-20313 Criteria query comparing double path to integer expression 
containing integer parameter fails
   * HHH-20308 JSON embeddable array access not working because Column reports 
wrong SQL type code
   * HHH-20307 Informix count distinct tuple emulation is broken
   * HHH-20305 Lock timout on Informix broken
   * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks 
CockroachDB
   * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14
   * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds 
with wrong JdbcMapping
   * 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/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690";><code>6d267d9</code></a>
 [Jenkins release job] Preparing release 7.4.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9";><code>a4892eb</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8";><code>2a1db34</code></a>
 HHH-20418 <a href="https://github.com/Access";><code>@​Access</code></a> on 
entity wrongly affects defaults of other classes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33";><code>89b9101</code></a>
 Revert &quot;HHH-20466 Add test for issue&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee";><code>9165058</code></a>
 Revert &quot;HHH-20466 XML mapping for &lt;many-to-many&gt; accepts 
orphan-removal attri...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5";><code>ebbc8fe</code></a>
 HHH-20466 XML mapping for &lt;many-to-many&gt; accepts orphan-removal 
attribute but...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84";><code>814f3b2</code></a>
 HHH-20466 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53";><code>7ae9521</code></a>
 HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file 
co...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0";><code>00f34ee</code></a>
 HHH-20454 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519";><code>0db3c65</code></a>
 Unify the waiting for the clock to progress past the dialect timestamp 
resolu...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 7.3.6.Final to 7.4.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.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>
   <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.CR1</h2>
   <h1>Hibernate ORM 7.4.0.CR1 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p>
   <p>You can find the full list of 7.4.0.CR1 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1";>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.0/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <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
   * HHH-17767 Add support for Value LOBs</p>
   <p>** Sub-task
   * HHH-20439 enable ci for spanner</p>
   <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37741";>https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p>
   <p>** Bug
   * HHH-20358 PRIVILEGED_CLI is not set to &quot;sudo&quot; when Podman is 
aliased as Docker
   * HHH-20356 NPE when mapping embedded property as <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a>
   * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType 
and friends
   * HHH-20353 unhelpful error with <a 
href="https://github.com/ManyToAny";><code>@​ManyToAny</code></a>
   * HHH-20350 Unexpected physical naming of columns for embeddables in 
Hibernate 7
   * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger 
afterCompletionCallback if it encounters a TransactionException
   * HHH-20326 ClassCastException when joining array within embeddable
   * HHH-20323 with 
<code>hibernate.temporal.use_server_transaction_timestamps</code>, session 
obtains a database timestamp even when not needed
   * HHH-20321 import.sql not executed when there are no <a 
href="https://github.com/Entity";><code>@​Entity</code></a> classes
   * HHH-20313 Criteria query comparing double path to integer expression 
containing integer parameter fails
   * HHH-20308 JSON embeddable array access not working because Column reports 
wrong SQL type code
   * HHH-20307 Informix count distinct tuple emulation is broken
   * HHH-20305 Lock timout on Informix broken
   * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks 
CockroachDB
   * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14
   * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds 
with wrong JdbcMapping
   * 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/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690";><code>6d267d9</code></a>
 [Jenkins release job] Preparing release 7.4.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9";><code>a4892eb</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8";><code>2a1db34</code></a>
 HHH-20418 <a href="https://github.com/Access";><code>@​Access</code></a> on 
entity wrongly affects defaults of other classes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33";><code>89b9101</code></a>
 Revert &quot;HHH-20466 Add test for issue&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee";><code>9165058</code></a>
 Revert &quot;HHH-20466 XML mapping for &lt;many-to-many&gt; accepts 
orphan-removal attri...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5";><code>ebbc8fe</code></a>
 HHH-20466 XML mapping for &lt;many-to-many&gt; accepts orphan-removal 
attribute but...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84";><code>814f3b2</code></a>
 HHH-20466 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53";><code>7ae9521</code></a>
 HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file 
co...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0";><code>00f34ee</code></a>
 HHH-20454 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519";><code>0db3c65</code></a>
 Unify the waiting for the clock to progress past the dialect timestamp 
resolu...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-maven-plugin` from 7.3.6.Final to 
7.4.0.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/releases";>org.hibernate.orm:hibernate-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <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>
   <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.CR1</h2>
   <h1>Hibernate ORM 7.4.0.CR1 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p>
   <p>You can find the full list of 7.4.0.CR1 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1";>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.0/changelog.txt";>org.hibernate.orm:hibernate-maven-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <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
   * HHH-17767 Add support for Value LOBs</p>
   <p>** Sub-task
   * HHH-20439 enable ci for spanner</p>
   <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37741";>https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p>
   <p>** Bug
   * HHH-20358 PRIVILEGED_CLI is not set to &quot;sudo&quot; when Podman is 
aliased as Docker
   * HHH-20356 NPE when mapping embedded property as <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a>
   * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType 
and friends
   * HHH-20353 unhelpful error with <a 
href="https://github.com/ManyToAny";><code>@​ManyToAny</code></a>
   * HHH-20350 Unexpected physical naming of columns for embeddables in 
Hibernate 7
   * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger 
afterCompletionCallback if it encounters a TransactionException
   * HHH-20326 ClassCastException when joining array within embeddable
   * HHH-20323 with 
<code>hibernate.temporal.use_server_transaction_timestamps</code>, session 
obtains a database timestamp even when not needed
   * HHH-20321 import.sql not executed when there are no <a 
href="https://github.com/Entity";><code>@​Entity</code></a> classes
   * HHH-20313 Criteria query comparing double path to integer expression 
containing integer parameter fails
   * HHH-20308 JSON embeddable array access not working because Column reports 
wrong SQL type code
   * HHH-20307 Informix count distinct tuple emulation is broken
   * HHH-20305 Lock timout on Informix broken
   * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks 
CockroachDB
   * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14
   * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds 
with wrong JdbcMapping
   * 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/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690";><code>6d267d9</code></a>
 [Jenkins release job] Preparing release 7.4.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9";><code>a4892eb</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8";><code>2a1db34</code></a>
 HHH-20418 <a href="https://github.com/Access";><code>@​Access</code></a> on 
entity wrongly affects defaults of other classes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33";><code>89b9101</code></a>
 Revert &quot;HHH-20466 Add test for issue&quot;</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee";><code>9165058</code></a>
 Revert &quot;HHH-20466 XML mapping for &lt;many-to-many&gt; accepts 
orphan-removal attri...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5";><code>ebbc8fe</code></a>
 HHH-20466 XML mapping for &lt;many-to-many&gt; accepts orphan-removal 
attribute but...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84";><code>814f3b2</code></a>
 HHH-20466 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53";><code>7ae9521</code></a>
 HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file 
co...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0";><code>00f34ee</code></a>
 HHH-20454 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519";><code>0db3c65</code></a>
 Unify the waiting for the clock to progress past the dialect timestamp 
resolu...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.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]

Reply via email to