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

   Bumps `cxf.hibernate.em.version` from 6.5.2.Final to 6.6.0.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.5.2.Final to 6.6.0.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.0.CR1 released</h1>
   <p>Today, we published a new candidate release of Hibernate ORM 6.6: 
6.6.0.CR1.</p>
   <h2>What's new</h2>
   <p>This release introduces a lot of improvements as well as bug fixes.</p>
   <p>Please refer to the <a 
href="https://in.relation.to/2024/06/14/orm-66CR1/";>release announcement</a> 
for details.
   You can find the full list of 6.6.0.CR1 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.0.CR1";>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/main/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.6.0.Final (August 08, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32329";>https://hibernate.atlassian.net/projects/HHH/versions/32329</a></p>
   <p>** Bug
   * [HHH-18463] - Add AzureDialect
   * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited 
by the BooleanJavaType check condition
   * [HHH-18403] - DB2iDialect should not support Update Returning
   * [HHH-18399] - Unable to persist self-referencing entity with <a 
href="https://github.com/OneToOne";><code>@​OneToOne</code></a> and <a 
href="https://github.com/JoinTable";><code>@​JoinTable</code></a>
   * [HHH-18391] - EntityGraphs are not considering Embedded attributes
   * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if 
they're included in the where clause
   * [HHH-18373] - When executing update with Criteria API by setting 
InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs
   * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows 
correctly for native queries
   * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY 
throws UnsupportedOperationException: Can't update readonly object
   * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having 
