Changelog
For information on upgrading from previous versions, see the Workflow Common Library Migration Notes
Note on issue keys
Each update is referenced with an issue key which is an internal reference. You can quote this to ActiveViam support if you have any questions about an item listed below.
2.5.0
2025-03-17
Known issues
None.
Summary
- Workflow Service: A new Spring
IWorkflowService
has been added with the intention of centralizing all workflow-related activities. - Artifact relocation: Artifacts are now released under the group ID
com.activeviam.solutions
.
Added
Issue Key | Details |
---|---|
SO-590 | Updated the project artifact’s group ID. |
SO-693 | The Common Parent POM and Common Dependencies BOM dependencies have been upgraded to version 2.2.1. |
SO-747 | A new Spring IWorkflowService has been added with the intention of centralizing all workflow-related activities. |
SO-748 | The IAuditLogService has been updated in order to work with the newly developed Audit Service. |
Changed
Issue Key | Details |
---|---|
SO-654 | Data transfer objects (DTOs) and JPA entities have been updated to use Lombok. |
SO-680 | The status and exportStatusDetails fields of AProcessInstanceEntity can now be updated. |
Removed
Issue Key | Details |
---|---|
SO-775 | The IProcessDefinition::getMeasures and IProcessDefinition::setMeasures methods have been removed as they are not used. These changes propagate to AProcessDefinitionDTO and WorkflowProcessDefinitionDTO . |
2.4.1
2024-11-18
Summary
- Upgrade to Atoti Server 6.1.1 : The versions of the project dependencies have been updated to align with the dependency versions of Atoti Server 6.1.1.
Known issues
None.
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.1.1 |
Common Dependencies BOM | 2.1.0 (com.activeviam.apps) |
Common Parent POM | 2.1.0 (com.activeviam.apps) |
Java | JDK21 |
Changed
Issue Key | Details |
---|---|
LIM-1360 | Upgraded dependencies to fix CVEs. This includes upgrade to Atoti Server 6.1.1. |
2.4.0
2024-10-03
Summary
- Upgrade to Atoti Server 6.1.0 : The versions of the project dependencies have been updated to align with the dependency versions of Atoti Server 6.1.0.
- Activiti Upgrade : The Activiti dependency has been updated to 8.6.0 to run on Java 21 and align with Atoti Server 6.1.0
Changed
Issue Key | Details |
---|---|
SO-586 | Upgraded workflow-core module to Atoti Server 6.1.0 |