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

   Bumps [io.camunda:zeebe-client-java](https://github.com/camunda/camunda) 
from 8.8.17 to 8.8.19.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/camunda/camunda/releases";>io.camunda:zeebe-client-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>8.8.19</h2>
   <h1>version:8.8.19</h1>
   <h2>Bug Fixes</h2>
   <h3>Gateway</h3>
   <ul>
   <li>Gateway can easily overwhelm broker with handling blocking jobs (long 
polling)  (<a 
href="https://redirect.github.com/camunda/camunda/issues/7659";>#7659</a>)</li>
   </ul>
   <h2>Merged Pull Requests</h2>
   <ul>
   <li>ci: replace localstack latest with fixed version (<a 
href="https://redirect.github.com/camunda/camunda/pull/49252";>#49252</a>)</li>
   <li>feat: add forward-compat mode to suppress [EXTRA] field validation 
errors (<a 
href="https://redirect.github.com/camunda/camunda/pull/49150";>#49150</a>)</li>
   <li>perf: eliminate thundering herd in long-polling job activation (<a 
href="https://redirect.github.com/camunda/camunda/pull/48998";>#48998</a>)</li>
   <li>Refactor starter for better reliability and observability (<a 
href="https://redirect.github.com/camunda/camunda/pull/48955";>#48955</a>)</li>
   <li>Update user task api test (<a 
href="https://redirect.github.com/camunda/camunda/pull/48760";>#48760</a>)</li>
   <li>fix(gtw/jobs): ignore notifications if already scheduled (<a 
href="https://redirect.github.com/camunda/camunda/pull/8317";>#8317</a>)</li>
   </ul>
   <h2>8.8.18</h2>
   <h1>version:8.8.18</h1>
   <blockquote>
   <p>[!CAUTION]<br />
   This release contains a bug that can lead to schema and data inconsistencies 
on upgrade to 8.9. We recommend skipping this release and waiting for 8.8.19, 
which will include a fix.</p>
   </blockquote>
   <h2>Enhancements</h2>
   <h3>Misc</h3>
   <ul>
   <li>Improve backup/restore usability: always ensure missing index templates 
are created (&gt;=8.8) (<a 
href="https://redirect.github.com/camunda/camunda/issues/40675";>#40675</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <h3>Java Client</h3>
   <ul>
   <li>[CPT] Slow test execution and test failures if the client prefers REST 
(<a 
href="https://redirect.github.com/camunda/camunda/issues/45667";>#45667</a>)</li>
   </ul>
   <h3>Misc</h3>
   <ul>
   <li>Swagger UI POST requests results in a 401 with CSRF validation error (<a 
href="https://redirect.github.com/camunda/camunda/issues/48902";>#48902</a>)</li>
   <li>Authorization search endpoint does not return 
<code>page.startCursor</code> and <code>page.endCursor</code> (<a 
href="https://redirect.github.com/camunda/camunda/issues/48857";>#48857</a>)</li>
   <li>Process instance details page doesn't handle permission errors on 
process instance history (<a 
href="https://redirect.github.com/camunda/camunda/issues/48728";>#48728</a>)</li>
   <li>Batch move of regular ad-hoc subprocess corrupts the process instance 
(<a 
href="https://redirect.github.com/camunda/camunda/issues/48530";>#48530</a>)</li>
   <li>[CPT] An assertion error in CamundaProcessTestContext is wrapped inside 
an UndeclaredThrowableException (Spring) (<a 
href="https://redirect.github.com/camunda/camunda/issues/48359";>#48359</a>)</li>
   <li>[CPT] Allow setting <code>preferRestOverGrpc=true</code> in 
<code>CamundaSpringCamundaProcessTest</code> (<a 
href="https://redirect.github.com/camunda/camunda/issues/45177";>#45177</a>)</li>
   <li>Document 504 response scenarios for Complete user task API and related 
endpoints (<a 
href="https://redirect.github.com/camunda/camunda/issues/44179";>#44179</a>)</li>
   <li>[OC API] Problem content type for success response (<a 
href="https://redirect.github.com/camunda/camunda/issues/43633";>#43633</a>)</li>
   <li>Resolving multiple incidents through the v2 API does not increment job 
retries (<a 
href="https://redirect.github.com/camunda/camunda/issues/41213";>#41213</a>)</li>
   <li>Cannot start instance with <code>runtimeInstructions</code> for 
multi-instance element (<a 
href="https://redirect.github.com/camunda/camunda/issues/39812";>#39812</a>)</li>
   <li>In Optimize, a user, who is a member in multiple organizations in Saas, 
gets access to Optimize in any organization (<a 
href="https://redirect.github.com/camunda/camunda/issues/39350";>#39350</a>)</li>
   <li>Operate displays the number of process and element instances when a user 
has only the permission to read process definitions (<a 
href="https://redirect.github.com/camunda/camunda/issues/38198";>#38198</a>)</li>
   <li>Filter userTasks by tenant is not working using V2 API (<a 
href="https://redirect.github.com/camunda/camunda/issues/37296";>#37296</a>)</li>
   <li>Initializer config for defaultroles and mappingrules does not allow 
kebab-case (<a 
href="https://redirect.github.com/camunda/camunda/issues/36382";>#36382</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Document 504 response scenarios for Complete user task API and related 
endpoints (<a 
href="https://redirect.github.com/camunda/camunda/issues/44179";>#44179</a>)</li>
   </ul>
   <h2>Merged Pull Requests</h2>
   <ul>
   <li>ci: route load test Slack notifications to reliability-testing channel 
(<a 
href="https://redirect.github.com/camunda/camunda/pull/49113";>#49113</a>)</li>
   <li>ci: validate Docker image tag exists before deploying load test (<a 
href="https://redirect.github.com/camunda/camunda/pull/49112";>#49112</a>)</li>
   <li>Revert &quot;perf: decouple CamundaExporter flushing with async 
CompletableFuture-based flush&quot; (<a 
href="https://redirect.github.com/camunda/camunda/pull/49102";>#49102</a>)</li>
   <li>ci: switch check-licenses runner to non-preemptible longrunning (<a 
href="https://redirect.github.com/camunda/camunda/pull/48995";>#48995</a>)</li>
   <li>fix: increase batch operation IT timeouts (<a 
href="https://redirect.github.com/camunda/camunda/pull/48983";>#48983</a>)</li>
   <li>fix: add missing junit-vintage-engine to gateway and msgpack-value (<a 
href="https://redirect.github.com/camunda/camunda/pull/48980";>#48980</a>)</li>
   <li>fix: include default sort field in AuthorizationQuery (<a 
href="https://redirect.github.com/camunda/camunda/pull/48968";>#48968</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/8433997a84ab5113d470c3bd743430f429bd1345";><code>8433997</code></a>
 [maven-release-plugin] prepare release 8.8.19</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/a38a2da1dd17c795fd730a3abc651b4599448e91";><code>a38a2da</code></a>
 [Backport stable/8.8] ci: add workflow_call trigger to release load test 
work...</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/524be50f1e5274c3c0a88c54ff2f28611d885c6d";><code>524be50</code></a>
 fix: do not write jobtousertaskmigration field for es/os exporters (<a 
href="https://redirect.github.com/camunda/camunda/issues/49245";>#49245</a>)</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/bec54940bde1e810066e7cd9812fe282faa7d0d3";><code>bec5494</code></a>
 fix: default to 8.8-SNAPSHOT for connectors in CPT</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/cc712278e4ac131c7c38d9acb90f7af83a083535";><code>cc71227</code></a>
 fix: default to 8.8-SNAPSHOT for connectors in CPT</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/2ea5fc83cb6044543a149733b79bcad0da69accb";><code>2ea5fc8</code></a>
 [Backport stable/8.8] feat: add forward-compat mode to suppress [EXTRA] 
field...</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/2583b1fb7336f192fea52051a11e9d49ea583247";><code>2583b1f</code></a>
 feat: add forward-compat mode to suppress [EXTRA] field validation errors</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/89b96389ae9d0f8293b1c0b57facab052e48d6f5";><code>89b9638</code></a>
 Release 8.8.18 (<a 
href="https://redirect.github.com/camunda/camunda/issues/49173";>#49173</a>)</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/b1e9f5ec6cc276b7a6b01d8a49a777e62176f583";><code>b1e9f5e</code></a>
 fix: exclude field from zeebe record job template</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/b36bf462037f771db483d9c3da6daa824fe539c1";><code>b36bf46</code></a>
 fix: do not write jobtousertaskmigration field for es/os exporters</li>
   <li>Additional commits viewable in <a 
href="https://github.com/camunda/camunda/compare/8.8.17...8.8.19";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.camunda:zeebe-client-java&package-manager=maven&previous-version=8.8.17&new-version=8.8.19)](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]

Reply via email to