Broadleaf Commerce 6.0.14-GA
Released on June 25, 2021
Overview
This is the 14th patch release for Broadleaf Framework 6.0.x. To upgrade a 6.0.x application to the 6.0.14-GA release,
it should only require updating the parent pom.xml broadleaf-boot-starter-parent
to 6.0.14-GA.
New and Noteworthy
Product Duplication
There is a new feature to allow duplication of a product from the Admin. Duplication is done in the production with Activation Date
set to a year in the future. It is expected that URL
, Name
and Activation Date
will be edited by the user after duplication.
The option is available under the dropdown menu next to 'Save' button of the product. Property to enable the feature:
admin.entity.duplication.isactive=true
Library upgrades
Following are the various libraries upgraded to address the security vulnerabilities
- Apache Httpclient -> from 4.5.6 to 4.5.13
- Hibernate Validator -> from 6.0.18 to 6.0.22
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(2)
- Fixed the issue where entity lookups are displaying empty fields when participating in an
adornedTargetCollection
relationship. - Fixed the issue where Decimal Field Validation would fail after switching locale which would cause change in format like
0.00
to0,00
.
Enhancements(1)
- Merged bug fixes and enhancements included in 5.2.21-GA
Feature(1)
- Implemented a new feature to duplicate a product in the same catalog.
Total Resolved Issues: 4