As of Broadleaf Release Train 2.0.0-GA, all microservices have been upgraded to Spring Boot 3.
This version includes all changes up to 2.0.9 Release Notes
Fixed an issue where the discount is incorrect when maxSavingsPerOrder is set and two offers are stacked and applied to the same item
Previously, the discount for the offer that is applied second was calculated based on the item’s original price, rather than the price after applying the first discount, causing the final total discounts to be incorrect
Fixed a bug where the Admin UI would allow adding augmentations on the Campaign Views despite the Campaign domain not supporting them by default
Introduced new findByOfferContextId method in OfferOptInRepository and corresponding readByOfferId method in OfferOptInService to retrieve a single opt-in record based on the offer ID.
New offers discount dependent items by default unless the item is marked non-discountable.