Documentation Home

1.1.0 to 1.2.0 Migration

This module upgrade requires at least Broadleaf 4.0.0-GA

Exhaustive diff of changes

What's changed?

  • Custom field fetch queries can now be extended by other modules, particularly multi-tennant
  • Custom fields can now be saved and can be retrieved all at once
  • Page and AdminUser are now supported
  • Misc. improvements and bug fixes

Migration

In your application's pom.xml, change the version for broadleaf-custom-field to 1.2.0-GA

Application Context Registration

As of Broadleaf 4.0, each BLC module's application contexts do not need to be manually listed in your project's admin/web.xml or site/web.xml. Instead, the module's application context registration will be done automatically. See the Broadleaf 4.0 migration notes for further details.