Open Issues Need Help
View All on GitHub help wanted question
good first issue
Task-Lock for clustered environments may not be applied correctly about 2 months ago
help wanted
Typo in HTTP Header-Name for XSRF-Token? 6 months ago
help wanted question
help wanted
Add more Camunda 8 Acceptance-Tests 6 months ago
good first issue
Support Camunda 8 Multi-Tenancy 7 months ago
good first issue
good first issue
help wanted
C8: Authentication & Credential-Management 8 months ago
help wanted
Resolve Configuration-Mess for Camunda8 URLs 8 months ago
help wanted
Remove Java 8 compatibiltiy for `kadai-adapter-camunda-listener` and `kadai-adapter-camunda-outbox-rest` 11 months ago
help wanted
help wanted
C8: Unified configuration of SystemUrls for C7 and C8 11 months ago
AI Summary: The issue proposes refactoring the configuration of Camunda system connector URLs. Currently, Engine and Outbox REST URLs are configured using a non-standard, pipe-separated string format within `application-properties`, which is difficult to read and parse. The suggested solution is to replace this custom parsing with Spring Boot's `@ConfigurationProperties`, utilizing a `List<CamundaSystemConfig>` where `CamundaSystemConfig` is a dedicated object encapsulating both required URLs, thereby improving configuration clarity and maintainability.
Complexity:
3/5
help wanted question