Tip
|
The 2.x versions are Spring Boot 3 compatible. |
This version includes all changes up to 2.1.6 Release Notes.
Fixed allowing a Product BusinessType
to be deleted at the tenant level when the type is still used by Products or other BusinessTypes at the Application level.
Reimplemented ProductRepository#existsByBusinessType
in customized repository method to handle filtering by tenant only when determining if any Products use a BusinessType that is being deleted.
Similarly, with BusinessTypeRepository#existsByProductType
so that Application-level BusinessTypes are detected as using a Tenant-level type as a parent.