metadata:
augmentation:
use-in-query-builder-restrictions:
'[customer:customers:update]': 5
'[customer:customers:create]': 5
Tip
|
The 2.x versions are Spring Boot 3 compatible. |
This version includes all changes up to 2.0.1 Release Notes
Added validation for quantity of augmentation fields that can be added to a container based on the maximum field quantity defined in AugmentationProperties#getUseInQueryBuilderRestrictions
.
Its default value is set as 5
for CREATE and UPDATE operations in metadata-defaults.yml
metadata:
augmentation:
use-in-query-builder-restrictions:
'[customer:customers:update]': 5
'[customer:customers:create]': 5