Broadleaf Microservices
  • v1.0.0-latest-prod

Admin Metadata Release Notes for 2.3.0-GA

Table of Contents
Tip
The 2.x versions are Spring Boot 3 compatible.

Requirements

  • JDK 17 is required for Broadleaf release trains 2.0.0-GA, and beyond.

Notable Changes

  • 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.