Commit 21bab7c
authored
Bump hibernate.version from 7.0.2.Final to 7.0.8.Final (#1300)
Bumps `hibernate.version` from 7.0.2.Final to 7.0.8.Final.
Updates `org.hibernate.orm:hibernate-core` from 7.0.2.Final to
7.0.8.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>
<h1>Hibernate ORM 7.0.8.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.8.Final.</p>
<p>You can find the full list of 7.0.8.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html">User
Guide</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.jboss.org/hibernate/orm/7.0/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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>
<h1>Hibernate ORM 7.0.7.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.7.Final.</p>
<p>You can find the full list of 7.0.7.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.7">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
</ul>
<!-- 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.0.8/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.8.Final (July 27, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p>
<p>** Bug
* [HHH-19655] - Connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD
* [HHH-19651] - DB2 for i detection not working reliably
* [HHH-19575] - empty Struct should be fetched intact or not null
* [HHH-19524] - <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery
* [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob
Column with Hibernate 6 on H2</p>
<p>** Improvement
* [HHH-19654] - Upgrade hibernate-models to 1.0.1</p>
<p>** Task
* [HHH-19639] - Add getter for
EmbeddableFetchImpl#nullIndicatorResult</p>
<h2>Changes in 7.0.7.Final (July 23, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p>
<p>** Bug
* [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow
service override through parent
* [HHH-19621] - SUBSTRING function for DB2i Series is broken
* [HHH-19550] - Attribute join on correlated from node receives wrong
root
* [HHH-19457] - Inheritance with type JOINED not working in a related
entity
* [HHH-19368] - Group by and single-table inheritance sub-select query
error</p>
<p>** Task
* [HHH-19624] - Test EDB with the EDB drivers</p>
<h2>Changes in 7.0.6.Final (July 13, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34200">https://hibernate.atlassian.net/projects/HHH/versions/34200</a></p>
<p>** Bug
* [HHH-19604] - Session.isDirty always return true when <a
href="https://github.com/Immutable"><code>@Immutable</code></a> entity
is loaded
* [HHH-19596] - NPE when array/collection of Struct contains null value
* [HHH-19582] - NullPointerException on EntityManager#clear in
org.hibernate.internal.util.collections.AbstractPagedArray#clear
* [HHH-19542] - Embeddable in secondary table fails to recognize a
nested embeddable is in the same table
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with
dangerous consequences</p>
<h2>Changes in 7.0.5.Final (July 06, 2025)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7b8dfa91152c19257dc3a8befbdea4cdbf23d06f"><code>7b8dfa9</code></a>
Pre-steps for release : <code>7.0.8.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c5ad23aff4a97a679e3d0bb1eb2fbde2e9e95551"><code>c5ad23a</code></a>
Fix connection leaks in hibernate-testing connection provider
delegates</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/02acad3a953fdf469374b6e13321c815bd4b6460"><code>02acad3</code></a>
HHH-19655 Fix connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_A...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e320ecdf480bea3ed812f2dc29c413278654ec14"><code>e320ecd</code></a>
HHH-19651: Make the DB2i detection more reliable</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c29bd4a55ee3c192d9e6a08c6767770a8f31d11c"><code>c29bd4a</code></a>
HHH-16253 - Schema Validation Failure With Audited (N)Clob Column</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5b7385269561e9232f00fdf22fe33dbc252b9fdf"><code>5b73852</code></a>
HHH-19524 <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1f43f2678f6ec6baaf6d45f64a9b17bb60c94d63"><code>1f43f26</code></a>
HHH-19524 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0bbf4b66a0a03770c7e9e01ec4c09d6cde497b15"><code>0bbf4b6</code></a>
HHH-19575 Backwards compatibility for Hibernate Reactive</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9553e2d7702edd409d92b4c47820183ae7548a99"><code>9553e2d</code></a>
Adjust the changelog to match what was release</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8f13b0eb979aea965d9ef7707b49d89880ee3180"><code>8f13b0e</code></a>
HHH-19575 Ensure null struct is fetched as null embeddable</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.2...7.0.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-envers` from 7.0.2.Final to
7.0.8.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>
<h1>Hibernate ORM 7.0.8.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.8.Final.</p>
<p>You can find the full list of 7.0.8.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html">User
Guide</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.jboss.org/hibernate/orm/7.0/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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>
<h1>Hibernate ORM 7.0.7.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.7.Final.</p>
<p>You can find the full list of 7.0.7.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.7">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
</ul>
<!-- 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.0.8/changelog.txt">org.hibernate.orm:hibernate-envers's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.8.Final (July 27, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p>
<p>** Bug
* [HHH-19655] - Connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD
* [HHH-19651] - DB2 for i detection not working reliably
* [HHH-19575] - empty Struct should be fetched intact or not null
* [HHH-19524] - <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery
* [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob
Column with Hibernate 6 on H2</p>
<p>** Improvement
* [HHH-19654] - Upgrade hibernate-models to 1.0.1</p>
<p>** Task
* [HHH-19639] - Add getter for
EmbeddableFetchImpl#nullIndicatorResult</p>
<h2>Changes in 7.0.7.Final (July 23, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p>
<p>** Bug
* [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow
service override through parent
* [HHH-19621] - SUBSTRING function for DB2i Series is broken
* [HHH-19550] - Attribute join on correlated from node receives wrong
root
* [HHH-19457] - Inheritance with type JOINED not working in a related
entity
* [HHH-19368] - Group by and single-table inheritance sub-select query
error</p>
<p>** Task
* [HHH-19624] - Test EDB with the EDB drivers</p>
<h2>Changes in 7.0.6.Final (July 13, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34200">https://hibernate.atlassian.net/projects/HHH/versions/34200</a></p>
<p>** Bug
* [HHH-19604] - Session.isDirty always return true when <a
href="https://github.com/Immutable"><code>@Immutable</code></a> entity
is loaded
* [HHH-19596] - NPE when array/collection of Struct contains null value
* [HHH-19582] - NullPointerException on EntityManager#clear in
org.hibernate.internal.util.collections.AbstractPagedArray#clear
* [HHH-19542] - Embeddable in secondary table fails to recognize a
nested embeddable is in the same table
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with
dangerous consequences</p>
<h2>Changes in 7.0.5.Final (July 06, 2025)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7b8dfa91152c19257dc3a8befbdea4cdbf23d06f"><code>7b8dfa9</code></a>
Pre-steps for release : <code>7.0.8.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c5ad23aff4a97a679e3d0bb1eb2fbde2e9e95551"><code>c5ad23a</code></a>
Fix connection leaks in hibernate-testing connection provider
delegates</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/02acad3a953fdf469374b6e13321c815bd4b6460"><code>02acad3</code></a>
HHH-19655 Fix connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_A...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e320ecdf480bea3ed812f2dc29c413278654ec14"><code>e320ecd</code></a>
HHH-19651: Make the DB2i detection more reliable</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c29bd4a55ee3c192d9e6a08c6767770a8f31d11c"><code>c29bd4a</code></a>
HHH-16253 - Schema Validation Failure With Audited (N)Clob Column</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5b7385269561e9232f00fdf22fe33dbc252b9fdf"><code>5b73852</code></a>
HHH-19524 <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1f43f2678f6ec6baaf6d45f64a9b17bb60c94d63"><code>1f43f26</code></a>
HHH-19524 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0bbf4b66a0a03770c7e9e01ec4c09d6cde497b15"><code>0bbf4b6</code></a>
HHH-19575 Backwards compatibility for Hibernate Reactive</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9553e2d7702edd409d92b4c47820183ae7548a99"><code>9553e2d</code></a>
Adjust the changelog to match what was release</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8f13b0eb979aea965d9ef7707b49d89880ee3180"><code>8f13b0e</code></a>
HHH-19575 Ensure null struct is fetched as null embeddable</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.2...7.0.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.0.2.Final to
7.0.8.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>
<h1>Hibernate ORM 7.0.8.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.8.Final.</p>
<p>You can find the full list of 7.0.8.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html">User
Guide</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.jboss.org/hibernate/orm/7.0/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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>
<h1>Hibernate ORM 7.0.7.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.7.Final.</p>
<p>You can find the full list of 7.0.7.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.7">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
</ul>
<!-- 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.0.8/changelog.txt">org.hibernate.orm:hibernate-scan-jandex's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.8.Final (July 27, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p>
<p>** Bug
* [HHH-19655] - Connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD
* [HHH-19651] - DB2 for i detection not working reliably
* [HHH-19575] - empty Struct should be fetched intact or not null
* [HHH-19524] - <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery
* [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob
Column with Hibernate 6 on H2</p>
<p>** Improvement
* [HHH-19654] - Upgrade hibernate-models to 1.0.1</p>
<p>** Task
* [HHH-19639] - Add getter for
EmbeddableFetchImpl#nullIndicatorResult</p>
<h2>Changes in 7.0.7.Final (July 23, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p>
<p>** Bug
* [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow
service override through parent
* [HHH-19621] - SUBSTRING function for DB2i Series is broken
* [HHH-19550] - Attribute join on correlated from node receives wrong
root
* [HHH-19457] - Inheritance with type JOINED not working in a related
entity
* [HHH-19368] - Group by and single-table inheritance sub-select query
error</p>
<p>** Task
* [HHH-19624] - Test EDB with the EDB drivers</p>
<h2>Changes in 7.0.6.Final (July 13, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34200">https://hibernate.atlassian.net/projects/HHH/versions/34200</a></p>
<p>** Bug
* [HHH-19604] - Session.isDirty always return true when <a
href="https://github.com/Immutable"><code>@Immutable</code></a> entity
is loaded
* [HHH-19596] - NPE when array/collection of Struct contains null value
* [HHH-19582] - NullPointerException on EntityManager#clear in
org.hibernate.internal.util.collections.AbstractPagedArray#clear
* [HHH-19542] - Embeddable in secondary table fails to recognize a
nested embeddable is in the same table
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with
dangerous consequences</p>
<h2>Changes in 7.0.5.Final (July 06, 2025)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7b8dfa91152c19257dc3a8befbdea4cdbf23d06f"><code>7b8dfa9</code></a>
Pre-steps for release : <code>7.0.8.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c5ad23aff4a97a679e3d0bb1eb2fbde2e9e95551"><code>c5ad23a</code></a>
Fix connection leaks in hibernate-testing connection provider
delegates</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/02acad3a953fdf469374b6e13321c815bd4b6460"><code>02acad3</code></a>
HHH-19655 Fix connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_A...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e320ecdf480bea3ed812f2dc29c413278654ec14"><code>e320ecd</code></a>
HHH-19651: Make the DB2i detection more reliable</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c29bd4a55ee3c192d9e6a08c6767770a8f31d11c"><code>c29bd4a</code></a>
HHH-16253 - Schema Validation Failure With Audited (N)Clob Column</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5b7385269561e9232f00fdf22fe33dbc252b9fdf"><code>5b73852</code></a>
HHH-19524 <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1f43f2678f6ec6baaf6d45f64a9b17bb60c94d63"><code>1f43f26</code></a>
HHH-19524 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0bbf4b66a0a03770c7e9e01ec4c09d6cde497b15"><code>0bbf4b6</code></a>
HHH-19575 Backwards compatibility for Hibernate Reactive</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9553e2d7702edd409d92b4c47820183ae7548a99"><code>9553e2d</code></a>
Adjust the changelog to match what was release</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8f13b0eb979aea965d9ef7707b49d89880ee3180"><code>8f13b0e</code></a>
HHH-19575 Ensure null struct is fetched as null embeddable</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.2...7.0.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-community-dialects` from
7.0.2.Final to 7.0.8.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>
<h1>Hibernate ORM 7.0.8.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.8.Final.</p>
<p>You can find the full list of 7.0.8.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html">User
Guide</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.jboss.org/hibernate/orm/7.0/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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>
<h1>Hibernate ORM 7.0.7.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.7.Final.</p>
<p>You can find the full list of 7.0.7.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.7">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
</ul>
<!-- 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.0.8/changelog.txt">org.hibernate.orm:hibernate-community-dialects's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.8.Final (July 27, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p>
<p>** Bug
* [HHH-19655] - Connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD
* [HHH-19651] - DB2 for i detection not working reliably
* [HHH-19575] - empty Struct should be fetched intact or not null
* [HHH-19524] - <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery
* [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob
Column with Hibernate 6 on H2</p>
<p>** Improvement
* [HHH-19654] - Upgrade hibernate-models to 1.0.1</p>
<p>** Task
* [HHH-19639] - Add getter for
EmbeddableFetchImpl#nullIndicatorResult</p>
<h2>Changes in 7.0.7.Final (July 23, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p>
<p>** Bug
* [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow
service override through parent
* [HHH-19621] - SUBSTRING function for DB2i Series is broken
* [HHH-19550] - Attribute join on correlated from node receives wrong
root
* [HHH-19457] - Inheritance with type JOINED not working in a related
entity
* [HHH-19368] - Group by and single-table inheritance sub-select query
error</p>
<p>** Task
* [HHH-19624] - Test EDB with the EDB drivers</p>
<h2>Changes in 7.0.6.Final (July 13, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34200">https://hibernate.atlassian.net/projects/HHH/versions/34200</a></p>
<p>** Bug
* [HHH-19604] - Session.isDirty always return true when <a
href="https://github.com/Immutable"><code>@Immutable</code></a> entity
is loaded
* [HHH-19596] - NPE when array/collection of Struct contains null value
* [HHH-19582] - NullPointerException on EntityManager#clear in
org.hibernate.internal.util.collections.AbstractPagedArray#clear
* [HHH-19542] - Embeddable in secondary table fails to recognize a
nested embeddable is in the same table
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with
dangerous consequences</p>
<h2>Changes in 7.0.5.Final (July 06, 2025)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7b8dfa91152c19257dc3a8befbdea4cdbf23d06f"><code>7b8dfa9</code></a>
Pre-steps for release : <code>7.0.8.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c5ad23aff4a97a679e3d0bb1eb2fbde2e9e95551"><code>c5ad23a</code></a>
Fix connection leaks in hibernate-testing connection provider
delegates</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/02acad3a953fdf469374b6e13321c815bd4b6460"><code>02acad3</code></a>
HHH-19655 Fix connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_A...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e320ecdf480bea3ed812f2dc29c413278654ec14"><code>e320ecd</code></a>
HHH-19651: Make the DB2i detection more reliable</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c29bd4a55ee3c192d9e6a08c6767770a8f31d11c"><code>c29bd4a</code></a>
HHH-16253 - Schema Validation Failure With Audited (N)Clob Column</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5b7385269561e9232f00fdf22fe33dbc252b9fdf"><code>5b73852</code></a>
HHH-19524 <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1f43f2678f6ec6baaf6d45f64a9b17bb60c94d63"><code>1f43f26</code></a>
HHH-19524 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0bbf4b66a0a03770c7e9e01ec4c09d6cde497b15"><code>0bbf4b6</code></a>
HHH-19575 Backwards compatibility for Hibernate Reactive</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9553e2d7702edd409d92b4c47820183ae7548a99"><code>9553e2d</code></a>
Adjust the changelog to match what was release</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8f13b0eb979aea965d9ef7707b49d89880ee3180"><code>8f13b0e</code></a>
HHH-19575 Ensure null struct is fetched as null embeddable</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.2...7.0.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-c3p0` from 7.0.2.Final to
7.0.8.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>
<h1>Hibernate ORM 7.0.8.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.8.Final.</p>
<p>You can find the full list of 7.0.8.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.8">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html">User
Guide</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.jboss.org/hibernate/orm/7.0/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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>
<h1>Hibernate ORM 7.0.7.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.7.Final.</p>
<p>You can find the full list of 7.0.7.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.7">here</a>.</p>
<h2>What's new</h2>
<ul>
<li>See the <a href="https://hibernate.org/orm/releases/7.0">website</a>
for requirements and compatibilities.</li>
<li>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/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.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a> for details about migration from version 6.6 to 7.0.</li>
</ul>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/7.0/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html">Migration
Guide</a></li>
</ul>
<!-- 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.0.8/changelog.txt">org.hibernate.orm:hibernate-c3p0's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.8.Final (July 27, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34429">https://hibernate.atlassian.net/projects/HHH/versions/34429</a></p>
<p>** Bug
* [HHH-19655] - Connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD
* [HHH-19651] - DB2 for i detection not working reliably
* [HHH-19575] - empty Struct should be fetched intact or not null
* [HHH-19524] - <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery
* [HHH-16253] - [Envers] Schema Validation Failure With Audited (N)Clob
Column with Hibernate 6 on H2</p>
<p>** Improvement
* [HHH-19654] - Upgrade hibernate-models to 1.0.1</p>
<p>** Task
* [HHH-19639] - Add getter for
EmbeddableFetchImpl#nullIndicatorResult</p>
<h2>Changes in 7.0.7.Final (July 23, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34298">https://hibernate.atlassian.net/projects/HHH/versions/34298</a></p>
<p>** Bug
* [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow
service override through parent
* [HHH-19621] - SUBSTRING function for DB2i Series is broken
* [HHH-19550] - Attribute join on correlated from node receives wrong
root
* [HHH-19457] - Inheritance with type JOINED not working in a related
entity
* [HHH-19368] - Group by and single-table inheritance sub-select query
error</p>
<p>** Task
* [HHH-19624] - Test EDB with the EDB drivers</p>
<h2>Changes in 7.0.6.Final (July 13, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/34200">https://hibernate.atlassian.net/projects/HHH/versions/34200</a></p>
<p>** Bug
* [HHH-19604] - Session.isDirty always return true when <a
href="https://github.com/Immutable"><code>@Immutable</code></a> entity
is loaded
* [HHH-19596] - NPE when array/collection of Struct contains null value
* [HHH-19582] - NullPointerException on EntityManager#clear in
org.hibernate.internal.util.collections.AbstractPagedArray#clear
* [HHH-19542] - Embeddable in secondary table fails to recognize a
nested embeddable is in the same table
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with
dangerous consequences</p>
<h2>Changes in 7.0.5.Final (July 06, 2025)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7b8dfa91152c19257dc3a8befbdea4cdbf23d06f"><code>7b8dfa9</code></a>
Pre-steps for release : <code>7.0.8.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c5ad23aff4a97a679e3d0bb1eb2fbde2e9e95551"><code>c5ad23a</code></a>
Fix connection leaks in hibernate-testing connection provider
delegates</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/02acad3a953fdf469374b6e13321c815bd4b6460"><code>02acad3</code></a>
HHH-19655 Fix connection leak with
PhysicalConnectionHandlingMode.IMMEDIATE_A...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e320ecdf480bea3ed812f2dc29c413278654ec14"><code>e320ecd</code></a>
HHH-19651: Make the DB2i detection more reliable</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c29bd4a55ee3c192d9e6a08c6767770a8f31d11c"><code>c29bd4a</code></a>
HHH-16253 - Schema Validation Failure With Audited (N)Clob Column</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5b7385269561e9232f00fdf22fe33dbc252b9fdf"><code>5b73852</code></a>
HHH-19524 <a
href="https://github.com/OneToOne"><code>@OneToOne</code></a>
relationship unnecessary joins in nativeQuery</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1f43f2678f6ec6baaf6d45f64a9b17bb60c94d63"><code>1f43f26</code></a>
HHH-19524 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0bbf4b66a0a03770c7e9e01ec4c09d6cde497b15"><code>0bbf4b6</code></a>
HHH-19575 Backwards compatibility for Hibernate Reactive</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9553e2d7702edd409d92b4c47820183ae7548a99"><code>9553e2d</code></a>
Adjust the changelog to match what was release</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8f13b0eb979aea965d9ef7707b49d89880ee3180"><code>8f13b0e</code></a>
HHH-19575 Ensure null struct is fetched as null embeddable</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.2...7.0.8">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 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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments