Sync upstream master into 8.x: CircleCI→GHA, Turso, JUnit5, dependency bumps#1816
Merged
Conversation
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
Bumps `hibernate.version` from 7.3.6.Final to 7.4.0.Final. Updates `org.hibernate.orm:hibernate-core` from 7.3.6.Final to 7.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.0/changelog.txt) - [Commits](hibernate/hibernate-orm@7.3.6...7.4.0) Updates `org.hibernate.orm:hibernate-envers` from 7.3.6.Final to 7.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.0/changelog.txt) - [Commits](hibernate/hibernate-orm@7.3.6...7.4.0) Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.3.6.Final to 7.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.0/changelog.txt) - [Commits](hibernate/hibernate-orm@7.3.6...7.4.0) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.3.6.Final to 7.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.0/changelog.txt) - [Commits](hibernate/hibernate-orm@7.3.6...7.4.0) Updates `org.hibernate.orm:hibernate-c3p0` from 7.3.6.Final to 7.4.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.0/changelog.txt) - [Commits](hibernate/hibernate-orm@7.3.6...7.4.0) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-envers dependency-version: 7.4.0.Final dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-scan-jandex dependency-version: 7.4.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.4.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.4.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `ksp.version` from 2.3.8 to 2.3.9. Updates `com.google.devtools.ksp:symbol-processing-api` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.8...2.3.9) Updates `com.google.devtools.ksp:symbol-processing-aa-embeddable` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.8...2.3.9) Updates `com.google.devtools.ksp:symbol-processing-common-deps` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.8...2.3.9) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.devtools.ksp:symbol-processing-aa-embeddable dependency-version: 2.3.9 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: com.google.devtools.ksp:symbol-processing-common-deps dependency-version: 2.3.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `ksp.version` from 2.3.8 to 2.3.9. Updates `com.google.devtools.ksp:symbol-processing-api` from 2.3.8 to 2.3.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp:symbol-processing-api's releases</a>.</em></p> <blockquote> <h2>2.3.9</h2> <h2>What's Changed</h2> <ul> <li>Cleaned up native cross-compilation support checks to prevent Gradle Configuration Cache invalidation (<a href="https://redirect.github.com/google/ksp/issues/2953">#2953</a>)</li> <li>Fixed a compilation performance regression in in PsiResolutionStrategy introduced in 2.3.8 (<a href="https://redirect.github.com/google/ksp/issues/2948">#2948</a>)</li> </ul> <h2>Contributors</h2> <ul> <li>Thanks to everyone who reported bugs and participated in discussions!</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.3.8...2.3.9">https://github.com/google/ksp/compare/2.3.8...2.3.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/799f6c17b4a84acd9d9f15e53a6d0022f442ab95"><code>799f6c1</code></a> Add unused test</li> <li><a href="https://github.com/google/ksp/commit/041030881f6d931d74c2dd7cdb34031bf9863c9e"><code>0410308</code></a> return to using kgp api but gate with if statement</li> <li><a href="https://github.com/google/ksp/commit/3b0ae6d3bccf26936a040d285930318f7538a157"><code>3b0ae6d</code></a> Consolidate klib cross-compilation support check on KGP property</li> <li><a href="https://github.com/google/ksp/commit/9746fb506fed6b5098e989d6dd706c8c6728b338"><code>9746fb5</code></a> Add test for self referencing type variables</li> <li><a href="https://github.com/google/ksp/commit/b61da988b9e6e256a867f22dfee01c6692d40b3c"><code>b61da98</code></a> Fix release branch cherry-picking</li> <li><a href="https://github.com/google/ksp/commit/555120d448e468545fab6d65179d41bc42d2cb30"><code>555120d</code></a> Add copyright header</li> <li><a href="https://github.com/google/ksp/commit/1a80a3069da58ad381c7169809259ea5dc7d1217"><code>1a80a30</code></a> Revert "Refactor CollectAnnotatedSymbolsPsiVisitor"</li> <li><a href="https://github.com/google/ksp/commit/b6684d49c2bbaf8d32b9cac94cfa0ed8f31c7a42"><code>b6684d4</code></a> Update auto-merge.yml to 2.3.9-release branch</li> <li><a href="https://github.com/google/ksp/commit/d3505210c9b7d04148ac8967083ebcdd37eff438"><code>d350521</code></a> Add test for context parameters</li> <li><a href="https://github.com/google/ksp/commit/811dbfe437158bf1895a869516cff539e9838ea8"><code>811dbfe</code></a> Merge test directories</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.3.8...2.3.9">compare view</a></li> </ul> </details> <br /> Updates `com.google.devtools.ksp:symbol-processing-aa-embeddable` from 2.3.8 to 2.3.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp:symbol-processing-aa-embeddable's releases</a>.</em></p> <blockquote> <h2>2.3.9</h2> <h2>What's Changed</h2> <ul> <li>Cleaned up native cross-compilation support checks to prevent Gradle Configuration Cache invalidation (<a href="https://redirect.github.com/google/ksp/issues/2953">#2953</a>)</li> <li>Fixed a compilation performance regression in in PsiResolutionStrategy introduced in 2.3.8 (<a href="https://redirect.github.com/google/ksp/issues/2948">#2948</a>)</li> </ul> <h2>Contributors</h2> <ul> <li>Thanks to everyone who reported bugs and participated in discussions!</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.3.8...2.3.9">https://github.com/google/ksp/compare/2.3.8...2.3.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/799f6c17b4a84acd9d9f15e53a6d0022f442ab95"><code>799f6c1</code></a> Add unused test</li> <li><a href="https://github.com/google/ksp/commit/041030881f6d931d74c2dd7cdb34031bf9863c9e"><code>0410308</code></a> return to using kgp api but gate with if statement</li> <li><a href="https://github.com/google/ksp/commit/3b0ae6d3bccf26936a040d285930318f7538a157"><code>3b0ae6d</code></a> Consolidate klib cross-compilation support check on KGP property</li> <li><a href="https://github.com/google/ksp/commit/9746fb506fed6b5098e989d6dd706c8c6728b338"><code>9746fb5</code></a> Add test for self referencing type variables</li> <li><a href="https://github.com/google/ksp/commit/b61da988b9e6e256a867f22dfee01c6692d40b3c"><code>b61da98</code></a> Fix release branch cherry-picking</li> <li><a href="https://github.com/google/ksp/commit/555120d448e468545fab6d65179d41bc42d2cb30"><code>555120d</code></a> Add copyright header</li> <li><a href="https://github.com/google/ksp/commit/1a80a3069da58ad381c7169809259ea5dc7d1217"><code>1a80a30</code></a> Revert "Refactor CollectAnnotatedSymbolsPsiVisitor"</li> <li><a href="https://github.com/google/ksp/commit/b6684d49c2bbaf8d32b9cac94cfa0ed8f31c7a42"><code>b6684d4</code></a> Update auto-merge.yml to 2.3.9-release branch</li> <li><a href="https://github.com/google/ksp/commit/d3505210c9b7d04148ac8967083ebcdd37eff438"><code>d350521</code></a> Add test for context parameters</li> <li><a href="https://github.com/google/ksp/commit/811dbfe437158bf1895a869516cff539e9838ea8"><code>811dbfe</code></a> Merge test directories</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.3.8...2.3.9">compare view</a></li> </ul> </details> <br /> Updates `com.google.devtools.ksp:symbol-processing-common-deps` from 2.3.8 to 2.3.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp:symbol-processing-common-deps's releases</a>.</em></p> <blockquote> <h2>2.3.9</h2> <h2>What's Changed</h2> <ul> <li>Cleaned up native cross-compilation support checks to prevent Gradle Configuration Cache invalidation (<a href="https://redirect.github.com/google/ksp/issues/2953">#2953</a>)</li> <li>Fixed a compilation performance regression in in PsiResolutionStrategy introduced in 2.3.8 (<a href="https://redirect.github.com/google/ksp/issues/2948">#2948</a>)</li> </ul> <h2>Contributors</h2> <ul> <li>Thanks to everyone who reported bugs and participated in discussions!</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.3.8...2.3.9">https://github.com/google/ksp/compare/2.3.8...2.3.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/799f6c17b4a84acd9d9f15e53a6d0022f442ab95"><code>799f6c1</code></a> Add unused test</li> <li><a href="https://github.com/google/ksp/commit/041030881f6d931d74c2dd7cdb34031bf9863c9e"><code>0410308</code></a> return to using kgp api but gate with if statement</li> <li><a href="https://github.com/google/ksp/commit/3b0ae6d3bccf26936a040d285930318f7538a157"><code>3b0ae6d</code></a> Consolidate klib cross-compilation support check on KGP property</li> <li><a href="https://github.com/google/ksp/commit/9746fb506fed6b5098e989d6dd706c8c6728b338"><code>9746fb5</code></a> Add test for self referencing type variables</li> <li><a href="https://github.com/google/ksp/commit/b61da988b9e6e256a867f22dfee01c6692d40b3c"><code>b61da98</code></a> Fix release branch cherry-picking</li> <li><a href="https://github.com/google/ksp/commit/555120d448e468545fab6d65179d41bc42d2cb30"><code>555120d</code></a> Add copyright header</li> <li><a href="https://github.com/google/ksp/commit/1a80a3069da58ad381c7169809259ea5dc7d1217"><code>1a80a30</code></a> Revert "Refactor CollectAnnotatedSymbolsPsiVisitor"</li> <li><a href="https://github.com/google/ksp/commit/b6684d49c2bbaf8d32b9cac94cfa0ed8f31c7a42"><code>b6684d4</code></a> Update auto-merge.yml to 2.3.9-release branch</li> <li><a href="https://github.com/google/ksp/commit/d3505210c9b7d04148ac8967083ebcdd37eff438"><code>d350521</code></a> Add test for context parameters</li> <li><a href="https://github.com/google/ksp/commit/811dbfe437158bf1895a869516cff539e9838ea8"><code>811dbfe</code></a> Merge test directories</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.3.8...2.3.9">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 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>
…(@JvmInline) (#1762) Fix @QueryProjection constructor generation for Kotlin value classes When a DTO annotated with @QueryProjection has constructor parameters of Kotlin value class types (@JvmInline), the APT processor failed to generate a constructor in the Q-type because ExtendedTypeFactory could not resolve the value class to a QueryDSL path type. Fix by detecting @JvmInline annotated classes in createClassType() and unwrapping them to their single underlying field type before type resolution. Also add null guard in TypeElementHandler.getType() as a defensive measure. Co-authored-by: Marvin Froeder <marvin@datasqrl.com>
…gement Hibernate 7.4.0 brings jakarta.xml.bind-api 4.0.4 directly and 4.0.5 transitively (jaxb-runtime 4.0.7 -> jaxb-core), tripping the enforcer dependency-convergence rule in the JPA examples. Pin it to 4.0.5 in the querydsl-examples parent dependencyManagement (covers jpa-guice/quarkus/spring) and drop the earlier incomplete direct dependency in jpa-guice. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…1759) Bumps `hibernate.version` from 7.3.6.Final to 7.4.0.Final. Updates `org.hibernate.orm:hibernate-core` from 7.3.6.Final to 7.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> <h2>Release 7.4.0</h2> <h1>Hibernate ORM 7.4.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.Final.</p> <p>You can find the full list of 7.4.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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> <h2>Release 7.4.0.CR1</h2> <h1>Hibernate ORM 7.4.0.CR1 released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p> <p>You can find the full list of 7.4.0.CR1 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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/7.4.0/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.0.Final (May 26, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39172">https://hibernate.atlassian.net/projects/HHH/versions/39172</a></p> <p>** Bug * HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <!-- raw HTML omitted --> association with a property-ref attribute. * HHH-20451 Hbm <!-- raw HTML omitted --> is ignored during HbmXmlTransformer conversion * HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> default * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20357 Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance * HHH-20324 AnnotationException: overrides mapping specified using '<a href="https://github.com/JoinColumnOrFormula"><code>@JoinColumnOrFormula</code></a>' thrown when join column is overridden via XML mapping * HHH-20125 ClassCastException on merge during polymorphic embeddable replace * HHH-19214 Record as <a href="https://github.com/IdClass"><code>@IdClass</code></a> - some tests are failing when record componets of ID class are not alphabetically sorted, but passing when sorted</p> <p>** Improvement * HHH-20432 Increase the minimum container / worker threads to 4 to reduce build time * HHH-20423 Relax the strict JPQL compliance and make <code>select</code> optional * HHH-20419 Make BytecodeEnhancedTestEngine better compatible with Maven's parallel test execution * HHH-19417 FetchProfile not properly overridden in mapping.xml * HHH-17767 Add support for Value LOBs</p> <p>** Sub-task * HHH-20439 enable ci for spanner</p> <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37741">https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p> <p>** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker * HHH-20356 NPE when mapping embedded property as <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType and friends * HHH-20353 unhelpful error with <a href="https://github.com/ManyToAny"><code>@ManyToAny</code></a> * HHH-20350 Unexpected physical naming of columns for embeddables in Hibernate 7 * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger afterCompletionCallback if it encounters a TransactionException * HHH-20326 ClassCastException when joining array within embeddable * HHH-20323 with <code>hibernate.temporal.use_server_transaction_timestamps</code>, session obtains a database timestamp even when not needed * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails * HHH-20308 JSON embeddable array access not working because Column reports wrong SQL type code * HHH-20307 Informix count distinct tuple emulation is broken * HHH-20305 Lock timout on Informix broken * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks CockroachDB * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14 * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds with wrong JdbcMapping * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690"><code>6d267d9</code></a> [Jenkins release job] Preparing release 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9"><code>a4892eb</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8"><code>2a1db34</code></a> HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects defaults of other classes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33"><code>89b9101</code></a> Revert "HHH-20466 Add test for issue"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee"><code>9165058</code></a> Revert "HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5"><code>ebbc8fe</code></a> HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attribute but...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84"><code>814f3b2</code></a> HHH-20466 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53"><code>7ae9521</code></a> HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file co...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0"><code>00f34ee</code></a> HHH-20454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519"><code>0db3c65</code></a> Unify the waiting for the clock to progress past the dialect timestamp resolu...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-envers` from 7.3.6.Final to 7.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-envers's releases</a>.</em></p> <blockquote> <h2>Release 7.4.0</h2> <h1>Hibernate ORM 7.4.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.Final.</p> <p>You can find the full list of 7.4.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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> <h2>Release 7.4.0.CR1</h2> <h1>Hibernate ORM 7.4.0.CR1 released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p> <p>You can find the full list of 7.4.0.CR1 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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/7.4.0/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.0.Final (May 26, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39172">https://hibernate.atlassian.net/projects/HHH/versions/39172</a></p> <p>** Bug * HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <!-- raw HTML omitted --> association with a property-ref attribute. * HHH-20451 Hbm <!-- raw HTML omitted --> is ignored during HbmXmlTransformer conversion * HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> default * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20357 Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance * HHH-20324 AnnotationException: overrides mapping specified using '<a href="https://github.com/JoinColumnOrFormula"><code>@JoinColumnOrFormula</code></a>' thrown when join column is overridden via XML mapping * HHH-20125 ClassCastException on merge during polymorphic embeddable replace * HHH-19214 Record as <a href="https://github.com/IdClass"><code>@IdClass</code></a> - some tests are failing when record componets of ID class are not alphabetically sorted, but passing when sorted</p> <p>** Improvement * HHH-20432 Increase the minimum container / worker threads to 4 to reduce build time * HHH-20423 Relax the strict JPQL compliance and make <code>select</code> optional * HHH-20419 Make BytecodeEnhancedTestEngine better compatible with Maven's parallel test execution * HHH-19417 FetchProfile not properly overridden in mapping.xml * HHH-17767 Add support for Value LOBs</p> <p>** Sub-task * HHH-20439 enable ci for spanner</p> <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37741">https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p> <p>** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker * HHH-20356 NPE when mapping embedded property as <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType and friends * HHH-20353 unhelpful error with <a href="https://github.com/ManyToAny"><code>@ManyToAny</code></a> * HHH-20350 Unexpected physical naming of columns for embeddables in Hibernate 7 * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger afterCompletionCallback if it encounters a TransactionException * HHH-20326 ClassCastException when joining array within embeddable * HHH-20323 with <code>hibernate.temporal.use_server_transaction_timestamps</code>, session obtains a database timestamp even when not needed * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails * HHH-20308 JSON embeddable array access not working because Column reports wrong SQL type code * HHH-20307 Informix count distinct tuple emulation is broken * HHH-20305 Lock timout on Informix broken * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks CockroachDB * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14 * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds with wrong JdbcMapping * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690"><code>6d267d9</code></a> [Jenkins release job] Preparing release 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9"><code>a4892eb</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8"><code>2a1db34</code></a> HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects defaults of other classes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33"><code>89b9101</code></a> Revert "HHH-20466 Add test for issue"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee"><code>9165058</code></a> Revert "HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5"><code>ebbc8fe</code></a> HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attribute but...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84"><code>814f3b2</code></a> HHH-20466 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53"><code>7ae9521</code></a> HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file co...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0"><code>00f34ee</code></a> HHH-20454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519"><code>0db3c65</code></a> Unify the waiting for the clock to progress past the dialect timestamp resolu...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.3.6.Final to 7.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-scan-jandex's releases</a>.</em></p> <blockquote> <h2>Release 7.4.0</h2> <h1>Hibernate ORM 7.4.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.Final.</p> <p>You can find the full list of 7.4.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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> <h2>Release 7.4.0.CR1</h2> <h1>Hibernate ORM 7.4.0.CR1 released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p> <p>You can find the full list of 7.4.0.CR1 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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/7.4.0/changelog.txt">org.hibernate.orm:hibernate-scan-jandex's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.0.Final (May 26, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39172">https://hibernate.atlassian.net/projects/HHH/versions/39172</a></p> <p>** Bug * HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <!-- raw HTML omitted --> association with a property-ref attribute. * HHH-20451 Hbm <!-- raw HTML omitted --> is ignored during HbmXmlTransformer conversion * HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> default * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20357 Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance * HHH-20324 AnnotationException: overrides mapping specified using '<a href="https://github.com/JoinColumnOrFormula"><code>@JoinColumnOrFormula</code></a>' thrown when join column is overridden via XML mapping * HHH-20125 ClassCastException on merge during polymorphic embeddable replace * HHH-19214 Record as <a href="https://github.com/IdClass"><code>@IdClass</code></a> - some tests are failing when record componets of ID class are not alphabetically sorted, but passing when sorted</p> <p>** Improvement * HHH-20432 Increase the minimum container / worker threads to 4 to reduce build time * HHH-20423 Relax the strict JPQL compliance and make <code>select</code> optional * HHH-20419 Make BytecodeEnhancedTestEngine better compatible with Maven's parallel test execution * HHH-19417 FetchProfile not properly overridden in mapping.xml * HHH-17767 Add support for Value LOBs</p> <p>** Sub-task * HHH-20439 enable ci for spanner</p> <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37741">https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p> <p>** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker * HHH-20356 NPE when mapping embedded property as <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType and friends * HHH-20353 unhelpful error with <a href="https://github.com/ManyToAny"><code>@ManyToAny</code></a> * HHH-20350 Unexpected physical naming of columns for embeddables in Hibernate 7 * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger afterCompletionCallback if it encounters a TransactionException * HHH-20326 ClassCastException when joining array within embeddable * HHH-20323 with <code>hibernate.temporal.use_server_transaction_timestamps</code>, session obtains a database timestamp even when not needed * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails * HHH-20308 JSON embeddable array access not working because Column reports wrong SQL type code * HHH-20307 Informix count distinct tuple emulation is broken * HHH-20305 Lock timout on Informix broken * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks CockroachDB * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14 * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds with wrong JdbcMapping * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690"><code>6d267d9</code></a> [Jenkins release job] Preparing release 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9"><code>a4892eb</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8"><code>2a1db34</code></a> HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects defaults of other classes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33"><code>89b9101</code></a> Revert "HHH-20466 Add test for issue"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee"><code>9165058</code></a> Revert "HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5"><code>ebbc8fe</code></a> HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attribute but...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84"><code>814f3b2</code></a> HHH-20466 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53"><code>7ae9521</code></a> HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file co...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0"><code>00f34ee</code></a> HHH-20454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519"><code>0db3c65</code></a> Unify the waiting for the clock to progress past the dialect timestamp resolu...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-community-dialects` from 7.3.6.Final to 7.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-community-dialects's releases</a>.</em></p> <blockquote> <h2>Release 7.4.0</h2> <h1>Hibernate ORM 7.4.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.Final.</p> <p>You can find the full list of 7.4.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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> <h2>Release 7.4.0.CR1</h2> <h1>Hibernate ORM 7.4.0.CR1 released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p> <p>You can find the full list of 7.4.0.CR1 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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/7.4.0/changelog.txt">org.hibernate.orm:hibernate-community-dialects's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.0.Final (May 26, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39172">https://hibernate.atlassian.net/projects/HHH/versions/39172</a></p> <p>** Bug * HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <!-- raw HTML omitted --> association with a property-ref attribute. * HHH-20451 Hbm <!-- raw HTML omitted --> is ignored during HbmXmlTransformer conversion * HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> default * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20357 Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance * HHH-20324 AnnotationException: overrides mapping specified using '<a href="https://github.com/JoinColumnOrFormula"><code>@JoinColumnOrFormula</code></a>' thrown when join column is overridden via XML mapping * HHH-20125 ClassCastException on merge during polymorphic embeddable replace * HHH-19214 Record as <a href="https://github.com/IdClass"><code>@IdClass</code></a> - some tests are failing when record componets of ID class are not alphabetically sorted, but passing when sorted</p> <p>** Improvement * HHH-20432 Increase the minimum container / worker threads to 4 to reduce build time * HHH-20423 Relax the strict JPQL compliance and make <code>select</code> optional * HHH-20419 Make BytecodeEnhancedTestEngine better compatible with Maven's parallel test execution * HHH-19417 FetchProfile not properly overridden in mapping.xml * HHH-17767 Add support for Value LOBs</p> <p>** Sub-task * HHH-20439 enable ci for spanner</p> <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37741">https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p> <p>** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker * HHH-20356 NPE when mapping embedded property as <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType and friends * HHH-20353 unhelpful error with <a href="https://github.com/ManyToAny"><code>@ManyToAny</code></a> * HHH-20350 Unexpected physical naming of columns for embeddables in Hibernate 7 * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger afterCompletionCallback if it encounters a TransactionException * HHH-20326 ClassCastException when joining array within embeddable * HHH-20323 with <code>hibernate.temporal.use_server_transaction_timestamps</code>, session obtains a database timestamp even when not needed * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails * HHH-20308 JSON embeddable array access not working because Column reports wrong SQL type code * HHH-20307 Informix count distinct tuple emulation is broken * HHH-20305 Lock timout on Informix broken * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks CockroachDB * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14 * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds with wrong JdbcMapping * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690"><code>6d267d9</code></a> [Jenkins release job] Preparing release 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9"><code>a4892eb</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8"><code>2a1db34</code></a> HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects defaults of other classes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33"><code>89b9101</code></a> Revert "HHH-20466 Add test for issue"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee"><code>9165058</code></a> Revert "HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5"><code>ebbc8fe</code></a> HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attribute but...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84"><code>814f3b2</code></a> HHH-20466 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53"><code>7ae9521</code></a> HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file co...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0"><code>00f34ee</code></a> HHH-20454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519"><code>0db3c65</code></a> Unify the waiting for the clock to progress past the dialect timestamp resolu...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.4.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-c3p0` from 7.3.6.Final to 7.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-c3p0's releases</a>.</em></p> <blockquote> <h2>Release 7.4.0</h2> <h1>Hibernate ORM 7.4.0.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.Final.</p> <p>You can find the full list of 7.4.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/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.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/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> <h2>Release 7.4.0.CR1</h2> <h1>Hibernate ORM 7.4.0.CR1 released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.0.CR1.</p> <p>You can find the full list of 7.4.0.CR1 changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.0.CR1">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/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.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <!-- 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/7.4.0/changelog.txt">org.hibernate.orm:hibernate-c3p0's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.0.Final (May 26, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/39172">https://hibernate.atlassian.net/projects/HHH/versions/39172</a></p> <p>** Bug * HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <!-- raw HTML omitted --> association with a property-ref attribute. * HHH-20451 Hbm <!-- raw HTML omitted --> is ignored during HbmXmlTransformer conversion * HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> default * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20357 Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance * HHH-20324 AnnotationException: overrides mapping specified using '<a href="https://github.com/JoinColumnOrFormula"><code>@JoinColumnOrFormula</code></a>' thrown when join column is overridden via XML mapping * HHH-20125 ClassCastException on merge during polymorphic embeddable replace * HHH-19214 Record as <a href="https://github.com/IdClass"><code>@IdClass</code></a> - some tests are failing when record componets of ID class are not alphabetically sorted, but passing when sorted</p> <p>** Improvement * HHH-20432 Increase the minimum container / worker threads to 4 to reduce build time * HHH-20423 Relax the strict JPQL compliance and make <code>select</code> optional * HHH-20419 Make BytecodeEnhancedTestEngine better compatible with Maven's parallel test execution * HHH-19417 FetchProfile not properly overridden in mapping.xml * HHH-17767 Add support for Value LOBs</p> <p>** Sub-task * HHH-20439 enable ci for spanner</p> <h2>Changes in 7.4.0.CR1 (May 07, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/37741">https://hibernate.atlassian.net/projects/HHH/versions/37741</a></p> <p>** Bug * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker * HHH-20356 NPE when mapping embedded property as <a href="https://github.com/MappedSuperclass"><code>@MappedSuperclass</code></a> * HHH-20355 use of static calendar in TimestampUtcAsJdbcTimestampJdbcType and friends * HHH-20353 unhelpful error with <a href="https://github.com/ManyToAny"><code>@ManyToAny</code></a> * HHH-20350 Unexpected physical naming of columns for embeddables in Hibernate 7 * HHH-20336 JdbcResourceLocalTransactionCoordinatorImpl does not trigger afterCompletionCallback if it encounters a TransactionException * HHH-20326 ClassCastException when joining array within embeddable * HHH-20323 with <code>hibernate.temporal.use_server_transaction_timestamps</code>, session obtains a database timestamp even when not needed * HHH-20321 import.sql not executed when there are no <a href="https://github.com/Entity"><code>@Entity</code></a> classes * HHH-20313 Criteria query comparing double path to integer expression containing integer parameter fails * HHH-20308 JSON embeddable array access not working because Column reports wrong SQL type code * HHH-20307 Informix count distinct tuple emulation is broken * HHH-20305 Lock timout on Informix broken * HHH-20303 Power function usage for PostgreSQLTruncRoundFunction breaks CockroachDB * HHH-20300 OptionalTableUpdateWithUpsertOperation can fail on PostgreSQL 14 * HHH-20297 SQM parameter use in multiple type-incompatible contexts binds with wrong JdbcMapping * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/6d267d9ed4f9d6bd6ac69faf4c302ccf6b9c3690"><code>6d267d9</code></a> [Jenkins release job] Preparing release 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a4892eb1a230ee6fcc8dbe731850385fdf716da9"><code>a4892eb</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2a1db34a6ae19a2b2242f546834b5dfb28a131b8"><code>2a1db34</code></a> HHH-20418 <a href="https://github.com/Access"><code>@Access</code></a> on entity wrongly affects defaults of other classes</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/89b9101ee0b8aa68b285e0f59a4008b7a2352a33"><code>89b9101</code></a> Revert "HHH-20466 Add test for issue"</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/9165058ff35c130bef493ccce0be4236bdcc98ee"><code>9165058</code></a> Revert "HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attri...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ebbc8fe67d07d3a6363b2dcedccf9223a0af75d5"><code>ebbc8fe</code></a> HHH-20466 XML mapping for <many-to-many> accepts orphan-removal attribute but...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/814f3b2a1fc5070e74658c4f3febdf2acf104f84"><code>814f3b2</code></a> HHH-20466 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/7ae9521a9a036a53e4f1cb5940dc35fb2b113c53"><code>7ae9521</code></a> HHH-20454 HbmXmlTransformer generates an incorrect mapping for an HBM file co...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/00f34eead27f80e8f6d903a02bca83901ece4ca0"><code>00f34ee</code></a> HHH-20454 Add test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/0db3c65a58df05bceb5330264b81a23ecb97c519"><code>0db3c65</code></a> Unify the waiting for the clock to progress past the dialect timestamp resolu...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/7.3.6...7.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 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>
Bumps `surefire.version` from 3.5.5 to 3.5.6. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `mongodb.version` from 5.7.0 to 5.7.1. Updates `org.mongodb:mongodb-driver-sync` from 5.7.0 to 5.7.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.7.0...r5.7.1) Updates `org.mongodb:mongodb-driver-legacy` from 5.7.0 to 5.7.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.7.0...r5.7.1) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.7.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:mongodb-driver-legacy dependency-version: 5.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/siom79/japicmp/releases) - [Changelog](https://github.com/siom79/japicmp/blob/master/release.py) - [Commits](siom79/japicmp@japicmp-base-0.26.0...japicmp-base-0.26.1) --- updated-dependencies: - dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `quarkus.version` from 3.35.4 to 3.36.0. Updates `io.quarkus.platform:quarkus-bom` from 3.35.4 to 3.36.0 - [Commits](quarkusio/quarkus-platform@3.35.4...3.36.0) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.35.4 to 3.36.0 - [Commits](quarkusio/quarkus-platform@3.35.4...3.36.0) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `quarkus.version` from 3.35.4 to 3.36.0. Updates `io.quarkus.platform:quarkus-bom` from 3.35.4 to 3.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/e34692de04d25c6c4f95674ae240c83eef1dc399"><code>e34692d</code></a> [maven-release-plugin] prepare release 3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/a9ac7f20f0f2eb54f790a68a14787c944422f738"><code>a9ac7f2</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1984">#1984</a> from quarkusio/dependabot/maven/quarkus-platform-bom...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/ced7b097ec52ada06357ed5c0ca6010244440de0"><code>ced7b09</code></a> Bump quarkus-platform-bom-generator.version from 0.0.130 to 0.0.131</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/262a3f0e51aa74314c90e903129d83e6547aefce"><code>262a3f0</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1971">#1971</a> from quarkusio/update-automation/main-operatorsdk-7.7.5</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/d90018ee58561980dfa2fb4ed957537a36a31146"><code>d90018e</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1983">#1983</a> from zbendhiba/cq-3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/39a1de6db014572957136ece566175eb093d6cc5"><code>39a1de6</code></a> Upgrade to Camel Quarkus 3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/37de43780f51103a77fbd0e6b035759cad4a124a"><code>37de437</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1977">#1977</a> from gsmet/quarkus-3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/f683e9e01b467dd6641343fffd2aa0184302ea05"><code>f683e9e</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1975">#1975</a> from jmartisk/claude-md-version-overrides</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/63728a88e73e2a7337b6d06f3b3ec3084006feb8"><code>63728a8</code></a> Upgrade to Quarkus 3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/b1ff02b401e03e288fc9bbd350f49bb126435c4c"><code>b1ff02b</code></a> Enhance CLAUDE.md with instructions how to override dependency versions</li> <li>Additional commits viewable in <a href="https://github.com/quarkusio/quarkus-platform/compare/3.35.4...3.36.0">compare view</a></li> </ul> </details> <br /> Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.35.4 to 3.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/e34692de04d25c6c4f95674ae240c83eef1dc399"><code>e34692d</code></a> [maven-release-plugin] prepare release 3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/a9ac7f20f0f2eb54f790a68a14787c944422f738"><code>a9ac7f2</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1984">#1984</a> from quarkusio/dependabot/maven/quarkus-platform-bom...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/ced7b097ec52ada06357ed5c0ca6010244440de0"><code>ced7b09</code></a> Bump quarkus-platform-bom-generator.version from 0.0.130 to 0.0.131</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/262a3f0e51aa74314c90e903129d83e6547aefce"><code>262a3f0</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1971">#1971</a> from quarkusio/update-automation/main-operatorsdk-7.7.5</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/d90018ee58561980dfa2fb4ed957537a36a31146"><code>d90018e</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1983">#1983</a> from zbendhiba/cq-3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/39a1de6db014572957136ece566175eb093d6cc5"><code>39a1de6</code></a> Upgrade to Camel Quarkus 3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/37de43780f51103a77fbd0e6b035759cad4a124a"><code>37de437</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1977">#1977</a> from gsmet/quarkus-3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/f683e9e01b467dd6641343fffd2aa0184302ea05"><code>f683e9e</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1975">#1975</a> from jmartisk/claude-md-version-overrides</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/63728a88e73e2a7337b6d06f3b3ec3084006feb8"><code>63728a8</code></a> Upgrade to Quarkus 3.36.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/b1ff02b401e03e288fc9bbd350f49bb126435c4c"><code>b1ff02b</code></a> Enhance CLAUDE.md with instructions how to override dependency versions</li> <li>Additional commits viewable in <a href="https://github.com/quarkusio/quarkus-platform/compare/3.35.4...3.36.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 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>
… 0.26.0 to 0.26.1 (#1766) Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.26.0 to 0.26.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/siom79/japicmp/releases">com.github.siom79.japicmp:japicmp-maven-plugin's releases</a>.</em></p> <blockquote> <h2>japicmp-base-0.26.1</h2> <ul> <li>New change METHOD_RETURN_TYPE_COVARIANT_CHANGED <a href="https://redirect.github.com/siom79/japicmp/issues/522">#522</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/siom79/japicmp/commit/930348778b6ae9770007f10bf96fbeb900c17f16"><code>9303487</code></a> [maven-release-plugin] prepare release japicmp-base-0.26.1</li> <li><a href="https://github.com/siom79/japicmp/commit/a11fb26ad11c495b3c647a7acfe2c44d7fd03a1b"><code>a11fb26</code></a> upgraded version in *.md files to 0.26.1</li> <li><a href="https://github.com/siom79/japicmp/commit/831b0f16dfebd4041ed2e5bcfa53527b9612cde0"><code>831b0f1</code></a> Add release notes for version 0.26.1</li> <li><a href="https://github.com/siom79/japicmp/commit/2d6b2c87df1a246f3e0c0f65f5814f2f3b58d152"><code>2d6b2c8</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/523">#523</a> from siom79/claude/japicmp-issue-522-1DtKr</li> <li><a href="https://github.com/siom79/japicmp/commit/a476601ebbf2c0221b3325379770e15e3f668d4d"><code>a476601</code></a> Fix false positive METHOD_RETURN_TYPE_CHANGED for covariant return type overr...</li> <li><a href="https://github.com/siom79/japicmp/commit/6b7dbb6abea686e50048dbfc33f3df2da14b7a2f"><code>6b7dbb6</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/521">#521</a> from siom79/mcp-server</li> <li><a href="https://github.com/siom79/japicmp/commit/d568218404f8061d9f28e4c59d4d1f862027527a"><code>d568218</code></a> Update README.md</li> <li><a href="https://github.com/siom79/japicmp/commit/3b6266b0257caee21ab12d15f694931340224692"><code>3b6266b</code></a> Update README.md with japicmp-mcp-server</li> <li><a href="https://github.com/siom79/japicmp/commit/8becaf30c257f3a8bba55357747d4832e6bdb312"><code>8becaf3</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/520">#520</a> from siom79/release-v0.26.0</li> <li><a href="https://github.com/siom79/japicmp/commit/ea582f85167a04a8491989c19c17f06775109407"><code>ea582f8</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/519">#519</a> from siom79/claude/increment-version-action-fail-qieCQ</li> <li>Additional commits viewable in <a href="https://github.com/siom79/japicmp/compare/japicmp-base-0.26.0...japicmp-base-0.26.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
Bumps `mongodb.version` from 5.7.0 to 5.7.1. Updates `org.mongodb:mongodb-driver-sync` from 5.7.0 to 5.7.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/36d9f76ec2702333424c8855fd3b27de5c42c946"><code>36d9f76</code></a> Version: bump 5.7.1</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/5bca6e42cfba9963050e84534f6acdfde935b089"><code>5bca6e4</code></a> Mark micrometer OSGi imports as optional and add bundle resolution test (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/198">#198</a>...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8a1b87a7f67ea5bfd94c18d67939eab367de6547"><code>8a1b87a</code></a> Fix AbstractClientSideEncryptionAutoDataKeysTest deprecation warning.</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/9c125621c3c66a186678db028f7d7d52a87a13dc"><code>9c12562</code></a> Add missing javadoc to MongodbObservation and MongodbObservationContext</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/88422b0e6b35ebb43bd92a792a3eafc98b6564eb"><code>88422b0</code></a> Added Scala 3 to publish.sh (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1957">#1957</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/df35fe135b626c5dc3aa1a934930db499a33efbd"><code>df35fe1</code></a> Version: bump 5.7.1-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.7.0...r5.7.1">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:mongodb-driver-legacy` from 5.7.0 to 5.7.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/36d9f76ec2702333424c8855fd3b27de5c42c946"><code>36d9f76</code></a> Version: bump 5.7.1</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/5bca6e42cfba9963050e84534f6acdfde935b089"><code>5bca6e4</code></a> Mark micrometer OSGi imports as optional and add bundle resolution test (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/198">#198</a>...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8a1b87a7f67ea5bfd94c18d67939eab367de6547"><code>8a1b87a</code></a> Fix AbstractClientSideEncryptionAutoDataKeysTest deprecation warning.</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/9c125621c3c66a186678db028f7d7d52a87a13dc"><code>9c12562</code></a> Add missing javadoc to MongodbObservation and MongodbObservationContext</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/88422b0e6b35ebb43bd92a792a3eafc98b6564eb"><code>88422b0</code></a> Added Scala 3 to publish.sh (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1957">#1957</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/df35fe135b626c5dc3aa1a934930db499a33efbd"><code>df35fe1</code></a> Version: bump 5.7.1-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.7.0...r5.7.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 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>
Bumps `surefire.version` from 3.5.5 to 3.5.6. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-surefire-plugin's releases</a>.</em></p> <blockquote> <h2>3.5.6</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Introduce reportTestTimestamp option and include timestamp for test sets and test cases (<a href="https://redirect.github.com/apache/maven-surefire/issues/3261">#3261</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3302">#3302</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_socket at address' is not displayed anymore when using maven.surefire.debug (<a href="https://redirect.github.com/apache/maven-surefire/issues/3353">#3353</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3354">#3354</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3327">#3327</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3308">#3308</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>[BACKPORT 3.5.x] <a href="https://issues.apache.org/jira/browse/SUREFIRE-2049">[SUREFIRE-2049]</a> - Fix SHUTDOWN type lost during command serialization. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3270">#3270</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3289">#3289</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>fix: null guard for context map (<a href="https://redirect.github.com/apache/maven-surefire/issues/3269">#3269</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3272">#3272</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/pull/3328">#3328</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Use surefire 3.5.5 by project itself for testing (<a href="https://redirect.github.com/apache/maven-surefire/pull/3324">#3324</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Follow Oracle javadoc guidelines (<a href="https://redirect.github.com/apache/maven-surefire/pull/3177">#3177</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3334">#3334</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3350">#3350</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-surefire/commit/25ea054860a5c1e5932b360d8aa0a31944c2b841"><code>25ea054</code></a> [maven-release-plugin] prepare release surefire-3.5.6</li> <li><a href="https://github.com/apache/maven-surefire/commit/e5f374ccdefd5b40d75e0072a754708183d9ec5e"><code>e5f374c</code></a> Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3</li> <li><a href="https://github.com/apache/maven-surefire/commit/dadd55b7a6a3a0336c253413f68c4f08092328c2"><code>dadd55b</code></a> Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_soc...</li> <li><a href="https://github.com/apache/maven-surefire/commit/39dd250a44f1f2f1f18ea1881d78ac341222ea97"><code>39dd250</code></a> Bump commons-io:commons-io from 2.21.0 to 2.22.0</li> <li><a href="https://github.com/apache/maven-surefire/commit/27742739c8cc6e4676611ac4bfe42870f74fd0f3"><code>2774273</code></a> Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3327">#3327</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/0d5df8a3b4606622a67922405488d4b182409893"><code>0d5df8a</code></a> 3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/issues/3328">#3328</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/04ad9a293f5cee5e95c5cd5a2e751723be66deff"><code>04ad9a2</code></a> Use surefire 3.5.5 by project itself for testing</li> <li><a href="https://github.com/apache/maven-surefire/commit/37e8f694c18ca664a8e45e934a43d4870e799c45"><code>37e8f69</code></a> Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3308">#3308</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/a970fefe4dbc173acacf79389d812f91f6ef027a"><code>a970fef</code></a> Introduce reportTestTimestamp option and include timestamp for test sets and ...</li> <li><a href="https://github.com/apache/maven-surefire/commit/e838393bbb127a7798d13283b9af7cfa0afec3a8"><code>e838393</code></a> deploy 3.5.x branch to nexus</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-failsafe-plugin's releases</a>.</em></p> <blockquote> <h2>3.5.6</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Introduce reportTestTimestamp option and include timestamp for test sets and test cases (<a href="https://redirect.github.com/apache/maven-surefire/issues/3261">#3261</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3302">#3302</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_socket at address' is not displayed anymore when using maven.surefire.debug (<a href="https://redirect.github.com/apache/maven-surefire/issues/3353">#3353</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3354">#3354</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3327">#3327</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3308">#3308</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>[BACKPORT 3.5.x] <a href="https://issues.apache.org/jira/browse/SUREFIRE-2049">[SUREFIRE-2049]</a> - Fix SHUTDOWN type lost during command serialization. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3270">#3270</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3289">#3289</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>fix: null guard for context map (<a href="https://redirect.github.com/apache/maven-surefire/issues/3269">#3269</a>) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3272">#3272</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/pull/3328">#3328</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Use surefire 3.5.5 by project itself for testing (<a href="https://redirect.github.com/apache/maven-surefire/pull/3324">#3324</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Follow Oracle javadoc guidelines (<a href="https://redirect.github.com/apache/maven-surefire/pull/3177">#3177</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3334">#3334</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3350">#3350</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-surefire/commit/25ea054860a5c1e5932b360d8aa0a31944c2b841"><code>25ea054</code></a> [maven-release-plugin] prepare release surefire-3.5.6</li> <li><a href="https://github.com/apache/maven-surefire/commit/e5f374ccdefd5b40d75e0072a754708183d9ec5e"><code>e5f374c</code></a> Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3</li> <li><a href="https://github.com/apache/maven-surefire/commit/dadd55b7a6a3a0336c253413f68c4f08092328c2"><code>dadd55b</code></a> Issue <a href="https://redirect.github.com/apache/maven-surefire/issues/2613">#2613</a> Debugging failsafe tests: Message 'Listening for transport dt_soc...</li> <li><a href="https://github.com/apache/maven-surefire/commit/39dd250a44f1f2f1f18ea1881d78ac341222ea97"><code>39dd250</code></a> Bump commons-io:commons-io from 2.21.0 to 2.22.0</li> <li><a href="https://github.com/apache/maven-surefire/commit/27742739c8cc6e4676611ac4bfe42870f74fd0f3"><code>2774273</code></a> Ensure that the statistics filename is calculated only once. (<a href="https://redirect.github.com/apache/maven-surefire/issues/3326">#3326</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3327">#3327</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/0d5df8a3b4606622a67922405488d4b182409893"><code>0d5df8a</code></a> 3.5.x/bug/cherry pick embedded mode its (<a href="https://redirect.github.com/apache/maven-surefire/issues/3328">#3328</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/04ad9a293f5cee5e95c5cd5a2e751723be66deff"><code>04ad9a2</code></a> Use surefire 3.5.5 by project itself for testing</li> <li><a href="https://github.com/apache/maven-surefire/commit/37e8f694c18ca664a8e45e934a43d4870e799c45"><code>37e8f69</code></a> Add <code>flakes</code> attribute to use in <code>testsuite</code> report (<a href="https://redirect.github.com/apache/maven-surefire/issues/3306">#3306</a>) (<a href="https://redirect.github.com/apache/maven-surefire/issues/3308">#3308</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/a970fefe4dbc173acacf79389d812f91f6ef027a"><code>a970fef</code></a> Introduce reportTestTimestamp option and include timestamp for test sets and ...</li> <li><a href="https://github.com/apache/maven-surefire/commit/e838393bbb127a7798d13283b9af7cfa0afec3a8"><code>e838393</code></a> deploy 3.5.x branch to nexus</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6">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 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>
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.21.3 to 2.21.4. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.21.3...jackson-module-kotlin-2.21.4) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.21.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.3 to 2.21.4. - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.3...jackson-bom-2.21.4) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `mongodb.version` from 5.7.1 to 5.8.0. Updates `org.mongodb:mongodb-driver-sync` from 5.7.1 to 5.8.0 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.7.1...r5.8.0) Updates `org.mongodb:mongodb-driver-legacy` from 5.7.1 to 5.8.0 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.7.1...r5.8.0) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mongodb:mongodb-driver-legacy dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…21.4 (#1769) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.3 to 2.21.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-bom/commit/d1abd31e4fec3035965d57a05a6256171ea8d980"><code>d1abd31</code></a> [maven-release-plugin] prepare release jackson-bom-2.21.4</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/2aaea43db8480aa7d405ebc0de503cffc864f6f6"><code>2aaea43</code></a> Prep for 2.21.4 release</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/9d3a9d54e40312ef0ac9192d599b59b541f65fb8"><code>9d3a9d5</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/84bcf7f5b268bc2b47a92bd08391f75e9d956793"><code>84bcf7f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.3...jackson-bom-2.21.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
…from 2.21.3 to 2.21.4 (#1768) Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.21.3 to 2.21.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/d1e079e88fa3b76a91c246e67c12f38f85a8d83a"><code>d1e079e</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.21.4</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/77295a240c1bd77c1400fa6f02700de8b917df4f"><code>77295a2</code></a> Prep for 2.21.4 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/3ef400e9a876123e82a7fc95e3da8e526cbaeec0"><code>3ef400e</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/609b375e2c16eb8b80d4db9e75f5334220ab7dc8"><code>609b375</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/c623e251f7d8216397614d91cdc0be90810ad9e3"><code>c623e25</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/a6790e5b62c1656bb42284dc5f3ea49bee502371"><code>a6790e5</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/5a09e64d37f92b6b33fb9ba25082496c91cea212"><code>5a09e64</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/0566650a417869f66780a0ff733805ab5bd2fee0"><code>0566650</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.18.8</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/b635ae938e85950acd61156704daff19b3ec617e"><code>b635ae9</code></a> Prep for 2.18.8 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/346ccb84577473cd3390ef156260d1ad8d9040f5"><code>346ccb8</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1170">#1170</a> from k163377/fix/wf</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.21.3...jackson-module-kotlin-2.21.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
Bumps `mongodb.version` from 5.7.1 to 5.8.0. Updates `org.mongodb:mongodb-driver-sync` from 5.7.1 to 5.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongodb-driver-sync's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.8.0 (May 28, 2026)</h2> <h2>What's Changed</h2> <h3>🔥 Enhancements</h3> <ul> <li>Added typed builder API for vector search index definitions <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1960">#1960</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>$rerank</code> aggregation stage support (MongoDB 8.3 / Atlas) <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1963">#1963</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>vectorSearch</code> operator support for the <code>$search</code> pipeline stage <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1962">#1962</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>storedSource</code> support for vector search indexes and <code>returnStoredSource</code> for <code>$vectorSearch</code> queries <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1977">#1977</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>BinaryVector</code> and <code>VectorSearchQuery</code> <code>vectorSearch</code> overloads to the Scala driver <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1986">#1986</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Optimized <code>RawBsonDocument</code> encode and decode by eliminating intermediate allocations <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1988">#1988</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Preliminary refactoring for backpressure support <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1952">#1952</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> <li>Small improvements related to value-based classes <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1964">#1964</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> </ul> <h3>🛠 Fixes</h3> <ul> <li>Fixed OSGi bundle resolution failure when Micrometer is not present <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1982">#1982</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added missing Javadoc to <code>MongodbObservation</code> and <code>MongodbObservationContext</code> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>Upgraded <code>libmongocrypt</code> to 1.18.1 <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1983">#1983</a> by <a href="https://github.com/strogiyotec"><code>@strogiyotec</code></a></li> </ul> <h3>🧪 Testing & CI</h3> <ul> <li>Added <code>AGENTS.md</code> for AI coding agent support across all modules by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added test cases for new auto-embedding index fields <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1936">#1936</a> by <a href="https://github.com/strogiyotec"><code>@strogiyotec</code></a></li> <li>Added Scala 3 to <code>publish.sh</code> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1958">#1958</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Fixed <code>NamespaceExists</code> test failure <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1956">#1956</a> by <a href="https://github.com/nhachicha"><code>@nhachicha</code></a></li> <li>Simplified <code>RetryState</code> creation as preliminary backpressure work <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1961">#1961</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> <li>Made <code>RetryState.isLastAttempt</code> private and simplified code <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1967">#1967</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/techbelle"><code>@techbelle</code></a> made their first contribution in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1972">mongodb/mongo-java-driver#1972</a></li> </ul> <h2>Verifying artifact signatures</h2> <p>Please refer to <a href="https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/">https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/</a> for the full procedure.</p> <p>To download and import the public key for verifying signatures, execute</p> <pre><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.7.0...r5.8.0">https://github.com/mongodb/mongo-java-driver/compare/r5.7.0...r5.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/6024ca9f6ca226cffb7526659b19810707970310"><code>6024ca9</code></a> Version: bump 5.8.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f3bbdb2701b8c462c64db4c5f3f2c61b23b723e9"><code>f3bbdb2</code></a> Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/966ababa45a5d38a644bc8e8ce8de58eb882dd66"><code>966abab</code></a> Upgrade libmongocrypt version to 1.18.1 (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1983">#1983</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/98e07611f0f0c3e22d89cfb766137e59ab7b2a2f"><code>98e0761</code></a> Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/40ee8d511e4541727de2edc4527d209d842fd607"><code>40ee8d5</code></a> Fix NamespaceExists test failure (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1956">#1956</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/541af753642b070a04ec64f54b9af018d297c2d3"><code>541af75</code></a> Mark micrometer OSGi imports as optional and add bundle resolution test (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1982">#1982</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/cd6c045cf866d6d5038fcbcf8825742174a3903a"><code>cd6c045</code></a> Add storedSource support for vector search indexes and returnStoredSource for...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/717da9c63b5531e35e684bc0a8043500b3fa7560"><code>717da9c</code></a> Revert "Resolve TLS channel address before opening socket" (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1979">#1979</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/58122f6b280cda429af25f69e3692132e1eabb60"><code>58122f6</code></a> Add vectorSearch operator for $search pipeline stage (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1962">#1962</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/13d4aef5f58283977042340ee8d7d9af4a1786d4"><code>13d4aef</code></a> Resolve TLS channel address before opening socket</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.7.1...r5.8.0">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:mongodb-driver-legacy` from 5.7.1 to 5.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongodb-driver-legacy's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.8.0 (May 28, 2026)</h2> <h2>What's Changed</h2> <h3>🔥 Enhancements</h3> <ul> <li>Added typed builder API for vector search index definitions <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1960">#1960</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>$rerank</code> aggregation stage support (MongoDB 8.3 / Atlas) <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1963">#1963</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>vectorSearch</code> operator support for the <code>$search</code> pipeline stage <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1962">#1962</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>storedSource</code> support for vector search indexes and <code>returnStoredSource</code> for <code>$vectorSearch</code> queries <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1977">#1977</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added <code>BinaryVector</code> and <code>VectorSearchQuery</code> <code>vectorSearch</code> overloads to the Scala driver <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1986">#1986</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Optimized <code>RawBsonDocument</code> encode and decode by eliminating intermediate allocations <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1988">#1988</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Preliminary refactoring for backpressure support <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1952">#1952</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> <li>Small improvements related to value-based classes <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1964">#1964</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> </ul> <h3>🛠 Fixes</h3> <ul> <li>Fixed OSGi bundle resolution failure when Micrometer is not present <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1982">#1982</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added missing Javadoc to <code>MongodbObservation</code> and <code>MongodbObservationContext</code> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>Upgraded <code>libmongocrypt</code> to 1.18.1 <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1983">#1983</a> by <a href="https://github.com/strogiyotec"><code>@strogiyotec</code></a></li> </ul> <h3>🧪 Testing & CI</h3> <ul> <li>Added <code>AGENTS.md</code> for AI coding agent support across all modules by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Added test cases for new auto-embedding index fields <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1936">#1936</a> by <a href="https://github.com/strogiyotec"><code>@strogiyotec</code></a></li> <li>Added Scala 3 to <code>publish.sh</code> <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1958">#1958</a> by <a href="https://github.com/rozza"><code>@rozza</code></a></li> <li>Fixed <code>NamespaceExists</code> test failure <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1956">#1956</a> by <a href="https://github.com/nhachicha"><code>@nhachicha</code></a></li> <li>Simplified <code>RetryState</code> creation as preliminary backpressure work <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1961">#1961</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> <li>Made <code>RetryState.isLastAttempt</code> private and simplified code <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1967">#1967</a> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/techbelle"><code>@techbelle</code></a> made their first contribution in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1972">mongodb/mongo-java-driver#1972</a></li> </ul> <h2>Verifying artifact signatures</h2> <p>Please refer to <a href="https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/">https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/</a> for the full procedure.</p> <p>To download and import the public key for verifying signatures, execute</p> <pre><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.7.0...r5.8.0">https://github.com/mongodb/mongo-java-driver/compare/r5.7.0...r5.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/6024ca9f6ca226cffb7526659b19810707970310"><code>6024ca9</code></a> Version: bump 5.8.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f3bbdb2701b8c462c64db4c5f3f2c61b23b723e9"><code>f3bbdb2</code></a> Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/966ababa45a5d38a644bc8e8ce8de58eb882dd66"><code>966abab</code></a> Upgrade libmongocrypt version to 1.18.1 (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1983">#1983</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/98e07611f0f0c3e22d89cfb766137e59ab7b2a2f"><code>98e0761</code></a> Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/40ee8d511e4541727de2edc4527d209d842fd607"><code>40ee8d5</code></a> Fix NamespaceExists test failure (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1956">#1956</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/541af753642b070a04ec64f54b9af018d297c2d3"><code>541af75</code></a> Mark micrometer OSGi imports as optional and add bundle resolution test (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1982">#1982</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/cd6c045cf866d6d5038fcbcf8825742174a3903a"><code>cd6c045</code></a> Add storedSource support for vector search indexes and returnStoredSource for...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/717da9c63b5531e35e684bc0a8043500b3fa7560"><code>717da9c</code></a> Revert "Resolve TLS channel address before opening socket" (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1979">#1979</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/58122f6b280cda429af25f69e3692132e1eabb60"><code>58122f6</code></a> Add vectorSearch operator for $search pipeline stage (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1962">#1962</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/13d4aef5f58283977042340ee8d7d9af4a1786d4"><code>13d4aef</code></a> Resolve TLS channel address before opening socket</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.7.1...r5.8.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 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>
…n function templates (#1757) (#1758) * Route JPAInsertClause.execute() through native SQL when values contain function templates (#1757) Detect TemplateExpression values via a shared hasTemplateValue() helper and route execute() to JpaNativeInsertSerializer + JDBC executeUpdate when present, falling back to the existing JPQL path otherwise. Same change applied to HibernateInsertClause. Adds executeUpdate(Connection, String, Object[]) to JpaInsertNativeHelper and regression tests covering both routing branches. Closes #1757 * Make JPAInsertClause.execute() native path provider-neutral Use the JPA-standard EntityManager.createNativeQuery instead of unwrapping a Hibernate Session, so the native routing for INSERTs with function templates also works under EclipseLink/OpenJPA. Addresses the backwards- compatibility review on #1758. HibernateInsertClause is intentionally unchanged — its native path continues to use Session.doReturningWork since that class is Hibernate-specific by design. --------- Co-authored-by: zio0911 <junayou@gmail.com>
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.9 to 1.14.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.9...v1.14.11) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-version: 1.14.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.4 to 2.22.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.4...jackson-bom-2.22.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.9 to 1.14.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk-jvm's releases</a>.</em></p> <blockquote> <h2>v1.14.11</h2> <h2>What's Changed</h2> <ul> <li>fix: added SameInstanceMatcher to handle an issue with equals method when using EqMatcher along with a mock to an object by <a href="https://github.com/DOssaA"><code>@DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li>Add scoped confirmVerified overloads for callables (KFunction and KProperty) by <a href="https://github.com/DOssaA"><code>@DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1513">mockk/mockk#1513</a></li> <li>feat: support MockKAnnotation.useDependencyOrder for JUnit 5 by <a href="https://github.com/ilia1243"><code>@ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li>Allow updating settings from code by <a href="https://github.com/Yentis"><code>@Yentis</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li>Add currentThread filter and excluded mocks to clearAllStubsFromMemory by <a href="https://github.com/evgenru"><code>@evgenru</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li>Support new Kotlin annotation defaulting rule for <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> by <a href="https://github.com/ZzAve"><code>@ZzAve</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li>feat(dsl): Add context parameters support module (<a href="https://redirect.github.com/mockk/mockk/issues/1431">#1431</a>) by <a href="https://github.com/faraz152"><code>@faraz152</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> dependency order for interface by <a href="https://github.com/neungs-2"><code>@neungs-2</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1526">mockk/mockk#1526</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@InjectMockKs</code></a> dependency order for list injection by <a href="https://github.com/ilia1243"><code>@ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1527">mockk/mockk#1527</a></li> <li>fix: extract native lib from APK when not on filesystem (AGP 8.5+) by <a href="https://github.com/snowykte0426"><code>@snowykte0426</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1529">mockk/mockk#1529</a></li> <li>fix: support OpenJ9 in JvmAutoHinter by <a href="https://github.com/hspedro"><code>@hspedro</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DOssaA"><code>@DOssaA</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li><a href="https://github.com/ilia1243"><code>@ilia1243</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li><a href="https://github.com/Yentis"><code>@Yentis</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li><a href="https://github.com/evgenru"><code>@evgenru</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li><a href="https://github.com/ZzAve"><code>@ZzAve</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li><a href="https://github.com/faraz152"><code>@faraz152</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li><a href="https://github.com/hspedro"><code>@hspedro</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">https://github.com/mockk/mockk/compare/1.14.9...v1.14.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/d5617fc6239195694b5474fd16b982d5491af71c"><code>d5617fc</code></a> Version bump for v1.14.11</li> <li><a href="https://github.com/mockk/mockk/commit/d4e6a00cce3b2a9d2d758784020c9922fbd49f1e"><code>d4e6a00</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1530">#1530</a> from hspedro/fix/726-openj9-classcast-message-format</li> <li><a href="https://github.com/mockk/mockk/commit/98e91bc95301e78d63503a82d4786841e1836de0"><code>98e91bc</code></a> fix: handle OpenJ9 CCE message in JvmAutoHinter</li> <li><a href="https://github.com/mockk/mockk/commit/945f7461a42abccc657231bc25653b03b147fe7e"><code>945f746</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1529">#1529</a> from snowykte0426/fix/1273-jvmtiagent-agp85-native-l...</li> <li><a href="https://github.com/mockk/mockk/commit/35cc0730f76504bd54cd4729ebf87357e0a82975"><code>35cc073</code></a> [ 1273-jvmtiagent ] chore: stop tracking .claude/scheduled_tasks.lock</li> <li><a href="https://github.com/mockk/mockk/commit/d6aa82ba119dc8888bb615a5f3dee7d9c8b4d4a8"><code>d6aa82b</code></a> [ 1273-jvmtiagent ] chore: drop useLegacyPackaging workaround</li> <li><a href="https://github.com/mockk/mockk/commit/85a907c70878746f214fc81ab4be3d3d78368101"><code>85a907c</code></a> [ 1273-jvmtiagent ] chore: apply spotless formatting</li> <li><a href="https://github.com/mockk/mockk/commit/7d9aec1584449d800f7bb7d36e42f3aaea6a7e14"><code>7d9aec1</code></a> [ 1273-jvmtiagent ] fix: extract .so when findLibrary returns a path with '='</li> <li><a href="https://github.com/mockk/mockk/commit/1d5d30e736a90d015712fc888c27ef8670cc4b48"><code>1d5d30e</code></a> [ 1273-jvmtiagent ] test: verify findLibrary resolves mockkjvmtiagent to a va...</li> <li><a href="https://github.com/mockk/mockk/commit/21a6a3a9f608d838260fdd6fc0d0c560ccc92216"><code>21a6a3a</code></a> [ 1273-jvmtiagent]fix: pass findLibrary path directly to attach JvmtiAgent</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases) - [Commits](openrewrite/rewrite-testing-frameworks@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
Bumps `quarkus.version` from 3.36.1 to 3.36.2. Updates `io.quarkus.platform:quarkus-bom` from 3.36.1 to 3.36.2 - [Commits](quarkusio/quarkus-platform@3.36.1...3.36.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.36.1 to 3.36.2 - [Commits](quarkusio/quarkus-platform@3.36.1...3.36.2) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.36.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.36.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `quarkus.version` from 3.36.1 to 3.36.2. Updates `io.quarkus.platform:quarkus-bom` from 3.36.1 to 3.36.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/17c4c5d143b832095cfe98f255ed90369bd89d68"><code>17c4c5d</code></a> [maven-release-plugin] prepare release 3.36.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/a4ed623f4d09f9fd2d337fd202f494ea311e41c8"><code>a4ed623</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/2011">#2011</a> from gsmet/quarkus-3.36.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/b03b98657af28949f9c82c07bed18b5bcfdc65d0"><code>b03b986</code></a> Upgrade to Quarkus 3.36.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/8e9d652eb3dfc323ea2a1542a3ad1ae3a822c441"><code>8e9d652</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/2009">#2009</a> from quarkusio/update-automation/3.36-quarkus-flow-0...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/4699bda62c1344c2f231171d3ad18b450d4af493"><code>4699bda</code></a> Update Quarkus Flow to 0.10.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/9e7fde3ed1e799ddac95f948449dea35e45b5d65"><code>9e7fde3</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1993">#1993</a> from quarkusio/update-automation/3.36-quarkus-flow-0...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/5ca035251ff14934c999aaf0885d442cd2bed552"><code>5ca0352</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1990">#1990</a> from quarkusio/update-automation/3.36-debezium-3.5.2...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/ea96d95ee0fc267b49478de6f8466d8baa08766a"><code>ea96d95</code></a> Update Quarkus Flow to 0.10.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/18237545cc01111bbe6282073edabcf68deb88f0"><code>1823754</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/d6151f959386e1f2e9a5b587aca6e821a4f4d80d"><code>d6151f9</code></a> Update Debezium to 3.5.2.Final</li> <li>See full diff in <a href="https://github.com/quarkusio/quarkus-platform/compare/3.36.1...3.36.2">compare view</a></li> </ul> </details> <br /> Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.36.1 to 3.36.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/17c4c5d143b832095cfe98f255ed90369bd89d68"><code>17c4c5d</code></a> [maven-release-plugin] prepare release 3.36.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/a4ed623f4d09f9fd2d337fd202f494ea311e41c8"><code>a4ed623</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/2011">#2011</a> from gsmet/quarkus-3.36.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/b03b98657af28949f9c82c07bed18b5bcfdc65d0"><code>b03b986</code></a> Upgrade to Quarkus 3.36.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/8e9d652eb3dfc323ea2a1542a3ad1ae3a822c441"><code>8e9d652</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/2009">#2009</a> from quarkusio/update-automation/3.36-quarkus-flow-0...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/4699bda62c1344c2f231171d3ad18b450d4af493"><code>4699bda</code></a> Update Quarkus Flow to 0.10.2</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/9e7fde3ed1e799ddac95f948449dea35e45b5d65"><code>9e7fde3</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1993">#1993</a> from quarkusio/update-automation/3.36-quarkus-flow-0...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/5ca035251ff14934c999aaf0885d442cd2bed552"><code>5ca0352</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/1990">#1990</a> from quarkusio/update-automation/3.36-debezium-3.5.2...</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/ea96d95ee0fc267b49478de6f8466d8baa08766a"><code>ea96d95</code></a> Update Quarkus Flow to 0.10.0</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/18237545cc01111bbe6282073edabcf68deb88f0"><code>1823754</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/d6151f959386e1f2e9a5b587aca6e821a4f4d80d"><code>d6151f9</code></a> Update Debezium to 3.5.2.Final</li> <li>See full diff in <a href="https://github.com/quarkusio/quarkus-platform/compare/3.36.1...3.36.2">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 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>
…ject URL)
The flatten-maven-plugin config removed <url>, so central-publishing rejected
the BOM deployment ('Project URL is not defined') and 7.4.0 failed to publish.
Declare an explicit project URL and keep it through flatten.
…lugin Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.10.0 to 0.11.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…lugin from 0.10.0 to 0.11.0 (#1807) Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.10.0 to 0.11.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sonatype/central-publishing-maven-plugin/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
#1806) fix: ksp-codegen generates unqualified type reference for @EmbeddedId inner class Co-authored-by: ssb <ssb@imtsoft.org>
…memory evaluation (#1803) * Fix nondeterministic constant ordering causing incorrect in-memory evaluation Problem: `DefaultEvaluatorFactory` builds compiled evaluators with from a non-deterministic ordering of constants. This can lead to mismatches between the cached generated java method and the runtime argument order, producing incorrect evaluation results. `AbstractEvaluatorFactory#toId` only includes constant types in the cache key, not their values. This is safe only if argument ordering is stable, which is not guaranteed with the current constant resolution logic. For example, the predicate `QEntity.entity.prop1.eq(true).or(QEntity.entity.prop2.eq(false))` may result in a mismatch where the same compiled method is reused, but arguments are supplied in a different order. The method may be invoked with `[true, false]` (correct) or `[false, true]` (incorrect), leading to inverted semantics at evaluation time. Solution: This change ensures deterministic constant ordering so that compiled methods and runtime arguments always remain aligned. * Apply code formatting to DefaultEvaluatorFactory Signed-off-by: Marvin Froeder <velo.br@gmail.com> * Add regression test for deterministic constant ordering Signed-off-by: Marvin Froeder <velo.br@gmail.com> --------- Signed-off-by: Marvin Froeder <velo.br@gmail.com> Co-authored-by: Alexandre Potvin Latreille <alexandre.potvinlatreille@cra-arc.gc.ca> Co-authored-by: Marvin Froeder <velo.br@gmail.com>
Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 6.41.0 to 6.42.0. - [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases) - [Commits](openrewrite/rewrite-maven-plugin@v6.41.0...v6.42.0) --- updated-dependencies: - dependency-name: org.openrewrite.maven:rewrite-maven-plugin dependency-version: 6.42.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases) - [Commits](openrewrite/rewrite-migrate-java@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: org.openrewrite.recipe:rewrite-migrate-java dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.37.0 to 3.38.0. - [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases) - [Commits](openrewrite/rewrite-testing-frameworks@v3.37.0...v3.38.0) --- updated-dependencies: - dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks dependency-version: 3.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
… 6.41.0 to 6.42.0 (#1808) Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 6.41.0 to 6.42.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openrewrite/rewrite-maven-plugin/releases">org.openrewrite.maven:rewrite-maven-plugin's releases</a>.</em></p> <blockquote> <h2>6.42.0</h2> <h2>What's Changed</h2> <ul> <li>chore(ci): bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1162">openrewrite/rewrite-maven-plugin#1162</a></li> <li>chore(ci): bump org.openrewrite:rewrite-bom from 8.84.0 to 8.84.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1163">openrewrite/rewrite-maven-plugin#1163</a></li> <li>Change the MavenPomCache init logic by <a href="https://github.com/greg-at-moderne"><code>@greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1164">openrewrite/rewrite-maven-plugin#1164</a></li> <li>Remove .context files by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1165">openrewrite/rewrite-maven-plugin#1165</a></li> <li>Switch to packages.nuxeo.com in BasicIT by <a href="https://github.com/greg-at-moderne"><code>@greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1167">openrewrite/rewrite-maven-plugin#1167</a></li> <li>chore(ci): bump io.micrometer:micrometer-core from 1.16.5 to 1.17.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1166">openrewrite/rewrite-maven-plugin#1166</a></li> <li>Apply configured styles after auto-detected styles; tighten parser visibility by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1116">openrewrite/rewrite-maven-plugin#1116</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.41.0...v6.42.0">https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.41.0...v6.42.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/64b0e5f70d9eb6d01023bdd9ad4de5b32b9f8518"><code>64b0e5f</code></a> [maven-release-plugin] prepare release v6.42.0</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/d360daaa11703bee24fb58494e02152b00ccb0e1"><code>d360daa</code></a> Bump rewrite.version property</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/dbe81d4acd0942a2745e82e59422e1492253f38c"><code>dbe81d4</code></a> Apply configured styles after auto-detected styles; tighten parser visibility...</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/c4cc31760f739362172ef37ceacdea37973f4e66"><code>c4cc317</code></a> chore(ci): bump io.micrometer:micrometer-core from 1.16.5 to 1.17.0 (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1166">#1166</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/af2ae2f0593bc2b176f3f81dcf6d0fbede8251b5"><code>af2ae2f</code></a> Switch to packages.nuxeo.com (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1167">#1167</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/1f337f02ef131956ab96684f456b79099d20ce64"><code>1f337f0</code></a> Bump rewrite.version property</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/c6d8097e90d71388d79b2dc131a9662965edc3db"><code>c6d8097</code></a> git-ignore .context/</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/cfd5b08a5dd52a7d8c8374fa66377b8e089f84a1"><code>cfd5b08</code></a> Remove .context files (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1165">#1165</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/962cc40924062724dbdb8443095cc635fe47f005"><code>962cc40</code></a> Change the MavenPomCache init logic (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1164">#1164</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/45c5bd6e442b57749e4fcd7fb2fb19774a31c59c"><code>45c5bd6</code></a> chore(ci): bump org.openrewrite:rewrite-bom from 8.84.0 to 8.84.4 (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1163">#1163</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.41.0...v6.42.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
…36.0 to 3.37.0 (#1809) Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.36.0 to 3.37.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openrewrite/rewrite-migrate-java/releases">org.openrewrite.recipe:rewrite-migrate-java's releases</a>.</em></p> <blockquote> <h2>3.37.0</h2> <h2>What's Changed</h2> <ul> <li>Align Kotlin jvmTarget with the Java version during UpgradeJavaVersion by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1120">openrewrite/rewrite-migrate-java#1120</a></li> <li>Move instance main methods recipe to JavaBestPractices by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1130">openrewrite/rewrite-migrate-java#1130</a></li> <li>javadoc code tag language is not converted to markdown by <a href="https://github.com/barbulescu"><code>@barbulescu</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1129">openrewrite/rewrite-migrate-java#1129</a></li> <li>Contribute AddMockitoJavaAgentToMavenSurefirePlugin Recipe by <a href="https://github.com/ryan-hudson"><code>@ryan-hudson</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1128">openrewrite/rewrite-migrate-java#1128</a></li> <li>Preserve significant trailing space in UseTextBlocks (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1132">#1132</a>) by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1133">openrewrite/rewrite-migrate-java#1133</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/barbulescu"><code>@barbulescu</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1129">openrewrite/rewrite-migrate-java#1129</a></li> <li><a href="https://github.com/ryan-hudson"><code>@ryan-hudson</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1128">openrewrite/rewrite-migrate-java#1128</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/5832fe8d01a63d664984cdea9e6a89df30ca9aea"><code>5832fe8</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/909588861cd01314fa8ce9484b25c07f2dc2560b"><code>9095888</code></a> [Auto] SDKMAN! Java candidates as of 2026-06-15T1541</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/741bc5019c4f523269f781558059d3f87aca6558"><code>741bc50</code></a> Preserve significant trailing space in UseTextBlocks (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1132">#1132</a>) (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1133">#1133</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/5526dd187c32286f221e00224ecc8afa7c52ed63"><code>5526dd1</code></a> Contribute AddMockitoJavaAgentToMavenSurefirePlugin Recipe (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1128">#1128</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e3a46d52b8741179a43c2acdad92dd5315306d30"><code>e3a46d5</code></a> javadoc code tag language is not converted to markdown (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1129">#1129</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/68767e1f515eb9e181bc1cb6baf5f2a46ef0e8aa"><code>68767e1</code></a> Move instance main methods recipe to JavaBestPractices (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1130">#1130</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/34025ad106d82b680dba143c8dec1d1c3c32cdd8"><code>34025ad</code></a> git-ignore .context/</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/68f982cf3b59bf1472265b634594177258a54235"><code>68f982c</code></a> [Auto] SDKMAN! Java candidates as of 2026-06-08T1401</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/4d98294f382ab67a286799ce4f8a1628c353bc68"><code>4d98294</code></a> Align Kotlin jvmTarget with the Java version during UpgradeJavaVersion (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1120">#1120</a>)</li> <li>See full diff in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
…rom 3.37.0 to 3.38.0 (#1810) Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.37.0 to 3.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openrewrite/rewrite-testing-frameworks/releases">org.openrewrite.recipe:rewrite-testing-frameworks's releases</a>.</em></p> <blockquote> <h2>3.38.0</h2> <h2>What's Changed</h2> <ul> <li>Don't add MockitoExtension during migration when unsafe (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/875">#875</a>) by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1017">openrewrite/rewrite-testing-frameworks#1017</a></li> <li>Add junit-platform-launcher testRuntimeOnly dependency for Gradle during JUnit 6 migration by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1018">openrewrite/rewrite-testing-frameworks#1018</a></li> <li>Migrate removed LocalStack Service enum and getEndpointOverride in Testcontainers 2.x migration by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1014">openrewrite/rewrite-testing-frameworks#1014</a></li> <li>Re-include CloseUnclosedStaticMocks in Mockito1to4Migration by <a href="https://github.com/steve-aom-elliott"><code>@steve-aom-elliott</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1019">openrewrite/rewrite-testing-frameworks#1019</a></li> <li>Update MockWebServer MockResponse test for nested-type render change by <a href="https://github.com/steve-aom-elliott"><code>@steve-aom-elliott</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1020">openrewrite/rewrite-testing-frameworks#1020</a></li> <li>Fix UsesType precondition pattern in KotlinTestMethodsShouldReturnUnit by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1022">openrewrite/rewrite-testing-frameworks#1022</a></li> <li>Support 4-arg Whitebox.setInternalState(target, field, value, Class) by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1023">openrewrite/rewrite-testing-frameworks#1023</a></li> <li>Refactor <code>PowerMockWhiteboxToJavaReflection</code> into per-API recipes by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1021">openrewrite/rewrite-testing-frameworks#1021</a></li> <li>Box primitive casts in <code>Whitebox.getInternalState</code>/<code>invokeMethod</code> reflection by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/1024">openrewrite/rewrite-testing-frameworks#1024</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.37.0...v3.38.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.37.0...v3.38.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/862bd49266051972948d6ad84e29ab150d31a4de"><code>862bd49</code></a> Box primitive casts in Whitebox getInternalState/invokeMethod reflection (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1024">#1024</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/9e86af9ea65f776ede1cfe3f0dd431f50acce57a"><code>9e86af9</code></a> Refactor <code>PowerMockWhiteboxToJavaReflection</code> into per-API recipes (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1021">#1021</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/30c392dc5a2b6d7eca5e5fbc6051b2fa4db231c7"><code>30c392d</code></a> Support 4-arg Whitebox.setInternalState(target, field, value, Class) (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1023">#1023</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c9cd3bd9cb61feb433e31d1537a175130e296521"><code>c9cd3bd</code></a> Fix UsesType precondition pattern in KotlinTestMethodsShouldReturnUnit (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1022">#1022</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/a602b445dae2fc1f5e11f11fdf17980f324ce016"><code>a602b44</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/ff368ff6414b25a8dd1025ed3f233ec0ca5a2ebb"><code>ff368ff</code></a> Update UpdateMockWebServerMockResponse test for nested-type render change (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1">#1</a>...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/45342dcf77b3fe244b7728afe49802773b44258d"><code>45342dc</code></a> Re-include CloseUnclosedStaticMocks in Mockito1to4Migration (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1019">#1019</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e1cb892576518def734591baa3eb3de152b9b792"><code>e1cb892</code></a> Migrate removed LocalStack <code>Service</code> enum and <code>getEndpointOverride</code> in Testco...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/3934d1e33f7f66a699eda99c17fbe87451451d2b"><code>3934d1e</code></a> Add junit-platform-launcher testRuntimeOnly dependency for Gradle during JUni...</li> <li><a href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/d5554a9716c10230c4a8465c425d6b6075e46c5e"><code>d5554a9</code></a> Don't add MockitoExtension during migration when unsafe (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/875">#875</a>) (<a href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/1017">#1017</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.37.0...v3.38.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
Bumps `quarkus.version` from 3.36.2 to 3.36.3. Updates `io.quarkus.platform:quarkus-bom` from 3.36.2 to 3.36.3 - [Commits](quarkusio/quarkus-platform@3.36.2...3.36.3) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.36.2 to 3.36.3 - [Commits](quarkusio/quarkus-platform@3.36.2...3.36.3) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.36.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.36.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `quarkus.version` from 3.36.2 to 3.36.3. Updates `io.quarkus.platform:quarkus-bom` from 3.36.2 to 3.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/0f0c115086986952eb597235a8fc5b441750bb2c"><code>0f0c115</code></a> [maven-release-plugin] prepare release 3.36.3</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/4ee6c668c8c7b4d21d89355aa629d19105170866"><code>4ee6c66</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/2025">#2025</a> from gsmet/quarkus-3.36.3</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/5ceadbb14d5b76f854426733a282101778aba7a2"><code>5ceadbb</code></a> Upgrade to Quarkus 3.36.3</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/e939610017761ccd74dc1dda15affa42e36b4eca"><code>e939610</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/quarkusio/quarkus-platform/compare/3.36.2...3.36.3">compare view</a></li> </ul> </details> <br /> Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.36.2 to 3.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/0f0c115086986952eb597235a8fc5b441750bb2c"><code>0f0c115</code></a> [maven-release-plugin] prepare release 3.36.3</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/4ee6c668c8c7b4d21d89355aa629d19105170866"><code>4ee6c66</code></a> Merge pull request <a href="https://redirect.github.com/quarkusio/quarkus-platform/issues/2025">#2025</a> from gsmet/quarkus-3.36.3</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/5ceadbb14d5b76f854426733a282101778aba7a2"><code>5ceadbb</code></a> Upgrade to Quarkus 3.36.3</li> <li><a href="https://github.com/quarkusio/quarkus-platform/commit/e939610017761ccd74dc1dda15affa42e36b4eca"><code>e939610</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/quarkusio/quarkus-platform/compare/3.36.2...3.36.3">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 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>
b9c74c3 to
5457afc
Compare
…ncy bumps Signed-off-by: Marvin Froeder <velo.br@gmail.com>
5457afc to
a9b125d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Syncs the 94 upstream commits on
master(990fc5e66..origin/master, ~763 files) into the8.x(fluentQ) branch, using the branch's path/namespace translation workflow since a rawgit mergecan't bridge thequerydsl → fluentqrename.Highlights pulled in from upstream:
@Rule→Extension,@Ignore→@Disabled,TemporaryFolder→@TempDir)How
Generated the combined upstream diff, translated paths/namespaces via
scripts/apply-upstream-patch.py's logic, applied with--reject(~717/763 applied clean), then resolved the rest by hand and regenerated thecom.querydsl.*compatibility layer (scripts/generate-compat-wrappers.py).Notable decisions
7.3→7.5-SNAPSHOTbumps dropped;8.xstays8.0-SNAPSHOT.8.x-only edit —TemplatesTestBasekeeps its renamedclassGraphfield.pom.xmltest exclusions — added the individual DB tags (CUBRID,Turso,MySQL, …) tono-databases/devin both namespaces. Real fix:8.xtests use@Tag("fluentq.core.testutil.MySQL")etc., which the old umbrellaExternalDatabaseexclusion did not catch, so-Pdevwould previously try to run external-DB tests.querydsl-bommodule — the on-disk pom is stale;sundr:generate-bomalready produces bothquerydsl-bomandfluentq-bomdynamically.CONTRIBUTING.md"Releasing" section — it is CircleCI-specific and contradicts the GHA migration in this same change.GitHub Actions: project-name translation
fluentq-*modules andfluentq.core.testutil.*groups (thequerydsl/compat modules have 0 tests, so those jobs were running nothing).io/github/openfeignso bothfluentqand compat artifacts are shared between jobs.querydsl-*— all example poms depend on the compat artifacts.deploy.ymlexcludes bothapt-testmodules;codeql-analysis.ymlexcludes both kotlin module sets.Verification
./mvnw -Pdev clean install→ BUILD SUCCESS (all 52 modules format + compile, main + test, incl. regenerated compat layer).-Pdevtest suite (embedded DBs + unit tests) run as a sanity check.-plselector validated withmvn validate(exit 0).🤖 Generated with Claude Code