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

   Bumps `version.hibernate.orm` from 7.2.0.Final to 7.2.5.Final.
   Updates `org.hibernate.orm:hibernate-core` from 7.2.0.Final to 7.2.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.2.5</h2>
   <h1>Hibernate ORM 7.2.5.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.5.Final.</p>
   <p>You can find the full list of 7.2.5.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.5";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.2";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/7.2/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.2/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.2/";>release 
page</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/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.2.4</h2>
   <h1>Hibernate ORM 7.2.4.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p>
   <p>You can find the full list of 7.2.4.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.2";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/7.2/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.2/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.2.5/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.2.5.Final (February 22, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37807";>https://hibernate.atlassian.net/projects/HHH/versions/37807</a></p>
   <p>** Bug
   * HHH-20187 NPE in BeanValidationEventListener with StatelessSession
   * HHH-20165 Hibernate processor: Panache Next generated repository name 
conflicts
   * HHH-20164 Hibernate processor: <a 
href="https://github.com/Delete";><code>@​Delete</code></a> methods not working 
outside of Jakarta Data repository
   * HHH-20163 Hibernate processor: nested types are visited twice
   * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units
   * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next
   * HHH-20143 Attempting to lock an entity not associated with the persistence 
context should rollback the active transaction</p>
   <h2>Changes in 7.2.4.Final (February 08, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37571";>https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p>
   <p>** Bug
   * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE 
query
   * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending 
batches</p>
   <p>** Improvement
   * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class 
lookups</p>
   <h2>Changes in 7.2.3.Final (February 01, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37504";>https://hibernate.atlassian.net/projects/HHH/versions/37504</a></p>
   <p>** Bug
   * HHH-20121 NPE when logging loaded values in follow-on locking post action
   * HHH-20118 Vector operator SQL templates miss parenthesis around
   * HHH-20113 Round function broken in PostgreSQL for parameter expressions</p>
   <h2>Changes in 7.2.2.Final (January 27, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37206";>https://hibernate.atlassian.net/projects/HHH/versions/37206</a></p>
   <p>** Bug
   * HHH-20095 New SchemaValidator nullability check should only consider 
explicitly declared nullability
   * HHH-20094 New SchemaValidator nullability check rejects Envers revtype 
column
   * HHH-20087 NPE with StatelessSession + Bean Validation
   * HHH-20069 <code>DB2iDialect.rowId</code> causes an error in merge 
queries</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/23f1ea4f7e53f0802650ae6c8d486d460cc068ab";><code>23f1ea4</code></a>
 [Jenkins release job] Preparing release 7.2.5.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/dc2faf688f4b6cfc3f783a26d89cee4d10e9ab65";><code>dc2faf6</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.2.5.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7b926ded12e9d19f8a244be7a7bbf9fda120edf5";><code>7b926de</code></a>
 HHH-20165 Processor: avoid generating conflicting names for repositories</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e03b94eafb8120435014ff675d9240f141c429b9";><code>e03b94e</code></a>
 HHH-20164 Metamodel processor: Fixed bug with missing catch clause for <a 
href="https://github.com/Delet";><code>@​Delet</code></a>...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/484505a1988c1635268523447575ece5e36ea51b";><code>484505a</code></a>
 HHH-20163 Metamodel generator: do not visit nested types twice</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/10c9e44a57dd1be799ba5bcc1a7a2868a69d2910";><code>10c9e44</code></a>
 HHH-20151 Metamodel geneartor: allow implicit repositories for Panache 
Next</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/27fc1370e7636e797b4090d420c40777f5be80b4";><code>27fc137</code></a>
 HHH-20130 add test</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/71143153130158a248413bc88acb56860631ac1c";><code>7114315</code></a>
 HHH-20130 fix bug in imported vs qualified type logic in Processor</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2c5e335520668606ce4e90abfd81c20ed5755472";><code>2c5e335</code></a>
 HHH-20187 fix NPE in BeanValidationEventListener with SS</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e0a8251aa2ed577521adb5c94594ba5278ecbbc7";><code>e0a8251</code></a>
 HHH-20162: Correctly handle units for innodb_lock_wait_timeout in MySQL</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 7.2.0.Final to 7.2.5.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.2.5</h2>
   <h1>Hibernate ORM 7.2.5.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.5.Final.</p>
   <p>You can find the full list of 7.2.5.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.5";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.2";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/7.2/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.2/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.2/";>release 
page</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/7.2/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.2/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/7.2/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.2.4</h2>
   <h1>Hibernate ORM 7.2.4.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.4.Final.</p>
   <p>You can find the full list of 7.2.4.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.4";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.2";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/7.2/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.2/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.2.5/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.2.5.Final (February 22, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37807";>https://hibernate.atlassian.net/projects/HHH/versions/37807</a></p>
   <p>** Bug
   * HHH-20187 NPE in BeanValidationEventListener with StatelessSession
   * HHH-20165 Hibernate processor: Panache Next generated repository name 
conflicts
   * HHH-20164 Hibernate processor: <a 
href="https://github.com/Delete";><code>@​Delete</code></a> methods not working 
outside of Jakarta Data repository
   * HHH-20163 Hibernate processor: nested types are visited twice
   * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units
   * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next
   * HHH-20143 Attempting to lock an entity not associated with the persistence 
context should rollback the active transaction</p>
   <h2>Changes in 7.2.4.Final (February 08, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37571";>https://hibernate.atlassian.net/projects/HHH/versions/37571</a></p>
   <p>** Bug
   * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE 
query
   * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending 
batches</p>
   <p>** Improvement
   * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class 
lookups</p>
   <h2>Changes in 7.2.3.Final (February 01, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37504";>https://hibernate.atlassian.net/projects/HHH/versions/37504</a></p>
   <p>** Bug
   * HHH-20121 NPE when logging loaded values in follow-on locking post action
   * HHH-20118 Vector operator SQL templates miss parenthesis around
   * HHH-20113 Round function broken in PostgreSQL for parameter expressions</p>
   <h2>Changes in 7.2.2.Final (January 27, 2026)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/37206";>https://hibernate.atlassian.net/projects/HHH/versions/37206</a></p>
   <p>** Bug
   * HHH-20095 New SchemaValidator nullability check should only consider 
explicitly declared nullability
   * HHH-20094 New SchemaValidator nullability check rejects Envers revtype 
column
   * HHH-20087 NPE with StatelessSession + Bean Validation
   * HHH-20069 <code>DB2iDialect.rowId</code> causes an error in merge 
queries</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/23f1ea4f7e53f0802650ae6c8d486d460cc068ab";><code>23f1ea4</code></a>
 [Jenkins release job] Preparing release 7.2.5.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/dc2faf688f4b6cfc3f783a26d89cee4d10e9ab65";><code>dc2faf6</code></a>
 [Jenkins release job] changelog.txt updated by release build 7.2.5.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7b926ded12e9d19f8a244be7a7bbf9fda120edf5";><code>7b926de</code></a>
 HHH-20165 Processor: avoid generating conflicting names for repositories</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e03b94eafb8120435014ff675d9240f141c429b9";><code>e03b94e</code></a>
 HHH-20164 Metamodel processor: Fixed bug with missing catch clause for <a 
href="https://github.com/Delet";><code>@​Delet</code></a>...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/484505a1988c1635268523447575ece5e36ea51b";><code>484505a</code></a>
 HHH-20163 Metamodel generator: do not visit nested types twice</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/10c9e44a57dd1be799ba5bcc1a7a2868a69d2910";><code>10c9e44</code></a>
 HHH-20151 Metamodel geneartor: allow implicit repositories for Panache 
Next</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/27fc1370e7636e797b4090d420c40777f5be80b4";><code>27fc137</code></a>
 HHH-20130 add test</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/71143153130158a248413bc88acb56860631ac1c";><code>7114315</code></a>
 HHH-20130 fix bug in imported vs qualified type logic in Processor</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2c5e335520668606ce4e90abfd81c20ed5755472";><code>2c5e335</code></a>
 HHH-20187 fix NPE in BeanValidationEventListener with SS</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e0a8251aa2ed577521adb5c94594ba5278ecbbc7";><code>e0a8251</code></a>
 HHH-20162: Correctly handle units for innodb_lock_wait_timeout in MySQL</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.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>


-- 
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