As of Broadleaf Release Train 2.0.0-GA, all common libraries have been upgraded to Spring Boot 3.
This version includes all changes up to 1.1.2-GA
Added utility to generate unique, anonymous emails and strings in place of using constant values.
This is useful when emails and usernames (can be simple strings) must be unique.
Added additional information to any failure reasons reported due to Broadleaf entity validation failures.
Before the reason would show null
instead of specifying that there was a validation failure when persisting the anonymized entity.