Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump hibernate.version from 6.6.6.Final to 6.6.7.Final (#888)
Bumps `hibernate.version` from 6.6.6.Final to 6.6.7.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.6.Final to 6.6.7.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.7.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.7.Final.</p> <p>You can find the full list of 6.6.7.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.7">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.7/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.7.Final (February 10, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32416">https://hibernate.atlassian.net/projects/HHH/versions/32416</a></p> <p>** Bug * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18069] - NullPointerException when unioning partition results</p> <p>** Improvement * [HHH-19098] - Disable implicit loading of the default import script</p> <p>** Task * [HHH-19050] - Allow configuration of EntityManagerFactoryBuilderImpl to override the BytecodeProvider instance * [HHH-18928] - Consider the default Access Type as per Spec section 2.3.1 and skip enhancement of properties accessor</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4fbf5f2d10398bbd5e0cc7ad7c8fa54719ac773d"><code>4fbf5f2</code></a> Pre-steps for release : <code>6.6.7.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/53cdd081339dbf299f1651253ccd7c1415651703"><code>53cdd08</code></a> Revert "HHH-18912 - ORM release process"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cff14d9d2f1a99d9e03cf1410e4d0d84c8c16eef"><code>cff14d9</code></a> Revert "Revert publish task dependency on release changes"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5418d160a81067307a0c3b5999131eafd471d25a"><code>5418d16</code></a> Revert publish task dependency on release changes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/57b9191c8c669fe278bb1ce69b338fccfe33d6cc"><code>57b9191</code></a> HHH-18912 - ORM release process</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b752ad96f3b047dc9adea0587f146a129b9ac622"><code>b752ad9</code></a> HHH-18928 Use enhanced field access even when defaulting to <code>PROPERTY</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/46a149d8ac68c54a99a90451758011b680efbf65"><code>46a149d</code></a> HHH-18928 Consider class-level default <code>PROPERTY</code> access type</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3cbc98b75657d423415014255916a9d3fad3da39"><code>3cbc98b</code></a> HHH-18928 metamodel test failure when entity class is enhanced.</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/edeb19afdde35e0e6f66ac324941e151070d1566"><code>edeb19a</code></a> HHH-19104 Envers - Reset ReflectionTools cache on disintegration</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b87830af58e30941040e18530be6f8b333f18139"><code>b87830a</code></a> HHH-19050 Allow configuration of EntityManagerFactoryBuilderImpl to override ...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.6...6.6.7">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-envers` from 6.6.6.Final to 6.6.7.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.7.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.7.Final.</p> <p>You can find the full list of 6.6.7.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.7">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.7/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.7.Final (February 10, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32416">https://hibernate.atlassian.net/projects/HHH/versions/32416</a></p> <p>** Bug * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18069] - NullPointerException when unioning partition results</p> <p>** Improvement * [HHH-19098] - Disable implicit loading of the default import script</p> <p>** Task * [HHH-19050] - Allow configuration of EntityManagerFactoryBuilderImpl to override the BytecodeProvider instance * [HHH-18928] - Consider the default Access Type as per Spec section 2.3.1 and skip enhancement of properties accessor</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4fbf5f2d10398bbd5e0cc7ad7c8fa54719ac773d"><code>4fbf5f2</code></a> Pre-steps for release : <code>6.6.7.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/53cdd081339dbf299f1651253ccd7c1415651703"><code>53cdd08</code></a> Revert "HHH-18912 - ORM release process"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cff14d9d2f1a99d9e03cf1410e4d0d84c8c16eef"><code>cff14d9</code></a> Revert "Revert publish task dependency on release changes"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5418d160a81067307a0c3b5999131eafd471d25a"><code>5418d16</code></a> Revert publish task dependency on release changes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/57b9191c8c669fe278bb1ce69b338fccfe33d6cc"><code>57b9191</code></a> HHH-18912 - ORM release process</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b752ad96f3b047dc9adea0587f146a129b9ac622"><code>b752ad9</code></a> HHH-18928 Use enhanced field access even when defaulting to <code>PROPERTY</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/46a149d8ac68c54a99a90451758011b680efbf65"><code>46a149d</code></a> HHH-18928 Consider class-level default <code>PROPERTY</code> access type</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3cbc98b75657d423415014255916a9d3fad3da39"><code>3cbc98b</code></a> HHH-18928 metamodel test failure when entity class is enhanced.</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/edeb19afdde35e0e6f66ac324941e151070d1566"><code>edeb19a</code></a> HHH-19104 Envers - Reset ReflectionTools cache on disintegration</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b87830af58e30941040e18530be6f8b333f18139"><code>b87830a</code></a> HHH-19050 Allow configuration of EntityManagerFactoryBuilderImpl to override ...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.6...6.6.7">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-c3p0` from 6.6.6.Final to 6.6.7.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.7.Final released</h1> <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.7.Final.</p> <p>You can find the full list of 6.6.7.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.7">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.7/changelog.txt">org.hibernate.orm:hibernate-c3p0's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.7.Final (February 10, 2025)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32416">https://hibernate.atlassian.net/projects/HHH/versions/32416</a></p> <p>** Bug * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18069] - NullPointerException when unioning partition results</p> <p>** Improvement * [HHH-19098] - Disable implicit loading of the default import script</p> <p>** Task * [HHH-19050] - Allow configuration of EntityManagerFactoryBuilderImpl to override the BytecodeProvider instance * [HHH-18928] - Consider the default Access Type as per Spec section 2.3.1 and skip enhancement of properties accessor</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/4fbf5f2d10398bbd5e0cc7ad7c8fa54719ac773d"><code>4fbf5f2</code></a> Pre-steps for release : <code>6.6.7.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/53cdd081339dbf299f1651253ccd7c1415651703"><code>53cdd08</code></a> Revert "HHH-18912 - ORM release process"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cff14d9d2f1a99d9e03cf1410e4d0d84c8c16eef"><code>cff14d9</code></a> Revert "Revert publish task dependency on release changes"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5418d160a81067307a0c3b5999131eafd471d25a"><code>5418d16</code></a> Revert publish task dependency on release changes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/57b9191c8c669fe278bb1ce69b338fccfe33d6cc"><code>57b9191</code></a> HHH-18912 - ORM release process</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b752ad96f3b047dc9adea0587f146a129b9ac622"><code>b752ad9</code></a> HHH-18928 Use enhanced field access even when defaulting to <code>PROPERTY</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/46a149d8ac68c54a99a90451758011b680efbf65"><code>46a149d</code></a> HHH-18928 Consider class-level default <code>PROPERTY</code> access type</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3cbc98b75657d423415014255916a9d3fad3da39"><code>3cbc98b</code></a> HHH-18928 metamodel test failure when entity class is enhanced.</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/edeb19afdde35e0e6f66ac324941e151070d1566"><code>edeb19a</code></a> HHH-19104 Envers - Reset ReflectionTools cache on disintegration</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b87830af58e30941040e18530be6f8b333f18139"><code>b87830a</code></a> HHH-19050 Allow configuration of EntityManagerFactoryBuilderImpl to override ...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.6...6.6.7">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>
- Loading branch information