Description
When using bean validation, I notice the default validation groups are stored fully into the state.
This is done because MYFACES-2528 requires this field to be stored fully.
We can add some logic to prevent add the default validationGroup. In that way, only when other validationGroup is used or when the validationGroup changes by some reason, the field will be saved. At the end, the state will be smaller.