Broadleaf Enterprise 4.0.6-GA
Released on Oct 11, 2019
This is the 6th patch release for the Broadleaf Enterprise 4.0.x module. This module requires Broadleaf Framework version 6.0.6-GA or greater.
New And Noteworthy
Introduced enterprise.sku.generation.context
property to determine whether SKU generation is done in Production or Sandbox. It can be set to PRODUCTION
, SANDBOX
, or SANDBOX_WITH_THRESHOLD
PRODUCTION
: Generation is done in the production.SANDBOX
: Generation is done in the sandbox.SANDBOX_WITH_THRESHOLD
: Generation is done in the sandbox unless the maximum number of permutations exceeds the threshold. The threshold is set by additional propertyenterprise.sku.generation.context.permutation.threshold
which is set to 100 by default.
An at-a-glance view of the issues that were closed in this release
Major Bugs(1)
- Fix for MySQL 5.7+ to address performance issues with Sandbox-related queries
Minor Bugs(8)
- Uploading asset through Product primary image doesn't set that asset as the primary image
- Fixed an issue where sub-category re-ordering was not promotable
- Added a NPE check in the
detachAndEvict
method ofEnterpriseOrderDao
- Fixed issue when field is not highlighted for adorned collection metadata
- Allow class references to work with Hibernate proxies
- Fixed an issue where promotions may cause "Connection is read-only error"
- Fixed named-query null check compare
- Fixed the error in
csr-oms-layout.js
Enhancements(3)
- Refactor Enterprise SKU Generation to use paging & conditionally apply SKUs directly to production
- Added a hook point to skip a field when doing a deep refresh of a cart
- Improve the category hierarchical in the UI
Total Resolved Issues: 12