Broadleaf Microservices
  • v1.0.0-latest-prod

Notification Release Notes for 2.1.2-GA

Tip
The 2.x versions are Spring Boot 3 compatible.

New Features & Notable Changes

  • Updates were made to usages of the ContextRequest domain:

    • Deprecated forceCatalogForFetch in favor of forceFilterByCatalogIncludeInheritance.

    • Introduced forceFilterByCatalogIncludeInheritance flag that controls the narrowing logic to only filter on the specified catalog within the context rather than the whole catalog hierarchy.

  • Updated MessageProperties to use CaseInsensitiveMap when storing the tenant and application related properties.

    • ENV properties will be converted to lowercase by Spring — in the case of UUIDs for Applications and Tenants, there can be a mismatch when the casing changes, so CaseInsensitiveMap addresses this issue.

Bug Fixes

  • Fixed an issue where the cancellation email for orders or items was not sent due to a template error.