- [chg] Validation plugin automatically disables itself if no validation API is present on the classpath.
- [new] Add a facet for providing the
ValidatorFactoryto other plugins. - [chg] Update for SeedStack for 16.4
- [new] An
ExceptionMapperforConstraintViolationExceptionis provided by default. - [new] The
ValidatorFactoryis now injectable. - [chg] The
ValidationServiceis deprecated and replaced byValidatorfrom the spec (injected or obtained throughValidatorFactory). - [brk] The
org.seedstack.validation.ValidationExceptionis replaced by the standardConstraintViolationException.
- [chg] Refactored as an add-on and updated to work with Seed 2.1.0+
- [new] Initial Open-Source release.