Skip to content

Commit cc8498f

Browse files
Bump hibernate.version from 6.6.5.Final to 6.6.6.Final (#858)
Bumps `hibernate.version` from 6.6.5.Final to 6.6.6.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.5.Final to 6.6.6.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.6.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.6.Final.</p> <p>You can find the full list of 6.6.6.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.6">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.6/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.6.Final (February 02, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32382">https://hibernate.atlassian.net/projects/HHH/versions/32382</a></p> <p>** Bug * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel</p> <p>** Task * [HHH-19078] - Improve release process error message when no issues with corresponding version are found</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0152cf9dd70e49afc07e6fb187e92e5a2887899a"><code>0152cf9</code></a> Pre-steps for release : <code>6.6.6.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/879c56b4a2ab6bccd53caab1e28b00504a5752ee"><code>879c56b</code></a> HHH-19034 Test fetch and join order for Criteria</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6a3ef4bb75edf11366db281b5b3224ffa9e80087"><code>6a3ef4b</code></a> HHH-19034 Fix use of findCompatibleFetchJoin</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ff8ebd5931f9f0f7a5b5d6778edfa78a6fd63539"><code>ff8ebd5</code></a> HHH-19079 org.hibernate.type.ComponentType#getPropertyValues should allocate ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cfdaead5d19ad890bdc976da7d64f8be8aa03f8f"><code>cfdaead</code></a> HHH-19079 Test case demonstrating the problem</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c97cf470d606bbf089460f60dbe6d7c689bf83b1"><code>c97cf47</code></a> HHH-18933 Hierarchically ordering classes before returning from method in equ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a1cbcb16cf72c6178022b8818a62943213709253"><code>a1cbcb1</code></a> HHH-18933 Test case using classes from article <a href="https://in.relation.to/2024/07">https://in.relation.to/2024/07</a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a3584412d41cea2573dce9ca4975e29c4c4d9ac3"><code>a358441</code></a> HHH-18933 Test case adapted from reproducer mentioned in <a href="https://hibernate.at">https://hibernate.at</a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0c72972dc5606b1aebaab5ed3e4e624d5811e16f"><code>0c72972</code></a> HHH-19078 Meaningful error during release if no issues are found</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/61b4ffd8e5a80158facfb7804fcdf2363afc005f"><code>61b4ffd</code></a> HHH-18961 JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionC...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.5...6.6.6">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-envers` from 6.6.5.Final to 6.6.6.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.6.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.6.Final.</p> <p>You can find the full list of 6.6.6.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.6">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.6/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.6.Final (February 02, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32382">https://hibernate.atlassian.net/projects/HHH/versions/32382</a></p> <p>** Bug * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel</p> <p>** Task * [HHH-19078] - Improve release process error message when no issues with corresponding version are found</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0152cf9dd70e49afc07e6fb187e92e5a2887899a"><code>0152cf9</code></a> Pre-steps for release : <code>6.6.6.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/879c56b4a2ab6bccd53caab1e28b00504a5752ee"><code>879c56b</code></a> HHH-19034 Test fetch and join order for Criteria</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6a3ef4bb75edf11366db281b5b3224ffa9e80087"><code>6a3ef4b</code></a> HHH-19034 Fix use of findCompatibleFetchJoin</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ff8ebd5931f9f0f7a5b5d6778edfa78a6fd63539"><code>ff8ebd5</code></a> HHH-19079 org.hibernate.type.ComponentType#getPropertyValues should allocate ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cfdaead5d19ad890bdc976da7d64f8be8aa03f8f"><code>cfdaead</code></a> HHH-19079 Test case demonstrating the problem</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c97cf470d606bbf089460f60dbe6d7c689bf83b1"><code>c97cf47</code></a> HHH-18933 Hierarchically ordering classes before returning from method in equ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a1cbcb16cf72c6178022b8818a62943213709253"><code>a1cbcb1</code></a> HHH-18933 Test case using classes from article <a href="https://in.relation.to/2024/07">https://in.relation.to/2024/07</a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a3584412d41cea2573dce9ca4975e29c4c4d9ac3"><code>a358441</code></a> HHH-18933 Test case adapted from reproducer mentioned in <a href="https://hibernate.at">https://hibernate.at</a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0c72972dc5606b1aebaab5ed3e4e624d5811e16f"><code>0c72972</code></a> HHH-19078 Meaningful error during release if no issues are found</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/61b4ffd8e5a80158facfb7804fcdf2363afc005f"><code>61b4ffd</code></a> HHH-18961 JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionC...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.5...6.6.6">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-c3p0` from 6.6.5.Final to 6.6.6.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.6.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.6.Final.</p> <p>You can find the full list of 6.6.6.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.6">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.6/changelog.txt">org.hibernate.orm:hibernate-c3p0's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.6.Final (February 02, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32382">https://hibernate.atlassian.net/projects/HHH/versions/32382</a></p> <p>** Bug * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel</p> <p>** Task * [HHH-19078] - Improve release process error message when no issues with corresponding version are found</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0152cf9dd70e49afc07e6fb187e92e5a2887899a"><code>0152cf9</code></a> Pre-steps for release : <code>6.6.6.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/879c56b4a2ab6bccd53caab1e28b00504a5752ee"><code>879c56b</code></a> HHH-19034 Test fetch and join order for Criteria</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6a3ef4bb75edf11366db281b5b3224ffa9e80087"><code>6a3ef4b</code></a> HHH-19034 Fix use of findCompatibleFetchJoin</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ff8ebd5931f9f0f7a5b5d6778edfa78a6fd63539"><code>ff8ebd5</code></a> HHH-19079 org.hibernate.type.ComponentType#getPropertyValues should allocate ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cfdaead5d19ad890bdc976da7d64f8be8aa03f8f"><code>cfdaead</code></a> HHH-19079 Test case demonstrating the problem</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c97cf470d606bbf089460f60dbe6d7c689bf83b1"><code>c97cf47</code></a> HHH-18933 Hierarchically ordering classes before returning from method in equ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a1cbcb16cf72c6178022b8818a62943213709253"><code>a1cbcb1</code></a> HHH-18933 Test case using classes from article <a href="https://in.relation.to/2024/07">https://in.relation.to/2024/07</a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a3584412d41cea2573dce9ca4975e29c4c4d9ac3"><code>a358441</code></a> HHH-18933 Test case adapted from reproducer mentioned in <a href="https://hibernate.at">https://hibernate.at</a>...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0c72972dc5606b1aebaab5ed3e4e624d5811e16f"><code>0c72972</code></a> HHH-19078 Meaningful error during release if no issues are found</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/61b4ffd8e5a80158facfb7804fcdf2363afc005f"><code>61b4ffd</code></a> HHH-18961 JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionC...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.5...6.6.6">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 abcb187 + cbf19a4 commit cc8498f

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.5.Final</hibernate.version>
128+
<hibernate.version>6.6.6.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)