Commit 7af2215
authored
Bump hibernate.version from 7.0.1.Final to 7.0.2.Final (#1229)
Bumps `hibernate.version` from 7.0.1.Final to 7.0.2.Final.
Updates `org.hibernate.orm:hibernate-core` from 7.0.1.Final to
7.0.2.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.2.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.2.Final.</p>
<p>You can find the full list of 7.0.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.2/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.2.Final (June 12, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p>
<p>** Bug
* [HHH-19533] - Implement equals() and hashCode() for
NativeQueryConstructorTransformer
* [HHH-19531] - Jakarta Data implementation casts StatlessSession to
*Implementor interfaces
* [HHH-19529] - Check bytecode generated classes with stable names class
loaders
* [HHH-19522] - upserts fail silently instead of throwing
StaleObjectStateException</p>
<p>** Improvement
* [HHH-19532] - Add unwrap() method to
StatelessSession/SharedSessionContract</p>
<p>** Task
* [HHH-19518] - Make hibernate-maven-plugin configuration parameters
non-readonly</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a>
Pre-steps for release : <code>7.0.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a>
HHH-19531 Prefer unwrap() to casting sessions in
SelectionSpecification/Mutat...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a>
HHH-19531 Test use of session proxies with
SelectionSpecification/MutationSpe...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a>
HHH-19532 Add unwrap() method to
StatelessSession/SharedSessionContract</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a>
use <a href="https://github.com/linkplain"><code>@linkplain</code></a>
in jdoc</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a>
Enable weekly releases (if there's something new) for branch 7.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a>
Add methods to CompositeNestedGeneratedValueGenerator for Hibernate
reactive</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.1...7.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-envers` from 7.0.1.Final to
7.0.2.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.2.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.2.Final.</p>
<p>You can find the full list of 7.0.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.2/changelog.txt">org.hibernate.orm:hibernate-envers's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.2.Final (June 12, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p>
<p>** Bug
* [HHH-19533] - Implement equals() and hashCode() for
NativeQueryConstructorTransformer
* [HHH-19531] - Jakarta Data implementation casts StatlessSession to
*Implementor interfaces
* [HHH-19529] - Check bytecode generated classes with stable names class
loaders
* [HHH-19522] - upserts fail silently instead of throwing
StaleObjectStateException</p>
<p>** Improvement
* [HHH-19532] - Add unwrap() method to
StatelessSession/SharedSessionContract</p>
<p>** Task
* [HHH-19518] - Make hibernate-maven-plugin configuration parameters
non-readonly</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a>
Pre-steps for release : <code>7.0.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a>
HHH-19531 Prefer unwrap() to casting sessions in
SelectionSpecification/Mutat...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a>
HHH-19531 Test use of session proxies with
SelectionSpecification/MutationSpe...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a>
HHH-19532 Add unwrap() method to
StatelessSession/SharedSessionContract</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a>
use <a href="https://github.com/linkplain"><code>@linkplain</code></a>
in jdoc</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a>
Enable weekly releases (if there's something new) for branch 7.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a>
Add methods to CompositeNestedGeneratedValueGenerator for Hibernate
reactive</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.1...7.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.0.1.Final to
7.0.2.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.2.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.2.Final.</p>
<p>You can find the full list of 7.0.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.2/changelog.txt">org.hibernate.orm:hibernate-scan-jandex's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.2.Final (June 12, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p>
<p>** Bug
* [HHH-19533] - Implement equals() and hashCode() for
NativeQueryConstructorTransformer
* [HHH-19531] - Jakarta Data implementation casts StatlessSession to
*Implementor interfaces
* [HHH-19529] - Check bytecode generated classes with stable names class
loaders
* [HHH-19522] - upserts fail silently instead of throwing
StaleObjectStateException</p>
<p>** Improvement
* [HHH-19532] - Add unwrap() method to
StatelessSession/SharedSessionContract</p>
<p>** Task
* [HHH-19518] - Make hibernate-maven-plugin configuration parameters
non-readonly</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a>
Pre-steps for release : <code>7.0.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a>
HHH-19531 Prefer unwrap() to casting sessions in
SelectionSpecification/Mutat...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a>
HHH-19531 Test use of session proxies with
SelectionSpecification/MutationSpe...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a>
HHH-19532 Add unwrap() method to
StatelessSession/SharedSessionContract</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a>
use <a href="https://github.com/linkplain"><code>@linkplain</code></a>
in jdoc</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a>
Enable weekly releases (if there's something new) for branch 7.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a>
Add methods to CompositeNestedGeneratedValueGenerator for Hibernate
reactive</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.1...7.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-community-dialects` from
7.0.1.Final to 7.0.2.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.2.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.2.Final.</p>
<p>You can find the full list of 7.0.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.2/changelog.txt">org.hibernate.orm:hibernate-community-dialects's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.2.Final (June 12, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p>
<p>** Bug
* [HHH-19533] - Implement equals() and hashCode() for
NativeQueryConstructorTransformer
* [HHH-19531] - Jakarta Data implementation casts StatlessSession to
*Implementor interfaces
* [HHH-19529] - Check bytecode generated classes with stable names class
loaders
* [HHH-19522] - upserts fail silently instead of throwing
StaleObjectStateException</p>
<p>** Improvement
* [HHH-19532] - Add unwrap() method to
StatelessSession/SharedSessionContract</p>
<p>** Task
* [HHH-19518] - Make hibernate-maven-plugin configuration parameters
non-readonly</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a>
Pre-steps for release : <code>7.0.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a>
HHH-19531 Prefer unwrap() to casting sessions in
SelectionSpecification/Mutat...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a>
HHH-19531 Test use of session proxies with
SelectionSpecification/MutationSpe...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a>
HHH-19532 Add unwrap() method to
StatelessSession/SharedSessionContract</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a>
use <a href="https://github.com/linkplain"><code>@linkplain</code></a>
in jdoc</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a>
Enable weekly releases (if there's something new) for branch 7.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a>
Add methods to CompositeNestedGeneratedValueGenerator for Hibernate
reactive</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.1...7.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-c3p0` from 7.0.1.Final to
7.0.2.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.2.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.2.Final.</p>
<p>You can find the full list of 7.0.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.2">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.2/changelog.txt">org.hibernate.orm:hibernate-c3p0's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.2.Final (June 12, 2025)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/33901">https://hibernate.atlassian.net/projects/HHH/versions/33901</a></p>
<p>** Bug
* [HHH-19533] - Implement equals() and hashCode() for
NativeQueryConstructorTransformer
* [HHH-19531] - Jakarta Data implementation casts StatlessSession to
*Implementor interfaces
* [HHH-19529] - Check bytecode generated classes with stable names class
loaders
* [HHH-19522] - upserts fail silently instead of throwing
StaleObjectStateException</p>
<p>** Improvement
* [HHH-19532] - Add unwrap() method to
StatelessSession/SharedSessionContract</p>
<p>** Task
* [HHH-19518] - Make hibernate-maven-plugin configuration parameters
non-readonly</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b5514cbd2f06263adeb7738c80edeb49290ff27e"><code>b5514cb</code></a>
Pre-steps for release : <code>7.0.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/62489a061d487baa92f16ecb240eb938908c71f0"><code>62489a0</code></a>
HHH-19531 Prefer unwrap() to casting sessions in
SelectionSpecification/Mutat...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5df154abbad68bd6ee476fb681ceb06712d08c2c"><code>5df154a</code></a>
HHH-19531 Test use of session proxies with
SelectionSpecification/MutationSpe...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2daccac241f2f7582584f58817ea05032faf969d"><code>2daccac</code></a>
HHH-19532 Add unwrap() method to
StatelessSession/SharedSessionContract</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/1e028f41f7b704063dd95a3d14bfc13bf157b08a"><code>1e028f4</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/c145678f27a772a22865c16f60cfbdac49aa1b2b"><code>c145678</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58df98eccdc67b711d7fc4f87ce2f41bb60f8344"><code>58df98e</code></a>
use <a href="https://github.com/linkplain"><code>@linkplain</code></a>
in jdoc</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/09a863e4598ae3fe842e2fc655808a4a8300394e"><code>09a863e</code></a>
HHH-19522 report failed optimistic lock checking for upsert()</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f9bf7f8bb94b52538030d7cf8de4869a73201c73"><code>f9bf7f8</code></a>
Enable weekly releases (if there's something new) for branch 7.0</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6b82404b26732a0a2386882a84556c1b0835e6d0"><code>6b82404</code></a>
Add methods to CompositeNestedGeneratedValueGenerator for Hibernate
reactive</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.1...7.0.2">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