dependabot[bot] opened a new pull request, #1655:
URL: https://github.com/apache/cxf/pull/1655

   Bumps `cxf.hibernate.em.version` from 6.1.7.Final to 6.4.2.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.1.7.Final to 6.4.2.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>
   <h2>Hibernate ORM 6.4.2 Final</h2>
   <h1>Hibernate ORM 6.4.2.Final released</h1>
   <p>Today, we published a new maintenance release of Hibernate ORM 6.4: 
6.4.2.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.2.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.4.2";>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.2.20.Final released</h1>
   <p>Today, we published a new maintenance release of Hibernate ORM 6.2: 
6.2.20.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.2.20.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.2.20";>here</a>.</p>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/6.2/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/6.2/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/6.2/userguide/html_single/Hibernate_User_Guide.html";>User
 Guide</a></li>
   </ul>
   <p>See also the following resources related to supported APIs:</p>
   <!-- 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.2/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.4.2.Final (January 18, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32228";>https://hibernate.atlassian.net/projects/HHH/versions/32228</a></p>
   <p>** Bug
   * [HHH-17639] - CTE query cycle attribute still evaluated incorrectly on 
MSSQL using collation &quot;Latin1_General_CI_AS&quot;
   * [HHH-17635] - UnsupportedOperationException when registering 
CompositeUserType with TypeContributor.contributeType
   * [HHH-17632] - AssertionError when updating entity with lazy loading 
property and bytecode enhancement
   * [HHH-17623] - Ordering collection <a 
href="https://github.com/OrderBy";><code>@​OrderBy</code></a> based on 
association fails
   * [HHH-17621] - UnsupportedOperationException when merging an entity with a 
<a href="https://github.com/Any";><code>@​Any</code></a> mapping
   * [HHH-17619] - Discriminator-based multitenancy filter is not enabled in a 
stateless session
   * [HHH-17618] - After upgrading to to hibernate 6.3.2 finding relations with 
non abstract parent class fails.
   * [HHH-17615] - <a 
href="https://github.com/SoftDelete";><code>@​SoftDelete</code></a> query 
problem with Joined Inheritance hierarchy structure
   * [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins
   * [HHH-17578] - ClassCastException when calling generic typed method on proxy
   * [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ 
to ‘java.util.Currency’ using 
‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap
   * [HHH-17572] - Persist of entity with ToOne association which contains an 
embeddable with associated collection fails with SemanticException
   * [HHH-17566] - addNamedQuery leads to &quot;Named query exists, but did not 
specify a resultClass&quot;
   * [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified()
   * [HHH-17530] - Criteria query with nested dynamic instantiations and 
sorting is not working
   * [HHH-17528] - Explicit selection of an <a 
href="https://github.com/Embeddable";><code>@​Embeddable</code></a> property 
containing associated collections doesn't work
   * [HHH-17515] - DynamicInstantiationResult wrong java type constructor 
selected
   * [HHH-17511] - The <a 
href="https://github.com/SoftDelete";><code>@​SoftDelete</code></a> HQL join 
entity does not generate a delete condition
   * [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 
'org.hibernate.type.descriptor.java.YearJavaType' to wrap
   * [HHH-17496] - Inconsistent handling of enum fields
   * [HHH-17492] - IN predicate with numeric/decimal parameter types leads to 
Binding is multi-valued; illegal call to #getBindValue
   * [HHH-17490] - NOT IN clause does not work with empty list
   * [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany 
association load
   * [HHH-17481] - OneToMany load empty collection due to discriminator in 
Polymorphic relationship
   * [HHH-17467] - QueryArgumentException when using a proxy as parameter value 
in a query
   * [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL
   * [HHH-17435] - Trim function not escaping single quotes and not allowing 
input parameters as trim character
   * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity
   * [HHH-17327] - Adding support for Union All in IncrementGenerator
   * [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really 
slow for ElementCollections
   * [HHH-17253] - Stackoverflow error on jpamodelgen generation
   * [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException
   * [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI 
Extensions are enabled
   * [HHH-16526] - Query toHqlString() loses function arguments
   * [HHH-14821] - EntityKey 'null identifier' should not happen
   * [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL
   * [HHH-1645] - refresh with LockMode on an unitialized proxy does not 
work</p>
   <p>** Improvement
   * [HHH-17396] - Fix typos in javadoc
   * [HHH-17303] - More realistic testcase for HHH-16180</p>
   <p>** Task
   * [HHH-17616] - Move resources to the src/resources folders</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/03aa53d5c4a8428e98f2a14b6da5ba8b3563331f";><code>03aa53d</code></a>
 Post-steps for release : <code>6.4.2.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/713af21bdfd66b97044425ecae975d6f0b7f3153";><code>713af21</code></a>
 Pre-steps for release : <code>6.4.2.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/29346e6f19a73a4690fcdfdf6a122668bd0cc4ae";><code>29346e6</code></a>
 HHH-17635 - Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d6f09d6e9d0ac1c299dfb027f13bbc641236a035";><code>d6f09d6</code></a>
 HHH-17635 - register custom user types when contributed through a service 
pro...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/733b555e8682f64596a295cb1b4f1f1cd6652d21";><code>733b555</code></a>
 HHH-17619 Add the multitenancy filter in a stateless session</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f5800a0388b9bd1cc946fd20c6f7403f74e8c9e3";><code>f5800a0</code></a>
 HHH-17435 Small fixes to trim() function</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8250f13d77c931059890af328023b29c33b95660";><code>8250f13</code></a>
 HHH-17639 Make recursive CTE cycle detection emulation independent of 
collation</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/899bf7b4fb3679fa9579a091888d6a2d50a8a5b8";><code>899bf7b</code></a>
 HHH-17632 AssertionError when updating entity with lazy loading property and 
...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8f3cc245ceaccb105152d00dfd098df5d5337873";><code>8f3cc24</code></a>
 HHH-17632 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b8d95528031fa66e3180612e8371128607e1d435";><code>b8d9552</code></a>
 HHH-17492 Allow parameter inferred mapping for same java types</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.4.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.1.7.Final to 6.4.2.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>
   <h2>Hibernate ORM 6.4.2 Final</h2>
   <h1>Hibernate ORM 6.4.2.Final released</h1>
   <p>Today, we published a new maintenance release of Hibernate ORM 6.4: 
6.4.2.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.2.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.4.2";>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.2.20.Final released</h1>
   <p>Today, we published a new maintenance release of Hibernate ORM 6.2: 
6.2.20.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.2.20.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.2.20";>here</a>.</p>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/6.2/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/6.2/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/6.2/userguide/html_single/Hibernate_User_Guide.html";>User
 Guide</a></li>
   </ul>
   <p>See also the following resources related to supported APIs:</p>
   <!-- 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.2/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.4.2.Final (January 18, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32228";>https://hibernate.atlassian.net/projects/HHH/versions/32228</a></p>
   <p>** Bug
   * [HHH-17639] - CTE query cycle attribute still evaluated incorrectly on 
MSSQL using collation &quot;Latin1_General_CI_AS&quot;
   * [HHH-17635] - UnsupportedOperationException when registering 
CompositeUserType with TypeContributor.contributeType
   * [HHH-17632] - AssertionError when updating entity with lazy loading 
property and bytecode enhancement
   * [HHH-17623] - Ordering collection <a 
href="https://github.com/OrderBy";><code>@​OrderBy</code></a> based on 
association fails
   * [HHH-17621] - UnsupportedOperationException when merging an entity with a 
<a href="https://github.com/Any";><code>@​Any</code></a> mapping
   * [HHH-17619] - Discriminator-based multitenancy filter is not enabled in a 
stateless session
   * [HHH-17618] - After upgrading to to hibernate 6.3.2 finding relations with 
non abstract parent class fails.
   * [HHH-17615] - <a 
href="https://github.com/SoftDelete";><code>@​SoftDelete</code></a> query 
problem with Joined Inheritance hierarchy structure
   * [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins
   * [HHH-17578] - ClassCastException when calling generic typed method on proxy
   * [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ 
to ‘java.util.Currency’ using 
‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap
   * [HHH-17572] - Persist of entity with ToOne association which contains an 
embeddable with associated collection fails with SemanticException
   * [HHH-17566] - addNamedQuery leads to &quot;Named query exists, but did not 
specify a resultClass&quot;
   * [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified()
   * [HHH-17530] - Criteria query with nested dynamic instantiations and 
sorting is not working
   * [HHH-17528] - Explicit selection of an <a 
href="https://github.com/Embeddable";><code>@​Embeddable</code></a> property 
containing associated collections doesn't work
   * [HHH-17515] - DynamicInstantiationResult wrong java type constructor 
selected
   * [HHH-17511] - The <a 
href="https://github.com/SoftDelete";><code>@​SoftDelete</code></a> HQL join 
entity does not generate a delete condition
   * [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 
'org.hibernate.type.descriptor.java.YearJavaType' to wrap
   * [HHH-17496] - Inconsistent handling of enum fields
   * [HHH-17492] - IN predicate with numeric/decimal parameter types leads to 
Binding is multi-valued; illegal call to #getBindValue
   * [HHH-17490] - NOT IN clause does not work with empty list
   * [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany 
association load
   * [HHH-17481] - OneToMany load empty collection due to discriminator in 
Polymorphic relationship
   * [HHH-17467] - QueryArgumentException when using a proxy as parameter value 
in a query
   * [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL
   * [HHH-17435] - Trim function not escaping single quotes and not allowing 
input parameters as trim character
   * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity
   * [HHH-17327] - Adding support for Union All in IncrementGenerator
   * [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really 
slow for ElementCollections
   * [HHH-17253] - Stackoverflow error on jpamodelgen generation
   * [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException
   * [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI 
Extensions are enabled
   * [HHH-16526] - Query toHqlString() loses function arguments
   * [HHH-14821] - EntityKey 'null identifier' should not happen
   * [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL
   * [HHH-1645] - refresh with LockMode on an unitialized proxy does not 
work</p>
   <p>** Improvement
   * [HHH-17396] - Fix typos in javadoc
   * [HHH-17303] - More realistic testcase for HHH-16180</p>
   <p>** Task
   * [HHH-17616] - Move resources to the src/resources folders</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/03aa53d5c4a8428e98f2a14b6da5ba8b3563331f";><code>03aa53d</code></a>
 Post-steps for release : <code>6.4.2.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/713af21bdfd66b97044425ecae975d6f0b7f3153";><code>713af21</code></a>
 Pre-steps for release : <code>6.4.2.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/29346e6f19a73a4690fcdfdf6a122668bd0cc4ae";><code>29346e6</code></a>
 HHH-17635 - Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d6f09d6e9d0ac1c299dfb027f13bbc641236a035";><code>d6f09d6</code></a>
 HHH-17635 - register custom user types when contributed through a service 
pro...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/733b555e8682f64596a295cb1b4f1f1cd6652d21";><code>733b555</code></a>
 HHH-17619 Add the multitenancy filter in a stateless session</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f5800a0388b9bd1cc946fd20c6f7403f74e8c9e3";><code>f5800a0</code></a>
 HHH-17435 Small fixes to trim() function</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8250f13d77c931059890af328023b29c33b95660";><code>8250f13</code></a>
 HHH-17639 Make recursive CTE cycle detection emulation independent of 
collation</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/899bf7b4fb3679fa9579a091888d6a2d50a8a5b8";><code>899bf7b</code></a>
 HHH-17632 AssertionError when updating entity with lazy loading property and 
...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8f3cc245ceaccb105152d00dfd098df5d5337873";><code>8f3cc24</code></a>
 HHH-17632 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b8d95528031fa66e3180612e8371128607e1d435";><code>b8d9552</code></a>
 HHH-17492 Allow parameter inferred mapping for same java types</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.4.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 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

Reply via email to