dependabot[bot] opened a new pull request, #2831: URL: https://github.com/apache/cxf/pull/2831
Bumps `cxf.hibernate.em.version` from 7.2.0.Final to 7.2.1.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.0.Final to 7.2.1.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> <h2>Release 7.2.1</h2> <h1>Hibernate ORM 7.2.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.1.Final.</p> <p>You can find the full list of 7.2.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/javadocs">API docs</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.hibernate.org/orm/7.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.2.1/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.1.Final (January 15, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/36872">https://hibernate.atlassian.net/projects/HHH/versions/36872</a></p> <p>** Bug * HHH-20048 ByteArrayJavaType#isInstance wrongly considers byte[] instead of Byte[] to be an instance * HHH-20041 DB2 for z IN tuple list predicate performs badly * HHH-20037 MappedSuperClasses can be enhanced more than once resulting in Duplicate annotation interface org...EnhancementInfo Exception * HHH-20032 SubSequence.subSequence violates CharSequence contract for start == end == length() * HHH-20027 Fix failing parsing of PostgreSQL canonical lock_timeout formats (0, ms, s, min, h) * HHH-20015 Hibernate Maven Plugin 7.x does not include maven project dependencies in the enhancement classpath * HHH-20008 Bad performance of MEMBER OF translation * HHH-20005 SchemaUpdateGeneratingOnlyScriptFileTest fails if executed after PrimaryKeyColumnOrderTest * HHH-19985 Subquery embedded value selection uses wrong nested attribute type for extraction * HHH-19976 AdjustableBasicType wrongly creates derived type with existing name causing trouble for Envers * HHH-19964 ClassCastException in AbstractJsonFormatMapper * HHH-19962 Wrong Values used with Subquery and same name Attributes * HHH-19935 UuidVersion7Strategy can generate cosecutive UUIDs that are equal * HHH-19929 DB2iDialect problem with supportsRowValueConstructorSyntaxInInSubQuery * HHH-19855 <!-- raw HTML omitted --> at entity level is ignored in orm.xml * HHH-19075 SqmFunction.appendHqlString(…) fails with IndexOutOfBoundsException for trim rendering</p> <p>** Improvement * HHH-3192 SchemaValidator nullability check</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38d9dea46e921db65d6bce2a195b6daa9eac1191"><code>38d9dea</code></a> [Jenkins release job] Preparing release 7.2.1.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/994dd51b4c7aa908ac90d48651e649a1e2d3e9e8"><code>994dd51</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.1.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1cbb4b7346fd3b6e21439357458056fdfb54cb87"><code>1cbb4b7</code></a> HHH-20071 Exclude Guava from maven plugin dependencies / Update maven depende...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/eb753593519c879223fafc53332e9a131cbcbfce"><code>eb75359</code></a> Fix <code>build.sh</code> condition to avoid running pre-verify on Jenkins CI</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7df4ec71398053b8ddc7c8acc9f3010fbc29ba79"><code>7df4ec7</code></a> HHH-20048 - add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/633dff953fead79f761532d806ff1690a8cbf154"><code>633dff9</code></a> HHH-20048 - correct BytaArrayJavaType.isInstance()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/23ec40df812c669b2155847d94e9a062caae20de"><code>23ec40d</code></a> HHH-19075 Fix IndexOutOfBoundsException in trim function rendering</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b1889a51485332122083e24ed4e6357e5e42f00e"><code>b1889a5</code></a> fix minor typos in whats new</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/396c4a90d45fd9363178b3e883e11f0a623db109"><code>396c4a9</code></a> Add Quarkus testing to the 7.2 branch</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c6d8ad9e06bd1551e91184a8f2d9c6687a49b9f8"><code>c6d8ad9</code></a> Make the 7.2 branch a limited maintenance branch</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.1">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-jcache` from 7.2.0.Final to 7.2.1.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> <h2>Release 7.2.1</h2> <h1>Hibernate ORM 7.2.1.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.2: 7.2.1.Final.</p> <p>You can find the full list of 7.2.1.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.2.1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.2">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.2/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.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.2/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.2/javadocs">API docs</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.hibernate.org/orm/7.2/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.2/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.2.1/changelog.txt">org.hibernate.orm:hibernate-jcache's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.2.1.Final (January 15, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/36872">https://hibernate.atlassian.net/projects/HHH/versions/36872</a></p> <p>** Bug * HHH-20048 ByteArrayJavaType#isInstance wrongly considers byte[] instead of Byte[] to be an instance * HHH-20041 DB2 for z IN tuple list predicate performs badly * HHH-20037 MappedSuperClasses can be enhanced more than once resulting in Duplicate annotation interface org...EnhancementInfo Exception * HHH-20032 SubSequence.subSequence violates CharSequence contract for start == end == length() * HHH-20027 Fix failing parsing of PostgreSQL canonical lock_timeout formats (0, ms, s, min, h) * HHH-20015 Hibernate Maven Plugin 7.x does not include maven project dependencies in the enhancement classpath * HHH-20008 Bad performance of MEMBER OF translation * HHH-20005 SchemaUpdateGeneratingOnlyScriptFileTest fails if executed after PrimaryKeyColumnOrderTest * HHH-19985 Subquery embedded value selection uses wrong nested attribute type for extraction * HHH-19976 AdjustableBasicType wrongly creates derived type with existing name causing trouble for Envers * HHH-19964 ClassCastException in AbstractJsonFormatMapper * HHH-19962 Wrong Values used with Subquery and same name Attributes * HHH-19935 UuidVersion7Strategy can generate cosecutive UUIDs that are equal * HHH-19929 DB2iDialect problem with supportsRowValueConstructorSyntaxInInSubQuery * HHH-19855 <!-- raw HTML omitted --> at entity level is ignored in orm.xml * HHH-19075 SqmFunction.appendHqlString(…) fails with IndexOutOfBoundsException for trim rendering</p> <p>** Improvement * HHH-3192 SchemaValidator nullability check</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38d9dea46e921db65d6bce2a195b6daa9eac1191"><code>38d9dea</code></a> [Jenkins release job] Preparing release 7.2.1.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/994dd51b4c7aa908ac90d48651e649a1e2d3e9e8"><code>994dd51</code></a> [Jenkins release job] changelog.txt updated by release build 7.2.1.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1cbb4b7346fd3b6e21439357458056fdfb54cb87"><code>1cbb4b7</code></a> HHH-20071 Exclude Guava from maven plugin dependencies / Update maven depende...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/eb753593519c879223fafc53332e9a131cbcbfce"><code>eb75359</code></a> Fix <code>build.sh</code> condition to avoid running pre-verify on Jenkins CI</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7df4ec71398053b8ddc7c8acc9f3010fbc29ba79"><code>7df4ec7</code></a> HHH-20048 - add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/633dff953fead79f761532d806ff1690a8cbf154"><code>633dff9</code></a> HHH-20048 - correct BytaArrayJavaType.isInstance()</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/23ec40df812c669b2155847d94e9a062caae20de"><code>23ec40d</code></a> HHH-19075 Fix IndexOutOfBoundsException in trim function rendering</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/b1889a51485332122083e24ed4e6357e5e42f00e"><code>b1889a5</code></a> fix minor typos in whats new</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/396c4a90d45fd9363178b3e883e11f0a623db109"><code>396c4a9</code></a> Add Quarkus testing to the 7.2 branch</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/c6d8ad9e06bd1551e91184a8f2d9c6687a49b9f8"><code>c6d8ad9</code></a> Make the 7.2 branch a limited maintenance branch</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
