Skip to content

Commit 337659d

Browse files
Bump hibernate.version from 6.6.11.Final to 6.6.12.Final (#1037)
Bumps `hibernate.version` from 6.6.11.Final to 6.6.12.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.11.Final to 6.6.12.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 6.6.12.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.12.Final.</p> <p>You can find the full list of 6.6.12.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.12">here</a>.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.6/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/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/6.6/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal API report</a> (internal packages, <code>@internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.6.12/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.12.Final (March 30, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32945">https://hibernate.atlassian.net/projects/HHH/versions/32945</a></p> <p>** Bug * [HHH-19109] - Hibernate Data Repositories are <a href="https://github.com/RequestScoped"><code>@​RequestScoped</code></a> * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks</p> <p>** Task * [HHH-19230] - Ensure that thread local for org.hibernate.bytecode.enhance.internal.bytebuddy.SafeCacheProvider + OverridingClassFileLocator are completely cleared</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5f65de1ea9fbfd53af3079e77670f0cec0147368"><code>5f65de1</code></a> Pre-steps for release : <code>6.6.12.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84e5d1913cebac26de2f3dbcf6e2d9bc32b100d4"><code>84e5d19</code></a> HHH-19059 Fix check for property access fields on hierarchies</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2fd1191b5b6e0b02ca630c65aafb13cc7e60d0a1"><code>2fd1191</code></a> HHH-19059 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/565693b6c39f220811175675328015a75c66bd6d"><code>565693b</code></a> HHH-19017: Address ClassCastException for PersistentAttributeInterceptable</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cb89514772262a30d655b0212d24048c6aa7e0cd"><code>cb89514</code></a> HHH-18745 Avoid resolving unnecessary table references for subtypes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a92e0dbadfd4751be100862a4ba9187846970dd2"><code>a92e0db</code></a> HHH-18745 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/69f49516c851f94bef6aaff33d307fa2a6d723a7"><code>69f4951</code></a> HHH-19109 fix use of <a href="https://github.com/TransactionScoped"><code>@​TransactionScoped</code></a> by repository</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e357123c972e82abeec1812847bf404f01f87b5a"><code>e357123</code></a> HHH-18920 Proper class name is JpaSelection.getJavaTypeName(), not JpaSelecti...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/776e4a5314d5bc4fcbb2d4e6ba98a18f7c1ee306"><code>776e4a5</code></a> HHH-18920 Test case - Jakarta Data repository with query selecting enum column</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/02ef8c1a1d0f2119525a609b315316decece5f93"><code>02ef8c1</code></a> HHH-19230 Avoid class loader leak in enhancement and improve bytebuddy type c...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.11...6.6.12">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-envers` from 6.6.11.Final to 6.6.12.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 6.6.12.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.12.Final.</p> <p>You can find the full list of 6.6.12.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.12">here</a>.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.6/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/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/6.6/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal API report</a> (internal packages, <code>@internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.6.12/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.12.Final (March 30, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32945">https://hibernate.atlassian.net/projects/HHH/versions/32945</a></p> <p>** Bug * [HHH-19109] - Hibernate Data Repositories are <a href="https://github.com/RequestScoped"><code>@​RequestScoped</code></a> * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks</p> <p>** Task * [HHH-19230] - Ensure that thread local for org.hibernate.bytecode.enhance.internal.bytebuddy.SafeCacheProvider + OverridingClassFileLocator are completely cleared</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5f65de1ea9fbfd53af3079e77670f0cec0147368"><code>5f65de1</code></a> Pre-steps for release : <code>6.6.12.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84e5d1913cebac26de2f3dbcf6e2d9bc32b100d4"><code>84e5d19</code></a> HHH-19059 Fix check for property access fields on hierarchies</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2fd1191b5b6e0b02ca630c65aafb13cc7e60d0a1"><code>2fd1191</code></a> HHH-19059 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/565693b6c39f220811175675328015a75c66bd6d"><code>565693b</code></a> HHH-19017: Address ClassCastException for PersistentAttributeInterceptable</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cb89514772262a30d655b0212d24048c6aa7e0cd"><code>cb89514</code></a> HHH-18745 Avoid resolving unnecessary table references for subtypes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a92e0dbadfd4751be100862a4ba9187846970dd2"><code>a92e0db</code></a> HHH-18745 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/69f49516c851f94bef6aaff33d307fa2a6d723a7"><code>69f4951</code></a> HHH-19109 fix use of <a href="https://github.com/TransactionScoped"><code>@​TransactionScoped</code></a> by repository</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e357123c972e82abeec1812847bf404f01f87b5a"><code>e357123</code></a> HHH-18920 Proper class name is JpaSelection.getJavaTypeName(), not JpaSelecti...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/776e4a5314d5bc4fcbb2d4e6ba98a18f7c1ee306"><code>776e4a5</code></a> HHH-18920 Test case - Jakarta Data repository with query selecting enum column</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/02ef8c1a1d0f2119525a609b315316decece5f93"><code>02ef8c1</code></a> HHH-19230 Avoid class loader leak in enhancement and improve bytebuddy type c...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.11...6.6.12">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-c3p0` from 6.6.11.Final to 6.6.12.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 6.6.12.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.12.Final.</p> <p>You can find the full list of 6.6.12.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.12">here</a>.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.6/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/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/6.6/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal API report</a> (internal packages, <code>@internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.6.12/changelog.txt">org.hibernate.orm:hibernate-c3p0's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.12.Final (March 30, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32945">https://hibernate.atlassian.net/projects/HHH/versions/32945</a></p> <p>** Bug * [HHH-19109] - Hibernate Data Repositories are <a href="https://github.com/RequestScoped"><code>@​RequestScoped</code></a> * [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched * [HHH-18745] - Unnecessary joins when use TREAT operator * [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks</p> <p>** Task * [HHH-19230] - Ensure that thread local for org.hibernate.bytecode.enhance.internal.bytebuddy.SafeCacheProvider + OverridingClassFileLocator are completely cleared</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5f65de1ea9fbfd53af3079e77670f0cec0147368"><code>5f65de1</code></a> Pre-steps for release : <code>6.6.12.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84e5d1913cebac26de2f3dbcf6e2d9bc32b100d4"><code>84e5d19</code></a> HHH-19059 Fix check for property access fields on hierarchies</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2fd1191b5b6e0b02ca630c65aafb13cc7e60d0a1"><code>2fd1191</code></a> HHH-19059 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/565693b6c39f220811175675328015a75c66bd6d"><code>565693b</code></a> HHH-19017: Address ClassCastException for PersistentAttributeInterceptable</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cb89514772262a30d655b0212d24048c6aa7e0cd"><code>cb89514</code></a> HHH-18745 Avoid resolving unnecessary table references for subtypes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a92e0dbadfd4751be100862a4ba9187846970dd2"><code>a92e0db</code></a> HHH-18745 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/69f49516c851f94bef6aaff33d307fa2a6d723a7"><code>69f4951</code></a> HHH-19109 fix use of <a href="https://github.com/TransactionScoped"><code>@​TransactionScoped</code></a> by repository</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e357123c972e82abeec1812847bf404f01f87b5a"><code>e357123</code></a> HHH-18920 Proper class name is JpaSelection.getJavaTypeName(), not JpaSelecti...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/776e4a5314d5bc4fcbb2d4e6ba98a18f7c1ee306"><code>776e4a5</code></a> HHH-18920 Test case - Jakarta Data repository with query selecting enum column</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/02ef8c1a1d0f2119525a609b315316decece5f93"><code>02ef8c1</code></a> HHH-19230 Avoid class loader leak in enhancement and improve bytebuddy type c...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.11...6.6.12">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>
2 parents 9c684e5 + 9f46d21 commit 337659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
126126

127127
<!-- JPA deps -->
128-
<hibernate.version>6.6.11.Final</hibernate.version>
128+
<hibernate.version>6.6.12.Final</hibernate.version>
129129
<hibernate.validator.version>8.0.2.Final</hibernate.validator.version>
130130
<eclipselink.version>4.0.5</eclipselink.version>
131131
<jpa.version>3.1.0</jpa.version>

0 commit comments

Comments
 (0)