dependabot[bot] opened a new pull request, #2163: URL: https://github.com/apache/cxf/pull/2163
Bumps `cxf.hibernate.em.version` from 6.6.2.Final to 6.6.3.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.2.Final to 6.6.3.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.3.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.Final.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <p>You can find the full list of 6.6.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.3">here</a>.</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.3/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.3.Final (November 21, 2024)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32365">https://hibernate.atlassian.net/projects/HHH/versions/32365</a></p> <p>** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" <a href="https://github.com/Transient"><code>@Transient</code></a> properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column</p> <p>** Improvement * [HHH-18841] - Make <code>_identifierMapper</code> property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models</p> <p>** Task * [HHH-18846] - Enable release automation for ORM 6.6</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/74f0839a947a9e2e837f35f7940f117687522eee"><code>74f0839</code></a> Pre-steps for release : <code>6.6.3.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3dfb973311bed97d570b837f7bb32ad7335874e0"><code>3dfb973</code></a> HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e094b3c283627ebacabc297f93d9f470dada5432"><code>e094b3c</code></a> HHH-18842 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2036ef16663ad462b96f786ccc23af0ba38befc1"><code>2036ef1</code></a> Add a warning for future upgrades of bytebuddy</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ff64185eb3d3f082e0e6344db2f565fe55c9a58e"><code>ff64185</code></a> Don't use net.bytebuddy.experimental=true for Java 23 testing</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b91d9ec8530d9a320174b8cae523c67349bc3622"><code>b91d9ec</code></a> HHH-18846 Enable release automation for ORM 6.6</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b5178d03ec17985a953afccc1c3a6da19fd70cae"><code>b5178d0</code></a> HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a26e5059fb41c3a74c262868e6b9dfd537478364"><code>a26e505</code></a> HHH-18841 Create <code>_identifierMapper</code> as a synthetic attribute</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1ffde48f5ba6b84bb604cfee02fc43a13bef80c4"><code>1ffde48</code></a> HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/abfe6b9b556f3748a657f017a7ac2ec45a88197b"><code>abfe6b9</code></a> HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.2...6.6.3">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.6.2.Final to 6.6.3.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-jcache's releases</a>.</em></p> <blockquote> <h1>Hibernate ORM 6.6.3.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.Final.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <p>You can find the full list of 6.6.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.3">here</a>.</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.3/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.6.3.Final (November 21, 2024)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32365">https://hibernate.atlassian.net/projects/HHH/versions/32365</a></p> <p>** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" <a href="https://github.com/Transient"><code>@Transient</code></a> properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column</p> <p>** Improvement * [HHH-18841] - Make <code>_identifierMapper</code> property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models</p> <p>** Task * [HHH-18846] - Enable release automation for ORM 6.6</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/74f0839a947a9e2e837f35f7940f117687522eee"><code>74f0839</code></a> Pre-steps for release : <code>6.6.3.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3dfb973311bed97d570b837f7bb32ad7335874e0"><code>3dfb973</code></a> HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e094b3c283627ebacabc297f93d9f470dada5432"><code>e094b3c</code></a> HHH-18842 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2036ef16663ad462b96f786ccc23af0ba38befc1"><code>2036ef1</code></a> Add a warning for future upgrades of bytebuddy</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ff64185eb3d3f082e0e6344db2f565fe55c9a58e"><code>ff64185</code></a> Don't use net.bytebuddy.experimental=true for Java 23 testing</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b91d9ec8530d9a320174b8cae523c67349bc3622"><code>b91d9ec</code></a> HHH-18846 Enable release automation for ORM 6.6</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b5178d03ec17985a953afccc1c3a6da19fd70cae"><code>b5178d0</code></a> HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a26e5059fb41c3a74c262868e6b9dfd537478364"><code>a26e505</code></a> HHH-18841 Create <code>_identifierMapper</code> as a synthetic attribute</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1ffde48f5ba6b84bb604cfee02fc43a13bef80c4"><code>1ffde48</code></a> HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/abfe6b9b556f3748a657f017a7ac2ec45a88197b"><code>abfe6b9</code></a> HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.2...6.6.3">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org