Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 2.0.1

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.

Important Updates

  • Workflow transition performance refactoring. See Workflow Transition Performance.

  • New properties related to workflow transition behavior config

  • Two new columns added to blc_change_summary (see sandbox.[platform].changelog-master.xml)

    • last_deploy_relation - varchar holding the last ChangeDeploy id to which this ChangeSummary was associated, if applicable.

    • last_group_relation - varchar holding the last ChangeSummaryGroup id to which this ChangeSummary was associated, if applicable.

  • Two new indexes added to blc_change_summary (see sandbox.[platform].changelog-master.xml)

    • Single column index on last_deploy_relation

    • Single column index on last_group_relation