Releases: microtweak/conditional-validator
Releases · microtweak/conditional-validator
v2.0.0-rc2
v2.0.0-rc
Conditional Validator 2.0 Release Candidate. This release brings Bean Validation 3.0 support and the jakarta.validation
namespace.
Changes:
- Replaced dependency
javax.validation:validation-api
2.0.1.Final byjakarta.validation:jakarta.validation-api
3.0.2; - Replaced dependency
javax.enterprise:cdi-api
2.0 byjakarta.enterprise:jakarta.enterprise.cdi-api
4.0.1; - Replaced dependency
javax.el:javax.el-api
3.0.0 byjakarta.el:jakarta.el-api
5.0.1; - Updated Hibernate Validator to version 8.0.0.Final;
NOTE: This release does not have the conditional-validator-bval
artifact because there is no version of Apache BVal that is compatible with BV 3.0. When there is a compatible version, a final version containing all artifacts will be released.
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.*
;
v0.0.3
v0.0.2
Next snapshot
v0.0.1
v0.0.1