-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
7.15.0
-
None
What is the problem?
The DeploymentCache.removeDeployment method (https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/deploy/cache/DeploymentCache.java#L310-L319) performs the same functionality as part of the DeploymentManager.deleteDeployment method (https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/DeploymentManager.java#L126-L129).
AC:
Reduce code duplication for the following features:
- Remove definitions from CmmnModelInstanceCache by deployment id;
- Remove definitions from DmnModelInstanceCache by deployment id;
- Remove DecisionRequirementsDefinitions for a deployment;
Hints (optional):
The duplication was reported in CAM-13205 and PR 1365.
This is the controller panel for Smart Panels app
- is related to
-
CAM-13205 If DMN is disabled ACT_RE_DECISION_REQ_DEF is accessed but not created
- Closed