version:8.9.0-alpha1
Enhancements
Misc
- Mark batchOperations as
FAILEDif all partitions have failed (#37821) - I can download the diagram as bpmn xml file (#22005)
Bug Fixes
Misc
- Activateable jobs with
NO_CATCH_EVENT_FOUNDelement id after old incident is resolved (#39853) - All process instances are affected by batch operations if a process with all versions is selected (#39848)
- Camunda 8.7 REST client fails on unknown response properties on job activate (#39675)
- Job completion throws wrong error code (#39672)
- c8run: --port isn't printed in "endpoints" dialogue (#39604)
- Tasklist/Operate versions are wrong on the 8.8 release (#39559)
- ProcessModelReader NPE (#39534)
- 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)
- Reject Process Instance Migration with Duplicate Sequence Flow Mapping to The Same Target (#39237)
- Public start forms link redirects to login page (#39234)
- Java Client Response ProcessDefinition is missing field
hasStartForm(#38941) - Inconsistency between mandatory fields in ui vs api for the user update request (#38847)
- Prevent storing sessions when using OIDC for API calls (#37983)
- Variables on elements without instances are not shown in modification mode (#37187)
- Sorting arrows incorrect in Authorizations data tables (#34903)
- RuntimeException: Expected to activate jobs of type '..', but no jobs available and at least one broker returned 'RESOURCE_EXHAUSTED' (#25806)
Maintenance
- Refactor BatchOperation Scheduler for better modularity (#36751)
- Add ArchUnit test to ensure methods annotated by
@VisibleForTestingare called only in appropriate contexts (#26687)
Merged Pull Requests
- fix: fix api-key input parameter for fossa checks (#40159)
- ci: ensure Minimus credentials in all places (#40155)
- fix: return 503 on job activation resource exhaustion (#39985)
- feat: Support for spring proxy classes in Camunda annotation processing (#39958)
- 37204-refactor-requestHelpers (#39859)
- test: added tests for search element instance api (#39809)
- fix: do not wrap parse exceptions as problems (#39673)
- fix: ignore unknown response properties in zeebe client (#39669)
- 37204-test-resource-api (#39644)
- fix: support zoned ISO 8601 date-time in camunda client (#39611)
- 37204-test-deploy-resource-api (#39555)
- test: added tests for process definition get, get start form and get xml (#39537)
- [Backport stable/8.8] fix failing operate ITs (#39402)
- test: reenable and fix failing operate ITs (#39385)
- 37204-test-process-definiton-api (#39378)