Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 1.7.23

New Features & Notable Changes

  • Added MarketplaceApplicationCatalogChangedEvent to trigger reindexing of marketplace catalog products due to the addition/removal of the catalog from an application. Additionally, if the marketplace catalog status is changed from online to offline or vice-versa, the event will trigger reindexing of the catalog’s products.

  • Added mechanism for a boolean active flag that behaves similarly to active dates

    • Interface ActiveFlagAware was added for entities to optionally filter on either an active or online flag

    • Updated existing components to engage this new active flag: ContextInfo, ContextUtility, JpaNarrowExecutor, and JpaContextCriteriaUtility