Broadleaf Microservices
  • v1.0.0-latest-prod

Admin Navigation Release Notes for 1.8.7-GA

Requirements

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

  • JDK 17 is supported for Broadleaf release trains 1.8.1-GA, and beyond.

New Features & Notable Changes

  • Renamed AdminUserExternalProviderAutoConfiguration#catalogBrowseOauth2FilterFunctionSupplier to adminUserOauth2FilterFunctionSupplier to avoid confusion

New Menu Items

Data Feeds

Important
The 'data feeds' feature will become generally available in a future release of Broadleaf, and these changes simply serve to prepare admin navigation for that change. Clients are recommended to apply these changes now. Until DataFeedServices is available, the menu item will not be visible in the admin.
INSERT INTO BLC_ADMIN_MENU_ITEM (ID, CONTEXT_ID, LABEL, ICON, URL, DISPLAY_ORDER, PARENT_MENU_ITEM_CONTEXT_ID, TRK_ARCHIVED, TRK_TENANT_ID)
VALUES ('704', '704', 'menu-item.processes.data-feeds', NULL, '/data-feeds', 4000, '700', 'N', '5DF1363059675161A85F576D');

Bug Fixes

  • Fixed admin user validation