Broadleaf Commerce 6.0.11-GA
Released on October 1, 2020
Overview
This is the 11th patch release for Broadleaf Framework 6.0.x. To upgrade a 6.0.x application to the 6.0.11-GA release,
it should only require updating the parent pom.xml broadleaf-boot-starter-parent
to 6.0.11-GA.
New and Noteworthy
New purge job
There is a new job to purge archived workflow records. More information can be found here
Translations import
There is a new section called Translations
in the admin under Internationalization
menu. They can now also be imported.
Run these to setup necessary section and permissions
INSERT INTO BLC_ADMIN_SECTION (ADMIN_SECTION_ID, DISPLAY_ORDER, ADMIN_MODULE_ID, NAME, SECTION_KEY, URL, CEILING_ENTITY) VALUES (-29002, 3000, -29000, 'Translations', 'Translations', '/translations', 'org.broadleafcommerce.common.i18n.domain.Translation');
INSERT INTO BLC_ADMIN_SEC_PERM_XREF (ADMIN_SECTION_ID, ADMIN_PERMISSION_ID) VALUES (-29002, -130);
INSERT INTO BLC_ADMIN_SEC_PERM_XREF (ADMIN_SECTION_ID, ADMIN_PERMISSION_ID) VALUES (-29002, -131);
An at-a-glance view of the issues that were closed in this release:
Critical Bugs(1)
- Fixed the issue where scrolling didn't load new data.
Major Bugs(1)
- Fixed issues with locale specific number formats for currency and their validations in the admin
Minor Bugs(6)
- Fixed NPE caused in
FormBuilderService
when newContentTargeter
is created - Fixed the issue where radio buttons were not getting initialized
- Fixed the issue where Offer code's maximum usage value was not getting honored
- Fixed the issues with sorting listgrid when using certain filters
- Fixed few javascript errors and made admin compatible to ES5 / ES6
- Changed the clause to match
EntityNotFoundException
from equals to instanceOf so that extended exception also matches.
Enhancements(4)
- Adding the ability to support dashes in the system property names created/managed in the admin
- Reintroduce the support of
allowNoValueEnumOption
- Several enhancements in the logic to convert MVEL to SOLR translation
- Merged bug fixes and enhancements included in 5.2.18-GA
Total Resolved Issues: 12