Documentation Home

Broadleaf Commerce 7.0.3-GA

Released on November 18, 2024

This is the 3rd patch release for Broadleaf Framework 7.0.x. To upgrade a 7.0.x application to the 7.0.3-GA release, it should only require updating the parent pom.xml broadleaf-boot-starter-parent to 7.0.3-GA.

New and Noteworthy

Library version upgrades

  • Hibernate: Updated from 6.2.13 to 6.2.31
  • Guava: Updated from 32.1.3 to 33.0.0
  • Protobuf: Updated from 3.24.4 to 3.25.5
  • Gson: Updated from 2.7 to 2.10.1

Incorrect Index Name

For the column COUNTY in the table BLC_ADDRESS, the index is named ADDRESS_COUNTRY_INDEX, but it should be ADDRESS_COUNTY_INDEX. It should be updated in the database. For example, this is MySql statement to update the index.

ALTER TABLE BLC_ADDRESS RENAME INDEX ADDRESS_COUNTRY_INDEX TO ADDRESS_COUNTY_INDEX;

An at-a-glance view of the issues that were closed in this release:

Minor Bugs(2)

  • Filter builders and rule builders utilize DOMNodeInserted which is now deprecated from Google Chrome. Therefore, updated filterbuilder.js and query-builder.js to use MutationObserver instead.
  • Update the default antisamy-myspace.xml file which is default config for Anitsamy in the framework.

Enhancements(3)

  • Updated libraries mentioned above.
  • Added a service class blMessageService to be used instead of deprecated BLCMessageUtils.
  • Merged bug fixes and enhancements included in 6.2.12-GA

Total Resolved Issues: 5