Broadleaf ProductType 3.0.1-GA
Released on May 16, 2024
This is the 1st patch release for the Broadleaf Product Type 3.0.x module. This module requires Broadleaf Framework version 7.0.1-GA or greater.
An at-a-glance view of the issues that were closed in this release:
Major Bug(1)
- Fixed the issue where
ProductOptionsProcessor
in current version(7.0) does not return the same results as previous versions.
Minor Bugs(2)
- Fixed the issue where some entities were getting corrupted during add-on validation. Fixed
validateProductAddOn()
onProductAddOnXrefCustomPersistenceHandler
to not change the state of validated entity. - Fixed various foreign key constraint issues during purging jobs of sandbox clones.
Enhancements(4)
- Added
AdvancedAddOnProductUrlModifierExtensionHandler()
to add ability to preview Add-on products on site. - Extracted ProductAddOn validation logic into a separate class. Added
ProductAddOnValidation
andProductAddOnValidationImpl
- 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: 7