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.
AdvancedCMSAdminAbstractControllerExtensionHandler
was removed as well asremoveStructuredContentDTOsFromCache()
fromContentZoneService
- Removed deprecated
templatePath
field 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
@TableGenerator
with@GenericGenerator
with correct properties. - Improved formatting and cleaned up code throughout the module.
Total Resolved Issues: 3