Broadleaf AdvancedCMS 4.0.1-GA
Released on May 16, 2024
This is the 1st patch release for the Broadleaf Common Advanced CMS 4.0.x module. This module requires Broadleaf Framework 7.0.0-GA or greater.
An at-a-glance view of the issues that were closed in this release:
Enhancements(3)
- Removed deprecated method and class from module.
AdvancedCMSAdminAbstractControllerExtensionHandlerwas removed as well asremoveStructuredContentDTOsFromCache()fromContentZoneService - Removed deprecated
templatePathfield fromWidgetImpl. Here is MySql script to drop the columns in the database.ALTER TABLE BLC_WIDGET DROP COLUMN TEMPLATE_PATH; - Updated ID generator design for Hibernate 6. Replaced
@TableGeneratorwith@GenericGeneratorwith correct properties. - Improved formatting and cleaned up code throughout the module.
Total Resolved Issues: 3