Broadleaf Commerce 5.2.20-GA
Release Date: March 2, 2021
Overview
This is the 20th patch release for Broadleaf Framework 5.2.x. To upgrade a 5.2.x application to the 5.2.20-GA release, it should only require updating the parent pom.xml broadleaf-boot-starter-parent
to 5.2.20-GA.
New and Noteworthy
Library upgrades
- Commons Validator -> from 1.5.1 to 1.7
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(3)
- Removed
allowedValues
from hashCode and equals methods to avoid performance issues in case a product option has multiple allowed values - Fixed an issue on
ProductBundleImpl
which causes stackoverflow when calling equals or hashcode - Added logic to
FormBuilderServiceImpl
to allow currencies to be used in ruleBuilder dropdowns using currency code
Total Resolved Issues: 3