dependabot[bot] opened a new pull request, #25521: URL: https://github.com/apache/camel/pull/25521
Bumps [io.camunda:camunda-client-java](https://github.com/camunda/camunda) from 8.9.13 to 8.9.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/camunda/camunda/releases">io.camunda:camunda-client-java's releases</a>.</em></p> <blockquote> <h2>8.9.15</h2> <h1>version:8.9.15</h1> <h2>Bug Fixes</h2> <h3>Misc</h3> <ul> <li>Creating a Report/Collection/Dashboard with a very long name fails with an internal error (<a href="https://redirect.github.com/camunda/camunda/issues/59384">#59384</a>)</li> <li>Bulk cancel of process instances waiting on a user task with a canceling listener never completes (<a href="https://redirect.github.com/camunda/camunda/issues/58970">#58970</a>)</li> <li>Optimize import mediators run sequentially on a single shared scheduler thread (<a href="https://redirect.github.com/camunda/camunda/issues/56669">#56669</a>)</li> <li>Input/output mappings bugs and variable propagation collection issue (<a href="https://redirect.github.com/camunda/camunda/issues/56387">#56387</a>)</li> <li>c8run: JavaVersion.class compiled for Java 25 on stable re-releases, breaking users on Java 21–24 (<a href="https://redirect.github.com/camunda/camunda/issues/54876">#54876</a>)</li> <li>Regression in 8.9.1 leads to variables local to an ad-hoc sub-process inner instance scope to leak into the parent scope (<a href="https://redirect.github.com/camunda/camunda/issues/51939">#51939</a>)</li> <li>Global user task listeners not triggered for canceling events (<a href="https://redirect.github.com/camunda/camunda/issues/51630">#51630</a>)</li> <li>Redirect loop when accessing Optimize without permission in SM 8.8 (<a href="https://redirect.github.com/camunda/camunda/issues/35735">#35735</a>)</li> <li>All values in a nested variable are merged to parent scope when one value from the variable is listed as an output mapping (<a href="https://redirect.github.com/camunda/camunda/issues/35251">#35251</a>)</li> <li>FEEL expression doesn't work, bad mapping ordering (<a href="https://redirect.github.com/camunda/camunda/issues/11789">#11789</a>)</li> </ul> <h2>Task</h2> <ul> <li>Test implementation: close gaps in input/output mapping and variable propagation coverage (<a href="https://redirect.github.com/camunda/camunda/issues/56738">#56738</a>)</li> <li>Test discovery: identify gaps in input/output mapping and variable propagation test coverage (<a href="https://redirect.github.com/camunda/camunda/issues/56737">#56737</a>)</li> </ul> <h2>Merged Pull Requests</h2> <ul> <li>ci: post AlwaysGreen failure feedback for SaaS E2E failures (<a href="https://redirect.github.com/camunda/camunda/pull/59454">#59454</a>)</li> <li>ci: run AlwaysGreen triage for stable/8.9 failures (<a href="https://redirect.github.com/camunda/camunda/pull/59388">#59388</a>)</li> <li>ci: skip AlwaysGreen Slack alerts for draft PRs (<a href="https://redirect.github.com/camunda/camunda/pull/59386">#59386</a>)</li> <li>ci(<a href="https://redirect.github.com/camunda/camunda/issues/52693">#52693</a>): share distball m2 with reusable database + webapp-UT workflows (<a href="https://redirect.github.com/camunda/camunda/pull/56514">#56514</a>)</li> </ul> <h2>8.9.14</h2> <h1>version:8.9.14</h1> <h2>Enhancements</h2> <h3>Gateway</h3> <ul> <li>I can use a Gateway configuration flag for multi-tenancy (<a href="https://redirect.github.com/camunda/camunda/issues/14041">#14041</a>)</li> </ul> <h2>Bug Fixes</h2> <h3>Misc</h3> <ul> <li>METADATA_CHANGED emit the live state not a snapshot of the change (<a href="https://redirect.github.com/camunda/camunda/issues/58906">#58906</a>)</li> <li>Process definition statistics endpoint silently ignores businessId filters (<a href="https://redirect.github.com/camunda/camunda/issues/58888">#58888</a>)</li> <li>ZeebeUserTaskImportIT chronically flaky; clustered failures exhaust the 30m Optimize ES IT job budget (<a href="https://redirect.github.com/camunda/camunda/issues/58881">#58881</a>)</li> <li>Schema validation error message doesn't identify which specific index has the mismatch (<a href="https://redirect.github.com/camunda/camunda/issues/58775">#58775</a>)</li> <li>slow Operate V1 /api/processes/grouped and /api/incidents/byProcess due to low ES scroll page size (<a href="https://redirect.github.com/camunda/camunda/issues/58282">#58282</a>)</li> <li>Operate & Admin static assets require authentication under OIDC (Tasklist assets don't) → SPA crash on session expiry (<a href="https://redirect.github.com/camunda/camunda/issues/58168">#58168</a>)</li> <li>Optimize ES Zeebe record fetcher can silently skip records on clusters with >3 partitions (sequence/position exceed 2^53) (<a href="https://redirect.github.com/camunda/camunda/issues/58064">#58064</a>)</li> <li>Expose configurable read/write timeout for S3 backup store HTTP client (<a href="https://redirect.github.com/camunda/camunda/issues/58044">#58044</a>)</li> <li>Flaky CI: widespread Awaitility ConditionTimeoutException across integration test suites (ES indexing / standalone startup readiness) (<a href="https://redirect.github.com/camunda/camunda/issues/58041">#58041</a>)</li> <li>Analytics exporter: process_instance_created reports process instance key off by +1 (<a href="https://redirect.github.com/camunda/camunda/issues/57838">#57838</a>)</li> <li>Archiver leaves duplicate incident documents (silent delete-by-query conflicts) (<a href="https://redirect.github.com/camunda/camunda/issues/57808">#57808</a>)</li> <li>StreamProcessor crash "Invalid TEMPLATE_ID: 0" — suspected use-after-unmap of a journal segment freed by concurrent compaction (<a href="https://redirect.github.com/camunda/camunda/issues/57609">#57609</a>)</li> <li>/v2/process-instances/search: HTTP 500 when paginating businessId ASC sort across the null boundary (<a href="https://redirect.github.com/camunda/camunda/issues/57580">#57580</a>)</li> <li><em><code>/v2/process-instances/search</code>: HTTP 500 on businessId DESC pagination + null-ordering direction inconsistent</em> (<a href="https://redirect.github.com/camunda/camunda/issues/57579">#57579</a>)</li> <li>StackOverflowError in FeelToMessagePackTransformer.writeValue when serializing deeply nested FEEL values, crashing the broker (<a href="https://redirect.github.com/camunda/camunda/issues/57504">#57504</a>)</li> <li>ExportingEndpoint returns raw Throwable as response body, causing Jackson serialization failure (500) (<a href="https://redirect.github.com/camunda/camunda/issues/57489">#57489</a>)</li> <li>Processes dashboard diagram statistics ignore variable filter (<a href="https://redirect.github.com/camunda/camunda/issues/57384">#57384</a>)</li> <li>IncidentUpdateTask permanently blocked when archiver leaves duplicate incident documents (silent delete-by-query conflicts + size-capped document fetch) (<a href="https://redirect.github.com/camunda/camunda/issues/57255">#57255</a>)</li> <li>Operate dev-data generator fails to seed data under consolidated-auth (<a href="https://redirect.github.com/camunda/camunda/issues/56954">#56954</a>)</li> <li>Implement server-side search for Identity assignment dropdowns and authorization owner selection (<a href="https://redirect.github.com/camunda/camunda/issues/56453">#56453</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/camunda/camunda/commit/a59ef17e126da7fd066ec4bfd9506390d5ba7f49"><code>a59ef17</code></a> [maven-release-plugin] prepare release 8.9.15</li> <li><a href="https://github.com/camunda/camunda/commit/28b6aacaf17cd622b7931ad5c1fb9836e087325e"><code>28b6aac</code></a> [Backport stable/8.9] fix: release the backup store when the retention job st...</li> <li><a href="https://github.com/camunda/camunda/commit/65a5b97fbc64e2fa3503042f2e1dfd7b2d55892c"><code>65a5b97</code></a> fix: release the backup store when the retention job stops</li> <li><a href="https://github.com/camunda/camunda/commit/1d9c30fefde38d7c0f94fe2f0e11d13222a02874"><code>1d9c30f</code></a> [Backport stable/8.9] fix: trigger global user task listeners for canceling e...</li> <li><a href="https://github.com/camunda/camunda/commit/184e740efe823147e0f84d72a7e364640d24cebe"><code>184e740</code></a> fix: trigger global user task listeners for canceling event</li> <li><a href="https://github.com/camunda/camunda/commit/2943e78c041564c6bed99e936efd8d0269b9bbc0"><code>2943e78</code></a> [Backport stable/8.9] feat: add unified config for evaluateBoundaryEventCorre...</li> <li><a href="https://github.com/camunda/camunda/commit/61d513bc2dda4a26ccb1bdffb5ae458f287a28fb"><code>61d513b</code></a> [Backport stable/8.9] fix: reject over-long entity names before they reach th...</li> <li><a href="https://github.com/camunda/camunda/commit/65d9cc6b7672b048c2e4fcc10ef947750ade5c09"><code>65d9cc6</code></a> feat: add unified config for evaluateBoundaryEventCorrelationKeyInActivityScope</li> <li><a href="https://github.com/camunda/camunda/commit/609f178bc2dad7387f1da889e1f4ec678084bf35"><code>609f178</code></a> fix: report which entity fails import and validate names after auth</li> <li><a href="https://github.com/camunda/camunda/commit/33f2bfa8ce66ea3083072dc38db82b231f5accd8"><code>33f2bfa</code></a> fix: keep clamped entity names valid and survive a misconfigured limit</li> <li>Additional commits viewable in <a href="https://github.com/camunda/camunda/compare/8.9.13...8.9.15">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
