Broadleaf Enterprise 4.3.13-GA
Released on Oct 20, 2025
This is the 13th patch release for the Broadleaf Enterprise 4.3.x module.
An at-a-glance view of the issues that were closed in this release:
Enhancements(2)
- Updated
ScheduledDeploySystemEventConsumer
to use 'StringUtils' from Apache commons lang3 instead of the Solr. Import statementimport org.apache.solr.common.StringUtils
has been replaced withimport org.apache.commons.lang3.StringUtils
. - Made enhancements in
PurgeSandboxWorkflowEntitiesDaoImpl
to make the "Purge Sandbox Entities" job more performant for Oracle database. Along with the changes having these Indexes will help if the job is very slow
CREATE INDEX WRKFLW_EVENT_ITEM_INDEX01 ON BLC_SNDBX_WRKFLW_EVENT_ITEM (EVENT_ID, ITEM_ID);
CREATE INDEX BLC_SNDBX_WRKFLW_DEPLOY_IDX_CC ON BLC_SNDBX_WRKFLW_DEPLOY (WORKFLOW_DEPLOYMENT_ID, STATUS);
CREATE INDEX SNDBX_PROPERTY_IDOVERRIDE_IDX ON BLC_SNDBX_PROPERTY (ENTITY_ID, IS_OVERRIDE);
CREATE INDEX WRKFLW_EVENT_COMPOSITE01_INDEX ON BLC_SNDBX_WRKFLW_EVENT (WORKFLOW_EVENT_ID, WORKFLOW_DEPLOY_ID, ARCHIVED_FLAG);
CREATE INDEX BLC_SNDBX_WRKFLW_ITEM_IDX_CC1 ON BLC_SNDBX_WRKFLW_ITEM (WRKFLW_SNDBX_ITEM_ID, ARCHIVED_FLAG, DATE_UPDATED);
CREATE INDEX BLC_SNDBX_WRKFLW_ITEM_IDX_CC2 ON BLC_SNDBX_WRKFLW_ITEM (CONTAINER_ID, WRKFLW_SNDBX_ITEM_ID, ARCHIVED_FLAG);
CREATE INDEX BLC_SNDBX_ENTITY_ITEM_IDX_CC ON BLC_SNDBX_ENTITY_ITEM (ENTITY_ID, ENTITY_ITEM_ID);
Total Resolved Issues: 2