Broadleaf Commerce 6.2.12-GA
Released on November 11, 2024
This is the 12th patch release for Broadleaf Framework 6.2.x. To upgrade a 6.2.x application to the 6.2.12-GA release, it should only require updating the broadleaf-boot-starter-parent
to 6.2.12-GA in the parent pom.xml.
New and Noteworthy
Library version upgrades
The following libraries were upgraded:
- Spring Security: From 5.8.13 to 5.8.15
- Hibernate Validator: From 6.1.7 to 6.2.5
- Solrj: From 8.11.3 to 8.11.4
- Protobuf: From 3.25.3 to 3.25.5
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(3)
- Fixed the issue where roles and permissions selectize input in
Admin User
entity form overlaps sometimes when selecting and removing items. Added timeout inblc-admin.js
- Fixed the issue where modified product in the child catalogs were failing the product validation. Updated
validateIfProductIsProdRecord()
inValidateAddRequestActivity
. - Filter builders and rule builders utilize
DOMNodeInserted
which is now deprecated from Google Chrome. Therefore, updatedfilterbuilder.js
andquery-builder.js
to useMutationObserver
instead.
Enhancements(1)
- Upgraded the libraries mentioned above.
Total Resolved Issues: 4