You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/28 06:23:25 UTC

[PR] Bump io.camunda:zeebe-client-java from 8.4.3 to 8.4.5 [camel]

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

   Bumps [io.camunda:zeebe-client-java](https://github.com/camunda/zeebe) from 8.4.3 to 8.4.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/camunda/zeebe/releases">io.camunda:zeebe-client-java's releases</a>.</em></p>
   <blockquote>
   <h2>8.4.5</h2>
   <h1>version:8.4.5</h1>
   <h2>Enhancements</h2>
   <h3>Misc</h3>
   <ul>
   <li>Introduce <code>fold</code> method to <code>Either</code> interface for unified value transformation (<a href="https://redirect.github.com/camunda/zeebe/issues/16561">#16561</a>)</li>
   <li>During incidents as an Operator of a Zeebe cluster I need a way of skipping records on processing or exporting  (<a href="https://redirect.github.com/camunda/zeebe/issues/16177">#16177</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <h3>Misc</h3>
   <ul>
   <li>GrpcClientRule leaks http clients (<a href="https://redirect.github.com/camunda/zeebe/issues/16698">#16698</a>)</li>
   <li>Partition Transition reported as stuck even if it doesn't take long (<a href="https://redirect.github.com/camunda/zeebe/issues/16633">#16633</a>)</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Actuator date-time values are not compliant with rfc3339 (<a href="https://redirect.github.com/camunda/zeebe/issues/16256">#16256</a>)</li>
   </ul>
   <h2>Merged Pull Requests</h2>
   <ul>
   <li>[Backport stable/8.4] test: reduce scope of ruleChain on LargeMessageSizeTest (<a href="https://redirect.github.com/camunda/zeebe/pull/16715">#16715</a>)</li>
   <li>[Backport stable/8.4] Skip Exporting Specific Records (<a href="https://redirect.github.com/camunda/zeebe/pull/16711">#16711</a>)</li>
   <li>[Backport stable/8.4] test: fix waiting for activated jobs (<a href="https://redirect.github.com/camunda/zeebe/pull/16703">#16703</a>)</li>
   <li>deps(maven): Update dependency jakarta.activation:jakarta.activation-api to v2.1.3 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16657">#16657</a>)</li>
   <li>deps(maven): Update dependency com.github.docker-java:docker-java-api to v3.3.6 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16656">#16656</a>)</li>
   <li>[Backport stable/8.4] fix(broker): transition is stuck only if too much time elapses (<a href="https://redirect.github.com/camunda/zeebe/pull/16645">#16645</a>)</li>
   <li>[Backport 8.4]: Rename workflows  (<a href="https://redirect.github.com/camunda/zeebe/pull/16639">#16639</a>)</li>
   <li>[Backport stable/8.4] test(journal): ensure journal is closed always (<a href="https://redirect.github.com/camunda/zeebe/pull/16618">#16618</a>)</li>
   <li>deps(maven): Update dependency com.google.cloud.tools:jib-maven-plugin to v3.4.1 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16599">#16599</a>)</li>
   <li>[Backport stable/8.4] Improve <code>Either</code> type (<a href="https://redirect.github.com/camunda/zeebe/pull/16586">#16586</a>)</li>
   <li>[Backport stable/8.4] Add default value for lastUpdatedAt in Broker State (<a href="https://redirect.github.com/camunda/zeebe/pull/16585">#16585</a>)</li>
   <li>Release 8.4.4 (<a href="https://redirect.github.com/camunda/zeebe/pull/16578">#16578</a>)</li>
   <li>deps(maven): Update version.identity to v8.4.4 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16572">#16572</a>)</li>
   <li>ci: prefix Zeebe GHA workflows to avoid name collisions in monorepo (<a href="https://redirect.github.com/camunda/zeebe/pull/16559">#16559</a>)</li>
   </ul>
   <h2>8.4.4</h2>
   <h2>Bug Fixes</h2>
   <h3>Broker</h3>
   <ul>
   <li>New event applier versions could lead to data inconsistencies (<a href="https://redirect.github.com/camunda/zeebe/issues/15833">#15833</a>)</li>
   </ul>
   <h3>Go Client</h3>
   <ul>
   <li>Zbctl (latest) is not working with SaaS (<a href="https://redirect.github.com/camunda/zeebe/issues/15524">#15524</a>)</li>
   </ul>
   <h3>zbctl</h3>
   <ul>
   <li>Zbctl (latest) is not working with SaaS (<a href="https://redirect.github.com/camunda/zeebe/issues/15524">#15524</a>)</li>
   </ul>
   <h3>Misc</h3>
   <ul>
   <li>Missing resourceKey property when deleting a resource causes an endless error loop (<a href="https://redirect.github.com/camunda/zeebe/issues/16429">#16429</a>)</li>
   <li>Failed to correct prefix of column family [49] (<a href="https://redirect.github.com/camunda/zeebe/issues/16406">#16406</a>)</li>
   <li>Metrics Exporter leads to OOM (<a href="https://redirect.github.com/camunda/zeebe/issues/16405">#16405</a>)</li>
   <li>Endless processing state machine error loop (<a href="https://redirect.github.com/camunda/zeebe/issues/16107">#16107</a>)</li>
   <li>Job backoff not respected if <code>ACTIVATABLE</code> job is <code>FAILED</code> (<a href="https://redirect.github.com/camunda/zeebe/issues/16084">#16084</a>)</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Stream processor is not able to detect nor handle records of different versions gracefully (<a href="https://redirect.github.com/camunda/zeebe/issues/7449">#7449</a>)</li>
   </ul>
   <h2>Merged Pull Requests</h2>
   <ul>
   <li>[Backport stable/8.4] Reset error phase only after processing current record is completed (<a href="https://redirect.github.com/camunda/zeebe/pull/16552">#16552</a>)</li>
   <li>[Backport stable/8.4] test(dmn): fix flaky EvaluateDecisionTest  (<a href="https://redirect.github.com/camunda/zeebe/pull/16551">#16551</a>)</li>
   <li>deps(maven): Update version.jqwik to v1.8.3 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16542">#16542</a>)</li>
   <li>deps(maven): Update version.immutables to v2.10.1 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16533">#16533</a>)</li>
   <li>deps(maven): Update version.byte-buddy to v1.14.12 (stable/8.4) (<a href="https://redirect.github.com/camunda/zeebe/pull/16532">#16532</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/camunda/zeebe/commit/d59142bd6505c132540c14798cde09f96d0444a6"><code>d59142b</code></a> [maven-release-plugin] prepare release 8.4.5</li>
   <li><a href="https://github.com/camunda/zeebe/commit/d577ddf064de16b6d3b93bfa8ce15f017cf79684"><code>d577ddf</code></a> build(project): update go embedded version data</li>
   <li><a href="https://github.com/camunda/zeebe/commit/d58ab39d393bc8ec902e5121d48d7ecc1e275028"><code>d58ab39</code></a> deps(identity): update identity to 8.4.5</li>
   <li><a href="https://github.com/camunda/zeebe/commit/1d5ad4e1c58361a439643df97ae4ecec5fd4262d"><code>1d5ad4e</code></a> Merge pull request <a href="https://redirect.github.com/camunda/zeebe/issues/16715">#16715</a> from camunda/backport-16697-to-stable/8.4</li>
   <li><a href="https://github.com/camunda/zeebe/commit/90de96e5eb9d0ea8c2ad84f68b1513a50e967b7c"><code>90de96e</code></a> Merge pull request <a href="https://redirect.github.com/camunda/zeebe/issues/16711">#16711</a> from camunda/backport-16613-to-stable-8.4</li>
   <li><a href="https://github.com/camunda/zeebe/commit/9ad14fc95dc9342a0969fd654e5e7495fb9b5ce1"><code>9ad14fc</code></a> test: reduce scope of ruleChain on LargeMessageSizeTest</li>
   <li><a href="https://github.com/camunda/zeebe/commit/a777d4af18f10edb2a35d954c3a13b80a1e42dd8"><code>a777d4a</code></a> fix: handle empty broker configuration</li>
   <li><a href="https://github.com/camunda/zeebe/commit/c560d1ff041a0b85d0a881060461577186a3b509"><code>c560d1f</code></a> fix(exporter): address comments.</li>
   <li><a href="https://github.com/camunda/zeebe/commit/db2d8fa4c70fb6e0780b5d4cea853300e0f80c06"><code>db2d8fa</code></a> refactor(exporter): reuse the SkipPositionsFilter.</li>
   <li><a href="https://github.com/camunda/zeebe/commit/f82db6aac79b1525b4889f7d6795cc8b07f5c611"><code>f82db6a</code></a> feat(exporters): move the configuration of skipping records to &quot;</li>
   <li>Additional commits viewable in <a href="https://github.com/camunda/zeebe/compare/8.4.3...8.4.5">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.4.3&new-version=8.4.5)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.camunda:zeebe-client-java from 8.4.3 to 8.4.5 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13639:
URL: https://github.com/apache/camel/pull/13639


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.camunda:zeebe-client-java from 8.4.3 to 8.4.5 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13639:
URL: https://github.com/apache/camel/pull/13639#issuecomment-2024486549

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org