How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Bean Validation 1.1 is a spec

calendar_today February 3, 2026 person Emmanuel Bernard domain bean-validation

It’s now official, these couple of years of work have made it into an official JCP specification. Bean Validation is also part of Java EE 7 which has been approved too a few of days ago. We have already discussed the features at great length here but to do a short summary: support for method and constructor validation (via CDI, JAX-RS etc) integration with CDI (Validator and ValidatorFactory injectable, ConstraintValidator instances being CDI beans and thus accept @Inject, etc) EL expressions based error messages group conversion in object graphs I would like to thank the expert group and the

open_in_new Read original post