CIB seven 2.1.2 CE+ - Release Notes
Release Notes
Release Date: December 17, 2025
Highlights
- Initial setup page for creating the first admin user when no users exist
- Switch between legacy Quartz cron expressions and Spring 5.3 cron syntax
- Direct filtering in task list by writing parameters in the URL
- Enhanced security with resolved critical vulnerabilities
- Improved component architecture with unified
@cib/common-frontendinterface
New Features
Initial Setup & User Management
- Initial setup page appears when no users exist in the system
- Backend support for creating initial admin user with admin rights
- Setup restricted to internal user provider only
- Automatic detection of missing authentication
- Initial user creation only occurs if no admin group exists
Task Management
- Direct filtering in task list by writing parameters in the URL
Cron Expression Migration
- Support for migration of Quartz 2.5.0 cron expressions to Spring 5.3 syntax
- Quartz syntax support with automatic patching warnings
- Configurable
cronTypeandsupportLegacyQuartzSyntaxparameters to switch betweenQUARTZandSPRING53syntax in run, Tomcat, and Wildfly cofiguration files - Default
cronTypeisQUARTZ
User Experience Improvements
- Helper text added to deployments search
- Enhanced variable scope output in variables table
- Removed old Camunda link when URL is not set
Bug Fixes
- Fixed sub-process scope of variables not always being shown
- Fixed authorization inconsistency in Tomcat distribution
- Fixed
ACCESSpermissions for application - Resolved issues with
checkCockpitRightsmethod in REST services - Fixed multiple
@cib/bootstrap-componentsembedding issue across stack of projects
Technical Updates
Dependency Updates
- Update
Spring Bootto3.5.7 - Update
Logbackto1.2.13 - Update
Tomcatto10.1.48 - Update
@cib/bootstrap-componentsto1.0.2 - Update
@cib/common-frontendto1.0.2 - Update
Reactfrom19.1.0to19.1.2in documentation generator
Resolved CVE Vulnerabilities
High Severity
- CVE-2025-55182 - CVSS 10.0. Critical React vulnerability with maximum severity rating. Note: This React package is only used for documentation page generation and is not present in the production code of the CIB seven platform deployed at customer sites.
Medium Severity
- One vulnerability resolved in documentation generator third-party dependencies
Low Severity
- One vulnerability resolved in documentation generator third-party dependencies
Testing & Quality
- Added mandatory
no-duplicate-imports,no-var, andprefer-constESLint rules - Enhanced package and utils tests
- Resolved specific issues reported by SonarQube analysis
- Consolidated type conversion tests for
AddVariableModalUI - Improved test performance with parallel builds
Build & Configuration
- Improved
cib-bootstrap-components,cib-common-frontendandcibseven-componentsCI/CD pipelines - Added ability to deploy
cibseven-sql-scriptsartifact to Maven Central - Authorization check
camunda.bpm.authorization.enableddefaulted as true inwebclient-core - Cleaned up references to deprecated
cib-common-components