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

   Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.1.0.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.1.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 7.1.0.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.0.Final.</p>
   <p>You can find the full list of 7.1.0.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.0";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/whats-new/whats-new.html";>What's 
New</a> guide for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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/7.1/incubating/incubating.txt";>incubating
 API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/deprecated/deprecated.txt";>deprecated
 API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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 7.1.0.CR2 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.0.CR2.</p>
   <p>You can find the full list of 7.1.0.CR2 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.0.CR2";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/whats-new/whats-new.html";>What's 
New</a> guide for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</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/main/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.1.0.Final (August 08, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/34726";>https://hibernate.atlassian.net/projects/HHH/versions/34726</a></p>
   <p>** Improvement
   * [HHH-19693] - Upgrade Oracle JDBC driver to version 23.9.0.25.07</p>
   <p>** New Feature
   * [HHH-19682] - Add Support for GaussDB Lock Timeout (lockwait_timeout)</p>
   <h2>Changes in 7.1.0.CR2 (August 06, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/34594";>https://hibernate.atlassian.net/projects/HHH/versions/34594</a></p>
   <p>** Bug
   * [HHH-19673] - hibernate-gradle-plugin 7.0.0.CR1 wrongly requires Java 21+
   * [HHH-19669] - hql insert fails for entity with join inheritance on 
Oracle</p>
   <p>** Improvement
   * [HHH-19686] - Add implementation dependency to agroal-pool from 
hibernate-agroal
   * [HHH-19685] - Rework multi-table handling code to allow caching and help 
Hibernate Reactive
   * [HHH-19672] - Add overloads of #find accepting entity-name</p>
   <p>** Task
   * [HHH-19683] - Add method in AbstractEntityPersister to check if field name 
is not lazy
   * [HHH-19670] - Upgrade MySQL testing to 9.4</p>
   <h2>Changes in 7.1.0.CR1 (July 30, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32362";>https://hibernate.atlassian.net/projects/HHH/versions/32362</a></p>
   <p>** Bug
   * [HHH-19649] - QualifiedNameParser inconsistent between parsing and 
formatting
   * [HHH-19645] - Some database specific tests are missing RequiresDialect 
annotation
   * [HHH-19640] - <a 
href="https://github.com/UpdateTimestamp";><code>@​UpdateTimestamp</code></a> 
behavior change between Hibernate 5.6 and 6.6
   * [HHH-19631] - NPE in AbstractPersistentCollection because 
&quot;persister&quot; is null, when accessing unfetched lazy collection in event
   * [HHH-19626] - Hibernate processor may fail to process entities with 
generics
   * [HHH-19616] - <a 
href="https://github.com/ManyToOne";><code>@​ManyToOne</code></a>(optional=false)
 results in a not null constraint for SINGLE_TABLE subclass
   * [HHH-19604] - Session.isDirty always return true when <a 
href="https://github.com/Immutable";><code>@​Immutable</code></a> entity is 
loaded
   * [HHH-19585] - Object relationship mapping issues | 
java.lang.NullPointerException: Cannot invoke 
&quot;java.lang.Comparable.compareTo(Object)&quot; because &quot;one&quot; is 
null
   * [HHH-19583] - JsonJavaType is missing parameterized info on the type 
arguments
   * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous
   * [HHH-19578] - <a 
href="https://github.com/Delete";><code>@​Delete</code></a> queries for reactive 
repositories
   * [HHH-19574] - metamodel population for inner classes
   * [HHH-19572] - NullPointerException when using where(List<!-- raw HTML 
omitted --> restrictions) method</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/02eb1ac3e09b28a954b530c607357b6495ce5957";><code>02eb1ac</code></a>
 Pre-steps for release : <code>7.1.0.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/513bbb7bb63a2274469826ccc75316ba754100d8";><code>513bbb7</code></a>
 HHH-19693 - Upgrade Oracle JDBC driver to version 23.9.0.25.07</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/88f2a0687ed9b433ffaeb8e880fdb43752683656";><code>88f2a06</code></a>
 HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/91c3c254da68fbc84ec2215d960d114bb3fe0a62";><code>91c3c25</code></a>
 HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5acb4fe773a5fa8cf0a3d4eb71fcb2ea15f1ec5b";><code>5acb4fe</code></a>
 Correct release process notes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ceda032426a12d4a8089e6bb06d7353b74771643";><code>ceda032</code></a>
 tiny fix to error message</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/aee9adc2de0ca46f4725f5b60760571c3dda9b01";><code>aee9adc</code></a>
 add a tip about fetch size and MySQL</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ab9ad656d9f971461c3766d7e0493e39970fc248";><code>ab9ad65</code></a>
 mention 'org.hibernate.orm:hibernate-hikaricp' in doc</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a7f2f8eccb20d97e6c8449d1871794509f4bbc4a";><code>a7f2f8e</code></a>
 Post-steps for release : <code>7.1.0.CR2</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/94b24486a86e30b3f20b31280170c17d5431845b";><code>94b2448</code></a>
 Pre-steps for release : <code>7.1.0.CR2</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.1.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 7.1.0.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.0.Final.</p>
   <p>You can find the full list of 7.1.0.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.0";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/whats-new/whats-new.html";>What's 
New</a> guide for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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/7.1/incubating/incubating.txt";>incubating
 API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/deprecated/deprecated.txt";>deprecated
 API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/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 7.1.0.CR2 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.1: 7.1.0.CR2.</p>
   <p>You can find the full list of 7.1.0.CR2 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.1.0.CR2";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.1";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/whats-new/whats-new.html";>What's 
New</a> guide for details about new features and capabilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 7.0 to 7.1.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.1/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.1/migration-guide/migration-guide.html";>Migration
 Guide</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/main/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 7.1.0.Final (August 08, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/34726";>https://hibernate.atlassian.net/projects/HHH/versions/34726</a></p>
   <p>** Improvement
   * [HHH-19693] - Upgrade Oracle JDBC driver to version 23.9.0.25.07</p>
   <p>** New Feature
   * [HHH-19682] - Add Support for GaussDB Lock Timeout (lockwait_timeout)</p>
   <h2>Changes in 7.1.0.CR2 (August 06, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/34594";>https://hibernate.atlassian.net/projects/HHH/versions/34594</a></p>
   <p>** Bug
   * [HHH-19673] - hibernate-gradle-plugin 7.0.0.CR1 wrongly requires Java 21+
   * [HHH-19669] - hql insert fails for entity with join inheritance on 
Oracle</p>
   <p>** Improvement
   * [HHH-19686] - Add implementation dependency to agroal-pool from 
hibernate-agroal
   * [HHH-19685] - Rework multi-table handling code to allow caching and help 
Hibernate Reactive
   * [HHH-19672] - Add overloads of #find accepting entity-name</p>
   <p>** Task
   * [HHH-19683] - Add method in AbstractEntityPersister to check if field name 
is not lazy
   * [HHH-19670] - Upgrade MySQL testing to 9.4</p>
   <h2>Changes in 7.1.0.CR1 (July 30, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32362";>https://hibernate.atlassian.net/projects/HHH/versions/32362</a></p>
   <p>** Bug
   * [HHH-19649] - QualifiedNameParser inconsistent between parsing and 
formatting
   * [HHH-19645] - Some database specific tests are missing RequiresDialect 
annotation
   * [HHH-19640] - <a 
href="https://github.com/UpdateTimestamp";><code>@​UpdateTimestamp</code></a> 
behavior change between Hibernate 5.6 and 6.6
   * [HHH-19631] - NPE in AbstractPersistentCollection because 
&quot;persister&quot; is null, when accessing unfetched lazy collection in event
   * [HHH-19626] - Hibernate processor may fail to process entities with 
generics
   * [HHH-19616] - <a 
href="https://github.com/ManyToOne";><code>@​ManyToOne</code></a>(optional=false)
 results in a not null constraint for SINGLE_TABLE subclass
   * [HHH-19604] - Session.isDirty always return true when <a 
href="https://github.com/Immutable";><code>@​Immutable</code></a> entity is 
loaded
   * [HHH-19585] - Object relationship mapping issues | 
java.lang.NullPointerException: Cannot invoke 
&quot;java.lang.Comparable.compareTo(Object)&quot; because &quot;one&quot; is 
null
   * [HHH-19583] - JsonJavaType is missing parameterized info on the type 
arguments
   * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous
   * [HHH-19578] - <a 
href="https://github.com/Delete";><code>@​Delete</code></a> queries for reactive 
repositories
   * [HHH-19574] - metamodel population for inner classes
   * [HHH-19572] - NullPointerException when using where(List<!-- raw HTML 
omitted --> restrictions) method</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/02eb1ac3e09b28a954b530c607357b6495ce5957";><code>02eb1ac</code></a>
 Pre-steps for release : <code>7.1.0.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/513bbb7bb63a2274469826ccc75316ba754100d8";><code>513bbb7</code></a>
 HHH-19693 - Upgrade Oracle JDBC driver to version 23.9.0.25.07</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/88f2a0687ed9b433ffaeb8e880fdb43752683656";><code>88f2a06</code></a>
 HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/91c3c254da68fbc84ec2215d960d114bb3fe0a62";><code>91c3c25</code></a>
 HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/5acb4fe773a5fa8cf0a3d4eb71fcb2ea15f1ec5b";><code>5acb4fe</code></a>
 Correct release process notes</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ceda032426a12d4a8089e6bb06d7353b74771643";><code>ceda032</code></a>
 tiny fix to error message</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/aee9adc2de0ca46f4725f5b60760571c3dda9b01";><code>aee9adc</code></a>
 add a tip about fetch size and MySQL</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/ab9ad656d9f971461c3766d7e0493e39970fc248";><code>ab9ad65</code></a>
 mention 'org.hibernate.orm:hibernate-hikaricp' in doc</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a7f2f8eccb20d97e6c8449d1871794509f4bbc4a";><code>a7f2f8e</code></a>
 Post-steps for release : <code>7.1.0.CR2</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/94b24486a86e30b3f20b31280170c17d5431845b";><code>94b2448</code></a>
 Pre-steps for release : <code>7.1.0.CR2</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.1.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