Broadleaf Microservices
  • v1.0.0-latest-prod

Cart Operation Release Notes for 2.0.2-GA

Table of Contents
Tip
The 2.x versions are Spring Boot 3 compatible.

Requirements

  • JDK 17 is required for Broadleaf release trains 2.0.0-GA, and beyond.

Bug Fixes

  • Fixed currency mismatch when adding to cart in a different currency from the catalog’s default currency, along with PricingKey-targeted PriceData

  • Fixed paging not working when underlyingSize is present

    • When underlyingSize is present, it was used to set the Pageable’s pageSize instead of underlyingSize, causing the actual underlyingSize value to be 0

  • Fixed issue causing pricing-key-based PriceableTargets to not be created for some cart pricing scenarios (esp. a reprice when switching currencies). This caused the price of Variant-based products to not be found when communicating with the PricingService.