Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

This PR contains the following updates:

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

Release Notes

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

v8.8.5

Compare Source

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 restart/leader change (#​39967)
  • Too many historical usage metrics indices are created (#​39357)
  • Version checks are not preventing schema updates (#​38985)
  • Map serialization error when importing dashboards in Optimize (#​38860)
  • Inconsistency between mandatory fields in ui vs api for the user update request (#​38847)
  • NullPointerException in SearchQueryResponseMapper when IncidentEntity state is null (#​37288)
  • Long variable lists in dropdowns are cut off - some options inaccessible (#​35101)
  • java.lang.IllegalStateException: Expected to find element instance for given key, but didn't exist. (#​26755)
  • RuntimeException: Expected to activate jobs of type '..', but no jobs available and at least one broker returned 'RESOURCE_EXHAUSTED' (#​25806)

Merged Pull Requests

  • refactor: add missing mocks to tests and remove dead code (#​40277)
  • test: avoid hashing 1000 user passwords in ScaleUpPartitionsTest (#​40272)
  • test: reduce membership delays for all tests using TestStandaloneBroker (#​40271)
  • test: use filesystem backup store to avoid container (#​40269)
  • Expand logging on element instance not found in element tree path builder (#​40216)
  • fix: wait on StateController.closeDB in ZeebeDBPartitionTransitionStep (#​40203)
  • test: improve performances of Zeebe QA test (#​40202)
  • fix: several user endpoints do not require secondary storage (#​40200)
  • fix: actually call log flush instead of looping (#​40198)
  • perf: test cluster scales thread count to match replicas (#​40193)
  • perf: avoid runtime flush on shutdown (#​40190)
  • fix: improve YAML collection parsing (#​40178)
  • fix: fix api-key input parameter for fossa checks (#​40159)
  • fix: snapshot for bootstrap should not always be reserved (#​40147)
  • test: add timeout to fail fast (#​40121)
  • feat: stackless MessagingException to reduce noise (#​40084)
  • fix: use snapshot position in recovery failure message (#​40077)
  • Prevent ALREADY_EXISTS error in ITs (#​40042)
  • fix: allow editing users in frontend without setting name or email (#​40032)
  • fix: add missing READ_PROCESS_INSTANCE permission (#​40021)
  • fix: reset exporter to isolate tests (#​39984)
  • fix: in MigrationSnapshotDirector call onHealthReport when listener subscribes (#​39949)
  • feat: more parameter resolvers (#​39822)
  • map RESOLVE incident intent to ACTIVE incident state (#​39815)
  • ci: add new metadata print composite action (#​39680)
  • 37590 validate identity entity ids (#​39635)
  • ci: fix AWS CI (#​39632)
  • fix: add usage metrics rollover interval validation and configuration (#​39556)
  • feat: add test libs to bom (#​39531)
  • fix: Correct Metadata Display & Positioning for Ad‑Hoc Sub‑Process Inner Instances in Operate History Tree (#​39163)
  • feat: enable operate listeners tab v2 (#​38956)
  • fix: replace reflection methods with basic equals and hashCode (#​38950)
  • test: remove dispatch trigger to fix tile drag test (#​38552)
  • refactor: remove session creation on api calls (#​38369)
  • ci: reenable optimize e2e tests (#​38366)
  • fix: reposition submenus to stay in viewport (#​38039)
  • test: split zeebe qa tests into engine and cluster (#​37301)
  • ci: remove obsolete workflow (#​21600)

v8.8.2

Compare Source

version:8.8.2
Bug Fixes
Misc
  • Activateable jobs with NO_CATCH_EVENT_FOUND element id after old incident is resolved (#​39853)
  • Job completion throws wrong error code (#​39672)
  • Historical indices can be missing ILM policies (#​39134)
Merged Pull Requests
  • ci: build identity with npm for benchmark tests (#​39934)
  • Ensure correct element id is set when resolving old incidents (#​39861)
  • fix: MigrationSnapshotDirector health status is propagated correctly (#​39790)
  • fix: make apply ILM policy a scheduled job (#​39253)

v8.8.1

Compare Source

version:8.8.1
Enhancements
Misc
  • I can download the diagram as bpmn xml file (#​22005)
Bug Fixes
Misc
  • Task migration legacy index retention (#​39576)
  • Tasklist/Operate versions are wrong on the 8.8 release (#​39559)
  • ProcessModelReader NPE (#​39534)
  • 8.8 V2 API spec misaligned with released public docs version (#​39518)
  • Failing to parse ZonedDateTime - introduced with typed field for Java-Client (#​39474)
  • Authorizations checks are not consistently applied to distributed signal commands (and potentially more) (#​39430)
  • Specification missing 409 for Process Migration (#​39336)
  • Java Client Response ProcessDefinition is missing field hasStartForm (#​38941)
Merged Pull Requests
  • fix: override react-is to fix Carbon tabs (#​39827)
  • refactor: migrate Identity to NPM (#​39792)
  • build: bump javadoc version (#​39713)
  • build: add required charset config to mvn-javadoc-plugin (#​39710)
  • deps(optimize): bump optimize version (#​39684)
  • fix: avoid redistribution of signals that fail auth checks (#​39617)
  • ci: fix npm version (#​39562)
  • ci: fix frontend SBOM generation for Operate and Tasklist (#​39553)
  • fix: publicAccess extraction empty property npe (#​39536)
  • Enforce authorization checks on signal broadcast processor (#​39523)
  • feat: distributed commands carry auth info (#​39495)
  • feat: inter-partition commands carry AuthInfo (#​39480)
  • fix: add 409 to PI migration API responses (#​39461)
  • test: add VersionCheck test for SNAPSHOT versions (#​39458)
  • fix: the process definition has a start form (#​39399)
  • test: reenable and fix failing operate ITs (#​39385)
  • feat: process xml download (#​39052)
  • Remove enableIdentitySetup flag (#​38599)
  • Remove enableIdentitySetup flag (#​38599)

v8.8.0

Compare Source

version:8.8.0
Enhancements
Java Client
  • Support handling GET requests with empty responses in the java client (#​37243)
  • Use OffsetDateTime for date-time fields in java client (#​33678)
  • Empty responses should not result in a null future in the client (#​23075)
Misc
  • Implement cursor pagination for V2 API (#​33975)
  • Support advanced state filtering in search user tasks API (#​32717)
  • Cover the entire user task lifecycle in secondary storage (#​32562)
  • I can search for users by a list of user names (#​32373)
  • Respond job kind and listener event type when activating jobs (#​31905)
  • Support advanced filtering in process definitions search endpoint (#​31831)
  • Align V2 REST variable endpoints regarding value (#​31636)
  • Agentic AI: implement fromAi FEEL wrapper function (#​31258)
  • Extend process definition search endpoint to include start form key in the item response (#​31048)
  • Add a new cluster change operation that updates the RequestHandling in RoutingState (#​31010)
  • Create and execute Benchmarking tests for Zeebe Batch operations (#​29942)
  • Batch operation observability through grafana dashboards (#​29941)
  • Enrich BatchOperation creation, scheduling and execution with necessary metrics (#​29940)
  • Enable operators to resume a suspended batch operation (#​29891)
  • Enable operators to pause (aka suspend) an ongoing batch operation (#​29889)
  • Enable operators to cancel an ongoing batch operation (#​29888)
  • Support cancel process instance batch operation execution (#​29886)
  • Support migrate process instances batch operation execution (#​29885)
  • Support resolve incidents batch operation execution (#​29880)
  • Rest APIs to Cancel/Pause/Resume Batch Operations (#​29712)
  • Rest API to create MigrateProcessInstance Batch (#​29709)
  • Rest API to create ModifyProcessInstance Batch (#​29708)
  • Extend RDBMS Exporter and SearchClient to support BatchOperation Monitoring (#​29701)
  • Add standalone backup manager to 8.8 release (main) (#​29668)
  • Pause command distribution retrying (#​29495)
  • Pass task headers to Execution Listeners (#​29460)
  • Support corrections on creating listener (#​29124)
  • Support resolving incident on creating listener (#​29123)
  • Continue flow after completing the creating listener (#​29122)
  • Take over changes made in 8.6 for the Standalone Schema Manager to the main (8.8) branch (#​28989)
  • Support corrections on canceling listeners (#​28577)
  • Support resolving incident on canceling listener job (#​28576)
  • Continue flow after completing the canceling listener (#​28570)
  • Trigger canceling task listeners on user task cancelation (#​28568)
  • [CPT] I can connect to a remote runtime (#​25708)
  • Improve Tasklist UX when listener blocks operation (#​25421)
  • [CPT] I can complete a user task (#​25362)
  • [CPT] I can complete a job (#​25360)
  • [CPT] Assert that a message was correlated to a process instance (#​23291)
  • [CPT] Assert that a process instance is not waiting for a message (#​23257)
  • [CPT] Assert that a process instance is waiting for a message (#​23256)
  • [CPT] Assert that a process instance has any incident (#​23250)
  • [CPT] Assert that a process instance has no incidents (#​23249)
  • [CPT] Assert that a process instance completed the given elements in order (#​23191)
  • [CPT] Generate a process coverage diagram (#​23153)
  • [CPT] I can mock business rule tasks (#​23141)
  • [CPT] I can mock call activities (#​23140)
  • Allow configurable backoff of retryCycle when a job fails (#​21455)
  • Cluster health endpoint (#​20921)
  • [CPT] I can mock job workers (#​19262)
  • [CPT] Generate a process coverage JSON report (#​19257)
Bug Fixes
Broker
  • Restoring from snapshot is not guaranteed to be durable (#​28407)
  • BpmnProcessingException: Expected to activate the none start event of the process but not found (#​7669)
Java Client
  • CI Fails Due to Deserialization Error from Added Field in /v2 Response (#​34704)
  • Client failure handling ends in Stackoverflow (#​34597)
  • [JavaClient] The Camunda cloud client builder sets the wrong REST address (#​32759)
  • Spring-SDK: camunda.client.tenant-id(s) is not picked up for worker setup in 8.7 (#​32464)
  • Zeebe client is not applying default ttl of 1h to REST request (#​32320)
  • Disabling camunda/zeebe client in SDK causes spring autoconfigure to fail (#​32104)
  • Unauthorized REST requests are retried forever when OAuth is used (#​26012)
Misc
  • Intermediate message event gets correlated even when a user doesn't have permissions (#​39301)
  • Incident icon and status not updated after resolving the incidents in Operate (#​39267)
  • Identity Migration should not lowercase tenantIds (#​39260)
  • Identity Migration app does not create MappingRule Authorizations for the Identity read/write permission in OIDC (#​39250)
  • User cannot filter tasks by Processes inside custom filters of tasklist using V2 API (#​39197)
  • Tasklist v2 tasks not loaded when includes large variable (#​39189)
  • Tasklist User loosing Task Read/Update Permission after Upgrade when RBA enabled (#​39154)
  • Identity Migration for SM uses user email instead of username for Role and Authorization assignment (#​39088)
  • When using MS Entra, tokens are always treated as clients due to complete intersecting claims (#​39049)
  • Required API response field 'tags' in process instance result should not be required (#​38988)
  • Cannot take native filesystem backup in an empty state (#​38957)
  • Gateway fails to load OpenAPI spec (#​38875)
  • Camunda Client IncidentFilter#creationTime is of type String instead of OffsetDateTime (#​38827)
  • Camunda Client ProcessInstanceSequenceFlow does not offer field sequenceFlowId (#​38789)
  • Camunda Client Process Definition Filter does not offer complex query for process definition name, but api does (#​38780)
  • Orchestration Identity Connectors role not enough permissions to create process instances (#​38751)
  • Bug: exporter args are not being set when created from the first time (#​38731)
  • Exporter disabled while it is failing keeps retrying to open (#​38724)
  • FNI and Variable aliases are used for V1 task search (#​38696)
  • Get decision instance by ID does not return evaluatedInputs and matchedRules (#​38634)
  • Dual region deployment would not work because camunda exporter cannot be disabled (#​38593)
  • Tasklist OpenSearch Archiver Missing Size Configuration in BucketSort Aggregation (#​38520)
  • No qualifying bean of type 'gatewayRestObjectMapper' error after recent JacksonConfig changes (#​38487)
  • Snapshot can be taken at processed position 0 only if forced exception is thrown unexpectedly (#​38484)
  • Write limit exhaustion blocks whitelisted commands from being written (#​38454)
  • Operate/Tasklist Zeebe ES/OS Clients and Importer modules are not disabled by default (#​38342)
  • [ad-hoc sub-process] Throwing BPMN error for AHSP job worker job is rejected (#​38276)
  • With disabled secondary storage, authorization assigned to groups are not applied (#​38251)
  • User Role permissions override RBA permission after 8.7 -> 8.8 cluster migration (#​38227)
  • BatchOperation Initialization fails on test clusters as unable to find a matching ResourceAccessController (#​38214)
  • Incorrect Swagger BasicAuth Visibility And 'Enable Swagger' Toggle Inconsistencies (#​38206)
  • Camunda Client doesn't use default tenant id for correlating messages (#​38157)
  • Rolling update test is failing when partition scaling is enabled (#​38140)
  • 404 on showing flownode instance popover details (#​38131)
  • Tasklist v1 API swagger UI is not accessible (#​38114)
  • Sort by Version fails after applying Process Instance filter (#​38103)
  • User creation fails in identity (#​38094)
  • Prefix Migration affects Zeebe indices (#​38068)
  • Failure to apply retention policy with too_long_http_line_exception error (#​38033)
  • Prevent storing sessions when using OIDC for API calls (#​37983)
  • CSRF is not supported in Swagger SaaS (#​37950)
  • Creating cancellation batch operations does not work for active process instances (#​37928)
  • Process message subscription events are not exported holistically (#​37916)
  • Partition join cannot complete in some failure cases (#​37892)
  • Regression: NPE in BrokerBasedPropertiesOverride when configuring exporter without args (#​37880)
  • REST API Gateway accepts invalid types and unspecified properties (#​37865)
  • spring-boot-starter-camunda-sdk 8.8 violates Spring behavior (#​37808)
  • Tasklist v1 task search: alwaysReturnFullValue ignored for variables >8 KB (value returned as null) (#​37767)
  • hasVariableSatisfies assertion fails on deserializing values written with a customized ObjectMapper (#​37758)
  • Zeebe replay fails on EvaluatedDecisionRecord after adding decisionEvaluationInstanceKey (PR #​36772) (#​37668)
  • Unable to add a client ID to a role when it contains a valid characters (#​37665)
  • Zeebe batch operations can't be triggered from Operate due to API format change (#​37631)
  • I cannot log out of the Identity UI with a non-root servlet context path (#​37616)
  • restore primary storage fail due to missing BrokerBasedProperties (#​37544)
  • authentications is not refresh with api calls using the session cookie (#​37539)
  • Partition scaling is stuck with NullPointerException (#​37495)
  • Unknown Operation in cluster status response after partition scaling request (#​37492)
  • The workflow engine only applies an authorization if the owning entity is assigned to the tenant (#​37489)
  • A request matching both the configured user and the client claim should be treated as a client request (#​37473)
  • Some Java Client commands enable sending the request without providing all mandatory parameters (#​37389)
  • Incompatible Awaitlity version in dependency tree of Camunda Process Test Spring (#​37384)
  • Partially completed batch operations are not shown properly in Operate (#​37365)
  • OpenSearch ISM policy min_index_age is not updated after configuration change (#​37361)
  • Exporting backlog from 8.7 should exclude 8.8 fields from being serialized (#​37343)
  • Move filter criteria of V2 batch endpoints under a new filter root-level request attribute (#​37332)
  • User cannot filter by unassigned tasks inside custom filters of tasklist using V2 API (#​37294)
  • QueryBatchOperationTest is flaky (#​37289)
  • Unnecessary index template settings updates cause redundant PUT requests and startup overhead (#​37240)
  • MigrationSnapshotDirector should be closed and re-installed during role changes (#​37234)
  • Camunda Java Client obfuscates underlying 403 error in case of using an invalid path (#​37232)
  • With tasklist V2 API completed banner is not displayed (#​37218)
  • Camunda User Task with an incident cannot be migrated (#​37190)
  • C8Run Developer Quickstart authentication and authentication broken (#​37179)
  • Reduce the noise in schema-manager logs for nominal cases (#​37164)
  • Sorting doesn't work on some pages in FE (#​37101)
  • Identity Header redirects to 404 (#​37100)
  • [8.6][8.7] Investigate failing test ExporterDisableTest.exporterStaysDisabledAfterRestart (#​37046)
  • API without /v2 prefix returns 403 instead of 404 (#​37041)
  • Empty exporter record metdata prevents the ES/OS exporters resuming successfully (#​37014)
  • Scaling is marked as completed before all partitions update their routing state (#​37004)
  • Update error message for Modeler-to-Operate diagram access. (#​36934)
  • “Whitelabel Error Page” when navigating to Operate or Tasklist (#​36932)
  • NullPointerException when evaluating DMN with missing rule id (ruleId) (#​36900)
  • ScriptTask elements are missing in StraightThroughProcessingLoopValidator (#​36895)
  • NullPointerException in ExporterDirector (#​36621)
  • Operate/Tasklist API doesn't apply tenancy checks when configuring tenancy properties using kebab case (#​36597)
  • When we try to save a custom filter on Task List, it gives error "TypeError: crypto.randomUUID is not a function" (#​36540)
  • Incorrect Token Movement and Display in Multi-Instance Process (#​36481)
  • Mark undocumented v2 endpoint as @​Hidden (#​36467)
  • Optimize Public API does not deserialize export DTOs (#​36419)
  • UserController incorrectly implements specification (#​36404)
  • Migration app is not working with BYOG enabled (#​36379)
  • The error message is not displayed under the text field after deleting existing variable value (#​36375)
  • Changed variable value is not updated (#​36368)
  • An error message is not displayed when user inserts incorrect value into "Edit Variable" modal window (#​36367)
  • NPE in AuthorizationEntity.getResourceMatcher() (#​36343)
  • Initialize RoutingInfo when desired state is not present (#​36219)
  • Flaky test: UnassignUserTaskMigrationIT#shouldUnAssign88JobWorkerV1 (#​36139)
  • Identity doesn't display favicon in non-root context path deployments (e.g. SaaS) (#​36134)
  • Identity OIDC UI is not displayed in non-root context path deployments (e.g. SaaS) (#​36130)
  • An authenticated User-less principal may be granted randomly with authorizations (#​36080)
  • Align RESOURCE ValueType enum between 8.7 and 8.8 (#​36057)
  • Mapping errors on flow node instance APIs involving ad-hoc sub-processes (#​36049)
  • Race condition can result in error response to Tasklist V1 API operations (#​36027)
  • Batch Operation Search request returns error after performing Add Variable operation (#​35998)
  • [Authorizations] Enum value is not updated for the mapping rule (#​35981)
  • Batch Resource Authorizations are not created in the SaaS migration (#​35749)
  • SM Deleting One Mapping Also Deletes Other Mappings (#​35673)
  • Avoid recursion when building the element tree path to prevent StackOverflowException (#​35661)
  • Partitions are not bootstrapped after purge operation (#​35650)
  • Usage Metrics getActiveBucket NPE (#​35642)
  • When deploying forms with the same formId across different tenants, a wrong start form is returned (#​35608)
  • When a user is not authorized to get an entity by id/key, the response codes are not aligned (#​35595)
  • C8Run does not start when Opensearch is used (#​35584)
  • Overlapping IDs for child docs causing overwriting of records (#​35549)
  • CSRF token is not set on login response (#​35482)
  • No Explicit Error Mapping for Document Handling Endpoint: ${credentials.zeebeUrl}/v2/documents/${documentId}?contentHash (#​35464)
  • Identity Migration for keycloak is failing when resource based authorizations are disabled (#​35451)
  • userKey and tenantKey returned in GET endpoints of users/:username and tenants/:tenant (#​35439)
  • Identity Migration App fails on Console and Web Modeler Client Migration (#​35431)
  • When deleting a user, the user is not deleted from the column family storing users by key (#​35404)
  • When not being a member of any tenant, users can query all tenant-owned without any tenant check (#​35403)
  • V2 Authentication Endpoint returns userid and userkey instead of username (#​35378)
  • [Tenants UI] Hide Tenants tab and references in SaaS (#​35326)
  • [Tenants UI] Inconsistent error handling (#​35289)
  • Record#getAuthorizations is invoked by ElasticsearchExporter when exporting (#​35178)
  • Authorization field is printed in the log when an error is raised when processing a record (#​35177)
  • Parent instance not shown when call activity has incident in child process (#​35169)
  • Camunda exporter not catching up (#​35080)
  • WebApplicationAuthorizationCheckFilter registered too often (#​35059)
  • Tasklist V2 API does not return process name (#​34961)
  • Zeebe dashboard API panels only support global-view as data source (#​34953)
  • Changes to application authorizations, groups, roles, and tenants take only effect after re-login (#​34698)
  • When creating a user with username admin, any search query returns everything (#​34677)
  • [Authorizations] Permission picker does not reset after changing resource type (#​34663)
  • Batch Operation in Operate Doesn't Apply to All Selected Processes (#​34610)
  • Error message not shown on first form submission of creating initial admin user (#​34496)
  • [Tenants UI] Missing error banner on create request failure (#​34479)
  • Index validation wrongly applied to dynamic properties (#​34478)
  • Mapping Rules UI should not be displayed in SaaS deployments (#​34475)
  • Regression in metric zeebe_incident_events_total (#​34342)
  • /v2/deployments endpoint fails with >10 files in multipart request (#​34322)
  • handle PathNotFoundException when groupsClaim path is not found (#​34292)
  • Test SchemaManagerConcurrencyIT Fails When Run by Maven (#​34229)
  • RandomizedRaftTest.livenessTestWithSnapshotAndSingleRestart failure (#​34209)
  • NPE at evaluation of job worker properties of Send Task with Publish Message implementation (#​34190)
  • Failure to start if OIDC provider is unavailable (#​34189)
  • [Tenants UI] Missing input field validation for the Tenant ID (#​34152)
  • [Authorizations] RPA role has an Unspecified OwnerType (#​34144)
  • ExporterDirectorTransitionStep does not shut down gracefully when startup process is interrupted (#​34142)
  • Concurrency problem in CommandRedistributor (#​34083)
  • Operate v1 API is not returning result field in search responses (#​34069)
  • Missing Routing Column family in bootstrapped snapshot (#​33978)
  • Distributed commands are not distributed once a partition becomes active (#​33960)
  • S3 Backup store does not limit the number of concurrent downloads (#​33957)
  • Process instances get started from non-start event instead of signal event (#​33952)
  • [Authorizations UI] Batch operation permission list is incomplete (#​33914)
  • Missing RepositorySettings.location error in Optimize backups (#​33905)
  • Leader does not replicate the snapshot to follower (#​33889)
  • Backport the fix for ES templates getting overwritten during rolling update (#​33881)
  • Identity Group Users Response does not contain email addresses (#​33860)
  • Remove text-overflow: ellipsis from users table under roles in Identity (#​33772)
  • Thread starvation risk when taking backup on S3 (#​33726)
  • Include all states in PI stats OR filter (#​33700)
  • Unable to deploy process with boundary event without outgoing flows (#​33589)
  • Operate cannot deserialize IN_PROGRESS snapshot state in Opensearch (#​33516)
  • Zeebe's backup fails if a new snapshot is created before the snapshot is reserved (#​33499)
  • Cannot re-add variable with the same name after failed ADD_VARIABLE operation using Operate UI/REST-API (#​33337)
  • Process execution listener jobs are not cleaned up correctly (#​33237)
  • App switcher doesn't work in Operate/Tasklist/Identity (#​33212)
  • User owner type hidden incorrectly in authorization creation modal (OIDC mode) (#​33211)
  • CommandDistributionIdempotencyTest results in a segmentation fault (#​33186)
  • User tasks cannot be completed through the Tasklist V1 API when authentication with an M2M client. (#​33185)
  • BpmnProcessingException on activating boundary event of ad-hoc sub-process (#​33146)
  • Failed to dispatch message due to class ProtocolRequest cannot be cast to class ProtocolReply (#​33127)
  • Spring Boot Starter Camunda SDK ignores ZEEBE_CLIENT_CONFIG_PATH (#​33120)
  • Canceling user task during transition does not reject ongoing request, leading to timeout exception on a client side (#​33024)
  • Rawdata report settings tab is not scrollable (#​32775)
  • Optimize variable importer only parsing dates nested in objects (#​32714)
  • [Groups UI] Table assign user button does nothing (#​32577)
  • java.lang.ClassCircularityError: jdk/internal/misc/VirtualThreads thrown by grpc-virtual-executor (#​32572)
  • [Groups/Tenants] All existing users are getting assigned to the entity (#​32534)
  • Extra Backslashes Escaping Variable Values in Operate (Regression from 8.8) (#​32439)
  • Process KPI not showing when an end even is selected (#​32432)
  • [Tenants] Cannot assign users to default Tenant due to illegal character in tenantId (#​32421)
  • Backup restore fails due to lost+found (#​32393)
  • [Tenants UI] delete tenant prompt message is malformed in modal dialog (#​32377)
  • Security filter chain conflict (#​32368)
  • [Tenants

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.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
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 92a04cd to db2e479 Compare November 2, 2025 09:09
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.1 fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.2 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from db2e479 to fcde79d Compare November 8, 2025 19:59
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.2 fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.3 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from fcde79d to 978cef5 Compare November 19, 2025 03:59
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.3 fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.4 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/io.camunda-zeebe-client-java-8.x branch from 978cef5 to 42122d1 Compare November 27, 2025 19:55
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.4 fix(deps): update dependency io.camunda:zeebe-client-java to v8.8.5 Nov 27, 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.

1 participant