dependabot[bot] opened a new pull request, #1532: URL: https://github.com/apache/cxf/pull/1532
Bumps `cxf.hibernate.em.version` from 6.1.7.Final to 6.4.0.Final. Updates `org.hibernate.orm:hibernate-core` from 6.1.7.Final to 6.4.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.2.13.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.13.Final.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <p>You can find the full list of 6.2.13.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.2.13">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.2/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/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.2/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 6.2.12.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.12.Final.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <p>You can find the full list of 6.2.12.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.2.12">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.2/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/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> </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 6.4.0.Final (November 23, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32212">https://hibernate.atlassian.net/projects/HHH/versions/32212</a></p> <p>** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17384] - OneToMany association with <a href="https://github.com/NotFound"><code>@NotFound</code></a> results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and <a href="https://github.com/MapsId"><code>@MapsId</code></a> throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for <a href="https://github.com/Inheritance"><code>@Inheritance</code></a>(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing <a href="https://github.com/SQLSelect"><code>@SQLSelect</code></a> and composite ID * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17102] - <a href="https://github.com/SqlResultSetMapping"><code>@SqlResultSetMapping</code></a> doesn’t work with <a href="https://github.com/Inheritance"><code>@Inheritance</code></a>(strategy = InheritanceType.JOINED)</p> <p>** Deprecation * [HHH-17441] - Deprecate <a href="https://github.com/Comment"><code>@Comment</code></a></p> <p>** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId</p> <p>** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events</p> <p>** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events</p> <p>** Task</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7c7bf276bfd39c92b790ebd2afa66833bf6c1ce2"><code>7c7bf27</code></a> Post-steps for release : <code>6.4.0.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cdce8989bcfd58c7f3e5a59f95970ca9f359f2ed"><code>cdce898</code></a> Pre-steps for release : <code>6.4.0.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac637ea8af4e4a66bca6d7671913f1b5f11dd4b7"><code>ac637ea</code></a> HHH-17425 Introduce some new dialect-specific config params</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1439e4a9a89cb9af2f2449d2f07f0b88056d7da3"><code>1439e4a</code></a> HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1486d5693bed0502d63721e662b78e64dda10736"><code>1486d56</code></a> HHH-17313 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b697f3573d71d19f2bb2978da1a72976f600b8fc"><code>b697f35</code></a> Update Revved up by Develocity badge</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c6bc135b2df7d8a02ea8e7f0105ee4fb7cd17462"><code>c6bc135</code></a> HHH-17454 Correct type checking with concrete generic types</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b3b0a8daf44e631fb68272fa6102eca4f79144f3"><code>b3b0a8d</code></a> HHH-17454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/27c30788bdc5a1dd036f8abefb5f38a42431960c"><code>27c3078</code></a> HHH-17382 Walk superclasses when searching instantiation field</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/56efddc58d5b8ed178ecf747c7d015f590220f62"><code>56efddc</code></a> HHH-17382 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.4.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 6.1.7.Final to 6.4.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.2.13.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.13.Final.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <p>You can find the full list of 6.2.13.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.2.13">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.2/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/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.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/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.2/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 6.2.12.Final released</h1> <p>Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.12.Final.</p> <h2>What's new</h2> <p>This release introduces a few minor improvements as well as bug fixes.</p> <p>You can find the full list of 6.2.12.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.2.12">here</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/6.2/">release page</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html">Migration Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/introduction/html_single/Hibernate_Introduction.html">Introduction Guide</a></li> <li>the <a href="https://docs.jboss.org/hibernate/orm/6.2/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> </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 6.4.0.Final (November 23, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32212">https://hibernate.atlassian.net/projects/HHH/versions/32212</a></p> <p>** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17384] - OneToMany association with <a href="https://github.com/NotFound"><code>@NotFound</code></a> results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and <a href="https://github.com/MapsId"><code>@MapsId</code></a> throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for <a href="https://github.com/Inheritance"><code>@Inheritance</code></a>(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing <a href="https://github.com/SQLSelect"><code>@SQLSelect</code></a> and composite ID * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17102] - <a href="https://github.com/SqlResultSetMapping"><code>@SqlResultSetMapping</code></a> doesn’t work with <a href="https://github.com/Inheritance"><code>@Inheritance</code></a>(strategy = InheritanceType.JOINED)</p> <p>** Deprecation * [HHH-17441] - Deprecate <a href="https://github.com/Comment"><code>@Comment</code></a></p> <p>** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId</p> <p>** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events</p> <p>** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events</p> <p>** Task</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7c7bf276bfd39c92b790ebd2afa66833bf6c1ce2"><code>7c7bf27</code></a> Post-steps for release : <code>6.4.0.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cdce8989bcfd58c7f3e5a59f95970ca9f359f2ed"><code>cdce898</code></a> Pre-steps for release : <code>6.4.0.Final</code></li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac637ea8af4e4a66bca6d7671913f1b5f11dd4b7"><code>ac637ea</code></a> HHH-17425 Introduce some new dialect-specific config params</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1439e4a9a89cb9af2f2449d2f07f0b88056d7da3"><code>1439e4a</code></a> HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1486d5693bed0502d63721e662b78e64dda10736"><code>1486d56</code></a> HHH-17313 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b697f3573d71d19f2bb2978da1a72976f600b8fc"><code>b697f35</code></a> Update Revved up by Develocity badge</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c6bc135b2df7d8a02ea8e7f0105ee4fb7cd17462"><code>c6bc135</code></a> HHH-17454 Correct type checking with concrete generic types</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b3b0a8daf44e631fb68272fa6102eca4f79144f3"><code>b3b0a8d</code></a> HHH-17454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/27c30788bdc5a1dd036f8abefb5f38a42431960c"><code>27c3078</code></a> HHH-17382 Walk superclasses when searching instantiation field</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/56efddc58d5b8ed178ecf747c7d015f590220f62"><code>56efddc</code></a> HHH-17382 Add test for issue</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.1.7...6.4.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
