Broadleaf Microservices
  • v1.0.0-latest-prod

Catalog Services Release Notes for 1.8.13-GA

Table of Contents

Requirements

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

  • JDK 17 is supported for Broadleaf release trains 1.8.1-GA, and beyond.

Bug Fixes

  • Added new FilterAndSortAlias aliases to JpaProduct’s DataDrivenEnum fields to fix bug where rule configurations for rule-based category in DemoCatalogMetadataAutoConfiguration are not supported

  • Prevent adding the product option allowed values from the variants that belong to the included/promotional products

  • Changed the immutable collections to mutable in the ProductDetailsService.getDetailsForProducts(Collection<? extends Product>, ContextInfo) default implementation to prevent the issues when these collections can’t be changed due to immutability.