Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 2.0.1-GA

Requirements

  • JDK 11 is now required for Broadleaf release trains 1.7.0-GA, and beyond.

New Features & Notable Changes

Feature/Notable Change Related Services Links

Introduce validation to ensure offer’s currency is specified if any MonetaryAmount fields are defined

OfferServices

See Offer Validation Properties

Bug Fixes

Issue Related Services

Fixed currency mismatch issue when applying offer onto a cart in a locale that has different currency

OfferServices

Upgrade Guide

Configuration Properties

Added Properties

  • broadleaf.offer.service.validate-offer-has-currency

    • Description: Whether validations to ensure that Offer#currency is specified if any of its MonetaryAmount fields are defined, such as Offer#cartSubtotal, Offer#maxSavingsPerOrder, etc.

    • Default value: false