Broadleaf Commerce 5.2.22-GA
Release Date: September 30, 2021
Overview
This is the 22th patch release for Broadleaf Framework 5.2.x. To upgrade a 5.2.x application to the 5.2.22-GA release, it should only require updating the parent pom.xml broadleaf-boot-starter-parent
to 5.2.22-GA.
New and Noteworthy
New Nexus with 'https' endpoints
We have migrated to a new Nexus server which now supports https
. We encourage everyone to update the repository URLs with https
endpoints.
To update, replace the URL prefix http://nexus.broadleafcommerce.org/...
with https://nexus2.broadleafcommerce.org/...
.
Library upgrades
- XML bean -> from 2.4.0 to 5.0.0
- Jquery-ui -> 1.10.2 to 1.12.1
Note: If there are references to 'jquery-ui-1.10.2.custom.js' file in header or footer, update it to 'jquery-ui-1.12.1.custom.js'.
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(2)
- Removed an unused static reference to
TranslationImpl
inTranslationServiceImpl
. This reference can cause a startup issue with class transformations. - Added an extension manager to fix the issue with template files cache which are not getting invalidated/updated after changes are made.
Enhancements(3)
- Added the ability for
DirectCopyClassTransformer
to replace a class-level@Cache
annotation - Updated the URLs of repositories and distribution with
https
endpoints. - Upgraded Apache xml bean to the latest version
Total Resolved Issues: 5