Broadleaf Microservices
  • v1.0.0-latest-prod

Scheduled Job Release Notes for 2.1.3-GA

Tip
The 2.x versions are Spring Boot 3 compatible.

Requirements

  • JDK 17 is required for Broadleaf release trains 2.0.0-GA, and beyond.

Important Updates

Spring Boot Upgrade

  • As of Broadleaf Release Train 2.1.3-GA, all microservices have been upgraded to Spring Boot 3.3

New Features & Notable Changes

  • This version includes all changes up to 2.0.3 Release Notes

  • Added new job to purge the reset password attempt table in Auth

  • Added new job to purge the change password attempt table in Auth

  • Added the order reindex since data job to the Oracle data

  • Improved extension accessibility for JpaCustomizedScheduledJobRepository by making getManagedType() protected instead of private.