Skip to content

v1.0.0

Compare
Choose a tag to compare
@salvadormarcos salvadormarcos released this 07 May 22:16
· 7 commits to master since this release

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.* to com.github.microtweak.conditionalvalidator.*;