This repository was archived by the owner on Apr 6, 2026. It is now read-only.
8.5+gen22
Overview
Camunda application in this release generation:
- Identity: 8.5.17
- Operate: 8.5.15
- Tasklist: 8.5.17
- Zeebe: 8.5.19
Identity
No changes
Operate
What's Changed
- Release/operate 8.5.13 by @pedesen in camunda/camunda#30576
- fix: update Spring Boot to 3.3.10 by @ThorbenLindhauer in camunda/camunda#30437
- refactor: remove CDN font-path by @pedesen in camunda/camunda#21363
- deps: Update all non-major dependencies (stable/operate-8.5) by @renovate in camunda/camunda#30904
- deps: Update version.swagger-annotations to v2.2.30 (stable/operate-8.5) by @renovate in camunda/camunda#30907
- fix: Operate variable values are null when MIGRATED and CREATED by @mihail-ca in camunda/camunda#29623
- deps: Update dependency http-proxy-middleware to v3 [SECURITY] (stable/operate-8.5) by @renovate in camunda/camunda#31149
- deps: update identity and operate versions by @vitorwtavares in camunda/camunda#31682
- fix: correct zeebe and identity version in pom file for operate 8.5.14 release by @vitorwtavares in camunda/camunda#31811
- chore: upgrade springboot to 3.3.11 to resolve CVE-2025-31650 by @georgios-goulos in camunda/camunda#31810
- 8.5 backport - Operate collapsed subprocess badges for incidents by @vitorwtavares in camunda/camunda#31990
- [Backport stable/operate-8.5] fix: remove elastic.co Maven repository by @backport-action in camunda/camunda#32164
- [Backport stable/operate-8.5] fix: Operate Opensearch importer throws IllegalFormatConversionException by @backport-action in camunda/camunda#32229
- [Backport stable/operate-8.5] fix: Big decision evaluation failures can't be indexed by @backport-action in camunda/camunda#32468
- [Backport stable/operate-8.5] fix: use correct logger class in DecisionType by @backport-action in camunda/camunda#32545
- deps: Update camunda/tasklist Docker tag to v8.5.16 (stable/operate-8.5) by @renovate in camunda/camunda#32568
- deps: Update stefanzweifel/git-auto-commit-action digest to ae11462 (stable/operate-8.5) by @renovate in camunda/camunda#32565
- deps: Update alpine Docker tag to v3.19.7 (stable/operate-8.5) by @renovate in camunda/camunda#32567
- deps: Update dependency com.google.protobuf:protobuf-bom to v3.25.7 (stable/operate-8.5) by @renovate in camunda/camunda#32580
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.783 (stable/operate-8.5) by @renovate in camunda/camunda#32579
- deps: Update camunda/zeebe Docker tag to v8.5.18 (stable/operate-8.5) by @renovate in camunda/camunda#32578
- deps: Update all non-major dependencies (stable/operate-8.5) (patch) by @renovate in camunda/camunda#32566
- deps: Update dependency io.camunda:zeebe-bom to v8.5.18 (stable/operate-8.5) by @renovate in camunda/camunda#32594
- deps: Update version.lucene to v8.11.4 (stable/operate-8.5) (patch) by @renovate in camunda/camunda#32598
- deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8.11.4 (stable/operate-8.5) by @renovate in camunda/camunda#32597
- deps: Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.12 (stable/operate-8.5) by @renovate in camunda/camunda#32596
- deps: Update version.swagger-annotations to v2.2.32 (stable/operate-8.5) (patch) by @renovate in camunda/camunda#32603
- deps: Update dependency com.google.protobuf:protobuf-bom to v3.25.8 (stable/operate-8.5) by @renovate in camunda/camunda#32727
- deps: Update version.identity to v8.5.17 (stable/operate-8.5) (patch) by @renovate in camunda/camunda#32774
- deps: Update camunda/identity Docker tag to v8.5.17 (stable/operate-8.5) by @renovate in camunda/camunda#32773
- deps: Revert Update version.lucene to v8.11.4 by @kristinkomschow in camunda/camunda#33134
- deps: update operate and zeebe dependencies for 8.5.15 by @kristinkomschow in camunda/camunda#33081
Full Changelog: camunda/camunda@operate-8.5.13...operate-8.5.15
Tasklist
💊 Bugfixes
🧹 Chore
- bump zeebe and identity versions (#5185)
- changelog clean up (#5183)
- align version drift (#5181)
- update CHANGELOG.md
- update CHANGELOG.md
- bump dependencies 8.5 release (#5167)
- update CHANGELOG.md
- upgrade springboot to 3.3.11 to resolve CVE-2025-31650 (#5168)
- fix visual regression mock data (#5161)
- update CHANGELOG.md
Zeebe
version:8.5.19
Bug Fixes
Java Client
- Spring-SDK: camunda.client.tenant-id(s) is not picked up for worker setup in 8.7 (#32464)
- Disabling camunda/zeebe client in SDK causes spring autoconfigure to fail (#32104)
Misc
- java.lang.ClassCircularityError: jdk/internal/misc/VirtualThreads thrown by grpc-virtual-executor (#32572)
- Backup restore fails due to
lost+found(#32393) - Spring SDK: Job Worker tenantIds values are overridden by global defaults (#32015)
- Deserialization errors in Exporter are retried to aggressively (#31919)
Merged Pull Requests
- Log and exit application on fatal class circularity error (#32756)
- feat: add broker version to PartitionTransitionContext to simplify testing (#32640)
- [Backport stable/8.7] feat: skip running all migrations when zeebe is run for the first time (#32639)
- fix: do not retry deserializing a record in ExporterDirector (#32525)
- [stable/8.7] fix: assemble worker default tenant id config correctly (#32475)
- Golden event appliers (#32450)
- feat: skip running all migrations when zeebe is run for the first time (#32419)
- fix: restore even when
lost+foundis found (#32399) - feat: when a migration is performed try to perform a snapshot immediately (#32388)
- refactor: maven central repository (#32136)
- Remove invalid maven combine.children usage (#32124)
- fix: do not initialize SDK if client is disabled (#32107)
- fix: make actuator autoconfigure and micrometer optional in spring sdk (#31991)
- feat: custom camunda client enabled condition (#30788)
- bugfix: message cardinality can be broken by instance migration (#27114)