Commit 62404bc
authored
Bump hibernate.version from 7.0.0.Final to 7.0.1.Final (#1225)
Bumps `hibernate.version` from 7.0.0.Final to 7.0.1.Final.
Updates `org.hibernate.orm:hibernate-core` from 7.0.0.Final to
7.0.1.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.1.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.1.Final.</p>
<p>You can find the full list of 7.0.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.1.Final (June 10, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p>
<p>** Bug
* [HHH-19528] - Version xml mapping is ignored
* [HHH-19515] - PhysicalNamingStrategy called to produce a logical
column name
* [HHH-19495] - [Hibernate 7] - Extra update when mixing entity
annotation with XML when a collection is dirty
* [HHH-19490] - NPE when using array_position function
* [HHH-19482] - entity assigned LockMode.READ when read outside
transaction
* [HHH-19480] - missing FK constraint for unidirectional <a
href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a
non-primary key
* [HHH-19479] - single referenced column not marked unique
* [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to
missing connection release
* [HHH-19476] - claimEntityHolderIfPossible Assertion Error
* [HHH-19473] - Bytecode enhancement incorrectly generates code for
Bidirectional Generic Entities
* [HHH-19472] - Native query "SELECT 1" with result type
Object[] return singular object
* [HHH-19463] - Hibernate processor silently ignores incorrect
repository definitions (e.g. <a
href="https://github.com/Save"><code>@Save</code></a> on non-entity
type)
* [HHH-19446] - [Regression] UnknownEntityException: Could not resolve
root entity
* [HHH-19387] - AssertionError in EntityInitializerImpl
data.concreteDescriptor is null
* [HHH-19383] - validation of NativeQuery result mappings
* [HHH-19372] - AccessOptimizer.setPropertyValues() and
getPropertyValues() error with entity hierarchy.
* [HHH-19369] - Entity hierarchy ordering error within metamodel
building with enhancement
* [HHH-18891] - java.lang.AssertionError generated in
getResolvedInstance even though NotFound IGNORE set
* [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should
consider <a
href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a>
* [HHH-18813] - DML update of secondary table column fails
* [HHH-18774] - two bad bugs in cascade refresh
* [HHH-18252] - Support <a
href="https://github.com/IdClass"><code>@IdClass</code></a> during
annotation processing for Jakarta Data</p>
<p>** Improvement
* [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p>
<p>** Patch
* [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage
for <a href="https://github.com/OneToMany"><code>@OneToMany</code></a>
Constraint Name and FK name generation.</p>
<p>** Task
* [HHH-19519] - Document breaking changes in new Hibernate Maven
Plugin</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0d7539fd325e3481dc72c8e0829bc65855e2edf8"><code>0d7539f</code></a>
Pre-steps for release : <code>7.0.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/dbe4ac14fbc9d1873b70267ac08dbf06778de4bd"><code>dbe4ac1</code></a>
HHH-19528 Read and apply the version from XML</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9874ccda41ea0f60dcf9e4ff1688589f86d49b75"><code>9874ccd</code></a>
HHH-19495 Remove the default "true" from optimistic-lock</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/283955abb6222b52678380b9547e502d2fb8b4d3"><code>283955a</code></a>
HHH-19446 HHH-18633 <code>hibernate-scan-jandex</code> migration
guide</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2b37e202c2d749ce1529902366e720c1334026ca"><code>2b37e20</code></a>
HHH-19507 - Upgrade to Hibernate Models 1.0.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fa1141c743db8b212fde5550b16f1435b8bf6cbc"><code>fa1141c</code></a>
HHH-19515 add a test for the issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f03483a17db22bd2c6b0bca882e63df33c9ee954"><code>f03483a</code></a>
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column
name</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c6f23128435be560eee6934255ad1abcd04f4215"><code>c6f2312</code></a>
HHH-19490 Fix NPE when using array_position on sql array type</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/39e8da96910ede6f831967b8e06a15e63ecc84f3"><code>39e8da9</code></a>
HHH-19482 fix handling of lock modes for reads outside tx</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6076711f67e803c2236a0db0e8dc0252b8960e73"><code>6076711</code></a>
add test for lock modes</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0...7.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-envers` from 7.0.0.Final to
7.0.1.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.1.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.1.Final.</p>
<p>You can find the full list of 7.0.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt">org.hibernate.orm:hibernate-envers's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.1.Final (June 10, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p>
<p>** Bug
* [HHH-19528] - Version xml mapping is ignored
* [HHH-19515] - PhysicalNamingStrategy called to produce a logical
column name
* [HHH-19495] - [Hibernate 7] - Extra update when mixing entity
annotation with XML when a collection is dirty
* [HHH-19490] - NPE when using array_position function
* [HHH-19482] - entity assigned LockMode.READ when read outside
transaction
* [HHH-19480] - missing FK constraint for unidirectional <a
href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a
non-primary key
* [HHH-19479] - single referenced column not marked unique
* [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to
missing connection release
* [HHH-19476] - claimEntityHolderIfPossible Assertion Error
* [HHH-19473] - Bytecode enhancement incorrectly generates code for
Bidirectional Generic Entities
* [HHH-19472] - Native query "SELECT 1" with result type
Object[] return singular object
* [HHH-19463] - Hibernate processor silently ignores incorrect
repository definitions (e.g. <a
href="https://github.com/Save"><code>@Save</code></a> on non-entity
type)
* [HHH-19446] - [Regression] UnknownEntityException: Could not resolve
root entity
* [HHH-19387] - AssertionError in EntityInitializerImpl
data.concreteDescriptor is null
* [HHH-19383] - validation of NativeQuery result mappings
* [HHH-19372] - AccessOptimizer.setPropertyValues() and
getPropertyValues() error with entity hierarchy.
* [HHH-19369] - Entity hierarchy ordering error within metamodel
building with enhancement
* [HHH-18891] - java.lang.AssertionError generated in
getResolvedInstance even though NotFound IGNORE set
* [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should
consider <a
href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a>
* [HHH-18813] - DML update of secondary table column fails
* [HHH-18774] - two bad bugs in cascade refresh
* [HHH-18252] - Support <a
href="https://github.com/IdClass"><code>@IdClass</code></a> during
annotation processing for Jakarta Data</p>
<p>** Improvement
* [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p>
<p>** Patch
* [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage
for <a href="https://github.com/OneToMany"><code>@OneToMany</code></a>
Constraint Name and FK name generation.</p>
<p>** Task
* [HHH-19519] - Document breaking changes in new Hibernate Maven
Plugin</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0d7539fd325e3481dc72c8e0829bc65855e2edf8"><code>0d7539f</code></a>
Pre-steps for release : <code>7.0.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/dbe4ac14fbc9d1873b70267ac08dbf06778de4bd"><code>dbe4ac1</code></a>
HHH-19528 Read and apply the version from XML</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9874ccda41ea0f60dcf9e4ff1688589f86d49b75"><code>9874ccd</code></a>
HHH-19495 Remove the default "true" from optimistic-lock</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/283955abb6222b52678380b9547e502d2fb8b4d3"><code>283955a</code></a>
HHH-19446 HHH-18633 <code>hibernate-scan-jandex</code> migration
guide</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2b37e202c2d749ce1529902366e720c1334026ca"><code>2b37e20</code></a>
HHH-19507 - Upgrade to Hibernate Models 1.0.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fa1141c743db8b212fde5550b16f1435b8bf6cbc"><code>fa1141c</code></a>
HHH-19515 add a test for the issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f03483a17db22bd2c6b0bca882e63df33c9ee954"><code>f03483a</code></a>
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column
name</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c6f23128435be560eee6934255ad1abcd04f4215"><code>c6f2312</code></a>
HHH-19490 Fix NPE when using array_position on sql array type</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/39e8da96910ede6f831967b8e06a15e63ecc84f3"><code>39e8da9</code></a>
HHH-19482 fix handling of lock modes for reads outside tx</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6076711f67e803c2236a0db0e8dc0252b8960e73"><code>6076711</code></a>
add test for lock modes</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0...7.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.0.0.Final to
7.0.1.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.1.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.1.Final.</p>
<p>You can find the full list of 7.0.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt">org.hibernate.orm:hibernate-scan-jandex's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.1.Final (June 10, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p>
<p>** Bug
* [HHH-19528] - Version xml mapping is ignored
* [HHH-19515] - PhysicalNamingStrategy called to produce a logical
column name
* [HHH-19495] - [Hibernate 7] - Extra update when mixing entity
annotation with XML when a collection is dirty
* [HHH-19490] - NPE when using array_position function
* [HHH-19482] - entity assigned LockMode.READ when read outside
transaction
* [HHH-19480] - missing FK constraint for unidirectional <a
href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a
non-primary key
* [HHH-19479] - single referenced column not marked unique
* [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to
missing connection release
* [HHH-19476] - claimEntityHolderIfPossible Assertion Error
* [HHH-19473] - Bytecode enhancement incorrectly generates code for
Bidirectional Generic Entities
* [HHH-19472] - Native query "SELECT 1" with result type
Object[] return singular object
* [HHH-19463] - Hibernate processor silently ignores incorrect
repository definitions (e.g. <a
href="https://github.com/Save"><code>@Save</code></a> on non-entity
type)
* [HHH-19446] - [Regression] UnknownEntityException: Could not resolve
root entity
* [HHH-19387] - AssertionError in EntityInitializerImpl
data.concreteDescriptor is null
* [HHH-19383] - validation of NativeQuery result mappings
* [HHH-19372] - AccessOptimizer.setPropertyValues() and
getPropertyValues() error with entity hierarchy.
* [HHH-19369] - Entity hierarchy ordering error within metamodel
building with enhancement
* [HHH-18891] - java.lang.AssertionError generated in
getResolvedInstance even though NotFound IGNORE set
* [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should
consider <a
href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a>
* [HHH-18813] - DML update of secondary table column fails
* [HHH-18774] - two bad bugs in cascade refresh
* [HHH-18252] - Support <a
href="https://github.com/IdClass"><code>@IdClass</code></a> during
annotation processing for Jakarta Data</p>
<p>** Improvement
* [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p>
<p>** Patch
* [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage
for <a href="https://github.com/OneToMany"><code>@OneToMany</code></a>
Constraint Name and FK name generation.</p>
<p>** Task
* [HHH-19519] - Document breaking changes in new Hibernate Maven
Plugin</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0d7539fd325e3481dc72c8e0829bc65855e2edf8"><code>0d7539f</code></a>
Pre-steps for release : <code>7.0.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/dbe4ac14fbc9d1873b70267ac08dbf06778de4bd"><code>dbe4ac1</code></a>
HHH-19528 Read and apply the version from XML</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9874ccda41ea0f60dcf9e4ff1688589f86d49b75"><code>9874ccd</code></a>
HHH-19495 Remove the default "true" from optimistic-lock</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/283955abb6222b52678380b9547e502d2fb8b4d3"><code>283955a</code></a>
HHH-19446 HHH-18633 <code>hibernate-scan-jandex</code> migration
guide</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2b37e202c2d749ce1529902366e720c1334026ca"><code>2b37e20</code></a>
HHH-19507 - Upgrade to Hibernate Models 1.0.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fa1141c743db8b212fde5550b16f1435b8bf6cbc"><code>fa1141c</code></a>
HHH-19515 add a test for the issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f03483a17db22bd2c6b0bca882e63df33c9ee954"><code>f03483a</code></a>
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column
name</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c6f23128435be560eee6934255ad1abcd04f4215"><code>c6f2312</code></a>
HHH-19490 Fix NPE when using array_position on sql array type</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/39e8da96910ede6f831967b8e06a15e63ecc84f3"><code>39e8da9</code></a>
HHH-19482 fix handling of lock modes for reads outside tx</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6076711f67e803c2236a0db0e8dc0252b8960e73"><code>6076711</code></a>
add test for lock modes</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0...7.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-community-dialects` from
7.0.0.Final to 7.0.1.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.1.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.1.Final.</p>
<p>You can find the full list of 7.0.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt">org.hibernate.orm:hibernate-community-dialects's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.1.Final (June 10, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p>
<p>** Bug
* [HHH-19528] - Version xml mapping is ignored
* [HHH-19515] - PhysicalNamingStrategy called to produce a logical
column name
* [HHH-19495] - [Hibernate 7] - Extra update when mixing entity
annotation with XML when a collection is dirty
* [HHH-19490] - NPE when using array_position function
* [HHH-19482] - entity assigned LockMode.READ when read outside
transaction
* [HHH-19480] - missing FK constraint for unidirectional <a
href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a
non-primary key
* [HHH-19479] - single referenced column not marked unique
* [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to
missing connection release
* [HHH-19476] - claimEntityHolderIfPossible Assertion Error
* [HHH-19473] - Bytecode enhancement incorrectly generates code for
Bidirectional Generic Entities
* [HHH-19472] - Native query "SELECT 1" with result type
Object[] return singular object
* [HHH-19463] - Hibernate processor silently ignores incorrect
repository definitions (e.g. <a
href="https://github.com/Save"><code>@Save</code></a> on non-entity
type)
* [HHH-19446] - [Regression] UnknownEntityException: Could not resolve
root entity
* [HHH-19387] - AssertionError in EntityInitializerImpl
data.concreteDescriptor is null
* [HHH-19383] - validation of NativeQuery result mappings
* [HHH-19372] - AccessOptimizer.setPropertyValues() and
getPropertyValues() error with entity hierarchy.
* [HHH-19369] - Entity hierarchy ordering error within metamodel
building with enhancement
* [HHH-18891] - java.lang.AssertionError generated in
getResolvedInstance even though NotFound IGNORE set
* [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should
consider <a
href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a>
* [HHH-18813] - DML update of secondary table column fails
* [HHH-18774] - two bad bugs in cascade refresh
* [HHH-18252] - Support <a
href="https://github.com/IdClass"><code>@IdClass</code></a> during
annotation processing for Jakarta Data</p>
<p>** Improvement
* [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p>
<p>** Patch
* [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage
for <a href="https://github.com/OneToMany"><code>@OneToMany</code></a>
Constraint Name and FK name generation.</p>
<p>** Task
* [HHH-19519] - Document breaking changes in new Hibernate Maven
Plugin</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0d7539fd325e3481dc72c8e0829bc65855e2edf8"><code>0d7539f</code></a>
Pre-steps for release : <code>7.0.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/dbe4ac14fbc9d1873b70267ac08dbf06778de4bd"><code>dbe4ac1</code></a>
HHH-19528 Read and apply the version from XML</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9874ccda41ea0f60dcf9e4ff1688589f86d49b75"><code>9874ccd</code></a>
HHH-19495 Remove the default "true" from optimistic-lock</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/283955abb6222b52678380b9547e502d2fb8b4d3"><code>283955a</code></a>
HHH-19446 HHH-18633 <code>hibernate-scan-jandex</code> migration
guide</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2b37e202c2d749ce1529902366e720c1334026ca"><code>2b37e20</code></a>
HHH-19507 - Upgrade to Hibernate Models 1.0.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fa1141c743db8b212fde5550b16f1435b8bf6cbc"><code>fa1141c</code></a>
HHH-19515 add a test for the issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f03483a17db22bd2c6b0bca882e63df33c9ee954"><code>f03483a</code></a>
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column
name</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c6f23128435be560eee6934255ad1abcd04f4215"><code>c6f2312</code></a>
HHH-19490 Fix NPE when using array_position on sql array type</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/39e8da96910ede6f831967b8e06a15e63ecc84f3"><code>39e8da9</code></a>
HHH-19482 fix handling of lock modes for reads outside tx</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6076711f67e803c2236a0db0e8dc0252b8960e73"><code>6076711</code></a>
add test for lock modes</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0...7.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-c3p0` from 7.0.0.Final to
7.0.1.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.1.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.1.Final.</p>
<p>You can find the full list of 7.0.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.1">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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/7.0.1/changelog.txt">org.hibernate.orm:hibernate-c3p0's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.1.Final (June 10, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33571">https://hibernate.atlassian.net/projects/HHH/versions/33571</a></p>
<p>** Bug
* [HHH-19528] - Version xml mapping is ignored
* [HHH-19515] - PhysicalNamingStrategy called to produce a logical
column name
* [HHH-19495] - [Hibernate 7] - Extra update when mixing entity
annotation with XML when a collection is dirty
* [HHH-19490] - NPE when using array_position function
* [HHH-19482] - entity assigned LockMode.READ when read outside
transaction
* [HHH-19480] - missing FK constraint for unidirectional <a
href="https://github.com/OneToMany"><code>@OneToMany</code></a> on a
non-primary key
* [HHH-19479] - single referenced column not marked unique
* [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to
missing connection release
* [HHH-19476] - claimEntityHolderIfPossible Assertion Error
* [HHH-19473] - Bytecode enhancement incorrectly generates code for
Bidirectional Generic Entities
* [HHH-19472] - Native query "SELECT 1" with result type
Object[] return singular object
* [HHH-19463] - Hibernate processor silently ignores incorrect
repository definitions (e.g. <a
href="https://github.com/Save"><code>@Save</code></a> on non-entity
type)
* [HHH-19446] - [Regression] UnknownEntityException: Could not resolve
root entity
* [HHH-19387] - AssertionError in EntityInitializerImpl
data.concreteDescriptor is null
* [HHH-19383] - validation of NativeQuery result mappings
* [HHH-19372] - AccessOptimizer.setPropertyValues() and
getPropertyValues() error with entity hierarchy.
* [HHH-19369] - Entity hierarchy ordering error within metamodel
building with enhancement
* [HHH-18891] - java.lang.AssertionError generated in
getResolvedInstance even though NotFound IGNORE set
* [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should
consider <a
href="https://github.com/ListIndexBase"><code>@ListIndexBase</code></a>
* [HHH-18813] - DML update of secondary table column fails
* [HHH-18774] - two bad bugs in cascade refresh
* [HHH-18252] - Support <a
href="https://github.com/IdClass"><code>@IdClass</code></a> during
annotation processing for Jakarta Data</p>
<p>** Improvement
* [HHH-19507] - Upgrade to Hibernate Models 1.0.0</p>
<p>** Patch
* [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage
for <a href="https://github.com/OneToMany"><code>@OneToMany</code></a>
Constraint Name and FK name generation.</p>
<p>** Task
* [HHH-19519] - Document breaking changes in new Hibernate Maven
Plugin</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0d7539fd325e3481dc72c8e0829bc65855e2edf8"><code>0d7539f</code></a>
Pre-steps for release : <code>7.0.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/dbe4ac14fbc9d1873b70267ac08dbf06778de4bd"><code>dbe4ac1</code></a>
HHH-19528 Read and apply the version from XML</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9874ccda41ea0f60dcf9e4ff1688589f86d49b75"><code>9874ccd</code></a>
HHH-19495 Remove the default "true" from optimistic-lock</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/283955abb6222b52678380b9547e502d2fb8b4d3"><code>283955a</code></a>
HHH-19446 HHH-18633 <code>hibernate-scan-jandex</code> migration
guide</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2b37e202c2d749ce1529902366e720c1334026ca"><code>2b37e20</code></a>
HHH-19507 - Upgrade to Hibernate Models 1.0.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fa1141c743db8b212fde5550b16f1435b8bf6cbc"><code>fa1141c</code></a>
HHH-19515 add a test for the issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f03483a17db22bd2c6b0bca882e63df33c9ee954"><code>f03483a</code></a>
HHH-19515 don't call PhysicalNamingStrategy to produce a logical column
name</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c6f23128435be560eee6934255ad1abcd04f4215"><code>c6f2312</code></a>
HHH-19490 Fix NPE when using array_position on sql array type</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/39e8da96910ede6f831967b8e06a15e63ecc84f3"><code>39e8da9</code></a>
HHH-19482 fix handling of lock modes for reads outside tx</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6076711f67e803c2236a0db0e8dc0252b8960e73"><code>6076711</code></a>
add test for lock modes</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0...7.0.1">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