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

   Bumps `cxf.hibernate.em.version` from 6.5.0.Final to 6.5.1.Final.
   Updates `org.hibernate.orm:hibernate-core` from 6.5.0.Final to 6.5.1.Final
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/blob/6.5.1/changelog.txt";>org.hibernate.orm:hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.5.1.Final (May 13, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32303";>https://hibernate.atlassian.net/projects/HHH/versions/32303</a></p>
   <p>** Bug
   * [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to 
warning about &quot;0.0.0 version&quot;
   * [HHH-18046] - DB2 numeric parameter arithmetic issue
   * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an 
HibernateException: identifier of an instance of _ was altered is thrown
   * [HHH-18018] - Derby implementation for 'right' function wrongly passes 
parameter to 'length'
   * [HHH-18011] - Parallel entity enhancement causes a classloader cache 
stampede
   * [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many 
association
   * [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS
   * [HHH-17827] - “Not a managed type” error when using entity interface 
extending from java.util.Map
   * [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE 
causes needless follow-on locking</p>
   <p>** Improvement
   * [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory
   * [HHH-18091] - Upgrade to ByteBuddy 1.14.15
   * [HHH-17305] - Keep order of selected tables in polymorphic query</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c81fafac8af1e748aba77774d895680f4775191d";><code>c81fafa</code></a>
 Pre-steps for release : <code>6.5.1.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/641a7ddb4b04b672b9a44ed09a16d926491e0064";><code>641a7dd</code></a>
 Provide a way to override global env properties in a test 
ConnectionProviderB...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7321ca4ecdcd46bbf88eae47b9df6bd01b4cd850";><code>7321ca4</code></a>
 HHH-18105 added missing semicolon in CSS file</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/eb5a1ec714196e737dd6097d7a3f0c6735d3eafc";><code>eb5a1ec</code></a>
 HHH-18080 Fix default version handling in dialects when not using JDBC 
metadata</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/32d4f1596e2a2bfb93c90e9e8c2e734c880a2f6a";><code>32d4f15</code></a>
 HHH-18080 Fix default version handling in dialects when not using JDBC 
metadata</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/73edbac469a14086f8f068674b1daa96a7110d77";><code>73edbac</code></a>
 HHH-18079 Default to minimum supported DB version in more cases</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b98ee83b8d3a201b27749aca9db14fecabf9a059";><code>b98ee83</code></a>
 HHH-18094 Bytebuddy enhancer: make better use of constants and memory</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/fb7c9a48be500ae947e04d28162e87c262e32d15";><code>fb7c9a4</code></a>
 HHH-18091 Upgrade to ByteBuddy 1.14.15</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e7d32c036533acad03b539987584f3067785a781";><code>e7d32c0</code></a>
 Fix Oracle test missing order by expression in select distinct</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/23fecb110d3f2ca7379123a960950be95c1bd127";><code>23fecb1</code></a>
 HHH-17421 Ensure that no follow-on locking happens on SQL Server and Sybase 
ASE</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.5.0...6.5.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.hibernate.orm:hibernate-jcache` from 6.5.0.Final to 6.5.1.Final
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/blob/6.5.1/changelog.txt";>org.hibernate.orm:hibernate-jcache's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 6.5.1.Final (May 13, 2024)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32303";>https://hibernate.atlassian.net/projects/HHH/versions/32303</a></p>
   <p>** Bug
   * [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to 
warning about &quot;0.0.0 version&quot;
   * [HHH-18046] - DB2 numeric parameter arithmetic issue
   * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an 
HibernateException: identifier of an instance of _ was altered is thrown
   * [HHH-18018] - Derby implementation for 'right' function wrongly passes 
parameter to 'length'
   * [HHH-18011] - Parallel entity enhancement causes a classloader cache 
stampede
   * [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many 
association
   * [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS
   * [HHH-17827] - “Not a managed type” error when using entity interface 
extending from java.util.Map
   * [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE 
causes needless follow-on locking</p>
   <p>** Improvement
   * [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory
   * [HHH-18091] - Upgrade to ByteBuddy 1.14.15
   * [HHH-17305] - Keep order of selected tables in polymorphic query</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c81fafac8af1e748aba77774d895680f4775191d";><code>c81fafa</code></a>
 Pre-steps for release : <code>6.5.1.Final</code></li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/641a7ddb4b04b672b9a44ed09a16d926491e0064";><code>641a7dd</code></a>
 Provide a way to override global env properties in a test 
ConnectionProviderB...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/7321ca4ecdcd46bbf88eae47b9df6bd01b4cd850";><code>7321ca4</code></a>
 HHH-18105 added missing semicolon in CSS file</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/eb5a1ec714196e737dd6097d7a3f0c6735d3eafc";><code>eb5a1ec</code></a>
 HHH-18080 Fix default version handling in dialects when not using JDBC 
metadata</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/32d4f1596e2a2bfb93c90e9e8c2e734c880a2f6a";><code>32d4f15</code></a>
 HHH-18080 Fix default version handling in dialects when not using JDBC 
metadata</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/73edbac469a14086f8f068674b1daa96a7110d77";><code>73edbac</code></a>
 HHH-18079 Default to minimum supported DB version in more cases</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/b98ee83b8d3a201b27749aca9db14fecabf9a059";><code>b98ee83</code></a>
 HHH-18094 Bytebuddy enhancer: make better use of constants and memory</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/fb7c9a48be500ae947e04d28162e87c262e32d15";><code>fb7c9a4</code></a>
 HHH-18091 Upgrade to ByteBuddy 1.14.15</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/e7d32c036533acad03b539987584f3067785a781";><code>e7d32c0</code></a>
 Fix Oracle test missing order by expression in select distinct</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/23fecb110d3f2ca7379123a960950be95c1bd127";><code>23fecb1</code></a>
 HHH-17421 Ensure that no follow-on locking happens on SQL Server and Sybase 
ASE</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/6.5.0...6.5.1";>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