We’ve published a new maintenance release, Operaton 2.1.4, alongside an early milestone preview of the upcoming 2.2 line, Operaton 2.2.0-M3.
Operaton 2.1.4 — recommended update
2.1.4 bumps the Spring Boot baseline from 4.0.7 to 4.0.8 and Spring Framework from 7.0.8 to 7.0.9, picking up the latest fixes on their maintenance lines. There are no database schema changes and no REST API changes, so upgrading
from 2.1.x is a drop-in replacement. We recommend all 2.1.x users update.
- Release notes: 2.1 | Operaton Documentation
- GitHub release: Release v2.1.4 · operaton/operaton · GitHub
Operaton 2.2.0-M3 — milestone preview
This milestone brings two preview features we’d like feedback on before they land in a final release:
New web applications (webapps-neo). A new, Preact-based implementation of the web apps, integrated alongside the existing legacy webapps. Includes a first administrator setup screen, plus follow-up fixes for packaging and a handful of security defects found reviewing it against a real build.
SKIP LOCKED job acquisition. The job executor can use FOR UPDATE SKIP LOCKED so parallel nodes skip rows already locked by another node instead of blocking — reduces contention in clustered setups. Opt-in via ProcessEngineConfiguration#setJobExecutorAcquireWithSkipLocked(true) (or operaton.bpm.job-executor-acquire-with-skip-locked: true in Spring Boot). Config/API may still change before the final release — try it and let us know how it goes.
Also in this milestone: SpringBoot 4.1.1, WildFly 41, Quarkus 3.33.3.1.
- Release notes (draft): 2.2 (DRAFT) | Operaton Documentation
- GitHub prerelease: Release v2.2.0-M3 · operaton/operaton · GitHub
The Operaton Team