Broadleaf Microservices
  • v1.0.0-latest-prod

Upgrade to 1.7.4-GA

Requirements

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

New Features & Notable Changes

Feature/Notable Change Impacted Services Links

Introduced support for cart with payments awaiting result during the checkout flow

AuthenticationServices, CartOperationServices, CartServices, PaymentTransactionServices, ScheduledJobServices, NextJS Starter, CommerceSDK

Added a awaitingPaymentResult field (boolean) to CheckoutResponse indicates that the cart has payments awaiting transaction results

CommerceSDK

Added a page to handle CheckoutResponse for cart with payments awaiting transaction results

NextJS Starter

Helm Chart Updates

Starting with 1.7, we have begun publishing common base charts to a private helm repository. In order to pull in and use these charts, you will need to authenticate (i.e. helm repo add broadleaf https://repository.broadleafcommerce.com/repository/helm-private/ --username $BLC_REGISTRY_USER --password $BLC_REGISTRY_PASSWORD ) using the same credentials that were sent to you (these are the same credentials that allow you to build and run the microservice applications).

See the following for more details: