Open Issues Need Help
View All on GitHub help wanted question
good first issue
help wanted
Typo in HTTP Header-Name for XSRF-Token? 7 months ago
help wanted question
help wanted
Add more Camunda 8 Acceptance-Tests 8 months ago
good first issue
Support Camunda 8 Multi-Tenancy 8 months ago
good first issue
good first issue
help wanted
C8: Authentication & Credential-Management 9 months ago
help wanted
Resolve Configuration-Mess for Camunda8 URLs 10 months ago
help wanted
Remove Java 8 compatibiltiy for `kadai-adapter-camunda-listener` and `kadai-adapter-camunda-outbox-rest` about 1 year ago
help wanted
help wanted
C8: Unified configuration of SystemUrls for C7 and C8 about 1 year 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