|
Tip
|
The 2.x versions are Spring Boot 3 compatible. |
Added globalComponents to the AugmentedContainer DTO to support global component augmentations.
These components are not tied to a specific container instance and can be reused across multiple containers.
Added support for "characteristics" on BusinessType DTO:
Introduced BusinessTypeCharacteristic and Characteristic DTOs.
BusinessType now includes a characteristics list.
Enhanced augmentation handling:
Added repository/service methods to find and manage augmentations by containerKey and characteristic data.
Implemented logic to create or update characteristic augmentations in MetadataProductBusinessTypeModifiedHandler.
Minor refactoring and documentation update.