dependabot[bot] opened a new pull request, #24434: URL: https://github.com/apache/camel/pull/24434
Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.4.3.Final to 7.4.4.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.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> <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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.4.4/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0f115c4026480c70e9674cb3fdf92362b5025a66"><code>0f115c4</code></a> [Jenkins release job] Preparing release 7.4.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3578615956b24207fdcf9777b93e4440316c1fd1"><code>3578615</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.4.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0ac8b7127fce945c1316500475b91dc726efc976"><code>0ac8b71</code></a> HHH-20647 Handle Clob unwrap/wrap in NClobJavaType</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1621b054854471fa1f552387e9afdfce4f57202d"><code>1621b05</code></a> HHH-20318 Fix CCE in Clob/NClob unwrap CharacterStream branch</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/bfd89d8bb98acc9f6e14ed5f6e8cd0d89810a3cf"><code>bfd89d8</code></a> HHH-20622 locate() with start position returns wrong value when pattern is no...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e1871682ce9418031093d02eed206f1311874154"><code>e187168</code></a> HHH-20467 Resolve type variables to bounds when context is not parameterized</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/057a02609a10e27990f61a1ad9ccf63b4b3b078a"><code>057a026</code></a> HHH-20146: Fix multi-level cascade delete with bytecode enhancement</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c23d31a6f91b757b8365c27ea55eddcce6051664"><code>c23d31a</code></a> HHH-20582 Accommodate PR feedback in tests</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/68a0f61fe0aa531de6053622558db020de2960cf"><code>68a0f61</code></a> HHH-20582 Walk superclass auditing data when resolving <a href="https://github.com/OneToOne"><code>@​OneToOne</code></a> mappedBy</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/86c220c7b593df21b433f07606b02806d0844b18"><code>86c220c</code></a> HHH-20642 Extract Quarkus Data type names into a ServiceLoader SPI</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.4.3...7.4.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]
