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

   Bumps `cxf.hibernate.em.version` from 6.6.10.Final to 6.6.11.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.6.10.Final to 6.6.11.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.11.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.11.Final.</p>
   <p>You can find the full list of 6.6.11.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.11";>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.11/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.6.11.Final (March 16, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32879";>https://hibernate.atlassian.net/projects/HHH/versions/32879</a></p>
   <p>** Bug
   * [HHH-19246] - Fetch join makes partially covered EntityGraph ineffective
   * [HHH-19220] - ClassCastException: class 
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer$1 cannot be cast to 
class java.lang.String
   * [HHH-19140] - Enhanced entities with AccessType.PROPERTY does not work 
well with inheritance
   * [HHH-19107] - Entities with <a 
href="https://github.com/EmbeddedId";><code>@​EmbeddedId</code></a> not 
supported with CrudRepository
   * [HHH-19106] - <a 
href="https://github.com/Transaction";><code>@​Transaction</code></a>(TxType) 
not working with Hibernate Data Repositories
   * [HHH-19052] - Hibernate 6.6.X regression with join formula
   * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal 
instead
   * [HHH-18881] - In MySQL, array of dates are not converted correctly
   * [HHH-18858] - array fields and static metamodel
   * [HHH-18787] - Custom UserType not recognised for array properties
   * [HHH-18570] - Invalid SQL when filter contains identifier named date</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/92ceb163e21a96767ae18757afec5284a50089b1";><code>92ceb16</code></a>
 Pre-steps for release : <code>6.6.11.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f75a1f37972dcce83b2113388421e48c7d326b39";><code>f75a1f3</code></a>
 HHH-18881 Implement fromEncodedString as inverse of appendEncodedString</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b34c51926ff1539cfb7feff1b8427bac1dbbcb85";><code>b34c519</code></a>
 HHH-18881 Modified test case from Jira issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b5c0f3cb972b9e2dbe38cdf13a6dd66eda7fee72";><code>b5c0f3c</code></a>
 HHH-18787 Contribute type using returnedClass().getTypeName() instead of 
retu...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8cf34b522729133883af53013855f38aad8371f8";><code>8cf34b5</code></a>
 HHH-18787 Test case</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/10794a437fbc735619843c92e568144c48064be1";><code>10794a4</code></a>
 HHH-18570 reallow use of 'date' and 'time' as regular column names in parsed 
SQL</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d259836b2f956188ecc389b8d85281e70e63a3de";><code>d259836</code></a>
 HHH-18570 Test case adapted from <a 
href="https://github.com/gaetannandelec-ibboost/hi";>https://github.com/gaetannandelec-ibboost/hi</a>...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e54b1259398ea9cb94a0b6296aa92132763cf434";><code>e54b125</code></a>
 HHH-18858 Array annotated with one of <a 
href="https://github.com/ManyToMany";><code>@​ManyToMany</code></a>, <a 
href="https://github.com/OneToMany";><code>@​OneToMany</code></a>, or <a 
href="https://github.com/ElementCol";><code>@​ElementCol</code></a>...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/148995c79485737d93ffeb76521a1bd465d1f976";><code>148995c</code></a>
 HHH-18858 Test case &quot;borrowed&quot; from Core, slightly adapted</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/3635a49905e1156a44170feda01b11d8b73a9575";><code>3635a49</code></a>
 HHH-19140 Reproducer test and issue fix (<a 
href="https://redirect.github.com/hibernate/hibernate-orm/issues/9758";>#9758</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.10...6.6.11";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.6.10.Final to 
6.6.11.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.11.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.11.Final.</p>
   <p>You can find the full list of 6.6.11.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.11";>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.11/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.6.11.Final (March 16, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32879";>https://hibernate.atlassian.net/projects/HHH/versions/32879</a></p>
   <p>** Bug
   * [HHH-19246] - Fetch join makes partially covered EntityGraph ineffective
   * [HHH-19220] - ClassCastException: class 
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer$1 cannot be cast to 
class java.lang.String
   * [HHH-19140] - Enhanced entities with AccessType.PROPERTY does not work 
well with inheritance
   * [HHH-19107] - Entities with <a 
href="https://github.com/EmbeddedId";><code>@​EmbeddedId</code></a> not 
supported with CrudRepository
   * [HHH-19106] - <a 
href="https://github.com/Transaction";><code>@​Transaction</code></a>(TxType) 
not working with Hibernate Data Repositories
   * [HHH-19052] - Hibernate 6.6.X regression with join formula
   * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal 
instead
   * [HHH-18881] - In MySQL, array of dates are not converted correctly
   * [HHH-18858] - array fields and static metamodel
   * [HHH-18787] - Custom UserType not recognised for array properties
   * [HHH-18570] - Invalid SQL when filter contains identifier named date</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/92ceb163e21a96767ae18757afec5284a50089b1";><code>92ceb16</code></a>
 Pre-steps for release : <code>6.6.11.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/f75a1f37972dcce83b2113388421e48c7d326b39";><code>f75a1f3</code></a>
 HHH-18881 Implement fromEncodedString as inverse of appendEncodedString</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b34c51926ff1539cfb7feff1b8427bac1dbbcb85";><code>b34c519</code></a>
 HHH-18881 Modified test case from Jira issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b5c0f3cb972b9e2dbe38cdf13a6dd66eda7fee72";><code>b5c0f3c</code></a>
 HHH-18787 Contribute type using returnedClass().getTypeName() instead of 
retu...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/8cf34b522729133883af53013855f38aad8371f8";><code>8cf34b5</code></a>
 HHH-18787 Test case</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/10794a437fbc735619843c92e568144c48064be1";><code>10794a4</code></a>
 HHH-18570 reallow use of 'date' and 'time' as regular column names in parsed 
SQL</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d259836b2f956188ecc389b8d85281e70e63a3de";><code>d259836</code></a>
 HHH-18570 Test case adapted from <a 
href="https://github.com/gaetannandelec-ibboost/hi";>https://github.com/gaetannandelec-ibboost/hi</a>...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e54b1259398ea9cb94a0b6296aa92132763cf434";><code>e54b125</code></a>
 HHH-18858 Array annotated with one of <a 
href="https://github.com/ManyToMany";><code>@​ManyToMany</code></a>, <a 
href="https://github.com/OneToMany";><code>@​OneToMany</code></a>, or <a 
href="https://github.com/ElementCol";><code>@​ElementCol</code></a>...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/148995c79485737d93ffeb76521a1bd465d1f976";><code>148995c</code></a>
 HHH-18858 Test case &quot;borrowed&quot; from Core, slightly adapted</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/3635a49905e1156a44170feda01b11d8b73a9575";><code>3635a49</code></a>
 HHH-19140 Reproducer test and issue fix (<a 
href="https://redirect.github.com/hibernate/hibernate-orm/issues/9758";>#9758</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.10...6.6.11";>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