Broadleaf Commerce 6.0.18-GA
Released on April 5, 2022
Overview
This is the 18th patch release for Broadleaf Framework 6.0.x. To upgrade a 6.0.x application to the 6.0.18-GA release, it should only require updating the parent pom.xml broadleaf-boot-starter-parent to 6.0.18-GA.
New and Noteworthy
New property
There have been reports of performance issues due to the paging size in the queries created in RelationshipOverrideUtil. Therefore, added ability to control the paging size and changed default to 800. Here is the property to control paging size.
relationship.queries.page.size=800
Library upgrades
- Thymeleaf -> 3.0.13 to 3.0.15
- Jackson -> 2.11.3 to 2.13.2
- Commons-io -> 2.8.0 to 2.11.0
- Tika-core -> 1.22 to 2.3.0
- Antisamy -> 1.5.7 to 1.5.13
- Protobuf -> 3.19.2 to 3.19.4
An at-a-glance view of the issues that were closed in this release:
Enhancements(3)
- Added the logic to replace the broken images with a placeholder in
new-admin.js - Updated the libraries mentioned above.
- Merged bug fixes and enhancements included in 5.2.24-GA
Total Resolved Issues: 3