CIB seven 2.1.3 EE - Release Notes
Release Notes
Release Date: January 22, 2026
Highlights
- Major upgrade to
Wildfly 37.0.1.Finalwith enhanced Jakarta support and improved security. - Enhanced multi-engine support with token caching, authentication optimization, and flexible configuration.
- Ability to add new file variable for process instances.
- Comprehensive accessibility improvements with
eslint-plugin-vuejs-accessibilityintegration. - Resolved multiple high-severity CVE vulnerabilities in
log4j,qs,org.lz4, andnetty.
New Features
Multi-Engine Support
- Support connections to multiple engines from a single CIB seven webclient.
- Implemented token caching mechanism for logged-in engines to improve performance and user experience.
- Enhanced multi-engine REST configuration with support for custom
jwtSecretat URL and path level. - Improved multi-engine REST with customizable text, tooltips, and correct mapping.
- Fallback path to
/engine-restif not explicitly set. - Implemented pseudo-authentication filter for multi-engine environments.
Multi-Engine Support for Embedded Forms
- Use middleware for embedded forms instead of direct calls to
engine-restfrombpm-sdk. - Construct embedded form URLs based on engine configuration.
- Added endpoints to retrieve rendered HTML forms.
- Implemented middleware proxy for form content to resolve CORS issues.
- Updated deployed form retrieval to return bytes and proper content type.
Engine Configuration
- Added
authGroupFilterThresholdoption to optimize authentication group filtering and improve SQL query performance. - Refactored configuration prefixes from
quarkus.camundatoquarkus.cibseven.
Variables
- Ability to add new file variable for process instances.
- Ability to change existing variables to file type.
- Added file download handlers and endpoint for task variable data retrieval.
Batch Operations
- Added
skipSubprocessesparameter for batch stop of process instances (asynchronous). - Improved internationalization for batch operations.
Human Tasks
- Added ability to toggle ’task id’ column in Human Tasks table.
User Experience Improvements
- Improved consistency and accessibility for action buttons across tables.
- Added deployment date display in process definition.
- Improved TTL (Time To Live) handling: allow setting to unlimited, enhanced UI, and improved modal layout.
- Improved mobile navigation menu and header for better usability on small screens.
- Improved assignee cell interaction with copyable button and action button.
- Improved sorting criteria modal dialog.
- Improved tab navigation in decisions section.
- Improved login form and secure input with button components for better accessibility.
- Improved profile user tab handling and data structure.
- Improved action buttons for forms in Tasklist on small screens.
Bug Fixes
- Fixed: Modify/restart process instance functionality now works correctly.
- Fixed: Service task with running incidents can now be canceled.
- Fixed: Alignment of definition version header in
ProcessInstancesBatchTable. - Fixed: Enhanced
drawToolButtonsto combine active activity IDs from historic and runtime statistics. - Fixed: Http-connector module for Wildfly distribution.
- Fixed:
IconButton.vueduplication issue resolved. - Fixed: Header display and layout issues for small screens.
- Fixed: Added null checks and error handling for zoom functionality in
BpmnViewer. - Fixed: Various embedded forms issues including URL construction, API URI handling, and error logging.
- Fixed: JWT secret decoding in multi-engine configuration.
- Fixed: Handling of empty path strings in multi-engine REST.
Technical Updates
Dependency Updates
- Update
Wildflyfrom37.0.0.Finalto37.0.1.Final - Update
Spring Bootfrom3.5.7to3.5.9 - Update
log4jto2.25.3 - Update
qsfrom6.14.0to6.14.1 - Update
cibseven-componentsto2.1.3 - Update
jib-maven-pluginto3.5.1 - Update
tomcatfrom10.1.48to10.1.49 - Update
jacksonfrom2.15.2to2.19.4
Resolved CVE Vulnerabilities
High Severity
- CVE-2025-66566 - Fixed in
org.lz4andnettymodules for Wildfly. - CVE-2025-15284 - qs’s arrayLimit bypass allowing DoS via memory exhaustion. Fixed in
qs<6.14.1via@cypress/requestdependency. Note: This package is used only for testing and is not present in the production code of the CIB seven platform deployed at customer sites. - CVE-2025-68161 - Fixed in
log4jby updating to2.25.3. - CVE-2025-13151 - Fixed Stack-based buffer overflow in
libtasn1by updating to4.21.0-r0. The vulnerable library was included transitively via the Alpine base image.
Testing & Quality
- Added and enhanced Cypress e2e tests: login/logout, add/remove variables.
- Reduced test output during test runs and cleaned up test source code.
- Added simple unit tests for authentication group filtering logic.
- Added tests for latest header changes.
- Added use cases for file variables.
Build & Configuration
- Updated Tomcat ports to dynamic allocation with port reservation during initialization.
- Removed old
wildfly26distribution and related profiles. - Updated QA files for Wildfly to use Jakarta.
- Adapted embedded-engine-rest QA profile to newer Wildfly versions.
- Optimized Docker image build process with updated Jib settings.
- Improved npm publish scripts and added additional exports.
- Exported
createProvideObjectmethod for shared functionality. - Refactored configuration prefix from
quarkus.camundatoquarkus.cibseven. - Updated dependency names from
camunda-engine-cdi-jakartatocibseven-engine-cdi-jakarta. - Updated feature name from
camunda-platform-enginetocibseven-engine. - Updated documentation, badges, and branding for Quarkus Extensions.
- Improved code readability and maintainability with modern JavaScript patterns.