BroadleafCommerce 4.0.23-GA
Released on October 25, 2017
This is the 23rd patch release for the Broadleaf Commerce 4.0 framework.
Noteworthy Changes
Introduction of the "Incognito" mode for the Jobs/Events module
This mode is controlled via standard Spring properties, or system properties, and allows a developer workstation to launch against a shared development database in a more isolated way, but without forcing the developer to maintain a local Jobs/Events database. This mode also addresses some of the resiliency and cache invalidation issues noted previously.
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(3)
- When Custom Validator fails validation on Sku add, an NPE occurs when hasDefaultSku is called
- Add site id to the cache key to prevent incorrect lookups when an installation has multiple sites available
- Add method to the framework to query products that use a specific product option
Enhancements(1)
- Enhance ClassTransformer flexibility
Total Resolved Issues: 4