Skip to content

fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.15#9

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.camunda-zeebe-client-java-8.x
Open

fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.15#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.camunda-zeebe-client-java-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.camunda:zeebe-client-java (source) 8.4.58.8.15 age confidence

Release Notes

camunda/camunda (io.camunda:zeebe-client-java)

v8.8.15

Compare Source

version:8.8.15
Bug Fixes
Gateway
  • Partition retry inconsistency between gRPC and REST gateways for process instance creation (#​46756)
Misc
  • Implement Error Boundary in Operate (#​47344)
  • Usage metrics dated indices are not included in backup snapshots (#​47122)
  • REST API returns null for evaluatedDecisions/decisionDefinitionType (POST /decision-definitions/evaluation) (#​46920)
  • [CPT] Tests are getting slower with increasing number of test executions (#​46638)
  • @​Deployment annotation on @​SpringBootTest test class silently ignored since 8.8 (#​46557)
  • Fonts in Optimize UI are not rendered properly when in an environment without internet access (#​45970)
  • Non unique batchOperationIds in operate-list-view (#​44423)
  • Optimize 8.8.x cannot disable HTTP via CAMUNDA_OPTIMIZE_CONTAINER_PORTS_HTTP / container.ports.http (regression from 8.7) (#​44222)
  • Batch retry includes unselected instances (#​43728)
  • Undo operation in modification mode removes incorrect modification when performed from different flow node scope (#​42546)
  • More jobs are pushed then created, causing duplicated completions (#​42244)
  • Optimize report sort by duration fails due to parsing error with unexpected long value (#​40752)
  • Leader rebalance might not work after scaling (#​40036)
  • Deadlock in registering/unregistering micrometer metrics (#​33941)
  • Add sanity check against negative-sized import batches (#​28694)
Task
  • 8.8 Backport (#​47101)
  • Bump C3 and Carbon dependencies on stable/8.8 (#​46650)
  • Add dedicated Spring Boot 3 module to stable/8.8 (#​45524)
  • Spike: Evaluate ES/OS shard settings and scaling behavior (#​45301)
  • [Engine] Refactor AuthorizationCheckBehavior (#​41854)
  • FlowControl memory usage can be improved (#​39881)
  • Separate Out Identity and Data Layer owned Unit Tests into dedicated Unified CI Jobs (#​35047)
  • Add sanity check against negative-sized import batches (#​28694)
Merged Pull Requests
  • Revert "feat: backport user task PIM to stable/8.8" (#​47598)
  • Revert "feat: backport user task PIM frontend warnings to stable/8.8" (#​47597)
  • fix: lock was unlocked even if it was not acquired initially (#​47586)
  • feat: apply intent whitelist to ProcessingResult write rate limiting (#​47516)
  • perf: replace ConcurrentSkipListMap with ring buffer in FlowControl (#​47402)
  • fix: missing dated indices in ES/OS backup snapshots (#​47358)
  • ci: add flaky test retries to compatibility workflows (#​47322)
  • perf: flowControl onAppend when the lock is released (#​47320)
  • [Backport stable/8.9] perf: when auth & multi tenants are disabled, authorization should not slow down processors (#​47241)
  • [Backport stable/8.9] fix: convert AuthorizationRequest to record for proper equals/hashCode (#​47210)
  • fix: convert AuthorizationRequest to record for proper equals/hashCode (#​47200)
  • feat: add metrics to track archiver docs deleted/reindexed + bulk operations (#​47189)
  • fix: handle multiple field value kinds in ProcessViewRawDataInterpreter* sorting logic (#​47085)
  • CI: derive flaky rerun count from event type (#​47015)
  • ci: allow Unified CI jobs to take up to 30min runtime (#​47013)
  • CI: fix health metrics submission for alwaysgreen jobs (#​46977)
  • Change to a get + put pattern to avoid deadlock. (#​46957)
  • ci: speed up docker checks job (#​46951)
  • fix(e2e): isolate variable search tests from cross-test contamination (#​46945)
  • fix: map decisionDefinitionType in decision evaluation REST response (#​46921)
  • [Backport stable/8.8] Refactor AuthorizationCheckBehavior (#​46918)
  • perf: when auth & multi tenants are disabled, authorization should not slow down processors (#​46874)
  • feat: backport user task PIM frontend warnings to stable/8.8 (#​46855)
  • fix: retry on other partitions for process instance creation in REST API (#​46854)
  • fix: clear deployment values on stop to prevent accumulation across test runs (#​46732)
  • Include mcp config + agent + skills (#​46726)
  • ci: run RDBMS IT on any Java code change (#​46711)
  • feat: custom docker image camunda version (#​46660)
  • fix: do not push jobs when TIMEOUT (#​46641)
  • fix: allow HTTP to be disabled in Optimize (#​46599)
  • fix: use empty object to represent empty payload (#​46528)
  • fix: use local fonts for offline setup (#​46467)
  • ci: enable the breadth-first dependency collector in maven (#​46340)
  • fix: add elementInstanceState filter to API requests (#​46129)
  • ci: fix Tasklist E2E tests (#​46036)
  • fix: only update the batch operation list view field if the id is not already present (#​46033)
  • perf: write <data> fields in SBE without calling getLength (#​45942)
  • test: allow lazy containers to be reused (#​45831)
  • perf: do not serialize LoggedEvent everytime in StreamProcessor & ReplayStateMachine (#​45558)
  • fix: fix instance modification bug in undo operation (#​45438)
  • fix: move primary check to AdminApiRequestHandler before step-down (#​44898)
  • feat: BufferWriter.write returns the written length (#​44818)
  • feat: backport user task PIM to stable/8.8 (#​43951)
  • refactor: reroute load tests to new cluster infra (#​42549)
  • Refactor AuthorizationCheckBehavior (#​41856)

v8.8.14

Compare Source

version:8.8.14
Bug Fixes
Misc
  • OC API: custom requestTimeout is ignored for create process instance with result (#​43991)
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#​30372)
Task
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#​30372)
Merged Pull Requests
  • fix: add wait between zcl operations for eventual consistency (#​46152)
  • ci: re-enable failure notifications (#​46105)
  • fix: exclude BPMN XML from search results in Elasticsearch and Opensearch (#​45998)
  • fix: apply requestTimeout for createProcessInstanceWithResult in REST API and Java client (#​45703)
  • feat: add Docker Build and Helm Integration Test workflow (#​43480)
  • build: bump feel-scala to 1.19.5 (#​46227)

v8.8.13

Compare Source

version:8.8.13
Task
  • Add new commands for fetching resources to Camunda Java client (#​31111)
Merged Pull Requests
  • fix: ensure ISM policy does not need recreating constantly (#​45993)
  • perf: do not call getLength in LogAppendEntrySerializer (#​45929)
  • feat: BufferWriter.write returns the written length (#​44818)
  • fix: added client methods for resource endpoints (#​43086)

v8.8.12

Compare Source

version:8.8.12
Enhancements
Misc
  • [Spring SDK] Workflow for compatibility tests (#​41948)
  • [Spring SDK] Add integration tests (#​41947)
  • [CPT] Compatibility tests workflow (#​41917)
  • [Camunda Client] Workflow for compatibility tests (#​41916)
Bug Fixes
Java Client
  • [CPT] Slow test execution and test failures if the client prefers REST (#​45667)
Misc
  • Unable to log in without explicitly configuring the OIDC callback/redirect URI (#​45555)
  • Processes with variables with a dot in the name are breaking when a variable that's a prefix of the exist in the same process instance (#​45136)
  • [CPT] Wait until remote engine is ready (#​44995)
  • Client with revoked authorization can keep access by keeping authorization cache alive (#​44844)
  • CPT: User task response does not return customHeaders field (#​44731)
  • Big API response causes the Operate UI to crash when retrieving incidents (#​44596)
  • Form from different tenant returned by Tasklist V1 (#​44493)
Task
  • Flaky test: CamundaProcessTestExtensionMultiTenancyIT / CamundaSpringProcessMultiTenancyTestListenerIT (#​44168)
  • Use alternative approach to size estimation using kyro serialisation when exporting (#​44131)
Merged Pull Requests
  • fix: use sed to manually override client versions (#​45953)
  • fix: resolve maven-release-plugin failure on version property indirec… (#​45907)
  • fix: add step to check for connectors docker image (#​45904)
  • test: ensure previous test method reset after all tests (#​45903)
  • Compatibility workflows fixes (#​45844)
  • build: add maven-build-cache-extension to .mvn/extensions (#​45783)
  • fix: fallback to prefer gRPC for CPT (#​45776)
  • ci: use digest-based inspection for multi-arch Docker images (#​45721)
  • Spring SDK workflow (#​45664)
  • [CPT] Stabilize integration tests in example module (#​45648)
  • fix: upload GCS backup files via InputStream to avoid CRC32C mismatch (#​45646)
  • perf: do not serialize LoggedEvent everytime in StreamProcessor & ReplayStateMachine (#​45558)
  • fix: set correct default redirect URI (#​45556)
  • feat: add Spring SDK integration tests (#​45535)
  • perf: use original message size to estimate memory usage (#​45522)
  • ci: skip creation of failure comment (#​45513)
  • test: avoid deleting and re-creating schema for every test (#​45432)
  • Add feature flag to disable fetching userinfo during the authorization code flow (#​45411)
  • test: only create containers when we need to (#​45409)
  • fix: Map and deserialize custom header (#​45392)
  • fix: ensure we only flush same entity and handler once (#​45281)
  • [CPT] fix: Prefer REST for CPT client (#​45272)
  • [CPT] Wait until remote engine is ready (#​45256)
  • fix: add normalization step to matrix output (#​45235)
  • fix: prevent dot variable names from crashing (#​45137)
  • feat: add workflow to test CPT forward compatibility (#​45131)
  • feat: make deployment annotation repeatable (#​45125)
  • test: fix flakey TasklistCreateProcessInstanceIT (#​45094)
  • fix: client can keep access after permission removed by preventing cache expiration (#​45045)
  • fix: isolate connector tests into dedicated class (#​45036)
  • release: reduce notification noise on release branch commits (#​45018)
  • 39487 initialize groups (#​44904)
  • feat: add workflow to run compatibility tests (#​44851)
  • Ensure forms from the correct tenant are retrieved (#​44660)
  • feat: add configuration object for preconfigured roles (#​44249)
  • 42387 fix process level incident updates (#​44219)
  • fix: lastHistoricalArchiverDate state collision causes incorrect archiving (#​43903)
  • 39746 add tests for tenant initialization (#​43479)
  • 39745 identity setup initializer includes tentants (#​42905)
  • fix: describe current processing state without race condition (#​42728)
  • Enable auto merge from release to stable branch (#​42580)

v8.8.11

Compare Source

version:8.8.11
Bug Fixes
Misc
  • Distribution Stuck in Pending State After 8.7 Upgrade (#​44908)
  • Bulk metrics do not reset if exporting stops (#​33043)

v8.8.10

Compare Source

version:8.8.10
Enhancements
Misc
  • [Camunda Client] Adjust acceptance test pom with new testing profile and client versioning (#​41914)
  • [Camunda Client] Create new annotation @CompatibilityTest for testing (#​41913)
Bug Fixes
Misc
  • Role-based authorizations in Identity are not correctly applied to a client on a SaaS cluster (#​44801)
  • RocksDB memory usage increased per broker (#​43768)
  • NullPointerException in SearchQueryResponseMapper for batch operation items (#​43569)
  • Incorrect ES/OS schema validation behaviour for dynamic mappings (#​42869)
  • Operations panel in Operate's processes tab always show finished tab as loading first (#​42280)
  • More jobs are pushed then created, causing duplicated completions (#​42244)
  • V2 Batch Operation Search: startDate missing in API response despite being documented (#​42165)
  • Slow FEEL expression evaluation can block the stream processor (#​41764)
  • Operate UI only loads process instances from the first 100 processDefinitionKeys for a model (#​41058)
  • When unpacking the c8run archive, I get a folder c8run (#​38318)
  • Job push vicious circle (#​35074)
  • [Zeebe Client + mTLS] zeebe client secret must be set to authenticate operations from other apps (#​34002)
Merged Pull Requests
  • perf: use struct of array pattern for LogAppendEntryMetadata (#​44840)
  • fix: populate startDate for batch operations in ES/OS (#​44780)
  • fix: use known appended position for the scaling position (#​44765)
  • fix: don't allow S3 client to check against segment modification (#​44646)
  • fix: process memory usage was not appearing after renaming of statefulset (#​44567)
  • fix: stop user entity from overriding get/set ID (#​44370)
  • Send a notification to #zeebe-ci when the QA creation fails (#​44363)
  • ci: Increase timeout for build-operate-backend job (#​44287)
  • test: use mockito for repo in incident update task test (#​44262)
  • fix: open java.base in all modules for tests & spring-boot (#​44257)
  • fix: do not print entire stacktrace when NativeFS cannot be used (#​44256)
  • [CPT] test: Update deprecated configuration prefix (#​44252)
  • 42387 ensure correct handler flush order in exporter for inconsistence entity id usage (#​44206)
  • docs: add check on record position to limit false positives (#​44132)
  • fix: be more defensive when converting BatchOperationItemEntity (#​44107)
  • fix: Identity metrics alterations including the dashboard (#​44097)
  • docs: document queries to explore the overflowed key space (#​44036)
  • Search batch item API test (#​44032)
  • docs: rename AGENT.md to AGENTS.md (#​44019)
  • fix: use clock to compute job activation deadline (#​44018)
  • ci: disable license checks on fork PRs (#​43936)
  • ci: update CODEOWNERS for identity directory (#​43933)
  • Introduce timeout for all FEEL expression evaluations (#​43883)
  • fix: disable posix_fallocate if there's a LinkageError (#​43767)
  • test: ensure we actually wait for entities to be created (#​43601)
  • chore: add identity metrics dashboard to monitoring (#​43580)
  • Update runTests.js with API test option (#​43578)
  • Add @CompatibilityTest annotation to test forward client compatibility (#​43512)
  • fix: Eliminate need for top_hits limit when fetching grouped processes (#​43503)
  • ci: update codeowner file (#​43500)
  • test: split zeebe module tests into platform and engine (#​43458)
  • ci: restore threadcount but limit max memory allocated (#​43264)
  • 42869 assume dynamic mapping is default (#​43085)
  • Make max rockDB memory fraction configurable. (#​43023)
  • Add TTL to authorization cache (#​42919)
  • RocksDB: Add AUTO memory allocation strategy. (#​42817)
  • Add data availability measurement in starter application (load-test) (#​42553)
  • fix: fix operation progressbar (#​42282)
  • Starter: refactor process instance creation code (#​42074)
  • 39595 test authorization initialization (#​42028)
  • fix: Add JobIntent.YIELD to the whitelisted commands (#​41924)
  • ci: link to dashboard (#​41488)
  • Use versioning for unpacked archive (#​40503)
  • 39590 identity setup initializer includes authorization (#​40451)
  • feat: searchMappingRules (#​38679)
  • fix: make ZEEBE_CLIENT_SECRET nullable (#​34164)

v8.8.9

Compare Source

version:8.8.9
Enhancements
Misc
  • Make the LRUCache and WriteBufferManager shared across paritions. (#​41718)
Bug Fixes
Broker
  • Deploying too many versions of a large process can lead to startup problems (#​11253)
Misc
  • BatchOperationExecutionExecuteProcessor does not always write a followup record to the log (#​43197)
  • Java Client Response UserTask is missing field processName (#​42857)
  • Process instance archiver task silently stops (#​42838)
  • Variable filter is ignored for batch operations (migration, modification) (#​42721)
  • Operate did not create the process import position by itself (#​42554)
  • Investigate the possibility of key range overflow (#​41041)
  • Authorization DELETE fails with HTTP 500 after PUT update with overlapping permissions (Permission index corruption) (#​40276)
  • Investigate the possibility of key range overflow (#​41041)
  • Authorization DELETE fails with HTTP 500 after PUT update with overlapping permissions (Permission index corruption) (#​40276)
  • Swagger UI only works using the authenticated tab (#​38326)
Maintenance
  • In HeartbeatHandler a Heartbeat may be wrongly considered as another message type (#​27110)
Merged Pull Requests
  • test: update visual-regression screenshots for 2026 (#​43413)
  • test: fix flaky BackupRestoreIT (#​43372)
  • test: add operate login tests to OC test suite (#​43308)
  • fix: Add process name to UserTask interface (#​43240)
  • test: migrate batchMoveModification.spec tp OC test suite (#​43235)
  • Reject batch operation execution execute command in failure cases (#​43200)
  • fix: remove the overwriting of the oidcUserService to be more tolerant to missing userinfo URI (#​43163)
  • fix: ProbesITs correctly accept the index prefix (#​43155)
  • perf: flush after filling a new segment with zeroes (#​43147)
  • test: migrate callActivities.spec to OC test suite (#​43102)
  • fix: use distinct properties for incident alert version and tag (#​42944)
  • build: Spring Boot Configuration Processor (#​42927)
  • Remove max RocksDB size validation. (#​42922)
  • Migrate child process instance migration to OC test suite (#​42920)
  • feat: add a posix SegmentAllocator using fallocate syscall (#​42903)
  • Add support for custom id token signature algorithm verification (#​42872)
  • feat: migrate v2 processes diagram-panel to query hooks (#​42862)
  • Migrate dashboard.spec to OC test suite (#​42851)
  • fix: NPE when migrating call activities with missing called element incident (#​42850)
  • test: fix flaky ErrorHandlingTest (#​42802)
  • fix: reinstate fetching from userinfo during authentication flows (#​42772)
  • test: migrate decisionInstances.spec to OC test suite (#​42760)
  • fix: use threadsafe map for lastScheduledPositions (#​42749)
  • fix: describe current processing state without race condition (#​42728)
  • Improve performance when deploying a process that already has many versions (#​42706)
  • feat: use configurable id pattern in frontend (#​42704)
  • test: migrate decisionNavigation.spec to OC test suite (#​42686)
  • test: migrate modifications.spec.ts to OC test suite (#​42664)
  • deps: update kotlin-stdlib to 2.1.0 (#​42663)
  • Fix flakey ProcessExternalControllerIT form related tests (#​42588)
  • ci: make release not latest (#​42585)
  • feat: debug-cli script for overwriting key in snapshot (#​42583)
  • refactor: remove obsolete inputs from load test workflow (#​42575)
  • feat: provide Spring authentication classes with instrumented restClient (#​42567)
  • RocksDB uses shared unified cache and write buffer Manger. (#​41986)
  • 39202 stop throwing exception when process not yet imported for incident (#​41863)
  • feat: validate that the key() in Record is not higher than current key (#​41656)
  • refactor: replace usages of CommandProcessor with TypedRecordProcessor (#​41220)
  • test: fix flaky SchemaManagerStartupIT (#​41010)
  • feat: send a payload w/ heartbeats if both parties agree on it (#​40936)
  • feat: validate that the key() in Record is not higher than current key (#​41656)
  • Backport debug cli to stable 8.7 (#​41321)
  • refactor: replace usages of CommandProcessor with TypedRecordProcessor (#​41220)
  • test: fix flaky SchemaManagerStartupIT (#​41010)
  • feat: send a payload w/ heartbeats if both parties agree on it (#​40936)
  • 40169 refactor identity setup initializer (#​40185)
  • feat(debug-cli): read raft metadata and configuration file (#​38992)
  • feat: add a debug-cli module to debug topology.meta files (#​38741)
  • fix: maps are not nested configuration properties (#​38145)
  • Use posix_fallocate to pre-allocate files (#​9816)

v8.8.8

Compare Source

version:8.8.8
Bug Fixes
Misc
  • AWS OpenSearch Cannot Create/Apply ISM Policies (#​42335)
  • Multiple processes defined within one BPMN cause cache misses (#​42110)
  • Windows. Error message in the logs when trying to stop Camunda 8 Run (#​35315)
Merged Pull Requests
  • test: migrate operation.spec.ts to OC test suite (#​42385)
  • deps: override discontinued LZ4 dependency (#​42369)
  • bugfix: do not error on wrong cache index in ProcessCacheUtil#getCallActivityId (#​42346)
  • fix: OpenSearch ISM URL (#​42332)
  • fix: c8run proper shutdown of the processes (#​41227)

v8.8.7

Compare Source

version:8.8.7
Bug Fixes
Misc
  • Remove superficial dependency from Optimize (#​42245)
  • [CPT] Fail to complete multiple instances of a user task (#​41512)
  • LocalStorageDocumentStore fails when expiresAt is set in the DocumentCreationRequest (#​41327)
  • Group Id restrictions are applied when BYOGroups is enabled (#​41096)
  • Operate incidents appear with significant delay on Camunda 8.8 due to exporter post-export backoff (#​39962)
  • OIDC Identity Migration fails on existing Mapping rules (e.g. setup via config) with same claimName/claimValue (#​38405)
Documentation
  • [CPT] I can read how to contribute to the testing library (#​19266)
Merged Pull Requests
  • Adjust load test updating to reset then reuse values (#​42254)
  • fix: removing superficial dependency from Optimize (#​42246)
  • test: migrate processInstanceListeners.spec to OC (#​42129)
  • fix: reduce post exporter max idle time to 5s (#​42119)
  • ci: add vitest retries to frontend unit tests (#​42083)
  • Don't apply group id restrictions when BYOGroups is enabled (#​42062)
  • feat: remove scheduled sbom generation from 8.8 onwards (#​42054)
  • fix: fix broken serialisation of offsetdatetime in document stores (#​42046)
  • [CPT] docs: Update the contribution guide (#​42006)
  • Improve update tests and add caching (#​41711)
  • [CPT] Fail to complete multiple instances of a user task (#​41702)
  • test: wait for variables to exist in task controller ITs (#​41507)
  • [stable/8.7] build: library parent for version management across client artifacts (#​41289)
  • fix: sync resource permissions in ui and backend (#​41021)

v8.8.6

Compare Source

version:8.8.6
Bug Fixes
Misc
  • Migrating the zeebe-api:write permission from 8.7 to 8.8 does not grant deploy authorizations when RBA was enabled (#​41617)
  • Tasklist complete task persist task variables in an undefined manner (#​40817)
  • Processes from deleted tenants appear search results on the /v1/process-instances/search endpoint when running with Opensearch (#​38297)
  • On a report, numeric variables that have a length of 16 are displayed as a date (#​22104)
Merged Pull Requests
  • feat: expose clock skew configuration for JWT validation (#​41785)
  • fix: Tasklist complete task persist task variables in an undefined manner (#​41761)
  • Add auth type and url to identity-e2e (#​41737)
  • fix: v1 process instance search returns processes from deleted tenants (#​41627)
  • test: skip tasklist task details E2E test (#​41616)
  • fix: prevent numeric strings from being parsed as dates during Optimize import (#​41525)
  • feat: add documentation hints how to reference users (#​41081)

v8.8.5

Compare Source

version:8.8.5
Enhancements
Misc
  • [EPIC]: As a engineer I want to run a load test for a specific supported version (#​38829)
Bug Fixes
Misc
  • Exporter error on incident-resolution rejection causes Operate list-view update failures (#​41584)
  • Boradcasted signal triggers start event subscriptions on all partitions (#​41576)
  • Testcontainers 1.x is not working with Docker 29 (#​41520)
  • Message subscription data is missing element details modal (#​41019)
  • Resolving an incident twice removes the incident (#​39636)
  • Tasklist v2 tasks not loaded when includes large variable (#​39189)
  • Client to resource authorization mapping does not match after cluster migration (#​38364)
  • Regression > re-creating backup not possible with >=v8.7 (#​36191)
Merged Pull Requests
  • feat: trace log processed and replayed records (#​41591)
  • fix: exporter error on incident resolution rejection causes operate list view update failures (#​41588)
  • Fix: broadcasted signal creates a process instance on every partition (#​41579)
  • fix: job deadline exceeded (#​41568)
  • ci: fix CODEOWNERS patterns (#​41538)
  • Simplify error message. (#​41515)
  • Improve backup error message. (#​41493)
  • ci: bump testcontainers version (#​41421)
  • ci: remove macos-latest-large runners (#​41417)
  • fix: don't accidentally skip processing after log truncation (#​41400)
  • fix: do not handle incident RESOLVE records in the exporter (#​41397)
  • fix: make sure tasks with forms fetch full variables (#​41392)
  • feat: add full variable config to fetch variables typedefs (#​41390)
  • test: force a default admin role for old routes redirection IT (#​41309)
  • 37053 improve backup restore test setup (#​41204)
  • fix: add missing key field to UserFilter.toBuilder() (#​41186)
  • feat: create new module microbenchmarks (#​41014)
  • Disable fetching the user info unnecessarily (#​41012)
  • perf: when reading object do not start matching from first property (#​40969)
  • feat: introduce parameter for returning full variable values (#​40884)
  • ci: move leader balancing step from old to new benchmark workflow (#​40735)
  • Refactor CommandProcessor-implementing Job processors (#​34970)

v8.8.4

Compare Source

version:8.8.4
Enhancements
Misc
  • Mark batchOperations as FAILED if all partitions have failed (#​37821)
Bug Fixes
Misc
  • Add key range validation to prevent partition key overflows (#​40981)
  • Identity Migration to 8.8 lacks to grant resource:DOCUMENT permissions to tasklist roles and audiences (#​40923)
  • Support sorting batch operation searches on RDBMS (#​40873)
  • “View full value” in variables panel does not open modal for completed process instances (#​40859)
  • Batch resolve incident should only identify active incidents (#​40822)
  • Authorizations search does not support sorting by resourceId (RDBMS, ES/OS) (#​40799)
  • Identity Migration is normalizing group names in a Self-Managed Keycloak setup which breaks BYOGroups (#​40780)
  • Identity Migration app is not migrating Role membership of Groups (#​40750)
  • Foreign key constraint violation in batch-operation internal state (#​40747)
  • UnsupportedOperationException raised when closing Actor (#​40621)
  • @CamundaSpringProcessTest lately logs: WARN GitPropertiesUtil: Can't read git properties file: git.properties. Skipping. (#​40603)
  • java.lang.ClassCastException: class ExecutableMultiInstanceBody cannot be cast to class ExecutableAdHocSubProcess (#​40590)
  • Camunda Java client Http Client does not allow more than 5 concurrent connections (#​40576)
  • Job update retries event are not handled correctly (#​40517)
  • Only show latest version of process definitions in Tasklist's "Processes" tab (#​40045)
  • Deleting resources is not possible from Operate UI with enabled resource based permissions (#​38711)
  • Inconsistent state when terminating a sub-process element and activating a child element via process instance modification (#​37079)
Merged Pull Requests
  • feat: add flag based on dockerhub support suggestion (#​41042)
  • Avoid class cast exception on multi-intance ad-hoc sub-process activation (#​41022)
  • Disable max body line length (#​41013)
  • fix: fail fast if a partition generates a key outside of its keyspace (#​40992)
  • ci: adapt deprecated-client labeler to new module path (#​40990)
  • test: stabilize CredentialsProvider tests (#​40978)
  • fix: remove proactive permission check for delete resource (#​40901)
  • Support all sort options for batch operation search (#​40896)
  • ci: add MacOS AMD64 runners back (#​40893)
  • Unflake tests by awaiting for all authorizations during identity setup (#​40864)
  • fix: open variable JSON modal for completed process instances (#​40863)
  • ci: upsize fossa analyze job (#​40854)
  • feat: Update logic for pushing docker images and tagging latest (#​40838)
  • fix: prevent duplicate batch operation processing issues (#​40837)
  • Only resolve ACTIVE incidents in batch incident resolution (#​40825)
  • fix: Add support for sorting Authorization records by resourceId (#​40805)
  • ci: create GH release after Docker image releases (#​40801)
  • ci: exclude testing/camunda-process-test-coverage-frontend from FOSSA (#​40749)
  • test: users and groups are created before assigned. (#​40746)
  • build: explicitly configure annotation processors (#​40708)
  • Implement safe read operations in ClosedQueue to prevent UnsupportedOperationException (#​40687)
  • fix: Fix flaky test shouldRejectBroadcastForOneUnauthorizedProcess (#​40679)
  • ci: generate cpt coverage frontend into target dir (#​40614)
  • fix: do not use shared singleton for partition transition steps (#​40591)
  • refactor: Only load latest deployments in processes tab at Tasklist (#​40513)
  • build: add target/generated-sources/java-templates to generated sources (#​40502)
  • fix: adjust job update processor (#​40495)
  • [CPT] build: Enable RevAPI (#​40477)
  • test: disable LocalNetworkAccessChecks in optimize e2e tests (#​40429)
  • fix: upgrade org.apache.tomcat.embed from 10.1.44 to 10.1.48 (#​40369)
  • feat: check for user/group existence before adding to tenant/role (#​40240)
  • perf: avoid blocking IO for RocksDB (#​40201)
  • test: fix optimize upgrade idempotency test setup (#​40029)
  • feat: pass local user/groups flag to engine (#​38763)
  • fix: reject modifications that terminate flow scopes required by activation (#​38179)
  • feat: mark batchOperation as FAILED if all partitions failed (#​37822)

v8.8.3

Compare Source

version:8.8.3
Bug Fixes
Misc
  • Initial leader of dynamically scaled partition does not perform log compaction until resta

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 9fa1f59 to f4d8880 Compare May 8, 2024 05:44
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.0 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.1 May 8, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from f4d8880 to 15d59fa Compare June 4, 2024 17:39
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.1 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.2 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 15d59fa to c024a84 Compare June 15, 2024 02:51
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.2 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.3 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from c024a84 to 545b0e4 Compare June 27, 2024 02:43
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.3 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.4 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 545b0e4 to ff4f4ed Compare July 4, 2024 20:47
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.4 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.5 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from ff4f4ed to 9e3c06f Compare August 9, 2024 05:38
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.5 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.6 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 9e3c06f to 20cf887 Compare September 4, 2024 20:53
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.6 fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.7 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 20cf887 to 60eff7a Compare October 3, 2024 02:48
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.5.7 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 60eff7a to 1cd7f0f Compare October 12, 2024 08:47
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.0 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.3 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 1cd7f0f to bad8f8e Compare October 29, 2024 05:29
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.3 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.4 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from bad8f8e to 5013232 Compare November 7, 2024 05:48
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.4 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.5 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 5013232 to a38926d Compare December 4, 2024 05:49
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.5 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.6 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from a38926d to c25013a Compare January 9, 2025 07:37
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.6 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.7 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from c25013a to 3262c25 Compare February 5, 2025 07:34
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.7 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.8 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 3262c25 to cbc3fcb Compare February 13, 2025 20:13
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.8 fix(deps): update dependency io.camunda:zeebe-client-java to v8.6.9 Feb 13, 2025
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.1 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.2 May 10, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from b81c50e to c52c2ba Compare May 23, 2025 04:21
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.2 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.3 May 23, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from c52c2ba to a23aec6 Compare June 6, 2025 14:54
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.3 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.5 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from a23aec6 to e6f095c Compare June 28, 2025 16:05
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.5 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.6 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from e6f095c to b542b45 Compare July 6, 2025 07:50
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.6 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.7 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from b542b45 to 821f3e5 Compare July 19, 2025 20:14
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.7 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.8 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 821f3e5 to be74f78 Compare July 31, 2025 00:14
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.8 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.9 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from be74f78 to 04ec88a Compare August 4, 2025 23:02
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.9 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.10 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 04ec88a to 8e01559 Compare September 1, 2025 14:52
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.10 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.11 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 8e01559 to 13ffc5a Compare September 2, 2025 19:25
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.11 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.12 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 13ffc5a to f31e880 Compare September 17, 2025 23:50
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.12 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.13 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from f31e880 to f32ccdf Compare October 2, 2025 03:12
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.13 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.14 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from f32ccdf to 1581e6b Compare October 4, 2025 10:44
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.14 fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.15 Oct 4, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 1581e6b to d9b5bbc Compare October 10, 2025 23:51
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.7.15 fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.0 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from d9b5bbc to 92a04cd Compare October 25, 2025 19:37
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.0 fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.1 Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants