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

   Bumps 
[org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) 
from 7.4.0.Final to 7.4.3.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.3</h2>
   <h1>Hibernate ORM 7.4.3.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.3.Final.</p>
   <p>You can find the full list of 7.4.3.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.3";>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.2</h2>
   <h1>Hibernate ORM 7.4.2.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.2.Final.</p>
   <p>You can find the full list of 7.4.2.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.2";>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.3/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <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
   * HHH-20524 Inline dirty checking + <a 
href="https://github.com/DynamicUpdate";><code>@​DynamicUpdate</code></a>: a 
dirty scalar sorting after a nested-embeddable path is omitted from the UPDATE 
(silent data loss)</p>
   <p>** Improvement
   * HHH-20538 Improve AltibaseDialect compatibility with Hibernate ORM 
8.0/7.4</p>
   <p>** Task
   * HHH-20609 Guard against connection leaks</p>
   <h2>Changes in 7.4.2.Final (June 21, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/39622";>https://hibernate.atlassian.net/projects/HHH/versions/39622</a></p>
   <p>** Bug
   * HHH-20587 Log &quot;Attempt to stop an already-stopped RegionFactory&quot; 
is a warning but should just be debug
   * HHH-20561 NullPointerException in Query.setCacheRetrieveMode() and 
Query.setCacheStoreMode()
   * HHH-20425 Identifier not detected while <code>@Id</code> is placed in 
<code>@MappedSuperClass</code> and combined with <code>@Access</code></p>
   <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>&lt;mutable&gt;false&lt;/mutable&gt;</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</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/50ecef7c654ba808572cfe498a2403809da3b17d";><code>50ecef7</code></a>
 [Jenkins release job] Preparing release 7.4.3.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b777101ee2ba4232db5bc3f7a9dde2b05a76ec53";><code>b777101</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.4.3.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d5b3846a167aaa9d2cccf868fd55abc2fc593f9a";><code>d5b3846</code></a>
 Do not copy fonts into Javadoc jars</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6f9ceaf77630677b7fd3a30cebccea331e1aebd0";><code>6f9ceaf</code></a>
 HHH-20621 Ensure proxy implementation is set when claiming existing 
EntityHolder</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/cb485a339458a1c37d9e59031e6b69a76dbd1fe5";><code>cb485a3</code></a>
 HHH-20621 Test polymorphic proxy find causing NPE</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e3ca594a7ba020d33e2589ffbd83639e39289867";><code>e3ca594</code></a>
 HHH-20538 Backport Altibase dialect fixes to 7.4</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a16dc0946674f15e8dcb1c01f78fe89619df995d";><code>a16dc09</code></a>
 Align disabled tests with main branch</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5991bb729cada695b9812482d8f66dcbf415ff5f";><code>5991bb7</code></a>
 Stop running CI on push and remove nightly CI runs</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c05696ec746afc0ea96c8c97b8875e839df0ba90";><code>c05696e</code></a>
 HHH-20606 Simplify check for identifier on MappedSuperclass</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/35b56a83c020dd6b9ae3770ef5432c562778c1a3";><code>35b56a8</code></a>
 HHH-20606 Add invalid entity id inheritance coverage</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.4.0...7.4.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hibernate.orm:hibernate-core&package-manager=maven&previous-version=7.4.0.Final&new-version=7.4.3.Final)](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]

Reply via email to