INOUT param
   * [HHH-17465] - Incorrect metamodel for shared version attribute in <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a></p>
   <h2>Changes in 6.6.0.CR2 (August 6, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32320";>https://hibernate.atlassian.net/projects/HHH/versions/32320</a></p>
   <p>** Bug
   * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type 
is equal to the expression type
   * [HHH-17840] - Jackson JsonNode stored as JSON &quot;null&quot; value 
instead of database NULL
   * [HHH-17914] - NPE getSqlString() in debug mode
   * [HHH-17949] - StatelessSession.upsert() with <a 
href="https://github.com/Version-ed";><code>@​Version-ed</code></a> entity on 
databases with no SQL merge
   * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be 
auto applied
   * [HHH-18017] - Query cache on Polymorphic entities leads to 
InstantiationException (Cannot instantiate abstract class)
   * [HHH-18062] - 'Could not instantiate entity ... due to argument type 
mismatch' with record <a 
href="https://github.com/IdClass";><code>@​IdClass</code></a>
   * [HHH-18085] - Executing SELECT query twice in a transaction, leads to 
&quot;Shared references of collection error&quot;
   * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with 
multiple JOINs of parent entity
   * [HHH-18108] - Duplicate class definition regression caused by 
ClassTransformer
   * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for 
collection of role thrown when merging entity with generated id
   * [HHH-18229] - &quot;UnsupportedOperationException: Re-work support for 
semi-resolve &quot; with null value in column referenced by <a 
href="https://github.com/JoinColumn";><code>@​JoinColumn</code></a>
   * [HHH-18272] - UnsupportedOperationException when order / group by clause 
contains aliased item
   * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in 
package-info
   * [HHH-18280] - Support named procedure parameters down to the JDBC level
   * [HHH-18284] - Missing classes in 
org.hibernate.graalvm.internal.StaticClassLists
   * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with 
Hibernate ORM 6.6
   * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed 
to define <a href="https://github.com/Table";><code>@​Table</code></a>
   * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -&gt; 
6.4.8.Final. Also present in 6.5.2.Final.
   * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -&gt; 
6.5.0.Final. Also present in 6.5.2.Final.
   * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named 
parameters
   * [HHH-18306] - Implicit instantiation for queries with single selection 
item broken
   * [HHH-18312] - Informix nationalized JDBC types support
   * [HHH-18313] - NullPointerException because 
JdbcIsolationDelegate.sqlExceptionHelper() returns null</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/85a15264de7a435663ca0ee62682ddd76da45103";><code>85a1526</code></a>
 6.6.0 (manual)</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/54c1c4a2d9dc30b38881fdbc338ef7528f54179e";><code>54c1c4a</code></a>
 HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws 
Un...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/20acd5292c4571bd351af35601c5836a1919c45c";><code>20acd52</code></a>
 HHH-17997 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/263ef56970e330809a7843504d09ec18af1820d1";><code>263ef56</code></a>
 HHH-17465 Incorrect metamodel for shared version attribute in <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e54a6e15b2231b40782356de4563f4a2e97d60cb";><code>e54a6e1</code></a>
 HHH-18463 Add AzureDialect and determine SQL Server version based on 
compatib...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5550c20120cd3c3ad6077f4bdd32a0f976850200";><code>5550c20</code></a>
 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/1ab7493e73b7d0045b979b88c78b725c9a710040";><code>1ab7493</code></a>
 HHH-18399 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ecd22c0811b0ca7596f64c22a4e1e80ed3c314a4";><code>ecd22c0</code></a>
 HHH-18391 Check embeddable properties in fetch paths</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e63c7f814a1023836d0eb2be9f39a35ce03de9c2";><code>e63c7f8</code></a>
 HHH-18391 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/4ca26f9415242415481c8051b0ebf82e7c5cddef";><code>4ca26f9</code></a>
 HHH-18309 Fix Oracle limit handler for native queries</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.5.2...6.6.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.5.2.Final to 6.6.0.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.0.CR1 released</h1>
   <p>Today, we published a new candidate release of Hibernate ORM 6.6: 
6.6.0.CR1.</p>
   <h2>What's new</h2>
   <p>This release introduces a lot of improvements as well as bug fixes.</p>
   <p>Please refer to the <a 
href="https://in.relation.to/2024/06/14/orm-66CR1/";>release announcement</a> 
for details.
   You can find the full list of 6.6.0.CR1 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.0.CR1";>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/main/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.6.0.Final (August 08, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32329";>https://hibernate.atlassian.net/projects/HHH/versions/32329</a></p>
   <p>** Bug
   * [HHH-18463] - Add AzureDialect
   * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited 
by the BooleanJavaType check condition
   * [HHH-18403] - DB2iDialect should not support Update Returning
   * [HHH-18399] - Unable to persist self-referencing entity with <a 
href="https://github.com/OneToOne";><code>@​OneToOne</code></a> and <a 
href="https://github.com/JoinTable";><code>@​JoinTable</code></a>
   * [HHH-18391] - EntityGraphs are not considering Embedded attributes
   * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if 
they're included in the where clause
   * [HHH-18373] - When executing update with Criteria API by setting 
InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs
   * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows 
correctly for native queries
   * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY 
throws UnsupportedOperationException: Can't update readonly object
   * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having 
INOUT param
   * [HHH-17465] - Incorrect metamodel for shared version attribute in <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a></p>
   <h2>Changes in 6.6.0.CR2 (August 6, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32320";>https://hibernate.atlassian.net/projects/HHH/versions/32320</a></p>
   <p>** Bug
   * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type 
is equal to the expression type
   * [HHH-17840] - Jackson JsonNode stored as JSON &quot;null&quot; value 
instead of database NULL
   * [HHH-17914] - NPE getSqlString() in debug mode
   * [HHH-17949] - StatelessSession.upsert() with <a 
href="https://github.com/Version-ed";><code>@​Version-ed</code></a> entity on 
databases with no SQL merge
   * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be 
auto applied
   * [HHH-18017] - Query cache on Polymorphic entities leads to 
InstantiationException (Cannot instantiate abstract class)
   * [HHH-18062] - 'Could not instantiate entity ... due to argument type 
mismatch' with record <a 
href="https://github.com/IdClass";><code>@​IdClass</code></a>
   * [HHH-18085] - Executing SELECT query twice in a transaction, leads to 
&quot;Shared references of collection error&quot;
   * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with 
multiple JOINs of parent entity
   * [HHH-18108] - Duplicate class definition regression caused by 
ClassTransformer
   * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for 
collection of role thrown when merging entity with generated id
   * [HHH-18229] - &quot;UnsupportedOperationException: Re-work support for 
semi-resolve &quot; with null value in column referenced by <a 
href="https://github.com/JoinColumn";><code>@​JoinColumn</code></a>
   * [HHH-18272] - UnsupportedOperationException when order / group by clause 
contains aliased item
   * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in 
package-info
   * [HHH-18280] - Support named procedure parameters down to the JDBC level
   * [HHH-18284] - Missing classes in 
org.hibernate.graalvm.internal.StaticClassLists
   * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with 
Hibernate ORM 6.6
   * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed 
to define <a href="https://github.com/Table";><code>@​Table</code></a>
   * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -&gt; 
6.4.8.Final. Also present in 6.5.2.Final.
   * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -&gt; 
6.5.0.Final. Also present in 6.5.2.Final.
   * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named 
parameters
   * [HHH-18306] - Implicit instantiation for queries with single selection 
item broken
   * [HHH-18312] - Informix nationalized JDBC types support
   * [HHH-18313] - NullPointerException because 
JdbcIsolationDelegate.sqlExceptionHelper() returns null</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/85a15264de7a435663ca0ee62682ddd76da45103";><code>85a1526</code></a>
 6.6.0 (manual)</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/54c1c4a2d9dc30b38881fdbc338ef7528f54179e";><code>54c1c4a</code></a>
 HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws 
Un...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/20acd5292c4571bd351af35601c5836a1919c45c";><code>20acd52</code></a>
 HHH-17997 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/263ef56970e330809a7843504d09ec18af1820d1";><code>263ef56</code></a>
 HHH-17465 Incorrect metamodel for shared version attribute in <a 
href="https://github.com/MappedSuperclass";><code>@​MappedSuperclass</code></a></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e54a6e15b2231b40782356de4563f4a2e97d60cb";><code>e54a6e1</code></a>
 HHH-18463 Add AzureDialect and determine SQL Server version based on 
compatib...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5550c20120cd3c3ad6077f4bdd32a0f976850200";><code>5550c20</code></a>
 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/1ab7493e73b7d0045b979b88c78b725c9a710040";><code>1ab7493</code></a>
 HHH-18399 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ecd22c0811b0ca7596f64c22a4e1e80ed3c314a4";><code>ecd22c0</code></a>
 HHH-18391 Check embeddable properties in fetch paths</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e63c7f814a1023836d0eb2be9f39a35ce03de9c2";><code>e63c7f8</code></a>
 HHH-18391 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/4ca26f9415242415481c8051b0ebf82e7c5cddef";><code>4ca26f9</code></a>
 HHH-18309 Fix Oracle limit handler for native queries</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.5.2...6.6.0";>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