dependabot[bot] opened a new pull request, #1679: URL: https://github.com/apache/cxf/pull/1679
Bumps `cxf.hibernate.em.version` from 6.1.7.Final to 6.4.4.Final. Updates `org.hibernate.orm:hibernate-core` from 6.1.7.Final to 6.4.4.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.4.4.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM: 6.4.4.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.4.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.4.4">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.4/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/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.4/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> <h1>Hibernate ORM 6.4.3.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.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.4.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.4.3">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.4/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.4.4/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.4.4.Final (February 08, 2024)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32259">https://hibernate.atlassian.net/projects/HHH/versions/32259</a></p> <p>** Bug * [HHH-17705] - NullPointerException during enhancement when using the default BytecodeProvider in Wildfly * [HHH-17704] - Query using detached Proxy as parameter fails with LazyInitializationException * [HHH-17693] - Cannot use 'like' operand when an AttributeConverter is used to convert the attribute in a String * [HHH-17688] - Mutation statements using delegates do not consistently release statements * [HHH-17662] - Memory leak in type registry * [HHH-16974] - IllegalStateException Unsupported tuple comparison combination * [HHH-16454] - PostgreSQL ILIKE Keyword is considered a column name when deducing alias injection points</p> <p>** Task * [HHH-17713] - Upgrade ByteBuddy to 1.14.11 * [HHH-17708] - Fix formatting/anchor in documentation of <a href="https://github.com/Struct"><code>@Struct</code></a></p> <h2>Changes in 6.4.3.Final (February 02, 2024)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32243">https://hibernate.atlassian.net/projects/HHH/versions/32243</a></p> <p>** Bug * [HHH-17690] - Joins with Predicates using Criteria API in combination with EntityGraph poducing additional joins. * [HHH-17689] - Cache SQL statement for unique key lookup * [HHH-17687] - AttributeConverter, query does not use converter to convert 'null' fields * [HHH-17686] - Join with inheritance subtype association doesn't trigger auto-flush * [HHH-17683] - hibernate-jpamodelgen generates wrong constructor for metamodel of entities whose methods contain a <code>static EntityManager getEntityManager()</code> * [HHH-17681] - Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility * [HHH-17679] - Unnecessary entity name usage leads to collection element join * [HHH-17677] - COALESCE usage in SQL is broken when giving NULL as second parameter * [HHH-17674] - NullPointerException thrown when loading entity previously evicted and proxied * [HHH-17670] - NPE in FromClause#findTableGroup * [HHH-17668] - NullPointerException when refreshing bytecode-enhanced entity from second-level cache * [HHH-17667] - Delete by type query with <a href="https://github.com/DiscriminatorColumn"><code>@DiscriminatorColumn</code></a> generates SQL with a missing join * [HHH-17666] - Datetime truncation fails when argument is a converted property * [HHH-17665] - java.lang.ClassCastException in some cases when loading child entities, mapped as joined-subclass. * [HHH-17653] - Error in generating schema when <a href="https://github.com/Generator"><code>@Generator</code></a> annotation is applied to a non id embeddable property * [HHH-17644] - Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available * [HHH-17634] - Merging a new entity having a <a href="https://github.com/GeneratedValue"><code>@GeneratedValue</code></a> id should not set the generated id to the original entity * [HHH-17629] - Criteria and Entity graph generates same join clause twice * [HHH-17605] - NativeQuery - Multiple entities of same type are translated into the same single object * [HHH-17598] - Criteria multiselect doesn't work properly for array types other than Object[] * [HHH-17594] - "Could not set value of type" for <a href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> that uses a <a href="https://github.com/DiscriminatorValue"><code>@DiscriminatorValue</code></a> as Key * [HHH-17587] - Setting to null a property from a <a href="https://github.com/SecondaryTable"><code>@SecondaryTable</code></a> and <a href="https://github.com/DynamicUpdate"><code>@DynamicUpdate</code></a> deletes the whole entry from database * [HHH-17550] - NO_CONSTRAINT not honored by InheritanceType.JOINED * [HHH-17526] - During eager batch fetching, real exceptions swallowed by exception in finally</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/faad4059046a50ea8db0b8ded99ebc924c268add"><code>faad405</code></a> Post-steps for release : <code>6.4.4.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3e49c0d71c07d23392b13b368cbc422901ec2640"><code>3e49c0d</code></a> Pre-steps for release : <code>6.4.4.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e98503a80721de7513c6b5adffebdbc2d5bfee8e"><code>e98503a</code></a> HHH-17704 Query using detached Proxy as parameter fails with LazyInitializati...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d35cd469958dd862c92c4b735780af819e6e3a10"><code>d35cd46</code></a> HHH-17704 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6057d99b79aab9750b1aaac09154af8480d08ae7"><code>6057d99</code></a> HHH-16454 PostgreSQL ILIKE Keyword is considered a column name when deducing ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a2d3315067feb9a3af039b64c44358e84e6672d3"><code>a2d3315</code></a> HHH-16454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6138c76c7277a396eb4fe9558dda52925df36615"><code>6138c76</code></a> HHH-17693 Fix typecheck assertions for converted properties</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/658e9bc21583d7e3296d982fe70c75af7eeea9db"><code>658e9bc</code></a> HHH-17693 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e9946dbb1c35ea93033a0f9de244e6d1fb1b42df"><code>e9946db</code></a> HHH-16974 IllegalStateException Unsupported tuple comparison combination</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7f9875dbeab3ada2a63f7526294a7c22fdf2ade"><code>e7f9875</code></a> HHH-16974 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.4.4">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.1.7.Final to 6.4.4.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.4.4.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM: 6.4.4.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.4.4.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.4.4">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.4/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/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.4/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> <h1>Hibernate ORM 6.4.3.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.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.4.3.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.4.3">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.4/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.4/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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/6.4.4/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 6.4.4.Final (February 08, 2024)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32259">https://hibernate.atlassian.net/projects/HHH/versions/32259</a></p> <p>** Bug * [HHH-17705] - NullPointerException during enhancement when using the default BytecodeProvider in Wildfly * [HHH-17704] - Query using detached Proxy as parameter fails with LazyInitializationException * [HHH-17693] - Cannot use 'like' operand when an AttributeConverter is used to convert the attribute in a String * [HHH-17688] - Mutation statements using delegates do not consistently release statements * [HHH-17662] - Memory leak in type registry * [HHH-16974] - IllegalStateException Unsupported tuple comparison combination * [HHH-16454] - PostgreSQL ILIKE Keyword is considered a column name when deducing alias injection points</p> <p>** Task * [HHH-17713] - Upgrade ByteBuddy to 1.14.11 * [HHH-17708] - Fix formatting/anchor in documentation of <a href="https://github.com/Struct"><code>@Struct</code></a></p> <h2>Changes in 6.4.3.Final (February 02, 2024)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32243">https://hibernate.atlassian.net/projects/HHH/versions/32243</a></p> <p>** Bug * [HHH-17690] - Joins with Predicates using Criteria API in combination with EntityGraph poducing additional joins. * [HHH-17689] - Cache SQL statement for unique key lookup * [HHH-17687] - AttributeConverter, query does not use converter to convert 'null' fields * [HHH-17686] - Join with inheritance subtype association doesn't trigger auto-flush * [HHH-17683] - hibernate-jpamodelgen generates wrong constructor for metamodel of entities whose methods contain a <code>static EntityManager getEntityManager()</code> * [HHH-17681] - Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility * [HHH-17679] - Unnecessary entity name usage leads to collection element join * [HHH-17677] - COALESCE usage in SQL is broken when giving NULL as second parameter * [HHH-17674] - NullPointerException thrown when loading entity previously evicted and proxied * [HHH-17670] - NPE in FromClause#findTableGroup * [HHH-17668] - NullPointerException when refreshing bytecode-enhanced entity from second-level cache * [HHH-17667] - Delete by type query with <a href="https://github.com/DiscriminatorColumn"><code>@DiscriminatorColumn</code></a> generates SQL with a missing join * [HHH-17666] - Datetime truncation fails when argument is a converted property * [HHH-17665] - java.lang.ClassCastException in some cases when loading child entities, mapped as joined-subclass. * [HHH-17653] - Error in generating schema when <a href="https://github.com/Generator"><code>@Generator</code></a> annotation is applied to a non id embeddable property * [HHH-17644] - Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available * [HHH-17634] - Merging a new entity having a <a href="https://github.com/GeneratedValue"><code>@GeneratedValue</code></a> id should not set the generated id to the original entity * [HHH-17629] - Criteria and Entity graph generates same join clause twice * [HHH-17605] - NativeQuery - Multiple entities of same type are translated into the same single object * [HHH-17598] - Criteria multiselect doesn't work properly for array types other than Object[] * [HHH-17594] - "Could not set value of type" for <a href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> that uses a <a href="https://github.com/DiscriminatorValue"><code>@DiscriminatorValue</code></a> as Key * [HHH-17587] - Setting to null a property from a <a href="https://github.com/SecondaryTable"><code>@SecondaryTable</code></a> and <a href="https://github.com/DynamicUpdate"><code>@DynamicUpdate</code></a> deletes the whole entry from database * [HHH-17550] - NO_CONSTRAINT not honored by InheritanceType.JOINED * [HHH-17526] - During eager batch fetching, real exceptions swallowed by exception in finally</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/faad4059046a50ea8db0b8ded99ebc924c268add"><code>faad405</code></a> Post-steps for release : <code>6.4.4.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/3e49c0d71c07d23392b13b368cbc422901ec2640"><code>3e49c0d</code></a> Pre-steps for release : <code>6.4.4.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e98503a80721de7513c6b5adffebdbc2d5bfee8e"><code>e98503a</code></a> HHH-17704 Query using detached Proxy as parameter fails with LazyInitializati...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d35cd469958dd862c92c4b735780af819e6e3a10"><code>d35cd46</code></a> HHH-17704 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6057d99b79aab9750b1aaac09154af8480d08ae7"><code>6057d99</code></a> HHH-16454 PostgreSQL ILIKE Keyword is considered a column name when deducing ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a2d3315067feb9a3af039b64c44358e84e6672d3"><code>a2d3315</code></a> HHH-16454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6138c76c7277a396eb4fe9558dda52925df36615"><code>6138c76</code></a> HHH-17693 Fix typecheck assertions for converted properties</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/658e9bc21583d7e3296d982fe70c75af7eeea9db"><code>658e9bc</code></a> HHH-17693 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e9946dbb1c35ea93033a0f9de244e6d1fb1b42df"><code>e9946db</code></a> HHH-16974 IllegalStateException Unsupported tuple comparison combination</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7f9875dbeab3ada2a63f7526294a7c22fdf2ade"><code>e7f9875</code></a> HHH-16974 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.4.4">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