Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

8.5+gen22

Choose a tag to compare

@vheinila vheinila released this 10 Jun 07:46
· 6 commits to stable/8.5 since this release
fa0ad08

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

Full Changelog: camunda/camunda@operate-8.5.13...operate-8.5.15

Tasklist

💊 Bugfixes

  • update fni state field index mapping (#5179)
  • minor improvements over variable search (#5160)

🧹 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+found is 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)