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

   Bumps `version.hibernate.orm` from 6.4.3.Final to 6.6.38.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.4.3.Final to 6.6.38.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 6.6.38</h2>
   <h1>Hibernate ORM 6.6.38.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.38.Final.</p>
   <p>You can find the full list of 6.6.38.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.38";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/6.6";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://hibernate.org/orm/releases/6.6/#whats-new";>What's New</a> guide 
for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/6.6/migration-guide/";>Migration Guide</a> 
for details about migration to 6.6 version.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/6.6/";>release 
page</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/6.6/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/6.6/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/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 6.6.37</h2>
   <h1>Hibernate ORM 6.6.37.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.37.Final.</p>
   <p>You can find the full list of 6.6.37.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.37";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/6.6";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://hibernate.org/orm/releases/6.6/#whats-new";>What's New</a> guide 
for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/6.6/migration-guide/";>Migration Guide</a> 
for details about migration to 6.6 version.</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/6.6.38/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.6.38.Final (November 30, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36410";>https://hibernate.atlassian.net/projects/HHH/versions/36410</a></p>
   <p>** Bug
   * HHH-19905 Implicit join re-use with nested inner and left joins causes 
ParsingException
   * HHH-19883 JOIN TREAT ignores predicates
   * HHH-18871 Nested NativeQuery mappings causing 'Could not locate 
TableGroup' exception after migration</p>
   <h2>Changes in 6.6.37.Final (November 24, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36080";>https://hibernate.atlassian.net/projects/HHH/versions/36080</a></p>
   <p>** Bug
   * HHH-19936 Parameter casts for by-id lookups don't take column definition 
into account
   * HHH-19926 NullPointerException when executing JPQL IN clause with null 
parameter on entity association
   * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing
   * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing 
detached instance
   * HHH-19038 Hibernate.get does not work on detached entities
   * HHH-16991 EnhancedUserType cannot be used when defining relations</p>
   <h2>Changes in 6.6.36.Final (November 16, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36046";>https://hibernate.atlassian.net/projects/HHH/versions/36046</a></p>
   <p>** Bug
   * HHH-19918 Avoid reflection when instantiating known FormatMapper
   * HHH-19758 HQL parse failure with SLL can lead to wrong parse
   * HHH-19240 Significant increase in heap allocation for queries after 
migrating Hibernate ORM 6.5 to 6.6</p>
   <h2>Changes in 6.6.35.Final (November 13, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35782";>https://hibernate.atlassian.net/projects/HHH/versions/35782</a></p>
   <p>** Bug
   * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities 
with composite keys for multiple variants of DB2
   * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for 
root pagination
   * HHH-19887 Wrong ClassLoader used for Jackson Module discovery
   * HHH-19739 Exceptions during load of entity with different persistent 
fields with same name</p>
   <p>Note: Please refer to JIRA to learn more about each issue.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5e32ea35646c88a629b551f9fab94c4e037b2743";><code>5e32ea3</code></a>
 [Jenkins release job] Preparing release 6.6.38.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7d7f386acaac2fc9046fc3b246e6614b1afab979";><code>7d7f386</code></a>
 [Jenkins release job] changelog.txt updated by release build 6.6.38.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/cfd54a41298ae8b529a24a83435f0916f256b1ee";><code>cfd54a4</code></a>
 HHH-18871 allow collections to be mapped correctly while determining 
navigati...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9f550bcf2e8e4d4e90cc30802309332d1877f48b";><code>9f550bc</code></a>
 HHH-19905 Re-use existing implicit joins regardless of type</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/82a33c83497d781b4dc03e03ca68b5855e781edc";><code>82a33c8</code></a>
 HHH-19905 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/db8fe52c5ff8117582c17d186d576950ce9b7e21";><code>db8fe52</code></a>
 HHH-19883 Respect predicates defined on treated join nodes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5b92ae5e3f16314f319d6571192b862de1764f6a";><code>5b92ae5</code></a>
 Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various 
docs</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5f8613a15d088e4047ef82bc329ca39e94206c65";><code>5f8613a</code></a>
 [Jenkins release job] Preparing next development iteration</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d987793f45d9714598936ce3a2f67cebf7c9ab17";><code>d987793</code></a>
 [Jenkins release job] Preparing release 6.6.37.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2c2539eb1315447b500128f37b5dfb3925952ae8";><code>2c2539e</code></a>
 [Jenkins release job] changelog.txt updated by release build 6.6.37.Final</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.4.3...6.6.38";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.4.3.Final to 6.6.38.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 6.6.38</h2>
   <h1>Hibernate ORM 6.6.38.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.38.Final.</p>
   <p>You can find the full list of 6.6.38.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.38";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/6.6";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://hibernate.org/orm/releases/6.6/#whats-new";>What's New</a> guide 
for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/6.6/migration-guide/";>Migration Guide</a> 
for details about migration to 6.6 version.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/6.6/";>release 
page</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/migration-guide/";>Migration 
Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/introduction/html_single/";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/userguide/html_single/";>User 
Guide</a></li>
   <li>the <a href="https://docs.hibernate.org/orm/6.6/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/6.6/incubating/incubating.txt";>incubating 
API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/deprecated/deprecated.txt";>deprecated 
API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.hibernate.org/orm/6.6/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 6.6.37</h2>
   <h1>Hibernate ORM 6.6.37.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.37.Final.</p>
   <p>You can find the full list of 6.6.37.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.37";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/6.6";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://hibernate.org/orm/releases/6.6/#whats-new";>What's New</a> guide 
for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.hibernate.org/orm/6.6/migration-guide/";>Migration Guide</a> 
for details about migration to 6.6 version.</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/6.6.38/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.6.38.Final (November 30, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36410";>https://hibernate.atlassian.net/projects/HHH/versions/36410</a></p>
   <p>** Bug
   * HHH-19905 Implicit join re-use with nested inner and left joins causes 
ParsingException
   * HHH-19883 JOIN TREAT ignores predicates
   * HHH-18871 Nested NativeQuery mappings causing 'Could not locate 
TableGroup' exception after migration</p>
   <h2>Changes in 6.6.37.Final (November 24, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36080";>https://hibernate.atlassian.net/projects/HHH/versions/36080</a></p>
   <p>** Bug
   * HHH-19936 Parameter casts for by-id lookups don't take column definition 
into account
   * HHH-19926 NullPointerException when executing JPQL IN clause with null 
parameter on entity association
   * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing
   * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing 
detached instance
   * HHH-19038 Hibernate.get does not work on detached entities
   * HHH-16991 EnhancedUserType cannot be used when defining relations</p>
   <h2>Changes in 6.6.36.Final (November 16, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/36046";>https://hibernate.atlassian.net/projects/HHH/versions/36046</a></p>
   <p>** Bug
   * HHH-19918 Avoid reflection when instantiating known FormatMapper
   * HHH-19758 HQL parse failure with SLL can lead to wrong parse
   * HHH-19240 Significant increase in heap allocation for queries after 
migrating Hibernate ORM 6.5 to 6.6</p>
   <h2>Changes in 6.6.35.Final (November 13, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/35782";>https://hibernate.atlassian.net/projects/HHH/versions/35782</a></p>
   <p>** Bug
   * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities 
with composite keys for multiple variants of DB2
   * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for 
root pagination
   * HHH-19887 Wrong ClassLoader used for Jackson Module discovery
   * HHH-19739 Exceptions during load of entity with different persistent 
fields with same name</p>
   <p>Note: Please refer to JIRA to learn more about each issue.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5e32ea35646c88a629b551f9fab94c4e037b2743";><code>5e32ea3</code></a>
 [Jenkins release job] Preparing release 6.6.38.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7d7f386acaac2fc9046fc3b246e6614b1afab979";><code>7d7f386</code></a>
 [Jenkins release job] changelog.txt updated by release build 6.6.38.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/cfd54a41298ae8b529a24a83435f0916f256b1ee";><code>cfd54a4</code></a>
 HHH-18871 allow collections to be mapped correctly while determining 
navigati...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9f550bcf2e8e4d4e90cc30802309332d1877f48b";><code>9f550bc</code></a>
 HHH-19905 Re-use existing implicit joins regardless of type</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/82a33c83497d781b4dc03e03ca68b5855e781edc";><code>82a33c8</code></a>
 HHH-19905 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/db8fe52c5ff8117582c17d186d576950ce9b7e21";><code>db8fe52</code></a>
 HHH-19883 Respect predicates defined on treated join nodes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5b92ae5e3f16314f319d6571192b862de1764f6a";><code>5b92ae5</code></a>
 Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various 
docs</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5f8613a15d088e4047ef82bc329ca39e94206c65";><code>5f8613a</code></a>
 [Jenkins release job] Preparing next development iteration</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d987793f45d9714598936ce3a2f67cebf7c9ab17";><code>d987793</code></a>
 [Jenkins release job] Preparing release 6.6.37.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/2c2539eb1315447b500128f37b5dfb3925952ae8";><code>2c2539e</code></a>
 [Jenkins release job] changelog.txt updated by release build 6.6.37.Final</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.4.3...6.6.38";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | org.hibernate.orm:hibernate-core | [>= 7.a0, < 8] |
   | org.hibernate.orm:hibernate-jcache | [>= 7.a0, < 8] |
   </details>
   
   
   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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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