Broadleaf Microservices
  • v1.0.0-latest-prod

Catalog Browse Release Notes for 2.1.1-GA

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 hydrating prices from external Pricing Service onto of Merchandising Products in search results

Important
Depends on changes in Catalog Service 2.1.5 and Search Service 2.1.5.
  • Introduced new DTO, SearchProductRequiredOptionInfo, to represent a summary of information about the item choices for a Merchandising Product with enough information to allow creating priceable targets for them

  • Added method to Product matching the one in Catalog to calculate the price of the product with all required options and included products, getPriceWithDependentItems

  • This change affects both product search results and type ahead suggestions

Miscellaneous

  • Fixed an issue where a change of a product characteristic of the boolean type is not handled properly