dependabot[bot] opened a new pull request, #1260: URL: https://github.com/apache/cxf/pull/1260
Bumps `cxf.hibernate.em.version` from 6.1.7.Final to 6.2.2.Final. Updates `hibernate-core` from 6.1.7.Final to 6.2.2.Final <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.2.2/changelog.txt">hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.2.2.Final (April 28, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32149">https://hibernate.atlassian.net/projects/HHH/versions/32149</a></p> <p>** Bug * [HHH-16528] - Revert SybaseDialect NameQualifierSupport to CATALOG only * [HHH-16507] - Hibernate 6.0+ use the wrong logger name for logging the SQL dialect * [HHH-16493] - OneToManyCollectionPart doesn't disassemble properly embeddable IdClass * [HHH-16492] - Hibernate 6 does not auto flush when calling Query.stream() with NativeQuery * [HHH-16488] - Hibernate ORM 6.2.1 / Wrong select clause generated / OneToOne between the same entity * [HHH-16485] - Insert ordering doesn't consider root entity names * [HHH-16479] - Generic enum in <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> fails with java.lang.IllegalArgumentException: Named type [...] did not implement BasicType nor UserType * [HHH-16477] - LAZY <a href="https://github.com/ManyToOne"><code>@ManyToOne</code></a> may again break EAGER <a href="https://github.com/ManyToOne"><code>@ManyToOne</code></a> when used on the same entity in a different parent with Bytecode Enhancement * [HHH-16473] - Join fetch a recursive relationship with EmbeddedId fetches wrong values * [HHH-16471] - Entities serialized in QueryKey causes java.lang.ClassCastException * [HHH-16458] - JDBC statement is not closed when DeferredResultSetAccess fails to execute a query * [HHH-16457] - Values returned in ValueAccess.getValues() and getValue(…) not alphabetical for Java records * [HHH-16438] - Left outer joins do not work with polymorphic entities due to use of discriminator in the main query condition * [HHH-16409] - SQLGrammarException when selecting property of grouped join association * [HHH-16397] - Wrong SQL when HQL has subquery using FK attribute of parent query root * [HHH-16392] - <a href="https://github.com/Where"><code>@Where</code></a> annotation generates bad query with entity name instead of alias in association subquery * [HHH-16382] - Self referential association with key-many-to-one fails to load * [HHH-16366] - UnknownTableReferenceException when selecting entity using IdClass * [HHH-16363] - OneToMany object properties not set when EmbeddedId and it holds an OneToOne relationship to itself * [HHH-16362] - SemanticException while checking JOIN FETCH owners for nested associations * [HHH-16347] - The ORDER BY clause in a Window Function doesn't work when using multiple columns * [HHH-16321] - Hibernate maps NCLOB to ntext on Sybase * [HHH-16314] - Skip NativeQueryResultTypeAutoDiscoveryTest#dateTimeTypes for Sybase * [HHH-16304] - unquotedCaseStrategy defaults to UPPER with Sybase * [HHH-16271] - BulkManipulationTest fails on Sybase with JZ0NK: Generated keys are not available because either the Statement.NO_GENERATED_KEYS was used or no keys were automatically generated. * [HHH-16270] - Support for null Query parameters on Sybase * [HHH-16261] - JPA metamodel generator is not considering Java 14's records * [HHH-15833] - Sybase - store procedure unsupported named parameter * [HHH-15602] - ByteBuddy enhancement generates faulty code with many-to-many associations</p> <p>** Deprecation * [HHH-16441] - Improve support for <a href="https://github.com/BatchSize"><code>@BatchSize</code></a></p> <p>** Improvement * [HHH-16511] - Ability to drop-in extra JDBC drivers * [HHH-16509] - Split parameter limit and IN element limit * [HHH-16500] - Avoid unnecessary reflection in StreamDecorator * [HHH-16482] - Convert Functions in StandardConverters to static methods that can be used as method references * [HHH-16481] - Add a new WrapperArrayHandling for enabled JPA compliance * [HHH-16468] - Don't create fetch for _identifierMapper anymore * [HHH-16466] - ARRAY parameter support for multi-key loads</p> <p>** Remove Feature * [HHH-16508] - Remove StreamDecorators</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6746c30275b6600622d82613dc70b1fbf97a2fdf"><code>6746c30</code></a> Post-steps for release : <code>6.2.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38c0fd1d2de9f62cc7071151d5a94c0357a5ab23"><code>38c0fd1</code></a> Pre-steps for release : <code>6.2.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac09d25a551649528cebb21765f488fe8cb4b46d"><code>ac09d25</code></a> Fix test failing on H2 version < 2</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0d381db8b8efd3d80c09e96cd1aa0d337f0b54eb"><code>0d381db</code></a> Fix in-array predicate rendering for cockroachdb</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/db3c73f302d1c9222043e880837f72da3c3505f8"><code>db3c73f</code></a> HHH-16528 Revert SybaseDialect NameQualifierSupport to CATALOG only and fix a...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f998bc80b5e296d844e3c704cf58fe41095c69db"><code>f998bc8</code></a> HHH-15833 Disable named parameters for jConnect JDBC driver</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea87b4a2abdebd09384382224f8e352cb7989cb3"><code>ea87b4a</code></a> HHH-16397 Allow fk optimization for correlated paths in subqueries</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/37aec59ba906f4021a0da66b8283b535c3505c5b"><code>37aec59</code></a> HHH-16397 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/792a35586590cd8c1886d866e9568c4159c3aacf"><code>792a355</code></a> HHH-16392 Add column qualifier support to Dialect</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/094f2434131cf4f379a0b96cc18e2bdd80e148f7"><code>094f243</code></a> HHH-16392 Fix where clause in collection cleanup subqueries</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.2.2">compare view</a></li> </ul> </details> <br /> Updates `hibernate-jcache` from 6.1.7.Final to 6.2.2.Final <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.2.2/changelog.txt">hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.2.2.Final (April 28, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32149">https://hibernate.atlassian.net/projects/HHH/versions/32149</a></p> <p>** Bug * [HHH-16528] - Revert SybaseDialect NameQualifierSupport to CATALOG only * [HHH-16507] - Hibernate 6.0+ use the wrong logger name for logging the SQL dialect * [HHH-16493] - OneToManyCollectionPart doesn't disassemble properly embeddable IdClass * [HHH-16492] - Hibernate 6 does not auto flush when calling Query.stream() with NativeQuery * [HHH-16488] - Hibernate ORM 6.2.1 / Wrong select clause generated / OneToOne between the same entity * [HHH-16485] - Insert ordering doesn't consider root entity names * [HHH-16479] - Generic enum in <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> fails with java.lang.IllegalArgumentException: Named type [...] did not implement BasicType nor UserType * [HHH-16477] - LAZY <a href="https://github.com/ManyToOne"><code>@ManyToOne</code></a> may again break EAGER <a href="https://github.com/ManyToOne"><code>@ManyToOne</code></a> when used on the same entity in a different parent with Bytecode Enhancement * [HHH-16473] - Join fetch a recursive relationship with EmbeddedId fetches wrong values * [HHH-16471] - Entities serialized in QueryKey causes java.lang.ClassCastException * [HHH-16458] - JDBC statement is not closed when DeferredResultSetAccess fails to execute a query * [HHH-16457] - Values returned in ValueAccess.getValues() and getValue(…) not alphabetical for Java records * [HHH-16438] - Left outer joins do not work with polymorphic entities due to use of discriminator in the main query condition * [HHH-16409] - SQLGrammarException when selecting property of grouped join association * [HHH-16397] - Wrong SQL when HQL has subquery using FK attribute of parent query root * [HHH-16392] - <a href="https://github.com/Where"><code>@Where</code></a> annotation generates bad query with entity name instead of alias in association subquery * [HHH-16382] - Self referential association with key-many-to-one fails to load * [HHH-16366] - UnknownTableReferenceException when selecting entity using IdClass * [HHH-16363] - OneToMany object properties not set when EmbeddedId and it holds an OneToOne relationship to itself * [HHH-16362] - SemanticException while checking JOIN FETCH owners for nested associations * [HHH-16347] - The ORDER BY clause in a Window Function doesn't work when using multiple columns * [HHH-16321] - Hibernate maps NCLOB to ntext on Sybase * [HHH-16314] - Skip NativeQueryResultTypeAutoDiscoveryTest#dateTimeTypes for Sybase * [HHH-16304] - unquotedCaseStrategy defaults to UPPER with Sybase * [HHH-16271] - BulkManipulationTest fails on Sybase with JZ0NK: Generated keys are not available because either the Statement.NO_GENERATED_KEYS was used or no keys were automatically generated. * [HHH-16270] - Support for null Query parameters on Sybase * [HHH-16261] - JPA metamodel generator is not considering Java 14's records * [HHH-15833] - Sybase - store procedure unsupported named parameter * [HHH-15602] - ByteBuddy enhancement generates faulty code with many-to-many associations</p> <p>** Deprecation * [HHH-16441] - Improve support for <a href="https://github.com/BatchSize"><code>@BatchSize</code></a></p> <p>** Improvement * [HHH-16511] - Ability to drop-in extra JDBC drivers * [HHH-16509] - Split parameter limit and IN element limit * [HHH-16500] - Avoid unnecessary reflection in StreamDecorator * [HHH-16482] - Convert Functions in StandardConverters to static methods that can be used as method references * [HHH-16481] - Add a new WrapperArrayHandling for enabled JPA compliance * [HHH-16468] - Don't create fetch for _identifierMapper anymore * [HHH-16466] - ARRAY parameter support for multi-key loads</p> <p>** Remove Feature * [HHH-16508] - Remove StreamDecorators</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6746c30275b6600622d82613dc70b1fbf97a2fdf"><code>6746c30</code></a> Post-steps for release : <code>6.2.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38c0fd1d2de9f62cc7071151d5a94c0357a5ab23"><code>38c0fd1</code></a> Pre-steps for release : <code>6.2.2.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac09d25a551649528cebb21765f488fe8cb4b46d"><code>ac09d25</code></a> Fix test failing on H2 version < 2</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0d381db8b8efd3d80c09e96cd1aa0d337f0b54eb"><code>0d381db</code></a> Fix in-array predicate rendering for cockroachdb</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/db3c73f302d1c9222043e880837f72da3c3505f8"><code>db3c73f</code></a> HHH-16528 Revert SybaseDialect NameQualifierSupport to CATALOG only and fix a...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/f998bc80b5e296d844e3c704cf58fe41095c69db"><code>f998bc8</code></a> HHH-15833 Disable named parameters for jConnect JDBC driver</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea87b4a2abdebd09384382224f8e352cb7989cb3"><code>ea87b4a</code></a> HHH-16397 Allow fk optimization for correlated paths in subqueries</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/37aec59ba906f4021a0da66b8283b535c3505c5b"><code>37aec59</code></a> HHH-16397 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/792a35586590cd8c1886d866e9568c4159c3aacf"><code>792a355</code></a> HHH-16392 Add column qualifier support to Dialect</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/094f2434131cf4f379a0b96cc18e2bdd80e148f7"><code>094f243</code></a> HHH-16392 Fix where clause in collection cleanup subqueries</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.2.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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
