Commit 37d5295
authored
Build(deps): Bump hibernate.version from 7.4.1.Final to 7.4.5.Final (#1849)
Bumps `hibernate.version` from 7.4.1.Final to 7.4.5.Final.
Updates `org.hibernate.orm:hibernate-core` from 7.4.1.Final to
7.4.5.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.5</h2>
<h1>Hibernate ORM 7.4.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.5.Final.</p>
<p>You can find the full list of 7.4.5.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.5">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.4</h2>
<h1>Hibernate ORM 7.4.4.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.4.Final.</p>
<p>You can find the full list of 7.4.4.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.4">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.5/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.4.5.Final (July 12, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/40032">https://hibernate.atlassian.net/projects/HHH/versions/40032</a></p>
<p>** Bug
* HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly
compares against a Jackson 2 instead of a Jackson 3 mapper class
* HHH-20650 CTE names/columns and generated recursive search/cycle
columns are not quoted when they are reserved words
* HHH-20583 Spurious HHH90010101 / HHH90010108 warnings on every bulk
operation under container-managed JTA (Hibernate 7.3 / WildFly)
* HHH-20522 Json array and object construction doesn't handle values of
type UUID, timestamp, binary well
* HHH-20511 Oracle JSON value handling of UUID broken
* HHH-20509 Hibernate Data Repositories generates a BasicRepository impl
that can't 'saveAll' entities with null ids
* HHH-20223 DB2 Json value handling of UUID, binary and timestamp with
time zone broken
* HHH-19566 EntityFilterException not thrown (due to filter not applied)
* HHH-13010 Metamodel Generator chooses wrong default access type when
child entity in hierarchy hasn't own access type annotation
* HHH-4451 StatefulPersistenceContext.deserialize must re-inject field
interceptors after reading the entities from the input stream</p>
<h2>Changes in 7.4.4.Final (July 05, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39929">https://hibernate.atlassian.net/projects/HHH/versions/39929</a></p>
<p>** Bug
* HHH-20647 Binding an NClob attribute fails on PostgreSQL with
"Could not convert 'java.sql.NClob' to 'java.sql.Clob'"
* HHH-20634 Property based id generator configuration no longer working
for EmbeddedId
* HHH-20633 Unnecessary cast to SessionFactoryImplementor in
AuditLogFactory
* HHH-20614 AnnotationBasedGenerator is not initialized when the
interface is implemented by an (abstract) superclass instead of the
concrete class (after upgrading to hibernate 7.3/7.4)
* HHH-20586 GlobalRegistrationsImpl is not extracting query hints
correctly
* HHH-20582 Envers
<code>ToOneRelationMetadataGenerator.checkMappedByAudited</code> fails
when inverse <code>@OnetoOne</code> mappedBy points to a property
declared on a superclass <code>@entity</code>
* HHH-20550 SqmSelectStatement.createCountQuery() doesn't copy CTE
statements
* HHH-20467 StackOverflow with Converters with unbounded Generics
* HHH-20318 Unable to update CLOB column
* HHH-20146 Cascade delete with bytecode enhancement throws transient
exception
* HHH-19569 Hibernate 6 alias injection in native query problem when
using Joined Inheritance</p>
<p>** Task
* HHH-20642 Handle renaming of Panache Next to Quarkus Data in
hibernate-processor and add name SPI</p>
<h2>Changes in 7.4.3.Final (June 28, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39790">https://hibernate.atlassian.net/projects/HHH/versions/39790</a></p>
<p>** Bug
* HHH-20621 NullPointerException in
CacheEntityLoaderHelper.loadFromSessionCache with JOINED inheritance,
lazy ManyToOne proxy to parent type, and join fetch on subtype query
* HHH-20606 Single <code>@id</code> from <code>@MappedSuperclass</code>
is lost when an <code>@IdClass</code> entity shares the same superclass
* HHH-20588 <a
href="https://github.com/Formula"><code>@Formula</code></a> properties
generate invalid SQL when used with paginated queries that include
collection fetches</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6f28be692234da326dd8b512981b3854e43f82c8"><code>6f28be6</code></a>
[Jenkins release job] Preparing release 7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5c586243503be6c14cf1cb247af856c3037e990c"><code>5c58624</code></a>
[Jenkins release job] changelog.txt updated by release build
7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/934ad549859d6231945707d807a285d8f047231a"><code>934ad54</code></a>
Migrate mirror handling from applied script to init script</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9686a95e9df272d67e0702459a8c43d38bcf79ef"><code>9686a95</code></a>
Rework mirror handling in Gradle build</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2f009bf13e7886fc5f649b429f53b104b39cc9d1"><code>2f009bf</code></a>
HHH-4451 Serialize lazy attribute interceptor state for enhanced
entities</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/35d00fd9066636c5faaa9def525e8984b1df5255"><code>35d00fd</code></a>
HHH-20650 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c2ea1456362be9cbf5e377877c8ea62333255b22"><code>c2ea145</code></a>
HHH-20650 Route the CTE name through IdentifierHelper for quoting</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/278bb23eead19e5238e20c5adc01b42875203cff"><code>278bb23</code></a>
HHH-13010 Align the metamodel generator's default access type inference
with ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5da3bf852b1d1d97885bc55579a7c60cc88c86dc"><code>5da3bf8</code></a>
HHH-20583 Stop warn and force execute afterTransactionCompletions unless
JTA ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/cee46dc090da1c6c376cbd0612c2f252a1fff2f7"><code>cee46dc</code></a>
HHH-19566 improve test</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-envers` from 7.4.1.Final to
7.4.5.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-envers's
releases</a>.</em></p>
<blockquote>
<h2>Release 7.4.5</h2>
<h1>Hibernate ORM 7.4.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.5.Final.</p>
<p>You can find the full list of 7.4.5.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.5">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.4</h2>
<h1>Hibernate ORM 7.4.4.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.4.Final.</p>
<p>You can find the full list of 7.4.4.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.4">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.5/changelog.txt">org.hibernate.orm:hibernate-envers's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.4.5.Final (July 12, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/40032">https://hibernate.atlassian.net/projects/HHH/versions/40032</a></p>
<p>** Bug
* HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly
compares against a Jackson 2 instead of a Jackson 3 mapper class
* HHH-20650 CTE names/columns and generated recursive search/cycle
columns are not quoted when they are reserved words
* HHH-20583 Spurious HHH90010101 / HHH90010108 warnings on every bulk
operation under container-managed JTA (Hibernate 7.3 / WildFly)
* HHH-20522 Json array and object construction doesn't handle values of
type UUID, timestamp, binary well
* HHH-20511 Oracle JSON value handling of UUID broken
* HHH-20509 Hibernate Data Repositories generates a BasicRepository impl
that can't 'saveAll' entities with null ids
* HHH-20223 DB2 Json value handling of UUID, binary and timestamp with
time zone broken
* HHH-19566 EntityFilterException not thrown (due to filter not applied)
* HHH-13010 Metamodel Generator chooses wrong default access type when
child entity in hierarchy hasn't own access type annotation
* HHH-4451 StatefulPersistenceContext.deserialize must re-inject field
interceptors after reading the entities from the input stream</p>
<h2>Changes in 7.4.4.Final (July 05, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39929">https://hibernate.atlassian.net/projects/HHH/versions/39929</a></p>
<p>** Bug
* HHH-20647 Binding an NClob attribute fails on PostgreSQL with
"Could not convert 'java.sql.NClob' to 'java.sql.Clob'"
* HHH-20634 Property based id generator configuration no longer working
for EmbeddedId
* HHH-20633 Unnecessary cast to SessionFactoryImplementor in
AuditLogFactory
* HHH-20614 AnnotationBasedGenerator is not initialized when the
interface is implemented by an (abstract) superclass instead of the
concrete class (after upgrading to hibernate 7.3/7.4)
* HHH-20586 GlobalRegistrationsImpl is not extracting query hints
correctly
* HHH-20582 Envers
<code>ToOneRelationMetadataGenerator.checkMappedByAudited</code> fails
when inverse <code>@OnetoOne</code> mappedBy points to a property
declared on a superclass <code>@entity</code>
* HHH-20550 SqmSelectStatement.createCountQuery() doesn't copy CTE
statements
* HHH-20467 StackOverflow with Converters with unbounded Generics
* HHH-20318 Unable to update CLOB column
* HHH-20146 Cascade delete with bytecode enhancement throws transient
exception
* HHH-19569 Hibernate 6 alias injection in native query problem when
using Joined Inheritance</p>
<p>** Task
* HHH-20642 Handle renaming of Panache Next to Quarkus Data in
hibernate-processor and add name SPI</p>
<h2>Changes in 7.4.3.Final (June 28, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39790">https://hibernate.atlassian.net/projects/HHH/versions/39790</a></p>
<p>** Bug
* HHH-20621 NullPointerException in
CacheEntityLoaderHelper.loadFromSessionCache with JOINED inheritance,
lazy ManyToOne proxy to parent type, and join fetch on subtype query
* HHH-20606 Single <code>@id</code> from <code>@MappedSuperclass</code>
is lost when an <code>@IdClass</code> entity shares the same superclass
* HHH-20588 <a
href="https://github.com/Formula"><code>@Formula</code></a> properties
generate invalid SQL when used with paginated queries that include
collection fetches</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6f28be692234da326dd8b512981b3854e43f82c8"><code>6f28be6</code></a>
[Jenkins release job] Preparing release 7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5c586243503be6c14cf1cb247af856c3037e990c"><code>5c58624</code></a>
[Jenkins release job] changelog.txt updated by release build
7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/934ad549859d6231945707d807a285d8f047231a"><code>934ad54</code></a>
Migrate mirror handling from applied script to init script</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9686a95e9df272d67e0702459a8c43d38bcf79ef"><code>9686a95</code></a>
Rework mirror handling in Gradle build</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2f009bf13e7886fc5f649b429f53b104b39cc9d1"><code>2f009bf</code></a>
HHH-4451 Serialize lazy attribute interceptor state for enhanced
entities</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/35d00fd9066636c5faaa9def525e8984b1df5255"><code>35d00fd</code></a>
HHH-20650 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c2ea1456362be9cbf5e377877c8ea62333255b22"><code>c2ea145</code></a>
HHH-20650 Route the CTE name through IdentifierHelper for quoting</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/278bb23eead19e5238e20c5adc01b42875203cff"><code>278bb23</code></a>
HHH-13010 Align the metamodel generator's default access type inference
with ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5da3bf852b1d1d97885bc55579a7c60cc88c86dc"><code>5da3bf8</code></a>
HHH-20583 Stop warn and force execute afterTransactionCompletions unless
JTA ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/cee46dc090da1c6c376cbd0612c2f252a1fff2f7"><code>cee46dc</code></a>
HHH-19566 improve test</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.4.1.Final to
7.4.5.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-scan-jandex's
releases</a>.</em></p>
<blockquote>
<h2>Release 7.4.5</h2>
<h1>Hibernate ORM 7.4.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.5.Final.</p>
<p>You can find the full list of 7.4.5.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.5">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.4</h2>
<h1>Hibernate ORM 7.4.4.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.4.Final.</p>
<p>You can find the full list of 7.4.4.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.4">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.5/changelog.txt">org.hibernate.orm:hibernate-scan-jandex's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.4.5.Final (July 12, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/40032">https://hibernate.atlassian.net/projects/HHH/versions/40032</a></p>
<p>** Bug
* HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly
compares against a Jackson 2 instead of a Jackson 3 mapper class
* HHH-20650 CTE names/columns and generated recursive search/cycle
columns are not quoted when they are reserved words
* HHH-20583 Spurious HHH90010101 / HHH90010108 warnings on every bulk
operation under container-managed JTA (Hibernate 7.3 / WildFly)
* HHH-20522 Json array and object construction doesn't handle values of
type UUID, timestamp, binary well
* HHH-20511 Oracle JSON value handling of UUID broken
* HHH-20509 Hibernate Data Repositories generates a BasicRepository impl
that can't 'saveAll' entities with null ids
* HHH-20223 DB2 Json value handling of UUID, binary and timestamp with
time zone broken
* HHH-19566 EntityFilterException not thrown (due to filter not applied)
* HHH-13010 Metamodel Generator chooses wrong default access type when
child entity in hierarchy hasn't own access type annotation
* HHH-4451 StatefulPersistenceContext.deserialize must re-inject field
interceptors after reading the entities from the input stream</p>
<h2>Changes in 7.4.4.Final (July 05, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39929">https://hibernate.atlassian.net/projects/HHH/versions/39929</a></p>
<p>** Bug
* HHH-20647 Binding an NClob attribute fails on PostgreSQL with
"Could not convert 'java.sql.NClob' to 'java.sql.Clob'"
* HHH-20634 Property based id generator configuration no longer working
for EmbeddedId
* HHH-20633 Unnecessary cast to SessionFactoryImplementor in
AuditLogFactory
* HHH-20614 AnnotationBasedGenerator is not initialized when the
interface is implemented by an (abstract) superclass instead of the
concrete class (after upgrading to hibernate 7.3/7.4)
* HHH-20586 GlobalRegistrationsImpl is not extracting query hints
correctly
* HHH-20582 Envers
<code>ToOneRelationMetadataGenerator.checkMappedByAudited</code> fails
when inverse <code>@OnetoOne</code> mappedBy points to a property
declared on a superclass <code>@entity</code>
* HHH-20550 SqmSelectStatement.createCountQuery() doesn't copy CTE
statements
* HHH-20467 StackOverflow with Converters with unbounded Generics
* HHH-20318 Unable to update CLOB column
* HHH-20146 Cascade delete with bytecode enhancement throws transient
exception
* HHH-19569 Hibernate 6 alias injection in native query problem when
using Joined Inheritance</p>
<p>** Task
* HHH-20642 Handle renaming of Panache Next to Quarkus Data in
hibernate-processor and add name SPI</p>
<h2>Changes in 7.4.3.Final (June 28, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39790">https://hibernate.atlassian.net/projects/HHH/versions/39790</a></p>
<p>** Bug
* HHH-20621 NullPointerException in
CacheEntityLoaderHelper.loadFromSessionCache with JOINED inheritance,
lazy ManyToOne proxy to parent type, and join fetch on subtype query
* HHH-20606 Single <code>@id</code> from <code>@MappedSuperclass</code>
is lost when an <code>@IdClass</code> entity shares the same superclass
* HHH-20588 <a
href="https://github.com/Formula"><code>@Formula</code></a> properties
generate invalid SQL when used with paginated queries that include
collection fetches</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6f28be692234da326dd8b512981b3854e43f82c8"><code>6f28be6</code></a>
[Jenkins release job] Preparing release 7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5c586243503be6c14cf1cb247af856c3037e990c"><code>5c58624</code></a>
[Jenkins release job] changelog.txt updated by release build
7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/934ad549859d6231945707d807a285d8f047231a"><code>934ad54</code></a>
Migrate mirror handling from applied script to init script</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9686a95e9df272d67e0702459a8c43d38bcf79ef"><code>9686a95</code></a>
Rework mirror handling in Gradle build</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2f009bf13e7886fc5f649b429f53b104b39cc9d1"><code>2f009bf</code></a>
HHH-4451 Serialize lazy attribute interceptor state for enhanced
entities</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/35d00fd9066636c5faaa9def525e8984b1df5255"><code>35d00fd</code></a>
HHH-20650 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c2ea1456362be9cbf5e377877c8ea62333255b22"><code>c2ea145</code></a>
HHH-20650 Route the CTE name through IdentifierHelper for quoting</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/278bb23eead19e5238e20c5adc01b42875203cff"><code>278bb23</code></a>
HHH-13010 Align the metamodel generator's default access type inference
with ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5da3bf852b1d1d97885bc55579a7c60cc88c86dc"><code>5da3bf8</code></a>
HHH-20583 Stop warn and force execute afterTransactionCompletions unless
JTA ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/cee46dc090da1c6c376cbd0612c2f252a1fff2f7"><code>cee46dc</code></a>
HHH-19566 improve test</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-community-dialects` from
7.4.1.Final to 7.4.5.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-community-dialects's
releases</a>.</em></p>
<blockquote>
<h2>Release 7.4.5</h2>
<h1>Hibernate ORM 7.4.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.5.Final.</p>
<p>You can find the full list of 7.4.5.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.5">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.4</h2>
<h1>Hibernate ORM 7.4.4.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.4.Final.</p>
<p>You can find the full list of 7.4.4.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.4">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.5/changelog.txt">org.hibernate.orm:hibernate-community-dialects's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.4.5.Final (July 12, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/40032">https://hibernate.atlassian.net/projects/HHH/versions/40032</a></p>
<p>** Bug
* HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly
compares against a Jackson 2 instead of a Jackson 3 mapper class
* HHH-20650 CTE names/columns and generated recursive search/cycle
columns are not quoted when they are reserved words
* HHH-20583 Spurious HHH90010101 / HHH90010108 warnings on every bulk
operation under container-managed JTA (Hibernate 7.3 / WildFly)
* HHH-20522 Json array and object construction doesn't handle values of
type UUID, timestamp, binary well
* HHH-20511 Oracle JSON value handling of UUID broken
* HHH-20509 Hibernate Data Repositories generates a BasicRepository impl
that can't 'saveAll' entities with null ids
* HHH-20223 DB2 Json value handling of UUID, binary and timestamp with
time zone broken
* HHH-19566 EntityFilterException not thrown (due to filter not applied)
* HHH-13010 Metamodel Generator chooses wrong default access type when
child entity in hierarchy hasn't own access type annotation
* HHH-4451 StatefulPersistenceContext.deserialize must re-inject field
interceptors after reading the entities from the input stream</p>
<h2>Changes in 7.4.4.Final (July 05, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39929">https://hibernate.atlassian.net/projects/HHH/versions/39929</a></p>
<p>** Bug
* HHH-20647 Binding an NClob attribute fails on PostgreSQL with
"Could not convert 'java.sql.NClob' to 'java.sql.Clob'"
* HHH-20634 Property based id generator configuration no longer working
for EmbeddedId
* HHH-20633 Unnecessary cast to SessionFactoryImplementor in
AuditLogFactory
* HHH-20614 AnnotationBasedGenerator is not initialized when the
interface is implemented by an (abstract) superclass instead of the
concrete class (after upgrading to hibernate 7.3/7.4)
* HHH-20586 GlobalRegistrationsImpl is not extracting query hints
correctly
* HHH-20582 Envers
<code>ToOneRelationMetadataGenerator.checkMappedByAudited</code> fails
when inverse <code>@OnetoOne</code> mappedBy points to a property
declared on a superclass <code>@entity</code>
* HHH-20550 SqmSelectStatement.createCountQuery() doesn't copy CTE
statements
* HHH-20467 StackOverflow with Converters with unbounded Generics
* HHH-20318 Unable to update CLOB column
* HHH-20146 Cascade delete with bytecode enhancement throws transient
exception
* HHH-19569 Hibernate 6 alias injection in native query problem when
using Joined Inheritance</p>
<p>** Task
* HHH-20642 Handle renaming of Panache Next to Quarkus Data in
hibernate-processor and add name SPI</p>
<h2>Changes in 7.4.3.Final (June 28, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39790">https://hibernate.atlassian.net/projects/HHH/versions/39790</a></p>
<p>** Bug
* HHH-20621 NullPointerException in
CacheEntityLoaderHelper.loadFromSessionCache with JOINED inheritance,
lazy ManyToOne proxy to parent type, and join fetch on subtype query
* HHH-20606 Single <code>@id</code> from <code>@MappedSuperclass</code>
is lost when an <code>@IdClass</code> entity shares the same superclass
* HHH-20588 <a
href="https://github.com/Formula"><code>@Formula</code></a> properties
generate invalid SQL when used with paginated queries that include
collection fetches</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6f28be692234da326dd8b512981b3854e43f82c8"><code>6f28be6</code></a>
[Jenkins release job] Preparing release 7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5c586243503be6c14cf1cb247af856c3037e990c"><code>5c58624</code></a>
[Jenkins release job] changelog.txt updated by release build
7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/934ad549859d6231945707d807a285d8f047231a"><code>934ad54</code></a>
Migrate mirror handling from applied script to init script</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9686a95e9df272d67e0702459a8c43d38bcf79ef"><code>9686a95</code></a>
Rework mirror handling in Gradle build</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2f009bf13e7886fc5f649b429f53b104b39cc9d1"><code>2f009bf</code></a>
HHH-4451 Serialize lazy attribute interceptor state for enhanced
entities</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/35d00fd9066636c5faaa9def525e8984b1df5255"><code>35d00fd</code></a>
HHH-20650 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c2ea1456362be9cbf5e377877c8ea62333255b22"><code>c2ea145</code></a>
HHH-20650 Route the CTE name through IdentifierHelper for quoting</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/278bb23eead19e5238e20c5adc01b42875203cff"><code>278bb23</code></a>
HHH-13010 Align the metamodel generator's default access type inference
with ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5da3bf852b1d1d97885bc55579a7c60cc88c86dc"><code>5da3bf8</code></a>
HHH-20583 Stop warn and force execute afterTransactionCompletions unless
JTA ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/cee46dc090da1c6c376cbd0612c2f252a1fff2f7"><code>cee46dc</code></a>
HHH-19566 improve test</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-c3p0` from 7.4.1.Final to
7.4.5.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-c3p0's
releases</a>.</em></p>
<blockquote>
<h2>Release 7.4.5</h2>
<h1>Hibernate ORM 7.4.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.5.Final.</p>
<p>You can find the full list of 7.4.5.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.5">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.4</h2>
<h1>Hibernate ORM 7.4.4.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.4:
7.4.4.Final.</p>
<p>You can find the full list of 7.4.4.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.4">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.5/changelog.txt">org.hibernate.orm:hibernate-c3p0's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.4.5.Final (July 12, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/40032">https://hibernate.atlassian.net/projects/HHH/versions/40032</a></p>
<p>** Bug
* HHH-20665 In loadJackson3Modules, the ObjectMapper check incorrectly
compares against a Jackson 2 instead of a Jackson 3 mapper class
* HHH-20650 CTE names/columns and generated recursive search/cycle
columns are not quoted when they are reserved words
* HHH-20583 Spurious HHH90010101 / HHH90010108 warnings on every bulk
operation under container-managed JTA (Hibernate 7.3 / WildFly)
* HHH-20522 Json array and object construction doesn't handle values of
type UUID, timestamp, binary well
* HHH-20511 Oracle JSON value handling of UUID broken
* HHH-20509 Hibernate Data Repositories generates a BasicRepository impl
that can't 'saveAll' entities with null ids
* HHH-20223 DB2 Json value handling of UUID, binary and timestamp with
time zone broken
* HHH-19566 EntityFilterException not thrown (due to filter not applied)
* HHH-13010 Metamodel Generator chooses wrong default access type when
child entity in hierarchy hasn't own access type annotation
* HHH-4451 StatefulPersistenceContext.deserialize must re-inject field
interceptors after reading the entities from the input stream</p>
<h2>Changes in 7.4.4.Final (July 05, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39929">https://hibernate.atlassian.net/projects/HHH/versions/39929</a></p>
<p>** Bug
* HHH-20647 Binding an NClob attribute fails on PostgreSQL with
"Could not convert 'java.sql.NClob' to 'java.sql.Clob'"
* HHH-20634 Property based id generator configuration no longer working
for EmbeddedId
* HHH-20633 Unnecessary cast to SessionFactoryImplementor in
AuditLogFactory
* HHH-20614 AnnotationBasedGenerator is not initialized when the
interface is implemented by an (abstract) superclass instead of the
concrete class (after upgrading to hibernate 7.3/7.4)
* HHH-20586 GlobalRegistrationsImpl is not extracting query hints
correctly
* HHH-20582 Envers
<code>ToOneRelationMetadataGenerator.checkMappedByAudited</code> fails
when inverse <code>@OnetoOne</code> mappedBy points to a property
declared on a superclass <code>@entity</code>
* HHH-20550 SqmSelectStatement.createCountQuery() doesn't copy CTE
statements
* HHH-20467 StackOverflow with Converters with unbounded Generics
* HHH-20318 Unable to update CLOB column
* HHH-20146 Cascade delete with bytecode enhancement throws transient
exception
* HHH-19569 Hibernate 6 alias injection in native query problem when
using Joined Inheritance</p>
<p>** Task
* HHH-20642 Handle renaming of Panache Next to Quarkus Data in
hibernate-processor and add name SPI</p>
<h2>Changes in 7.4.3.Final (June 28, 2026)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/39790">https://hibernate.atlassian.net/projects/HHH/versions/39790</a></p>
<p>** Bug
* HHH-20621 NullPointerException in
CacheEntityLoaderHelper.loadFromSessionCache with JOINED inheritance,
lazy ManyToOne proxy to parent type, and join fetch on subtype query
* HHH-20606 Single <code>@id</code> from <code>@MappedSuperclass</code>
is lost when an <code>@IdClass</code> entity shares the same superclass
* HHH-20588 <a
href="https://github.com/Formula"><code>@Formula</code></a> properties
generate invalid SQL when used with paginated queries that include
collection fetches</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6f28be692234da326dd8b512981b3854e43f82c8"><code>6f28be6</code></a>
[Jenkins release job] Preparing release 7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5c586243503be6c14cf1cb247af856c3037e990c"><code>5c58624</code></a>
[Jenkins release job] changelog.txt updated by release build
7.4.5.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/934ad549859d6231945707d807a285d8f047231a"><code>934ad54</code></a>
Migrate mirror handling from applied script to init script</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9686a95e9df272d67e0702459a8c43d38bcf79ef"><code>9686a95</code></a>
Rework mirror handling in Gradle build</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2f009bf13e7886fc5f649b429f53b104b39cc9d1"><code>2f009bf</code></a>
HHH-4451 Serialize lazy attribute interceptor state for enhanced
entities</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/35d00fd9066636c5faaa9def525e8984b1df5255"><code>35d00fd</code></a>
HHH-20650 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c2ea1456362be9cbf5e377877c8ea62333255b22"><code>c2ea145</code></a>
HHH-20650 Route the CTE name through IdentifierHelper for quoting</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/278bb23eead19e5238e20c5adc01b42875203cff"><code>278bb23</code></a>
HHH-13010 Align the metamodel generator's default access type inference
with ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5da3bf852b1d1d97885bc55579a7c60cc88c86dc"><code>5da3bf8</code></a>
HHH-20583 Stop warn and force execute afterTransactionCompletions unless
JTA ...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/cee46dc090da1c6c376cbd0612c2f252a1fff2f7"><code>cee46dc</code></a>
HHH-19566 improve test</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.5">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>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments