v1.0.0
Stable release of Conditional Validation. Version 1.x
only supports the Bean Validation 2.0 API and the javax.validation
namespace.
Changes:
- Updated project dependencies (Apache BVal, Hibernate Validator, Commons JEXL3, Slf4j, etc.);
- Removed
@SafeHtmlWhen
to align Hibernate Validator 6.2.5.Final; - Renamed
@WhenActivatedValidateAs
to@ValidateAs
; - Changed package
com.github.microtweak.validator.conditional.*
tocom.github.microtweak.conditionalvalidator.*
;