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

   Bumps `cxf.hibernate.em.version` from 6.6.15.Final to 7.0.0.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 7.0.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.0.0.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Final.</p>
   <p>You can find the full list of 7.0.0.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.0";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 6.6 to 7.0.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.0/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/incubating/incubating.txt";>incubating
 API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/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.0.0.CR2 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR2.</p>
   <p>You can find the full list of 7.0.0.CR2 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0.CR2";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.0";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 6.6 to 7.0.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.0/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0.0.Final (May 19, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/33439";>https://hibernate.atlassian.net/projects/HHH/versions/33439</a></p>
   <p>** Task
   * [HHH-19474] - Release 7.0</p>
   <h2>Changes in 7.0.0.CR2 (May 14, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/33340";>https://hibernate.atlassian.net/projects/HHH/versions/33340</a></p>
   <p>** Bug
   * [HHH-19425] - incorrect class literals in Processor-generated code
   * [HHH-19389] - use of <a 
href="https://github.com/Struct";><code>@​Struct</code></a> on databases without 
UDTs
   * [HHH-19386] - MutationSepectification#getResultType should return null</p>
   <p>** Deprecation
   * [HHH-19440] - Deprecate exposing of LockOptions</p>
   <p>** Improvement
   * [HHH-19460] - mis-named <!-- raw HTML omitted --> leads to NPE
   * [HHH-19456] - Upgrade to hibernate-models 1.0.0.CR3
   * [HHH-19449] - how does client obtain a BindableType
   * [HHH-19448] - API/SPI split for BindableType/BindingContext
   * [HHH-19447] - org.hibernate.query.procedure
   * [HHH-19445] - methods of ProcedureCall accept BasicTypeReference
   * [HHH-19444] - [SQLiteDialect] Fix ViolatedConstraintNameExtractor
   * [HHH-19442] - ProcedureCall should not extend NameableQuery
   * [HHH-19438] - move OutputableType
   * [HHH-19428] - Support <a 
href="https://github.com/ListIndexBase";><code>@​ListIndexBase</code></a> in 
mapping.xml
   * [HHH-19422] - Introduce <a 
href="https://github.com/CollectionIdJavaClass";><code>@​CollectionIdJavaClass</code></a>
   * [HHH-19420] - Support batch-size for collections in mapping.xml
   * [HHH-19399] - setting to enable logging of SQLExceptions
   * [HHH-19397] - LIMIT clause does not work without ORDER BY clause
   * [HHH-19324] - Switch tests using hbm.xml to use mapping.xml
   * [HHH-19310] - Simplified declaration of type for basic mappings in XML
   * [HHH-19299] - <!-- raw HTML omitted --> with LIST classification 
interpreted as BAG
   * [HHH-19209] - Verify and fix ID class generation for inner classes</p>
   <p>** New Feature
   * [HHH-19450] - Have processor generate EnabledFetchProfile for all 
discovered profiles</p>
   <h2>Changes in 7.0.0.CR1 (April 24, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/33078";>https://hibernate.atlassian.net/projects/HHH/versions/33078</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9ff2e66565a8b398cf1015dafef3306ad0d31ba9";><code>9ff2e66</code></a>
 Pre-steps for release : <code>7.0.0.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c9dc1994ea486e4faf4a6f77785eb8fb4f2ceecd";><code>c9dc199</code></a>
 extract a method</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/853b76aa1bb038716a93d6baf549c1e3dc5f49af";><code>853b76a</code></a>
 remove some obsolete code</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7bd857c34c8597fcc7cd0b0d8bfe857d0d5b8c5b";><code>7bd857c</code></a>
 HHH-19440 - Deprecate exposing of LockOptions</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d7c6c6a25c2179e64f0ff8af4b29c1a5c9eb1520";><code>d7c6c6a</code></a>
 add more links to Short Guide</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a65e301a4e931708711c48ffcac562fb487e91d6";><code>a65e301</code></a>
 add not-null assertions to catch something that should not be allowed to 
happen</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6d94c0a9ac6df95ce9ec5dc7cd85a449ba27ed07";><code>6d94c0a</code></a>
 don't create UniqueKeys for Columns with no assigned names</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/fa964edfc2e0eedd86d0b9f2f3ff3716b8e81c32";><code>fa964ed</code></a>
 javadoc / code cleanup in ImplicitNamingStrategyJpaCompliantImpl</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/11671badd3f6152a3636accf32e0c2a76b707b9f";><code>11671ba</code></a>
 squash! code cleanups in AnnotatedColumn</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/73c484e462c3089a06577fda7a2e3f5dca3d0a2c";><code>73c484e</code></a>
 add to <a href="https://github.com/sees";><code>@​sees</code></a> to jdoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.6.15.Final to 7.0.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.0.0.Final released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Final.</p>
   <p>You can find the full list of 7.0.0.Final changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.0";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 6.6 to 7.0.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.0/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html";>Migration
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html";>Introduction
 Guide</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/incubating/incubating.txt";>incubating
 API report</a> (<code>@Incubating</code>)</li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/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.0.0.CR2 released</h1>
   <p>Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR2.</p>
   <p>You can find the full list of 7.0.0.CR2 changes <a 
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0.CR2";>here</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>See the <a href="https://hibernate.org/orm/releases/7.0";>website</a> for 
requirements and compatibilities.</li>
   <li>See the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0/migration-guide/migration-guide.html";>Migration
 Guide</a> for details about migration from version 6.6 to 7.0.</li>
   </ul>
   <h2>Conclusion</h2>
   <p>For additional details, see:</p>
   <ul>
   <li>the <a href="https://hibernate.org/orm/releases/7.0/";>release 
page</a></li>
   <li>the <a 
href="https://docs.jboss.org/hibernate/orm/7.0/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.0.0.Final (May 19, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/33439";>https://hibernate.atlassian.net/projects/HHH/versions/33439</a></p>
   <p>** Task
   * [HHH-19474] - Release 7.0</p>
   <h2>Changes in 7.0.0.CR2 (May 14, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/33340";>https://hibernate.atlassian.net/projects/HHH/versions/33340</a></p>
   <p>** Bug
   * [HHH-19425] - incorrect class literals in Processor-generated code
   * [HHH-19389] - use of <a 
href="https://github.com/Struct";><code>@​Struct</code></a> on databases without 
UDTs
   * [HHH-19386] - MutationSepectification#getResultType should return null</p>
   <p>** Deprecation
   * [HHH-19440] - Deprecate exposing of LockOptions</p>
   <p>** Improvement
   * [HHH-19460] - mis-named <!-- raw HTML omitted --> leads to NPE
   * [HHH-19456] - Upgrade to hibernate-models 1.0.0.CR3
   * [HHH-19449] - how does client obtain a BindableType
   * [HHH-19448] - API/SPI split for BindableType/BindingContext
   * [HHH-19447] - org.hibernate.query.procedure
   * [HHH-19445] - methods of ProcedureCall accept BasicTypeReference
   * [HHH-19444] - [SQLiteDialect] Fix ViolatedConstraintNameExtractor
   * [HHH-19442] - ProcedureCall should not extend NameableQuery
   * [HHH-19438] - move OutputableType
   * [HHH-19428] - Support <a 
href="https://github.com/ListIndexBase";><code>@​ListIndexBase</code></a> in 
mapping.xml
   * [HHH-19422] - Introduce <a 
href="https://github.com/CollectionIdJavaClass";><code>@​CollectionIdJavaClass</code></a>
   * [HHH-19420] - Support batch-size for collections in mapping.xml
   * [HHH-19399] - setting to enable logging of SQLExceptions
   * [HHH-19397] - LIMIT clause does not work without ORDER BY clause
   * [HHH-19324] - Switch tests using hbm.xml to use mapping.xml
   * [HHH-19310] - Simplified declaration of type for basic mappings in XML
   * [HHH-19299] - <!-- raw HTML omitted --> with LIST classification 
interpreted as BAG
   * [HHH-19209] - Verify and fix ID class generation for inner classes</p>
   <p>** New Feature
   * [HHH-19450] - Have processor generate EnabledFetchProfile for all 
discovered profiles</p>
   <h2>Changes in 7.0.0.CR1 (April 24, 2025)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/33078";>https://hibernate.atlassian.net/projects/HHH/versions/33078</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/9ff2e66565a8b398cf1015dafef3306ad0d31ba9";><code>9ff2e66</code></a>
 Pre-steps for release : <code>7.0.0.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c9dc1994ea486e4faf4a6f77785eb8fb4f2ceecd";><code>c9dc199</code></a>
 extract a method</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/853b76aa1bb038716a93d6baf549c1e3dc5f49af";><code>853b76a</code></a>
 remove some obsolete code</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7bd857c34c8597fcc7cd0b0d8bfe857d0d5b8c5b";><code>7bd857c</code></a>
 HHH-19440 - Deprecate exposing of LockOptions</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/d7c6c6a25c2179e64f0ff8af4b29c1a5c9eb1520";><code>d7c6c6a</code></a>
 add more links to Short Guide</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a65e301a4e931708711c48ffcac562fb487e91d6";><code>a65e301</code></a>
 add not-null assertions to catch something that should not be allowed to 
happen</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6d94c0a9ac6df95ce9ec5dc7cd85a449ba27ed07";><code>6d94c0a</code></a>
 don't create UniqueKeys for Columns with no assigned names</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/fa964edfc2e0eedd86d0b9f2f3ff3716b8e81c32";><code>fa964ed</code></a>
 javadoc / code cleanup in ImplicitNamingStrategyJpaCompliantImpl</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/11671badd3f6152a3636accf32e0c2a76b707b9f";><code>11671ba</code></a>
 squash! code cleanups in AnnotatedColumn</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/73c484e462c3089a06577fda7a2e3f5dca3d0a2c";><code>73c484e</code></a>
 add to <a href="https://github.com/sees";><code>@​sees</code></a> to jdoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...7.0.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