Roman Smirnov
Roman Smirnov
### Description When performing a parent aggregation, the deserialization of the search response failed because the parent aggregate deserializer was not registered. This PR introduces a `ParentAggregate` and provides a...
### Which problem does the PR fix? https://github.com/camunda/camunda-platform-helm/issues/1661 ### What's in this PR? ### Checklist Please make sure to follow our [Contributing Guide](../blob/main/CONTRIBUTING.md). **Before opening the PR:** - [ ]...
### Which problem does the PR fix? Following up with https://github.com/camunda/zeebe/pull/17467, Zeebe was migrated to Spring Webmvc. That way, the property to configure the context path in the Gateway changes....
**Related to:** With https://github.com/camunda/zeebe/issues/17062, Operate and Zeebe share the same Spring configuration. This means now Operate also opens a management port on `9600`. **Overview:** Ensure that the management port is...
**Related to:** With https://github.com/camunda/zeebe/issues/17062, Operate is distributed together with Zeebe as a Single JAR (Distribution). By that, the Operate configuration is part of the `application.yaml` file and no longer in...
### Which problem does the PR fix? closes #1646 ### What's in this PR? ### Checklist Please make sure to follow our [Contributing Guide](../blob/main/CONTRIBUTING.md). **Before opening the PR:** - [...
**Steps to reproduce:** 1. Create the following diagram  2. Try to re-import, then the following exception is thrown: ``` element referenced by #sourceRef not yet drawn ``` **Problem:** The...
If the attribute "isPlanningTableCollapsed" is to `true` then containing discretionary item should not be depicted. They should only depicted if the attribute is set to `false`.
## Description The Single Application only gets ready, when all components (Broker, Operate including importer and archiver) are started. To start the importer and archiver, Operate needs the partitions count....
## Description ## Related issues closes #