Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 1.8.2-GA

Requirements

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

New Features & Notable Changes

  • Added notification for when an account member submits a cart requiring approval. This notification is sent when the Cart’s status is updated to REQUIRES_APPROVAL and if the associated CartActionAudit is present.

  • Changed how the rejection notification is triggered. It is not sent directly after the cart status is updated with REJECTED instead of requiring a second HTTP request from Cart ops.

Upgrade Guide

API Changes

Deprecated Endpoints

  • POST /carts/send-cart-rejection-event

    • This endpoint is no longer needed. The cart rejection event will be sent as a result of the update or replace cart request that changes the cart’s status to reject and includes the associated CartActionAudit for the action.

Spring Cloud Message Changes

New Message Bindings

cartApprovalRequestOutput:
    destination: cartApprovalRequest