Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 1.8.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

Removed the ContextInfo parameter from multiple send-event endpoints. ContextInfo is now taken from the request payloads.

CartOperationServices

Upgrade Guide

API Changes

New Endpoints

Path

Description

POST /carts/send-cart-pending-payment-failed-event

New endpoint to send cart pending payment failed event without cart’s id in the path

Changed Endpoints

Path

Changes

POST /carts/send-rollback-event

Removed the ContextInfo parameter

POST /carts/send-checkout-completion-event

Removed the ContextInfo parameter

POST /carts/send-cart-rejection-event

Removed the ContextInfo parameter

POST /carts/{cartId}/send-cart-pending-payment-failed-event

Deprecated in favor of /carts/send-cart-pending-payment-failed-event