Broadleaf Commerce 6.2.11-GA
Released on August 22, 2024
This is the 11th patch release for Broadleaf Framework 6.2.x. To upgrade a 6.2.x application to the 6.2.11-GA release, it should only require updating the broadleaf-boot-starter-parent
to 6.2.11-GA in the parent pom.xml.
New and Noteworthy
Library version upgrades
The following libraries were upgraded:
- Spring: From 5.3.34 to 5.3.39
- Spring Security: From 5.8.11 to 5.8.13
- Jackson: From 2.16.1 to 2.17.2
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(2)
- Fixed the issue with cancel button for "Change Password" admin menu which didn't work as expected and left an empty popup modal. The functionality is same as the close button on the top right, so it's redundant to have it. Therefore, it has been removed.
- A fix for a previous bug introduced a condition where NPE is possible in
extractParent()
ofMediaFieldPersistenceProvider
when adding new product so added a null check.
Enhancements(6)
- Upgraded the libraries mentioned above.
- Added ability to change locale for currency with the property
currency.locale.change
- Added validation for the value fields for the offer.
- Added validation to avoid Orphaned Offer Code records by not allowing to save the offer code if the parent offer is not saved.
- Added check for empty url parameters in
BLC.js
andblc-admin-history.js
. - Merged bug fixes and enhancements included in 6.1.16-GA
Total Resolved Issues: 8