Broadleaf Commerce 6.0.19-GA
Released on August 25, 2022
Overview
This is the 19th patch release for Broadleaf Framework 6.0.x. To upgrade a 6.0.x application to the 6.0.19-GA release, it should only require updating the parent pom.xml broadleaf-boot-starter-parent
to 6.0.19-GA.
New and Noteworthy
Library upgrades
- ESAPI -> 2.1.0.1 to 2.3.0.0
- Antisamy -> 1.5.13 to 1.6.8
- Lombok -> 1.18.0 to 1.18.24
- Jackson -> 2.13.2 to 2.13.3
- Sunxml -> 2.3.1 to 3.0.2
New Property
There was a case reported by a client where old items removed by Workflow Item Purge
was available in a cache. This caused NPE for the users therefore, a null check was added in case stale data is fetched from a cache. Also added option to create a cache invalidation event after the job is complete which is enabled by this property:
should.create.cache.invalidation.event.on.sandbox.items.purge = true
An at-a-glance view of the issues that were closed in this release:
Enhancements(3)
- Updated the libraries mentioned above.
- Changed
createdBundles
collection from private to protected inblResourceBundlingService
- Updated all the headers and copyright dates in the files.
- Merged bug fixes and enhancements included in 5.2.25-GA
Total Resolved Issues: 3