Broadleaf MultiTenant-SingleSchema 5.0.0-GA
Released on Jan 10, 2024
This is the initial release for the Broadleaf Multi-Tenant 5.0.x module. This module requires Broadleaf Framework version 7.0.0-GA or greater.
An at-a-glance view of the issues that were closed in this release:
Minor Bugs(3)
- Update the usage of some deprecated processors which are now removed.
AdminBaseProductController
extending controller from core and ignores overrides in enterprise and multi-tenant so addedMultiTenantAdminBaseProductController
.- In
MultiTenantDaoImpl
, made root query class and return type not to depend on each other, as we do runtime weaving and static compilation can fail while in runtime everything is fine
Enhancements(4)
- Updated module with Broadleaf Framework 7.0.x
- Migrated from Java EE to Jakarta EE
- Updated annotations like
@Index
and@GenericGenerator
- Added hibernate filters for each persistence unit instead of each entity class. This is a workaround for a hibernate bug.
Total Resolved Issues: 7