Broadleaf Microservices
  • v1.0.0-latest-prod

Sandbox Release Notes for 2.0.5-GA

Requirements

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

Important Updates

Spring Boot Upgrade

  • As of Broadleaf Release Train 2.0.4-GA, all microservices have been upgraded to Spring Boot 3.3

Enhancements

  • The ChangeDeploy unschedule feature now works for failed deployments marked with the ERROR_DEPLOY status

    • This effectively removes the deployment failure from the deployment screen in the admin

    • The failed deployment header message will also be removed from the one or more entity forms associated with the deployment

    • ChangeDetails associated with the failed transition sandbox entities in the resource tier are marked obsolete in order to make them inactive

    • If all ChangeDetails are made inactive, the sandbox state for the entity is archived

    • This serves as a method to remove deploy failures from visibility in the admin. The feature is usually engaged via the unschedule button in the deployments screen in the admin under the scheduled tab.

  • Added clean-up for completed scheduled tasks to prevent redundant memory consumption.